source:
orxonox.OLD/trunk/src/lib/Makefile.am
@
10295
| Last change on this file since 10295 was 9869, checked in by bensch, 19 years ago | |
|---|---|
| File size: 411 bytes | |
| Rev | Line | |
|---|---|---|
| [5349] | 1 | MAINSRCDIR=.. |
| 2 | include $(MAINSRCDIR)/defs/include_paths.am | |
| 3 | ||
| [5463] | 4 | noinst_LIBRARIES = libORXlibs.a |
| [5349] | 5 | |
| [7033] | 6 | libORXlibs_a_SOURCES = \ |
| [7165] | 7 | \ |
| [7163] | 8 | coord/p_node.cc \ |
| [7165] | 9 | \ |
| [7163] | 10 | data/data_tank.cc |
| [5349] | 11 | |
| [7033] | 12 | noinst_HEADERS = \ |
| [7165] | 13 | \ |
| 14 | coord/p_node.h \ | |
| 15 | \ | |
| 16 | data/data_tank.h | |
| [5349] | 17 | |
| [7033] | 18 | SUBDIRS = \ |
| [7221] | 19 | . \ |
| [7033] | 20 | math \ |
| [9668] | 21 | lang \ |
| [8367] | 22 | util \ |
| [7033] | 23 | graphics \ |
| 24 | sound \ | |
| 25 | event \ | |
| 26 | physics \ | |
| 27 | collision_detection \ | |
| [7819] | 28 | collision_reaction \ |
| [9406] | 29 | gui \ |
| [7033] | 30 | network \ |
| [9869] | 31 | shell \ |
| [7033] | 32 | parser \ |
| [9406] | 33 | script_engine |
Note: See TracBrowser
for help on using the repository browser.










