Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/resources/src/lib/Makefile.am @ 8538

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

resources: lib

File size: 473 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                \
21                data/data_tank.h
22
23SUBDIRS = \
24        . \
25        math \
26        util \
27        graphics \
28        sound \
29        event \
30        physics \
31        particles \
32        collision_detection \
33        network \
34        parser \
35        shell \
36        gui
Note: See TracBrowser for help on using the repository browser.