Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/new_class_id: moved the graphics_effect back to the lib as the GraphicsEngine is dependant on it

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