Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/Makefile.am @ 9699

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

adapted script_engine

File size: 428 bytes
RevLine 
[5349]1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
[5463]4noinst_LIBRARIES = libORXlibs.a
[5349]5
[7033]6libORXlibs_a_SOURCES = \
[7165]7                \
[7163]8                coord/p_node.cc \
[7165]9                \
[7163]10                data/data_tank.cc
[5349]11
[7033]12noinst_HEADERS = \
[7165]13                \
14                coord/p_node.h \
15                \
16                data/data_tank.h
[5349]17
[7033]18SUBDIRS = \
[7221]19        . \
[9699]20\
21                shell \
22        parser \
23        script_engine
24#\
[7033]25        math \
[9668]26        lang \
[8367]27        util \
[7033]28        graphics \
29        sound \
30        event \
31        physics \
32        particles \
33        collision_detection \
[7819]34        collision_reaction \
[9406]35        gui \
[9699]36        network
Note: See TracBrowser for help on using the repository browser.