source:
orxonox.OLD/trunk/src/lib/graphics/Makefile.am
@
7422
Last change on this file since 7422 was 7165, checked in by bensch, 19 years ago | |
---|---|
File size: 903 bytes |
Rev | Line | |
---|---|---|
[5347] | 1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
[5463] | 4 | noinst_LIBRARIES = libORXgraphics.a |
[5347] | 5 | |
[5463] | 6 | libORXgraphics_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] | 23 | noinst_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] | 41 | SUBDIRS = importer \ |
[5342] | 42 | spatial_separation |
43 | ||
[7165] | 44 | EXTRA_DIST = |
Note: See TracBrowser
for help on using the repository browser.