Changeset 9709 in orxonox.OLD for branches/new_class_id/src/lib/util/Makefile.am
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/Makefile.am
r9406 r9709 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_LIBRARIES = libORXlibutil.a 4 noinst_LIBRARIES = \ 5 libORXlibutil.a \ 6 libORXexecutor.a 7 8 libORXexecutor_a_SOURCES = \ 9 executor/executor.cc \ 10 executor/executor_functional.cc \ 11 executor/executor_lua.cc 5 12 6 13 libORXlibutil_a_SOURCES = \ … … 9 16 helper_functions.cc \ 10 17 multi_type.cc \ 11 executor/executor.cc \12 executor/executor_functional.cc \13 executor/executor_lua.cc \14 18 \ 15 19 loading/resource_manager.cc \ … … 19 23 loading/load_param_description.cc \ 20 24 loading/factory.cc \ 21 loading/ dynamic_loader.cc \25 loading/fast_factory.cc \ 22 26 \ 23 27 filesys/file.cc \ … … 28 32 threading.cc \ 29 33 timer.cc 34 35 # loading/dynamic_loader.cc 30 36 31 37 … … 55 61 loading/load_param_description.h \ 56 62 loading/factory.h \ 63 loading/fast_factory.h \ 57 64 loading/dynamic_loader.h \ 58 65 \
Note: See TracChangeset
for help on using the changeset viewer.