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
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5463]4noinst_LIBRARIES = libORXparticles.a
[4291]5
[6621]6libORXparticles_a_SOURCES = \
7                        particle_emitter.cc \
8                        \
9                        particle_system.cc \
10                        sprite_particles.cc \
[6623]11                        spark_particles.cc \
12                        \
[6621]13                        quick_animation.cc
[4291]14
[4416]15
[6621]16noinst_HEADERS = \
17                        particle_emitter.h \
18                        \
19                        particle_system.h \
20                        sprite_particles.h \
[6623]21                        spark_particles.h \
22                        \
[6621]23                        quick_animation.h
Note: See TracBrowser for help on using the repository browser.