Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/new_class_id: new_class ID working, adapdet many classes, and reinvented some of the ClassID stuff

File size: 1.3 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = \
5                libORXlibutil.a \
6                libORXexecutor.a
7
8libORXexecutor_a_SOURCES = \
9                executor/executor.cc \
10                executor/executor_functional.cc \
11                executor/executor_lua.cc
12
13libORXlibutil_a_SOURCES = \
14                substring.cc \
15                color.cc \
16                helper_functions.cc \
17                multi_type.cc \
18                \
19                loading/resource_manager.cc \
20                loading/resource.cc \
21                loading/game_loader.cc \
22                loading/load_param.cc \
23                loading/load_param_description.cc \
24                loading/factory.cc \
25                loading/fast_factory.cc \
26                \
27                filesys/file.cc \
28                filesys/directory.cc \
29                filesys/net_link.cc \
30                \
31                preferences.cc \
32                threading.cc \
33                timer.cc
34
35#               loading/dynamic_loader.cc
36
37
38noinst_HEADERS = \
39                substring.h \
40                multi_type.h \
41                color.h \
42                helper_functions.h \
43                executor/executor.h \
44                executor/executor_functional.h \
45                executor/executor_xml.h \
46                executor/executor_lua.h \
47                executor/functor_list.h \
48                \
49                filesys/file.h \
50                filesys/directory.h \
51                filesys/net_link.h \
52                \
53                preferences.h \
54                threading.h \
55                timer.h \
56                \
57                loading/resource_manager.h \
58                loading/resource.h \
59                loading/game_loader.h \
60                loading/load_param.h \
61                loading/load_param_description.h \
62                loading/factory.h \
63                loading/fast_factory.h \
64                loading/dynamic_loader.h \
65                \
66                count_pointer.h \
67                list.h
Note: See TracBrowser for help on using the repository browser.