Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/Makefile.am @ 7165

Last change on this file since 7165 was 7165, checked in by bensch, 18 years ago

reverted the Vector usage, as it lead to a non-predicate segfault

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