Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/collision_detection/Makefile.am @ 7156

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

orxonox/trunk: collision_subproject should link again… can't test it, because the subproject is BORK…

File size: 1.1 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
7
8importer_LDFLAGS = \
9                $(MWINDOWS)
10
11bin_PROGRAMS = collision
12
13DEPENDENCIES = \
14                $(MAINSRCDIR)/world_entities/libORXwe.a \
15                $(libORXlibs_a_LIBRARIES_) \
16                $(MAINSRCDIR)/util/libORXutils.a
17
18LDADD = \
19                $(MAINSRCDIR)/util/libORXutils.a \
20                $(libORXlibs_a_LIBRARIES_) \
21                $(MAINSRCDIR)/world_entities/libORXwe.a \
22                $(libORXlibs_a_LIBRARIES_) \
23                $(MAINSRCDIR)/util/libORXutils.a \
24                $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
25
26importer_SOURCES= \
27                ../framework.cc \
28                importer.cc \
29                $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \
30                $(MAINSRCDIR)/world_entities/weapons/test_gun.cc
31
32
33
34collision_CPPFLAGS =  \
35                -DGUI_MODULE   \
36                $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
37
38collision_SOURCES= \
39                ../framework.cc \
40                collision_detection.cc \
41                collision_test_entity.cc \
42                \
43                $(MAINSRCDIR)/world_entities/space_ships/space_ship.cc \
44                $(MAINSRCDIR)/world_entities/weapons/test_gun.cc
45
46noinst_HEADERS  =  collision_test_entity.h
Note: See TracBrowser for help on using the repository browser.