Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: Emitter is emitting correctly

File size: 617 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                        box_emitter.cc \
10                        plane_emitter.cc \
11                        \
12                        particle_system.cc \
13                        sprite_particles.cc \
14                        spark_particles.cc \
15                        model_particles.cc \
16                        dot_particles.cc \
17                        \
18                        quick_animation.cc
19
20
21noinst_HEADERS = \
22                        particle_emitter.h \
23                        dot_emitter.h \
24                        box_emitter.h \
25                        plane_emitter.h \
26                        \
27                        particle_system.h \
28                        sprite_particles.h \
29                        spark_particles.h \
30                        model_particles.h \
31                        dot_particles.h \
32                        \
33                        quick_animation.h
Note: See TracBrowser for help on using the repository browser.