/[ofm]/ofm/Makefile
ViewVC logotype

Diff of /ofm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by MarcusvA, Sun Jan 12 16:24:19 2003 UTC revision 1.10 by eses, Mon Jan 13 14:23:46 2003 UTC
# Line 7  OPT_FLAGS = -s Line 7  OPT_FLAGS = -s
7  DEBUG_FLAGS = -g -DDEBUG  DEBUG_FLAGS = -g -DDEBUG
8  ALL_CFLAGS = $(CFLAGS) $(OPT_FLAGS)  ALL_CFLAGS = $(CFLAGS) $(OPT_FLAGS)
9  SRC=misc.c fildir.c stack.c dialogs.c menu.c subshell.c iface.c ofm.c  SRC=misc.c fildir.c stack.c dialogs.c menu.c subshell.c iface.c ofm.c
10  OBJ=misc.o fildir.o stack.o dialogs.o menu.o subshell.o iface.o ofm.o  OBJ=$(SRC:.c=.o)
11    
12  all: $(OBJ)  all: $(OBJ)
13          $(GCC) $(LIBS) $(ALL_CFLAGS) -o ofm $(OBJ)          $(GCC) $(LIBS) $(ALL_CFLAGS) -o ofm $(OBJ)
14    debug: ALL_CFLAGS = $(CFLAGS) $(DEBUG_FLAGS)
15  debug: $(OBJ)  debug: $(OBJ)
16          $(GCC) $(LIBS) $(CFLAGS) $(DEBUG_FLAGS) -o ofm $(OBJ)            $(GCC) $(LIBS) $(ALL_CFLAGS) -o ofm $(OBJ)      
17  misc.o: misc.c  misc.o: misc.c
18          $(GCC) $(ALL_CFLAGS) -c misc.c          $(GCC) $(ALL_CFLAGS) -c misc.c
19  fildir.o: fildir.c  fildir.o: fildir.c

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26