Last change
on this file since 6564 was
5463,
checked in by bensch, 19 years ago
|
orxonox/trunk: removed LIBTOOL again
|
File size:
622 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 \ |
---|
| 9 | render2D/render_2d.cc \ |
---|
| 10 | render2D/element_2d.cc \ |
---|
| 11 | text_engine/text_engine.cc \ |
---|
| 12 | text_engine/text.cc \ |
---|
| 13 | text_engine/font.cc |
---|
[5347] | 14 | |
---|
| 15 | noinst_HEADERS = graphics_engine.h \ |
---|
| 16 | light.h \ |
---|
| 17 | shader.h \ |
---|
| 18 | render2D/render_2d.h \ |
---|
| 19 | render2D/element_2d.h \ |
---|
| 20 | text_engine/text_engine.h \ |
---|
| 21 | text_engine/text.h \ |
---|
| 22 | text_engine/font.h |
---|
| 23 | |
---|
| 24 | |
---|
[4789] | 25 | SUBDIRS = importer \ |
---|
[5342] | 26 | spatial_separation |
---|
| 27 | |
---|
[5347] | 28 | EXTRA_DIST = text_engine/default_font.xpm |
---|
Note: See
TracBrowser
for help on using the repository browser.