source:
orxonox.OLD/branches/resources/src/lib/Makefile.am
@
7768
| Last change on this file since 7768 was 7240, checked in by bensch, 20 years ago | |
|---|---|
| File size: 473 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 = \ |
| 7 | lang/base_object.cc \ | |
| 8 | lang/class_list.cc \ | |
| [7165] | 9 | \ |
| [7163] | 10 | coord/p_node.cc \ |
| [7165] | 11 | \ |
| [7163] | 12 | data/data_tank.cc |
| [5349] | 13 | |
| [7033] | 14 | noinst_HEADERS = \ |
| 15 | lang/base_object.h \ | |
| 16 | lang/class_list.h \ | |
| [7165] | 17 | \ |
| 18 | coord/p_node.h \ | |
| 19 | \ | |
| [7193] | 20 | \ |
| [7165] | 21 | data/data_tank.h |
| [5349] | 22 | |
| [7033] | 23 | SUBDIRS = \ |
| [7221] | 24 | . \ |
| [7033] | 25 | math \ |
| [7240] | 26 | util \ |
| [7033] | 27 | graphics \ |
| 28 | sound \ | |
| 29 | event \ | |
| 30 | physics \ | |
| 31 | particles \ | |
| 32 | collision_detection \ | |
| 33 | network \ | |
| 34 | parser \ | |
| 35 | shell \ | |
| [7221] | 36 | gui |
Note: See TracBrowser
for help on using the repository browser.










