Annotation of embedaddon/libpdel/Makefile.inc, revision 1.1.1.1

1.1       misho       1: # $Id: Makefile.inc,v 1.9 2004/06/03 21:15:58 archie Exp $
                      2: 
                      3: PREFIX?=       /usr/local
                      4: 
                      5: CFLAGS+=       -O2
                      6: 
                      7: CFLAGS+=       -Wall \
                      8:                -Wcast-align \
                      9:                -Wchar-subscripts \
                     10:                -Wcomment \
                     11:                -Wformat \
                     12:                -Wimplicit \
                     13:                -Wmissing-declarations \
                     14:                -Wmissing-prototypes \
                     15:                -Wnested-externs \
                     16:                -Wno-long-long \
                     17:                -Wparentheses \
                     18:                -Wpointer-arith \
                     19:                -Wreturn-type \
                     20:                -Wswitch \
                     21:                -Wtrigraphs \
                     22:                -Wuninitialized \
                     23:                -Wunused \
                     24:                -Wwrite-strings
                     25: 
                     26: #CFLAGS+=      -Waggregate-return
                     27: #CFLAGS+=      -Wcast-qual
                     28: #CFLAGS+=      -Werror
                     29: #CFLAGS+=      -Wredundant-decls
                     30: #CFLAGS+=      -Wshadow
                     31: #CFLAGS+=      -Wstrict-prototypes
                     32: 
                     33: CFLAGS+=       -g
                     34: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>