Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/lib/Makefile.am @ 7187

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

ltdl

File size: 831 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                util/substring.cc \
13                util/color.cc \
14                util/helper_functions.cc \
15                util/multi_type.cc \
16                util/executor/executor.cc \
17                \
18                data/data_tank.cc
19
20noinst_HEADERS = \
21                lang/base_object.h \
22                lang/class_list.h \
23                \
24                coord/p_node.h \
25                \
26                util/substring.h \
27                util/multi_type.h \
28                util/color.h \
29                util/helper_functions.h \
30                util/executor/executor.h \
31                util/executor/executor_specials.h \
32                util/executor/functor_list.h \
33                util/count_pointer.h \
34                util/list.h \
35                \
36                data/data_tank.h
37
38SUBDIRS = \
39        math \
40        graphics \
41        sound \
42        event \
43        physics \
44        particles \
45        collision_detection \
46        network \
47        parser \
48        shell \
49        gui \
50        libltdl \
51        .
Note: See TracBrowser for help on using the repository browser.