| Line | |
|---|
| 1 | MAINSRCDIR=.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXlibs.a |
|---|
| 5 | |
|---|
| 6 | libORXlibs_a_SOURCES = \ |
|---|
| 7 | lang/base_object.cc \ |
|---|
| 8 | lang/class_list.cc \ |
|---|
| 9 | \ |
|---|
| 10 | coord/p_node.cc \ |
|---|
| 11 | \ |
|---|
| 12 | data/data_tank.cc |
|---|
| 13 | |
|---|
| 14 | noinst_HEADERS = \ |
|---|
| 15 | lang/base_object.h \ |
|---|
| 16 | lang/class_list.h \ |
|---|
| 17 | \ |
|---|
| 18 | coord/p_node.h \ |
|---|
| 19 | \ |
|---|
| 20 | data/data_tank.h |
|---|
| 21 | |
|---|
| 22 | SUBDIRS = \ |
|---|
| 23 | . \ |
|---|
| 24 | math \ |
|---|
| 25 | util \ |
|---|
| 26 | graphics \ |
|---|
| 27 | sound \ |
|---|
| 28 | event \ |
|---|
| 29 | physics \ |
|---|
| 30 | particles \ |
|---|
| 31 | collision_detection \ |
|---|
| 32 | collision_reaction \ |
|---|
| 33 | network \ |
|---|
| 34 | parser \ |
|---|
| 35 | shell \ |
|---|
| 36 | script_engine \ |
|---|
| 37 | gui |
|---|
Note: See
TracBrowser
for help on using the repository browser.