Last change
on this file since 482 was
481,
checked in by Sam Hocevar, 12 years ago
|
Fuck the history, I'm renaming all .hpp files to .h for my own sanity.
|
File size:
350 bytes
|
Rev | Line | |
---|
[62] | 1 | ## Process this file with automake to produce Makefile.in |
---|
| 2 | noinst_LIBRARIES = liblisp.a |
---|
| 3 | |
---|
| 4 | liblisp_a_SOURCES = \ |
---|
[481] | 5 | lisp.cpp lisp.h \ |
---|
| 6 | lisp_opt.cpp lisp_opt.h \ |
---|
| 7 | lisp_gc.cpp lisp_gc.h \ |
---|
[91] | 8 | trig.cpp \ |
---|
[481] | 9 | stack.h symbols.h \ |
---|
[62] | 10 | $(NULL) |
---|
| 11 | |
---|
[104] | 12 | INCLUDES = -I$(srcdir) -I$(srcdir)/../ -I$(srcdir)/../imlib $(SDL_CFLAGS) |
---|
[62] | 13 | |
---|
[130] | 14 | CPPFLAGS = @CPPFLAGS@ -DNO_CHECK |
---|
Note: See
TracBrowser
for help on using the repository browser.