Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merge

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 \
[8271]18                util/executor/executor_lua.cc \
[7165]19                \
[7193]20                util/loading/resource_manager.cc \
21                util/loading/resource.cc \
22                util/loading/game_loader.cc \
23                util/loading/load_param.cc \
24                util/loading/load_param_description.cc \
25                util/loading/factory.cc \
26                util/loading/dynamic_loader.cc \
[7256]27                util/preferences.cc \
[7329]28                util/threading.cc \
[7661]29                util/file.cc \
30                util/directory.cc \
[7919]31                util/timer.cc \
[7193]32                \
[7163]33                data/data_tank.cc
[5349]34
[7033]35noinst_HEADERS = \
36                lang/base_object.h \
37                lang/class_list.h \
[7165]38                \
39                coord/p_node.h \
40                \
[7033]41                util/substring.h \
[7164]42                util/multi_type.h \
[7033]43                util/color.h \
44                util/helper_functions.h \
45                util/executor/executor.h \
[7716]46                util/executor/executor_functional.h \
[8048]47                util/executor/executor_xml.h \
[8271]48                util/executor/executor_lua.h \
[7033]49                util/executor/functor_list.h \
[8271]50                \
[7256]51                util/preferences.h \
[7329]52                util/threading.h \
[7661]53                util/file.h \
54                util/directory.h \
[7919]55                util/timer.h \
[7193]56                \
57                util/loading/resource_manager.h \
58                util/loading/resource.h \
59                util/loading/game_loader.h \
60                util/loading/load_param.h \
61                util/loading/load_param_description.h \
62                util/loading/factory.h \
63                util/loading/dynamic_loader.h \
64                \
[7163]65                util/count_pointer.h \
[7164]66                util/list.h \
[7165]67                \
[7193]68                \
[7165]69                data/data_tank.h
[5349]70
[7033]71SUBDIRS = \
[7221]72        . \
[7033]73        math \
74        graphics \
75        sound \
76        event \
77        physics \
78        particles \
79        collision_detection \
[7819]80        collision_reaction \
[7033]81        network \
82        parser \
83        shell \
[8061]84        script_engine \
[7221]85        gui
Note: See TracBrowser for help on using the repository browser.