Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5450 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: 639 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4
5bin_PROGRAMS = particles
6
7particles_LDADD = ${MAINSRCDIR}/lib/libORXlibs.la \
8                  ${MAINSRCDIR}/util/libORXutils.la \
9                  $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
10
11particles_CPPFLAGS =  -DGUI_MODULE  \
12                      $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
13
14particles_SOURCES= ../framework.cc \
15                   particle_fun.cc \
16                   $(MAINSRCDIR)/util/resource_manager.cc \
17                   $(MAINSRCDIR)/world_entities/camera.cc \
18                   $(MAINSRCDIR)/world_entities/world_entity.cc
19
Note: See TracBrowser for help on using the repository browser.