Last change
on this file since 111 was
111,
checked in by Sam Hocevar, 17 years ago
|
- Removed CPPFLAGS_slang and CPPFLAGS_ncurses, we now have config.h.
|
File size:
615 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libee |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | AM_CFLAGS = -g -O2 -fno-strength-reduce -fomit-frame-pointer |
---|
6 | |
---|
7 | # Code qui fait des warnings == code de porc == deux baffes dans ta gueule |
---|
8 | AM_CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs |
---|
9 | |
---|
10 | lib_LIBRARIES = libee.a |
---|
11 | libee_a_SOURCES = \ |
---|
12 | ee.c \ |
---|
13 | ee.h \ |
---|
14 | io.c \ |
---|
15 | math.c \ |
---|
16 | line.c \ |
---|
17 | circle.c \ |
---|
18 | triangle.c \ |
---|
19 | $(NULL) |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.