source: abuse/trunk/src/lisp/Makefile.am @ 133

Last change on this file since 133 was 133, checked in by Sam Hocevar, 15 years ago
  • Made lisp.cpp slightly more readable by using an enum instead of hardcoded values for the system functions.
File size: 360 bytes
Line 
1## Process this file with automake to produce Makefile.in
2noinst_LIBRARIES = liblisp.a
3
4liblisp_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 symbols.hpp \
10    $(NULL)
11
12INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS)
13
14CPPFLAGS = @CPPFLAGS@ -DNO_CHECK
Note: See TracBrowser for help on using the repository browser.