Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/atmospheric_engine/src/lib/graphics/Makefile.am @ 7562

Last change on this file since 7562 was 7562, checked in by amaechler, 18 years ago

branches/atmosphere_engine:

File size: 1.2 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXgraphics.a
5
6libORXgraphics_a_SOURCES = graphics_engine.cc \
7                           light.cc \
8                           shader.cc \
9                           \
10                           render2D/render_2d.cc \
11                           render2D/element_2d.cc \
12                           render2D/billboard.cc \
13                           \
14                           text_engine/text_engine.cc \
15                           text_engine/text.cc \
16                           text_engine/font.cc \
17                           \
18                           effects/graphics_effect.cc \
19                           effects/atmospheric_engine.cc \
20                           effects/weather_effect.cc \
21                           effects/sun_effect.cc \
22                           effects/fog_effect.cc \
23                           effects/volfog_effect.cc \
24                           effects/rain_effect.cc \
25                           effects/lense_flare.cc
26
27
28noinst_HEADERS = graphics_engine.h \
29                 light.h \
30                 shader.h \
31                 \
32                 render2D/render_2d.h \
33                 render2D/element_2d.h \
34                 render2D/billboard.h \
35                 \
36                 text_engine/text_engine.h \
37                 text_engine/text.h \
38                 text_engine/font.h \
39                 text_engine/default_font.xpm \
40                 \
41                 effects/graphics_effect.h \
42                 effects/atmospheric_engine.h \
43                 effects/weather_effect.h \
44                 effects/sun_effect.h \
45                 effects/fog_effect.h \
46                 effects/volfog_effect.h \
47                 effects/rain_effect.h \
48                 effects/lense_flare.h
49
50
51SUBDIRS = importer \
52          spatial_separation
53
54EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.