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










