source:
orxonox.OLD/trunk/src/lib/script_engine/Makefile.am
@
8238
Last change on this file since 8238 was 8061, checked in by bensch, 18 years ago | |
---|---|
File size: 439 bytes |
Rev | Line | |
---|---|---|
[8032] | 1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
[7645] | 3 | |
[7648] | 4 | INCLUDES= -I../../../extern_libs |
[7645] | 5 | |
[7962] | 6 | noinst_LIBRARIES = libORXscript.a |
[7648] | 7 | |
[7962] | 8 | libORXscript_a_SOURCES = |
[7648] | 9 | |
10 | AM_CPPFLAGS= @LUA_INCLUDES@ | |
11 | ||
[7702] | 12 | bin_PROGRAMS = account |
13 | account_SOURCES = \ | |
[7975] | 14 | account.cc\ |
15 | Script.cc | |
[7645] | 16 | |
[7702] | 17 | |
[7975] | 18 | |
[7702] | 19 | account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@ |
20 | ||
[7688] | 21 | #main_LDFLAGS = |
[7645] | 22 | |
[7648] | 23 | |
[7702] | 24 | noinst_HEADERS = \ |
[7975] | 25 | lunar.h\ |
26 | Script.h |
Note: See TracBrowser
for help on using the repository browser.