|
Last change
on this file since 6784 was
6753,
checked in by patrick, 20 years ago
|
|
trunk: merged network back to trunk
|
|
File size:
744 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXgraphics.a |
|---|
| 5 | |
|---|
| 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 \ |
|---|
| 14 | effects/graphics_effect.cc \ |
|---|
| 15 | effects/fog_effect.cc |
|---|
| 16 | |
|---|
| 17 | noinst_HEADERS = graphics_engine.h \ |
|---|
| 18 | light.h \ |
|---|
| 19 | shader.h \ |
|---|
| 20 | render2D/render_2d.h \ |
|---|
| 21 | render2D/element_2d.h \ |
|---|
| 22 | text_engine/text_engine.h \ |
|---|
| 23 | text_engine/text.h \ |
|---|
| 24 | text_engine/font.h \ |
|---|
| 25 | effects/graphics_effect.h \ |
|---|
| 26 | effects/fog_effect.h |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | SUBDIRS = importer \ |
|---|
| 30 | spatial_separation |
|---|
| 31 | |
|---|
| 32 | EXTRA_DIST = text_engine/default_font.xpm |
|---|
Note: See
TracBrowser
for help on using the repository browser.