Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

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.