Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

some movement

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