Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

trunk: particles: precache and ModelParticles

File size: 453 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                        spark_particles.cc \
12                        model_particles.cc \
13                        \
14                        quick_animation.cc
15
16
17noinst_HEADERS = \
18                        particle_emitter.h \
19                        \
20                        particle_system.h \
21                        sprite_particles.h \
22                        spark_particles.h \
23                        model_particles.h \
24                        \
25                        quick_animation.h
Note: See TracBrowser for help on using the repository browser.