Changeset 19 for libcaca/trunk/src/Makefile.am
- Timestamp:
- Dec 15, 2002, 4:41:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/Makefile.am
r17 r19 3 3 ############################################################################### 4 4 5 AM_C PPFLAGS = -g -O6 -fno-strength-reduce -fomit-frame-pointer5 AM_CFLAGS = -g -O6 -fno-strength-reduce -fomit-frame-pointer 6 6 7 7 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule 8 AM_C PPFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs8 AM_CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs 9 9 10 10 if USE_NCURSES … … 20 20 ttyvaders_SOURCES = \ 21 21 aliens.c \ 22 bonus.c \ 22 23 common.h \ 23 24 explosions.c \
Note: See TracChangeset
for help on using the changeset viewer.