Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: BoxEmitter

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