Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: BoxEmitter

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