Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/Makefile.am @ 7232

Last change on this file since 7232 was 7165, checked in by bensch, 19 years ago

reverted the Vector usage, as it lead to a non-predicate segfault

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