Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/util/Makefile.am @ 10469

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

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File size: 1.6 KB
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[9869]4noinst_LIBRARIES = \
5                libORXlibutil.a \
6                libORXexecutor.a
[4291]7
[9869]8libORXexecutor_a_SOURCES = \
9                executor/executor_substring.cc
10
[8367]11libORXlibutil_a_SOURCES = \
12                substring.cc \
13                color.cc \
14                helper_functions.cc \
15                multi_type.cc \
[9869]16                debug_buffer.cc \
[8367]17                \
18                loading/resource_manager.cc \
19                loading/resource.cc \
20                loading/game_loader.cc \
21                loading/load_param.cc \
22                loading/load_param_description.cc \
[9869]23                loading/load_param_class_description.cc \
[8367]24                loading/factory.cc \
[9869]25                loading/fast_factory.cc \
[8367]26                \
27                filesys/file.cc \
28                filesys/directory.cc \
[9406]29                filesys/net_link.cc \
[8367]30                \
31                threading.cc \
32                timer.cc
[4291]33
[9869]34#               loading/dynamic_loader.cc
[8724]35
[9869]36
[8367]37noinst_HEADERS = \
38                substring.h \
39                multi_type.h \
40                color.h \
41                helper_functions.h \
[9869]42                debug.h \
43                debug_buffer.h \
44                \
45                \
[8367]46                executor/executor.h \
47                executor/executor_xml.h \
[9869]48                executor/executor_substring.h \
49                executor/executor_generic.h \
50                executor/executor_member.h \
51                executor/executor_const_member.h \
52                executor/executor_static.h \
53                \
[8367]54                executor/functor_list.h \
[9869]55                executor/functor_generic.h \
56                executor/functor_member.h \
57                executor/functor_const_member.h \
58                executor/functor_static.h \
[8367]59                \
[9869]60                \
[8367]61                filesys/file.h \
62                filesys/directory.h \
[9406]63                filesys/net_link.h \
[8367]64                \
65                threading.h \
66                timer.h \
67                \
68                loading/resource_manager.h \
69                loading/resource.h \
70                loading/game_loader.h \
71                loading/load_param.h \
[9869]72                loading/load_param_xml.h \
[8367]73                loading/load_param_description.h \
[9869]74                loading/load_param_class_description.h \
[8367]75                loading/factory.h \
[9869]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.