Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/script_engine/src/lib/script_engine/Makefile.am @ 8066

Last change on this file since 8066 was 8061, checked in by bensch, 18 years ago

merged the scriptengine back to the trunk

File size: 439 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4INCLUDES= -I../../../extern_libs
5
6noinst_LIBRARIES = libORXscript.a
7
8libORXscript_a_SOURCES =
9
10AM_CPPFLAGS= @LUA_INCLUDES@
11
12bin_PROGRAMS = account
13account_SOURCES = \
14                account.cc\
15                Script.cc
16
17
18
19account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@
20
21#main_LDFLAGS =
22
23
24noinst_HEADERS = \
25                lunar.h\
26                Script.h
Note: See TracBrowser for help on using the repository browser.