Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5412 was 5412, checked in by bensch, 20 years ago

orxonox/trunk: subprojects compile again (but with many segfaults)

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