Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: added MultiLineText a Text for multiple line-input, that should automatically shilft position

File size: 910 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXgraphics.a
5
6libORXgraphics_a_SOURCES = \
7                graphics_engine.cc \
8                light.cc \
9                shader.cc \
10                \
11                render2D/render_2d.cc \
12                render2D/element_2d.cc \
13                render2D/billboard.cc \
14                \
15                text_engine/text_engine.cc \
16                text_engine/text.cc \
17                text_engine/multi_line_text.cc \
18                text_engine/font.cc \
19                \
20                effects/graphics_effect.cc \
21                effects/fog_effect.cc \
22                effects/lense_flare.cc
23
24
25noinst_HEADERS = \
26                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/multi_line_text.cc \
37                text_engine/font.h \
38                text_engine/default_font.xpm \
39                \
40                effects/graphics_effect.h \
41                effects/fog_effect.h \
42                effects/lense_flare.h
43
44
45SUBDIRS = importer \
46          spatial_separation
47
48EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.