Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/qt_gui/src/lib/Makefile.am @ 7610

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

orxonox/qt_gui: directory splitted into declaration and definition

File size: 1.4 KB
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlibs.a
5
6libORXlibs_a_SOURCES = \
7                lang/base_object.cc \
8                lang/class_list.cc \
9                \
10                coord/p_node.cc \
11                \
12                util/substring.cc \
13                util/color.cc \
14                util/helper_functions.cc \
15                util/multi_type.cc \
16                util/executor/executor.cc \
17                \
18                util/loading/resource_manager.cc \
19                util/loading/resource.cc \
20                util/loading/game_loader.cc \
21                util/loading/load_param.cc \
22                util/loading/load_param_description.cc \
23                util/loading/factory.cc \
24                util/loading/dynamic_loader.cc \
25                util/preferences.cc \
26                util/threading.cc \
27                util/directory.cc \
28                \
29                data/data_tank.cc
30
31noinst_HEADERS = \
32                lang/base_object.h \
33                lang/class_list.h \
34                \
35                coord/p_node.h \
36                \
37                util/substring.h \
38                util/multi_type.h \
39                util/color.h \
40                util/helper_functions.h \
41                util/executor/executor.h \
42                util/executor/executor_specials.h \
43                util/executor/functor_list.h \
44                util/preferences.h \
45                util/threading.h \
46                util/directory.h \
47                \
48                util/loading/resource_manager.h \
49                util/loading/resource.h \
50                util/loading/game_loader.h \
51                util/loading/load_param.h \
52                util/loading/load_param_description.h \
53                util/loading/factory.h \
54                util/loading/dynamic_loader.h \
55                \
56                util/count_pointer.h \
57                util/list.h \
58                \
59                \
60                data/data_tank.h
61
62SUBDIRS = \
63        . \
64        math \
65        graphics \
66        sound \
67        event \
68        physics \
69        particles \
70        collision_detection \
71        network \
72        parser \
73        shell \
74        gui
Note: See TracBrowser for help on using the repository browser.