Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/particles/Makefile.am @ 6694

Last change on this file since 6694 was 6652, checked in by bensch, 19 years ago

trunk: dot-particles

File size: 496 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5463]4noinst_LIBRARIES = libORXparticles.a
[4291]5
[6621]6libORXparticles_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 \
[6652]13                        dot_particles.cc \
[6623]14                        \
[6621]15                        quick_animation.cc
[4291]16
[4416]17
[6621]18noinst_HEADERS = \
19                        particle_emitter.h \
20                        \
21                        particle_system.h \
22                        sprite_particles.h \
[6623]23                        spark_particles.h \
[6629]24                        model_particles.h \
[6652]25                        dot_particles.h \
[6623]26                        \
[6621]27                        quick_animation.h
Note: See TracBrowser for help on using the repository browser.