Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

moved the File-Classes

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