Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/subprojects/collision_detection/Makefile.am @ 8625

Last change on this file since 8625 was 7264, checked in by bensch, 19 years ago

shared_lib: compile again

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