Last change
on this file since 8453 was
7239,
checked in by bensch, 19 years ago
|
orxonox/branches/resource: created new lib (src/lib/util/libORXlibutil.a)
|
File size:
853 bytes
|
Rev | Line | |
---|
[5347] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[7239] | 4 | noinst_LIBRARIES = libORXlibutil.a |
---|
[5347] | 5 | |
---|
[7239] | 6 | libORXlibutil_a_SOURCES = \ |
---|
| 7 | substring.cc \ |
---|
| 8 | color.cc \ |
---|
| 9 | helper_functions.cc \ |
---|
| 10 | multi_type.cc \ |
---|
| 11 | executor/executor.cc \ |
---|
| 12 | \ |
---|
| 13 | loading/resource.cc \ |
---|
| 14 | loading/resource_manager.cc \ |
---|
| 15 | loading/game_loader.cc \ |
---|
| 16 | loading/load_param.cc \ |
---|
| 17 | loading/load_param_description.cc \ |
---|
| 18 | loading/factory.cc \ |
---|
| 19 | loading/dynamic_loader.cc |
---|
[5347] | 20 | |
---|
[7239] | 21 | noinst_HEADERS = \ |
---|
| 22 | substring.h \ |
---|
| 23 | multi_type.h \ |
---|
| 24 | color.h \ |
---|
| 25 | helper_functions.h \ |
---|
| 26 | executor/executor.h \ |
---|
| 27 | executor/executor_specials.h \ |
---|
| 28 | executor/functor_list.h \ |
---|
| 29 | \ |
---|
| 30 | loading/resource.h \ |
---|
| 31 | loading/resource_manager.h \ |
---|
| 32 | loading/game_loader.h \ |
---|
| 33 | loading/load_param.h \ |
---|
| 34 | loading/load_param_description.h \ |
---|
| 35 | loading/factory.h \ |
---|
| 36 | loading/dynamic_loader.h \ |
---|
| 37 | \ |
---|
| 38 | count_pointer.h \ |
---|
| 39 | list.h |
---|
[6815] | 40 | |
---|
[7239] | 41 | SUBDIRS = |
---|
[5347] | 42 | |
---|
[7165] | 43 | EXTRA_DIST = |
---|
Note: See
TracBrowser
for help on using the repository browser.