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
RevLine 
[3549]1MAINSRCDIR=../..
[4492]2include $(MAINSRCDIR)/defs/include_paths.am
[3549]3
[7156]4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
[3549]6
[7156]7
8importer_LDFLAGS = \
9                $(MWINDOWS)
10
[4532]11bin_PROGRAMS = collision
[3549]12
[7156]13DEPENDENCIES = \
14                $(MAINSRCDIR)/world_entities/libORXwe.a \
15                $(libORXlibs_a_LIBRARIES_) \
16                $(MAINSRCDIR)/util/libORXutils.a
[4266]17
[7156]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)
[4626]25
[7156]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
[4646]31
32
[4679]33
[7156]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
[5546]46noinst_HEADERS  =  collision_test_entity.h
Note: See TracBrowser for help on using the repository browser.