| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXparticles.a |
|---|
| 5 | |
|---|
| 6 | libORXparticles_a_SOURCES = \ |
|---|
| 7 | particle_emitter.cc \ |
|---|
| 8 | dot_emitter.cc \ |
|---|
| 9 | box_emitter.cc \ |
|---|
| 10 | \ |
|---|
| 11 | particle_system.cc \ |
|---|
| 12 | sprite_particles.cc \ |
|---|
| 13 | spark_particles.cc \ |
|---|
| 14 | model_particles.cc \ |
|---|
| 15 | dot_particles.cc \ |
|---|
| 16 | \ |
|---|
| 17 | quick_animation.cc |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | noinst_HEADERS = \ |
|---|
| 21 | particle_emitter.h \ |
|---|
| 22 | dot_emitter.h \ |
|---|
| 23 | box_emitter.h \ |
|---|
| 24 | \ |
|---|
| 25 | particle_system.h \ |
|---|
| 26 | sprite_particles.h \ |
|---|
| 27 | spark_particles.h \ |
|---|
| 28 | model_particles.h \ |
|---|
| 29 | dot_particles.h \ |
|---|
| 30 | \ |
|---|
| 31 | quick_animation.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.