Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/proxy/src/lib/util/Makefile.am @ 9358

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

orxonox/proxy: merged the proxy.old back again, and it seems to work.

Merged with command
svn merge -r9247:HEAD https://svn.orxonox.net/orxonox/branches/proxy.old .

no conflicts

File size: 1.1 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlibutil.a
5
6libORXlibutil_a_SOURCES = \
7                substring.cc \
8                color.cc \
9                helper_functions.cc \
10                multi_type.cc \
11                executor/executor.cc \
12                executor/executor_functional.cc \
13                executor/executor_lua.cc \
14                \
15                loading/resource_manager.cc \
16                loading/resource.cc \
17                loading/game_loader.cc \
18                loading/load_param.cc \
19                loading/load_param_description.cc \
20                loading/factory.cc \
21                loading/dynamic_loader.cc \
22                \
23                filesys/file.cc \
24                filesys/directory.cc \
25                \
26                preferences.cc \
27                threading.cc \
28                timer.cc
29
30
31noinst_HEADERS = \
32                substring.h \
33                multi_type.h \
34                color.h \
35                helper_functions.h \
36                executor/executor.h \
37                executor/executor_functional.h \
38                executor/executor_xml.h \
39                executor/executor_lua.h \
40                executor/functor_list.h \
41                \
42                filesys/file.h \
43                filesys/directory.h \
44                \
45                preferences.h \
46                threading.h \
47                timer.h \
48                \
49                loading/resource_manager.h \
50                loading/resource.h \
51                loading/game_loader.h \
52                loading/load_param.h \
53                loading/load_param_description.h \
54                loading/factory.h \
55                loading/dynamic_loader.h \
56                \
57                count_pointer.h \
58                list.h
Note: See TracBrowser for help on using the repository browser.