Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/terrain/src/lib/util/Makefile.am @ 9414

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

merged back here the terrain.old

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