Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Switching to new Shader layout, with Shader and ShaderData. Shaders do not render for the time being

File size: 955 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXgraphics.a
5
6libORXgraphics_a_SOURCES = \
7                graphics_engine.cc \
8                graphics_effect.cc \
9                light.cc \
10                shader.cc \
11                shader_data.cc \
12                \
13                render2D/render_2d.cc \
14                render2D/element_2d.cc \
15                render2D/image_plane.cc \
16                \
17                text_engine/text_engine.cc \
18                text_engine/text.cc \
19                text_engine/multi_line_text.cc \
20                text_engine/limited_width_text.cc \
21                text_engine/font.cc \
22                text_engine/font_data.cc
23
24noinst_HEADERS =\
25                graphics_engine.h \
26                graphics_effect.h \
27                light.h \
28                shader.h \
29                shader_data.h \
30                \
31                render2D/render_2d.h \
32                render2D/element_2d.h \
33                render2D/image_plane.h \
34                \
35                text_engine/text_engine.h \
36                text_engine/text.h \
37                text_engine/multi_line_text.h \
38                text_engine/limited_width_text.h \
39                text_engine/font.h \
40                text_engine/font_data.h \
41                text_engine/default_font.xpm
42
43
44SUBDIRS =       importer \
45                spatial_separation
46EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.