/[fgs]/fgs/mlrate/src/Makefile
ViewVC logotype

Diff of /fgs/mlrate/src/Makefile

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

revision 1.1 by drysdam, Thu Jul 31 12:44:47 2003 UTC revision 1.2 by dougm, Sat Sep 6 22:47:30 2003 UTC
# Line 19  BINDIR=/usr/local/bin Line 19  BINDIR=/usr/local/bin
19  #       (Possibly a compiler bug; may occur with other gcc versions or  #       (Possibly a compiler bug; may occur with other gcc versions or
20  #        platforms as well. It's known to crash 'anchor'.)  #        platforms as well. It's known to crash 'anchor'.)
21    
22  CC=gcc -ansi  PLATFORM=DARWIN
23    
24    #CC=gcc -ansi
25    CC=gcc
26    
27  #CFLAGS=-O3 -fomit-frame-pointer -pedantic -Wall -DNDEBUG $(D)  #CFLAGS=-O3 -fomit-frame-pointer -pedantic -Wall -DNDEBUG $(D)
28  CFLAGS=-O3 -fomit-frame-pointer -pedantic -Wall -D__EXTENSIONS__ -DNDEBUG $(D)  CFLAGS=-O2 -g -D$(PLATFORM) -D__EXTENSIONS__ -DNDEBUG $(D)
29  #CFLAGS=-g -pedantic -Wall -D__EXTENSIONS__ -DRDBM_NDBM $(D)  #CFLAGS=-g -pedantic -Wall -D__EXTENSIONS__ -DRDBM_NDBM $(D)
30    
31  LIBS= #-lgdbm  LIBS= #-lgdbm
# Line 98  TAGS:  $(PROGS:%=%.c) $(AUXPROGS:%=%.c) $ Line 101  TAGS:  $(PROGS:%=%.c) $(AUXPROGS:%=%.c) $
101          etags $(PROGS:%=%.c) $(AUXPROGS:%=%.c) $(OBJ:%.o=%.c) $(OBJ:%.o=%.h)          etags $(PROGS:%=%.c) $(AUXPROGS:%=%.c) $(OBJ:%.o=%.c) $(OBJ:%.o=%.h)
102    
103  make.deps:  make.deps:
104          gcc -c -MM $(OBJ:%.o=%.c) $(PROGS:%=%.c) $(AUXPROGS:%=%.c) > make.deps          gcc -c -MM -D$(PLATFORM) $(OBJ:%.o=%.c) $(PROGS:%=%.c) $(AUXPROGS:%=%.c) > make.deps
105    
106  include make.deps  include make.deps

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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