Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/cleanup/src/lib/graphics/Makefile.am @ 10589

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

cleaned out unused defs files, and moved glincl to grafics, alincl.h to sound

File size: 1.1 KB
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 \
[9869]8                graphics_effect.cc \
[8619]9                light.cc \
10                shader.cc \
[9869]11                shader_data.cc \
12                resource_shader.cc \
[8619]13                \
14                render2D/render_2d.cc \
15                render2D/element_2d.cc \
16                render2D/image_plane.cc \
17                \
18                text_engine/text_engine.cc \
19                text_engine/text.cc \
20                text_engine/multi_line_text.cc \
21                text_engine/limited_width_text.cc \
22                text_engine/font.cc \
[8751]23                text_engine/font_data.cc \
[9869]24                text_engine/resource_font.cc
[5347]25
[8751]26noinst_HEADERS =\
[10571]27                glincl.h \
[8751]28                graphics_engine.h \
[9869]29                graphics_effect.h \
[8751]30                light.h \
31                shader.h \
[9869]32                shader_data.h \
33                resource_shader.h \
[8751]34                \
35                render2D/render_2d.h \
36                render2D/element_2d.h \
37                render2D/image_plane.h \
38                \
39                text_engine/text_engine.h \
40                text_engine/text.h \
41                text_engine/multi_line_text.h \
42                text_engine/limited_width_text.h \
43                text_engine/font.h \
44                text_engine/font_data.h \
[9869]45                text_engine/resource_font.h \
46                text_engine/default_font.xpm
[6815]47
[5347]48
[10571]49
[8293]50SUBDIRS =       importer \
51                spatial_separation
[7165]52EXTRA_DIST =
Note: See TracBrowser for help on using the repository browser.