Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7820 was 7702, checked in by snellen, 18 years ago

new concept

File size: 298 bytes
RevLine 
[7645]1
[7648]2INCLUDES= -I../../../extern_libs
[7645]3
[7688]4#noinst_LIBRARIES = libORXscript.a
[7648]5
[7702]6#libORXscript_a_SOURCES =
[7648]7
8AM_CPPFLAGS= @LUA_INCLUDES@
9
[7702]10bin_PROGRAMS = account
11account_SOURCES = \
12                account.cc
[7645]13
[7702]14
15account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@
16
[7688]17#main_LDFLAGS =
[7645]18
[7648]19
[7702]20noinst_HEADERS = \
21                luna.h
Note: See TracBrowser for help on using the repository browser.