Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

netlink quite nice

File size: 1.2 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                filesys/net_link.cc \
26                \
27                preferences.cc \
28                threading.cc \
29                timer.cc
30
31
32noinst_HEADERS = \
33                substring.h \
34                multi_type.h \
35                color.h \
36                helper_functions.h \
37                executor/executor.h \
38                executor/executor_functional.h \
39                executor/executor_xml.h \
40                executor/executor_lua.h \
41                executor/functor_list.h \
42                \
43                filesys/file.h \
44                filesys/directory.h \
45                filesys/net_link.h \
46                \
47                preferences.h \
48                threading.h \
49                timer.h \
50                \
51                loading/resource_manager.h \
52                loading/resource.h \
53                loading/game_loader.h \
54                loading/load_param.h \
55                loading/load_param_description.h \
56                loading/factory.h \
57                loading/dynamic_loader.h \
58                \
59                count_pointer.h \
60                list.h
Note: See TracBrowser for help on using the repository browser.