Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7379 was 7379, checked in by hdavid, 18 years ago

branches/atmospheric_engine: basic framework

File size: 1.1 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_effects.cc \
21                           effects/sun_effects.cc \
22                           effects/fog_effect.cc \
23                           effects/lense_flare.cc
24
25
26noinst_HEADERS = graphics_engine.h \
27                 light.h \
28                 shader.h \
29                 \
30                 render2D/render_2d.h \
31                 render2D/element_2d.h \
32                 render2D/billboard.h \
33                 \
34                 text_engine/text_engine.h \
35                 text_engine/text.h \
36                 text_engine/font.h \
37                 text_engine/default_font.xpm \
38                 \
39                 effects/graphics_effect.h \
40                 effects/atmospheric_engine.h \
41                 effects/weather_effects.h \
42                 effects/sun_effects.h \
43                 effects/fog_effect.h \
44                 effects/lense_flare.h
45
46
47SUBDIRS = importer \
48          spatial_separation
49
50EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.