Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/new_class_id: lua_State executor definition

File size: 1.7 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                executor/executor_lua_state.cc \
12                executor/executor_substring.cc
13
14#               executor/executor_functional.cc
15
16libORXlibutil_a_SOURCES = \
17                substring.cc \
18                color.cc \
19                helper_functions.cc \
20                multi_type.cc \
21                \
22                loading/resource_manager.cc \
23                loading/resource.cc \
24                loading/game_loader.cc \
25                loading/load_param.cc \
26                loading/load_param_xml.cc \
27                loading/load_param_description.cc \
28                loading/factory.cc \
29                loading/fast_factory.cc \
30                \
31                filesys/file.cc \
32                filesys/directory.cc \
33                filesys/net_link.cc \
34                \
35                preferences.cc \
36                threading.cc \
37                timer.cc
38
39#               loading/dynamic_loader.cc
40
41
42noinst_HEADERS = \
43                substring.h \
44                multi_type.h \
45                color.h \
46                helper_functions.h \
47                \
48                \
49                executor/executor.h \
50                executor/executor_xml.h \
51                executor/executor_lua.h \
52                executor/executor_lua_state.h \
53                executor/executor_substring.h \
54                executor/executor_generic.h \
55                executor/executor_member.h \
56                executor/executor_const_member.h \
57                executor/executor_static.h \
58                \
59                executor/functor_list.h \
60                executor/functor_generic.h \
61                executor/functor_member.h \
62                executor/functor_const_member.h \
63                executor/functor_static.h \
64                \
65                \
66                filesys/file.h \
67                filesys/directory.h \
68                filesys/net_link.h \
69                \
70                preferences.h \
71                threading.h \
72                timer.h \
73                \
74                loading/resource_manager.h \
75                loading/resource.h \
76                loading/game_loader.h \
77                loading/load_param.h \
78                loading/load_param_xml.h \
79                loading/load_param_description.h \
80                loading/factory.h \
81                loading/fast_factory.h \
82                loading/dynamic_loader.h \
83                \
84                count_pointer.h \
85                list.h
Note: See TracBrowser for help on using the repository browser.