Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/Makefile.am @ 8048

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

trunk: prepare for the new Executor

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