Last change
on this file since 89 was
89,
checked in by Sam Hocevar, 19 years ago
|
- libee/io.c:
+ Moved ee_get_key() here.
- libee/math.c:
+ Moved r00t() here and renamed it to ee_sqrt().
+ Moved GET_RAND() here and renamed it to ee_rand().
- src/math.c:
+ Removed this deprecated file.
|
File size:
716 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 | if USE_SLANG |
---|
11 | CPPFLAGS_slang = -DUSE_SLANG |
---|
12 | endif |
---|
13 | if USE_NCURSES |
---|
14 | CPPFLAGS_ncurses = -DUSE_NCURSES |
---|
15 | endif |
---|
16 | |
---|
17 | lib_LIBRARIES = libee.a |
---|
18 | libee_a_SOURCES = ee.c ee.h io.c math.c |
---|
19 | libee_a_CPPFLAGS = $(CPPFLAGS_slang) $(CPPFLAGS_ncurses) |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.