Last change
on this file since 74 was
74,
checked in by Sam Hocevar, 14 years ago
|
- Cleaned up stack.hpp and moved it to src/lisp/.
|
File size:
332 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 | stack.hpp \ |
---|
9 | $(NULL) |
---|
10 | |
---|
11 | INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib |
---|
12 | |
---|
13 | CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.