Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

multiple generic inclusion of Executors, better and nicer interface for include

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_lua.cc
11
12#               executor/executor_functional.cc
13
14libORXlibutil_a_SOURCES = \
15                substring.cc \
16                color.cc \
17                helper_functions.cc \
18                multi_type.cc \
19                \
20                loading/resource_manager.cc \
21                loading/resource.cc \
22                loading/game_loader.cc \
23                loading/load_param.cc \
24                loading/load_param_xml.cc \
25                loading/load_param_description.cc \
26                loading/factory.cc \
27                loading/fast_factory.cc \
28                \
29                filesys/file.cc \
30                filesys/directory.cc \
31                filesys/net_link.cc \
32                \
33                preferences.cc \
34                threading.cc \
35                timer.cc
36
37#               loading/dynamic_loader.cc
38
39
40noinst_HEADERS = \
41                substring.h \
42                multi_type.h \
43                color.h \
44                helper_functions.h \
45                executor/executor.h \
46                executor/executor_functional.h \
47                executor/executor_xml.h \
48                executor/executor_lua.h \
49                executor/functor_list.h \
50                \
51                filesys/file.h \
52                filesys/directory.h \
53                filesys/net_link.h \
54                \
55                preferences.h \
56                threading.h \
57                timer.h \
58                \
59                loading/resource_manager.h \
60                loading/resource.h \
61                loading/game_loader.h \
62                loading/load_param.h \
63                loading/load_param_xml.h \
64                loading/load_param_description.h \
65                loading/factory.h \
66                loading/fast_factory.h \
67                loading/dynamic_loader.h \
68                \
69                count_pointer.h \
70                list.h
Note: See TracBrowser for help on using the repository browser.