| Line | |
|---|
| 1 | MAINSRCDIR=../.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXlibutil.a |
|---|
| 5 | |
|---|
| 6 | libORXlibutil_a_SOURCES = \ |
|---|
| 7 | substring.cc \ |
|---|
| 8 | color.cc \ |
|---|
| 9 | helper_functions.cc \ |
|---|
| 10 | multi_type.cc \ |
|---|
| 11 | executor/executor.cc \ |
|---|
| 12 | executor/executor_functional.cc \ |
|---|
| 13 | executor/executor_lua.cc \ |
|---|
| 14 | \ |
|---|
| 15 | loading/resource_manager.cc \ |
|---|
| 16 | loading/resource.cc \ |
|---|
| 17 | loading/game_loader.cc \ |
|---|
| 18 | loading/load_param.cc \ |
|---|
| 19 | loading/load_param_description.cc \ |
|---|
| 20 | loading/factory.cc \ |
|---|
| 21 | loading/dynamic_loader.cc \ |
|---|
| 22 | \ |
|---|
| 23 | filesys/file.cc \ |
|---|
| 24 | filesys/directory.cc \ |
|---|
| 25 | \ |
|---|
| 26 | preferences.cc \ |
|---|
| 27 | threading.cc \ |
|---|
| 28 | timer.cc |
|---|
| 29 | |
|---|
| 30 | noinst_HEADERS = \ |
|---|
| 31 | substring.h \ |
|---|
| 32 | multi_type.h \ |
|---|
| 33 | color.h \ |
|---|
| 34 | helper_functions.h \ |
|---|
| 35 | executor/executor.h \ |
|---|
| 36 | executor/executor_functional.h \ |
|---|
| 37 | executor/executor_xml.h \ |
|---|
| 38 | executor/executor_lua.h \ |
|---|
| 39 | executor/functor_list.h \ |
|---|
| 40 | \ |
|---|
| 41 | filesys/file.h \ |
|---|
| 42 | filesys/directory.h \ |
|---|
| 43 | \ |
|---|
| 44 | preferences.h \ |
|---|
| 45 | threading.h \ |
|---|
| 46 | timer.h \ |
|---|
| 47 | \ |
|---|
| 48 | loading/resource_manager.h \ |
|---|
| 49 | loading/resource.h \ |
|---|
| 50 | loading/game_loader.h \ |
|---|
| 51 | loading/load_param.h \ |
|---|
| 52 | loading/load_param_description.h \ |
|---|
| 53 | loading/factory.h \ |
|---|
| 54 | loading/dynamic_loader.h \ |
|---|
| 55 | \ |
|---|
| 56 | count_pointer.h \ |
|---|
| 57 | list.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.