Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/particles/Makefile.am @ 6621

Last change on this file since 6621 was 6621, checked in by bensch, 18 years ago

orxonox/trunk: particle derivate… still working on this

File size: 349 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXparticles.a
5
6libORXparticles_a_SOURCES = \
7                        particle_emitter.cc \
8                        \
9                        particle_system.cc \
10                        sprite_particles.cc \
11                        quick_animation.cc
12
13
14noinst_HEADERS = \
15                        particle_emitter.h \
16                        \
17                        particle_system.h \
18                        sprite_particles.h \
19                        quick_animation.h
Note: See TracBrowser for help on using the repository browser.