source:
orxonox.OLD/trunk/src/lib/particles/Makefile.am
@
6639
Last change on this file since 6639 was 6629, checked in by bensch, 19 years ago | |
---|---|
File size: 453 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 \ | |
8 | \ | |
9 | particle_system.cc \ | |
10 | sprite_particles.cc \ | |
[6623] | 11 | spark_particles.cc \ |
[6629] | 12 | model_particles.cc \ |
[6623] | 13 | \ |
[6621] | 14 | quick_animation.cc |
[4291] | 15 | |
[4416] | 16 | |
[6621] | 17 | noinst_HEADERS = \ |
18 | particle_emitter.h \ | |
19 | \ | |
20 | particle_system.h \ | |
21 | sprite_particles.h \ | |
[6623] | 22 | spark_particles.h \ |
[6629] | 23 | model_particles.h \ |
[6623] | 24 | \ |
[6621] | 25 | quick_animation.h |
Note: See TracBrowser
for help on using the repository browser.