source:
orxonox.OLD/branches/shared_lib/src/lib/Makefile.am
@
7211
| Last change on this file since 7211 was 7188, checked in by bensch, 20 years ago | |
|---|---|
| File size: 820 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 | \ |
| [7033] | 12 | util/substring.cc \ |
| 13 | util/color.cc \ | |
| 14 | util/helper_functions.cc \ | |
| 15 | util/multi_type.cc \ | |
| [7163] | 16 | util/executor/executor.cc \ |
| [7165] | 17 | \ |
| [7163] | 18 | data/data_tank.cc |
| [5349] | 19 | |
| [7033] | 20 | noinst_HEADERS = \ |
| 21 | lang/base_object.h \ | |
| 22 | lang/class_list.h \ | |
| [7165] | 23 | \ |
| 24 | coord/p_node.h \ | |
| 25 | \ | |
| [7033] | 26 | util/substring.h \ |
| [7164] | 27 | util/multi_type.h \ |
| [7033] | 28 | util/color.h \ |
| 29 | util/helper_functions.h \ | |
| 30 | util/executor/executor.h \ | |
| 31 | util/executor/executor_specials.h \ | |
| 32 | util/executor/functor_list.h \ | |
| [7163] | 33 | util/count_pointer.h \ |
| [7164] | 34 | util/list.h \ |
| [7165] | 35 | \ |
| 36 | data/data_tank.h | |
| [5349] | 37 | |
| [7033] | 38 | SUBDIRS = \ |
| 39 | math \ | |
| 40 | graphics \ | |
| 41 | sound \ | |
| 42 | event \ | |
| 43 | physics \ | |
| 44 | particles \ | |
| 45 | collision_detection \ | |
| 46 | network \ | |
| 47 | parser \ | |
| 48 | shell \ | |
| 49 | gui \ | |
| 50 | . |
Note: See TracBrowser
for help on using the repository browser.










