/[muddleftpd]/muddleftpd/src/Makefile.am
ViewVC logotype

Diff of /muddleftpd/src/Makefile.am

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

revision 1.1.2.1 by ganneff, Sat Oct 26 21:59:10 2002 UTC revision 1.1.2.2 by ganneff, Sat Oct 26 22:17:27 2002 UTC
# Line 49  ratiotool_SOURCES += malloc.c Line 49  ratiotool_SOURCES += malloc.c
49  endif  endif
50    
51  DEFS=@DEFS@ -D$(shell uname)  DEFS=@DEFS@ -D$(shell uname)
 CFLAGSSHD:=$(DEFS) @CFLAGS@  
52    
53  if DEBUG  if DEBUG
54  AM_CFLAGS=$(DEFS) -g -Wall -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -DDEBUG #-Werror  AM_CFLAGS=$(DEFS) -g -Wall -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -DDEBUG #-Werror
55  # else set for optimising output code  # else set for optimising output code
56  else  else
57  AM_CFLAGS=$(CFLAGSSHD)  AM_CFLAGS=$(DEFS)
58  endif  endif
59    
60  version.o:  version.o:
61          $(CC) $(CFLAGS) -DDATESTR="\"$(shell date)\"" -c $(@:.o=.c) -o $@          $(CC) $(AM_CFLAGS) -DDATESTR="\"$(shell date)\"" -c $(@:.o=.c) -o $@

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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