Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10618 was 10618, checked in by bknecht, 17 years ago

merged cleanup into trunk (only improvements)

File size: 1.7 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                \
[10618]31                threads/thread.cc \
[8367]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                \
[10618]65                threads/threading.h \
66                threads/thread.h \
67                threads/mutex.h \
68                threads/mutex_locker.h \
69                \
[8367]70                timer.h \
71                \
72                loading/resource_manager.h \
73                loading/resource.h \
74                loading/game_loader.h \
75                loading/load_param.h \
[9869]76                loading/load_param_xml.h \
[8367]77                loading/load_param_description.h \
[9869]78                loading/load_param_class_description.h \
[8367]79                loading/factory.h \
[9869]80                loading/fast_factory.h \
[8367]81                loading/dynamic_loader.h \
82                \
[10618]83                count_pointer.h
Note: See TracBrowser for help on using the repository browser.