source:
orxonox.OLD/trunk/src/lib/Makefile.am
@
9638
Last change on this file since 9638 was 9406, checked in by bensch, 18 years ago | |
---|---|
File size: 508 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 | \ | |
20 | data/data_tank.h | |
[5349] | 21 | |
[7033] | 22 | SUBDIRS = \ |
[7221] | 23 | . \ |
[7033] | 24 | math \ |
[8367] | 25 | util \ |
[7033] | 26 | graphics \ |
27 | sound \ | |
28 | event \ | |
29 | physics \ | |
30 | particles \ | |
31 | collision_detection \ | |
[7819] | 32 | collision_reaction \ |
[9406] | 33 | gui \ |
[7033] | 34 | network \ |
35 | parser \ | |
36 | shell \ | |
[9406] | 37 | script_engine |
Note: See TracBrowser
for help on using the repository browser.