Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: particle Systems and Emitters are loaded and cleaned up nicely

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