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
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[9709]4noinst_LIBRARIES = \
5                libORXlibutil.a \
6                libORXexecutor.a
[4291]7
[9709]8libORXexecutor_a_SOURCES = \
9                executor/executor.cc \
[9742]10                executor/executor_lua.cc \
[9743]11                executor/executor_lua_state.cc \
[9742]12                executor/executor_substring.cc
[9709]13
[9740]14#               executor/executor_functional.cc
15
[8367]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 \
[9727]26                loading/load_param_xml.cc \
[8367]27                loading/load_param_description.cc \
28                loading/factory.cc \
[9709]29                loading/fast_factory.cc \
[8367]30                \
31                filesys/file.cc \
32                filesys/directory.cc \
[9406]33                filesys/net_link.cc \
[8367]34                \
35                preferences.cc \
36                threading.cc \
37                timer.cc
[4291]38
[9709]39#               loading/dynamic_loader.cc
[8724]40
[9709]41
[8367]42noinst_HEADERS = \
43                substring.h \
44                multi_type.h \
45                color.h \
46                helper_functions.h \
[9741]47                \
48                \
[8367]49                executor/executor.h \
50                executor/executor_xml.h \
51                executor/executor_lua.h \
[9743]52                executor/executor_lua_state.h \
[9742]53                executor/executor_substring.h \
[9741]54                executor/executor_generic.h \
55                executor/executor_member.h \
56                executor/executor_const_member.h \
57                executor/executor_static.h \
[9742]58                \
59                executor/functor_list.h \
[9741]60                executor/functor_generic.h \
61                executor/functor_member.h \
62                executor/functor_const_member.h \
63                executor/functor_static.h \
[8367]64                \
[9741]65                \
[8367]66                filesys/file.h \
67                filesys/directory.h \
[9406]68                filesys/net_link.h \
[8367]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 \
[9727]78                loading/load_param_xml.h \
[8367]79                loading/load_param_description.h \
80                loading/factory.h \
[9709]81                loading/fast_factory.h \
[8367]82                loading/dynamic_loader.h \
83                \
84                count_pointer.h \
85                list.h
Note: See TracBrowser for help on using the repository browser.