Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/lib/Makefile.am @ 8456

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

compiles and links in windows

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