Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

adapted many more classes

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