Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/particles/Makefile.am @ 6693

Last change on this file since 6693 was 6693, checked in by patrick, 18 years ago

branches: removed spaceshipcontrol branche

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