Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the proxy back

merged with commandsvn merge -r9346:HEAD https://svn.orxonox.net/orxonox/branches/proxy .

no conflicts

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