Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

compiles and links in windows

File size: 477 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlibs.a
5
6libORXlibs_a_SOURCES = \
7                lang/base_object.cc \
8                lang/class_list.cc \
9                \
10                coord/p_node.cc \
11                \
12                \
13                data/data_tank.cc
14
15noinst_HEADERS = \
16                lang/base_object.h \
17                lang/class_list.h \
18                \
19                coord/p_node.h \
20                \
21                \
22                data/data_tank.h
23
24SUBDIRS = \
25        . \
26        math \
27        util \
28        graphics \
29        sound \
30        event \
31        physics \
32        particles \
33        collision_detection \
34        network \
35        parser \
36        shell \
37        gui
Note: See TracBrowser for help on using the repository browser.