Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/particles/Makefile.am @ 5452

Last change on this file since 5452 was 5450, checked in by bensch, 20 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: 639 bytes
RevLine 
[3549]1MAINSRCDIR=../..
[4492]2include $(MAINSRCDIR)/defs/include_paths.am
[3549]3
4
[4293]5bin_PROGRAMS = particles
[3549]6
[5450]7particles_LDADD = ${MAINSRCDIR}/lib/libORXlibs.la \
8                  ${MAINSRCDIR}/util/libORXutils.la \
[4637]9                  $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
[4266]10
[4650]11particles_CPPFLAGS =  -DGUI_MODULE  \
[4637]12                      $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
[4316]13
[4335]14particles_SOURCES= ../framework.cc \
[4637]15                   particle_fun.cc \
[5450]16                   $(MAINSRCDIR)/util/resource_manager.cc \
[5413]17                   $(MAINSRCDIR)/world_entities/camera.cc \
[5450]18                   $(MAINSRCDIR)/world_entities/world_entity.cc
[4652]19
Note: See TracBrowser for help on using the repository browser.