Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/graphics/Makefile.am @ 9760

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

moved around the weather effecs

File size: 872 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/image_plane.cc \
14                \
15                text_engine/text_engine.cc \
16                text_engine/text.cc \
17                text_engine/multi_line_text.cc \
18                text_engine/limited_width_text.cc \
19                text_engine/font.cc \
20                text_engine/font_data.cc
21
22noinst_HEADERS =\
23                graphics_engine.h \
24                light.h \
25                shader.h \
26                \
27                render2D/render_2d.h \
28                render2D/element_2d.h \
29                render2D/image_plane.h \
30                \
31                text_engine/text_engine.h \
32                text_engine/text.h \
33                text_engine/multi_line_text.h \
34                text_engine/limited_width_text.h \
35                text_engine/font.h \
36                text_engine/font_data.h \
37                text_engine/default_font.xpm
38
39
40SUBDIRS =       importer \
41                spatial_separation
42EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.