Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8367 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Jun 14, 2006, 10:49:48 AM (18 years ago)
Author:
bensch
Message:

trunk: libORXlibutil is built

File:
1 copied

Legend:

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

    r8366 r8367  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXevent.a
     4noinst_LIBRARIES = libORXlibutil.a
    55
    6 libORXevent_a_SOURCES = event_handler.cc \
    7                         event_listener.cc \
    8                         key_mapper.cc \
    9                         key_names.cc
     6libORXlibutil_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
    1029
    11 
    12 noinst_HEADERS = event.h \
    13                  event_handler.h \
    14                  event_listener.h \
    15                  key_mapper.h \
    16                  key_names.h \
    17                  event_def.h
    18 
     30noinst_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 TracChangeset for help on using the changeset viewer.