Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: Emitter is emitting correctly

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