Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5453 was 5450, checked in by bensch, 19 years ago

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

File size: 841 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4
5bin_PROGRAMS = collision
6
7collision_LDADD = ${MAINSRCDIR}/lib/libORXlibs.la \
8                  ${MAINSRCDIR}/util/libORXutils.la \
9                  $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
10
11
12collision_CPPFLAGS =  -DGUI_MODULE   \
13                      $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
14
15
16collision_SOURCES= ../framework.cc \
17                   collision_detection.cc \
18                   $(MAINSRCDIR)/util/resource_manager.cc \
19                   $(MAINSRCDIR)/world_entities/camera.cc \
20                   $(MAINSRCDIR)/world_entities/test_entity.cc \
21                   $(MAINSRCDIR)/world_entities/environment.cc \
22                   $(MAINSRCDIR)/world_entities/world_entity.cc \
23                   $(MAINSRCDIR)/world_entities/terrain.cc
24
25
Note: See TracBrowser for help on using the repository browser.