Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: ParticleEmitters now splitted into SubClasses.
Also fixed a little Boeg in the ClassID

File size: 535 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXparticles.a
5
6libORXparticles_a_SOURCES = \
7                        particle_emitter.cc \
8                        dot_emitter.cc \
9                        \
10                        particle_system.cc \
11                        sprite_particles.cc \
12                        spark_particles.cc \
13                        model_particles.cc \
14                        dot_particles.cc \
15                        \
16                        quick_animation.cc
17
18
19noinst_HEADERS = \
20                        particle_emitter.h \
21                        dot_emitter.h \
22                        \
23                        particle_system.h \
24                        sprite_particles.h \
25                        spark_particles.h \
26                        model_particles.h \
27                        dot_particles.h \
28                        \
29                        quick_animation.h
Note: See TracBrowser for help on using the repository browser.