/[ofm]/ofm/Makefile
ViewVC logotype

Diff of /ofm/Makefile

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

revision 1.7 by MarcusvA, Sat Jan 11 10:28:46 2003 UTC revision 1.8 by eses, Sat Jan 11 23:42:24 2003 UTC
# Line 4  GCC = gcc Line 4  GCC = gcc
4  CFLAGS = -pedantic -Wall  CFLAGS = -pedantic -Wall
5  OPT_FLAGS = -s  OPT_FLAGS = -s
6  DEBUG_FLAGS = -g -DDEBUG  DEBUG_FLAGS = -g -DDEBUG
7  ALL_CFLAGS = $(CFLAGS) $(DEBUG_FLAGS)  ALL_CFLAGS = $(CFLAGS) $(OPT_FLAGS)
8  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
9  OBJ=misc.o fildir.o stack.o dialogs.o menu.o subshell.o iface.o ofm.o  OBJ=misc.o fildir.o stack.o dialogs.o menu.o subshell.o iface.o ofm.o
10    
11  all: $(OBJ)  all: $(OBJ)
12          $(GCC) $(LIBS) $(ALL_CFLAGS) -o ofm $(OBJ)          $(GCC) $(LIBS) $(ALL_CFLAGS) -o ofm $(OBJ)
13            debug: $(OBJ)
14            $(GCC) $(LIBS) $(CFLAGS) $(DEBUG_FLAGS) -o ofm $(OBJ)  
15  misc.o: misc.c  misc.o: misc.c
16          $(GCC) $(ALL_CFLAGS) -c misc.c          $(GCC) $(ALL_CFLAGS) -c misc.c
17  fildir.o: fildir.c  fildir.o: fildir.c

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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