Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 9664 was 9662, checked in by bensch, 19 years ago

more renamings

File size: 612 bytes
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 \
[9659]9                lang/new_class_id.cc \
[9662]10                lang/new_object_list.cc \
[7165]11                \
[7163]12                coord/p_node.cc \
[7165]13                \
[7163]14                data/data_tank.cc
[5349]15
[7033]16noinst_HEADERS = \
17                lang/base_object.h \
18                lang/class_list.h \
[9660]19                lang/new_class_id.h \
[9662]20                lang/new_object_list.h \
[7165]21                \
22                coord/p_node.h \
23                \
24                data/data_tank.h
[5349]25
[7033]26SUBDIRS = \
[7221]27        . \
[7033]28        math \
[8367]29        util \
[7033]30        graphics \
31        sound \
32        event \
33        physics \
34        particles \
35        collision_detection \
[7819]36        collision_reaction \
[9406]37        gui \
[7033]38        network \
39        parser \
40        shell \
[9406]41        script_engine
Note: See TracBrowser for help on using the repository browser.