Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7033 in orxonox.OLD for trunk/src/lib/math/Makefile.am


Ignore:
Timestamp:
Feb 4, 2006, 8:21:43 PM (18 years ago)
Author:
bensch
Message:

trunk: better make structure

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/math/Makefile.am

    r7032 r7033  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXparticles.a
    54
    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
     5noinst_LIBRARIES = libORXmath.a
    196
     7libORXmath_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
    2016
    2117noinst_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.