Last change
on this file since 130 was
130,
checked in by Sam Hocevar, 15 years ago
|
- Remove obsolete MANAGE_MEM macro.
|
File size:
348 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | noinst_LIBRARIES = liblisp.a |
---|
3 | |
---|
4 | liblisp_a_SOURCES = \ |
---|
5 | lisp.cpp lisp.hpp \ |
---|
6 | lisp_opt.cpp lisp_opt.hpp \ |
---|
7 | lisp_gc.cpp lisp_gc.hpp \ |
---|
8 | trig.cpp \ |
---|
9 | stack.hpp \ |
---|
10 | $(NULL) |
---|
11 | |
---|
12 | INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS) |
---|
13 | |
---|
14 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.