Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/lib/graphics/Makefile.am @ 7178

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

orxonox/dylib: hmm… so everything seems to work again, only two libs arn't found yet

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