Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file was 9324, checked in by ponder, 18 years ago

Added byte_order.h to
Added binary_file.h binary_file.cc
Changed the bsp code to work on big endian machines.

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                tokenizer.cc \
9                color.cc \
10                helper_functions.cc \
11                multi_type.cc \
12                executor/executor.cc \
13                executor/executor_functional.cc \
14                executor/executor_lua.cc \
15                \
16                loading/resource_manager.cc \
17                loading/resource.cc \
18                loading/game_loader.cc \
19                loading/load_param.cc \
20                loading/load_param_description.cc \
21                loading/factory.cc \
22                loading/dynamic_loader.cc \
23                \
24                filesys/file.cc \
25                filesys/directory.cc \
26                filesys/binary_file.cc \
27                \
28                preferences.cc \
29                threading.cc \
30                timer.cc
31
32
33noinst_HEADERS = \
34                substring.h \
35                tokenizer.h \
36                multi_type.h \
37                color.h \
38                helper_functions.h \
39                executor/executor.h \
40                executor/executor_functional.h \
41                executor/executor_xml.h \
42                executor/executor_lua.h \
43                executor/functor_list.h \
44                byte_order.h \
45                \
46                filesys/file.h \
47                filesys/directory.h \
48                filesys/binary_file.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.