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










