Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged branches/network back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6774:HEAD

no conflicts…
thats what i call orthogonal work

File size: 859 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                           render2D/render_2d.cc \
10                           render2D/element_2d.cc \
11                           render2D/billboard.cc \
12                           text_engine/text_engine.cc \
13                           text_engine/text.cc \
14                           text_engine/font.cc \
15                           effects/graphics_effect.cc \
16                           effects/fog_effect.cc \
17                           effects/lense_flare.cc
18
19
20noinst_HEADERS = graphics_engine.h \
21                 light.h \
22                 shader.h \
23                 render2D/render_2d.h \
24                 render2D/element_2d.h \
25                 render2D/billboard.h \
26                 text_engine/text_engine.h \
27                 text_engine/text.h \
28                 text_engine/font.h \
29                 effects/graphics_effect.h \
30                 effects/fog_effect.h \
31                 effects/lense_flare.h
32
33
34SUBDIRS = importer \
35          spatial_separation
36
37EXTRA_DIST = text_engine/default_font.xpm
Note: See TracBrowser for help on using the repository browser.