Changeset 7033 in orxonox.OLD for trunk/src/lib/math
- Timestamp:
- Feb 4, 2006, 8:21:43 PM (19 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/math/Makefile.am
r7032 r7033 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORXparticles.a5 4 6 libORXparticles_a_SOURCES = \ 7 particle_emitter.cc \ 8 dot_emitter.cc \ 9 box_emitter.cc \ 10 plane_emitter.cc \ 11 \ 12 particle_system.cc \ 13 sprite_particles.cc \ 14 spark_particles.cc \ 15 model_particles.cc \ 16 dot_particles.cc \ 17 \ 18 quick_animation.cc 5 noinst_LIBRARIES = libORXmath.a 19 6 7 libORXmath_a_SOURCES = \ 8 vector.cc \ 9 vector2D.cc \ 10 quaternion.cc \ 11 matrix.cc \ 12 curve.cc \ 13 plane.cc \ 14 line.cc \ 15 rotation_OBSOLETE.cc 20 16 21 17 noinst_HEADERS = \ 22 particle_emitter.h \ 23 dot_emitter.h \ 24 box_emitter.h \ 25 plane_emitter.h \ 26 \ 27 particle_system.h \ 28 sprite_particles.h \ 29 spark_particles.h \ 30 model_particles.h \ 31 dot_particles.h \ 32 \ 33 quick_animation.h 18 vector.h \ 19 vector2D.h \ 20 quaternion.h \ 21 matrix.h \ 22 curve.h \ 23 plane.h \ 24 line.h \ 25 rotation_OBSOLETE.h
Note: See TracChangeset
for help on using the changeset viewer.