Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

links and compiles again

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