Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/script_engine/Makefile.am @ 8230

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

merged the scriptengine back to the trunk

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