source:
orxonox.OLD/trunk/src/lib/particles/Makefile.am
@
8927
Last change on this file since 8927 was 6873, checked in by bensch, 19 years ago | |
---|---|
File size: 617 bytes |
Rev | Line | |
---|---|---|
[4291] | 1 | MAINSRCDIR=../.. |
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3493] | 3 | |
[5463] | 4 | noinst_LIBRARIES = libORXparticles.a |
[4291] | 5 | |
[6621] | 6 | libORXparticles_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] | 21 | noinst_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.