Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/util/Makefile.am


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/Makefile.am

    r9406 r9869  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXlibutil.a
     4noinst_LIBRARIES = \
     5                libORXlibutil.a \
     6                libORXexecutor.a
     7
     8libORXexecutor_a_SOURCES = \
     9                executor/executor_substring.cc
    510
    611libORXlibutil_a_SOURCES = \
     
    914                helper_functions.cc \
    1015                multi_type.cc \
    11                 executor/executor.cc \
    12                 executor/executor_functional.cc \
    13                 executor/executor_lua.cc \
     16                debug_buffer.cc \
    1417                \
    1518                loading/resource_manager.cc \
     
    1821                loading/load_param.cc \
    1922                loading/load_param_description.cc \
     23                loading/load_param_class_description.cc \
    2024                loading/factory.cc \
    21                 loading/dynamic_loader.cc \
     25                loading/fast_factory.cc \
    2226                \
    2327                filesys/file.cc \
     
    2529                filesys/net_link.cc \
    2630                \
    27                 preferences.cc \
    2831                threading.cc \
    2932                timer.cc
     33
     34#               loading/dynamic_loader.cc
    3035
    3136
     
    3540                color.h \
    3641                helper_functions.h \
     42                debug.h \
     43                debug_buffer.h \
     44                \
     45                \
    3746                executor/executor.h \
    38                 executor/executor_functional.h \
    3947                executor/executor_xml.h \
    40                 executor/executor_lua.h \
     48                executor/executor_substring.h \
     49                executor/executor_generic.h \
     50                executor/executor_member.h \
     51                executor/executor_const_member.h \
     52                executor/executor_static.h \
     53                \
    4154                executor/functor_list.h \
     55                executor/functor_generic.h \
     56                executor/functor_member.h \
     57                executor/functor_const_member.h \
     58                executor/functor_static.h \
     59                \
    4260                \
    4361                filesys/file.h \
     
    4563                filesys/net_link.h \
    4664                \
    47                 preferences.h \
    4865                threading.h \
    4966                timer.h \
     
    5370                loading/game_loader.h \
    5471                loading/load_param.h \
     72                loading/load_param_xml.h \
    5573                loading/load_param_description.h \
     74                loading/load_param_class_description.h \
    5675                loading/factory.h \
     76                loading/fast_factory.h \
    5777                loading/dynamic_loader.h \
    5878                \
Note: See TracChangeset for help on using the changeset viewer.