Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/lang/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/lang/Makefile.am

    r9677 r9869  
    1 MAINSRCDIR=../..
    2 include $(MAINSRCDIR)/defs/include_paths.am
    3 
    4 LIB_PREFIX=$(MAINSRCDIR)/lib
    5 include $(MAINSRCDIR)/lib/BuildLibs.am
     1INCLUDES = -I../..
     2INCLUDES +=-I..
     3INCLUDES +=-I../util
    64
    75noinst_LIBRARIES = libORXlang.a
     
    97libORXlang_a_SOURCES = \
    108                base_object.cc \
    11                 class_list.cc \
    12                 new_class_id.cc \
    13                 new_object_list.cc
     9                class_id.cc \
     10                object_list.cc
    1411
    1512noinst_HEADERS = \
    1613                base_object.h \
    17                 class_list.h \
    18                 new_class_id.h \
    19                 new_object_list.h
    20 
    21 
    22 
    23 
    24 
    25 ## THIS ALL IS JUST FOR TESTING!!
    26 check_PROGRAMS = test_object_list
    27 
    28 test_object_list_SOURCES = \
    29                 test_object_list.cc
    30 
    31 test_object_list_DEPENDENCIES = libORXlang.a
    32 
    33 test_object_list_LDADD = \
    34                 $(MAINSRCDIR)/util/libORXutils.a \
    35                 $(libORXlibs_a_LIBRARIES_) \
    36                 $(MAINSRCDIR)/world_entities/libORXwe.a \
    37                 $(libORXlibs_a_LIBRARIES_) \
    38                 $(MAINSRCDIR)/util/libORXutils.a
    39 
    40 #test_object_list_LDADD = \
    41                 libORXlang.a
     14                class_id.h \
     15                object_list.h
Note: See TracChangeset for help on using the changeset viewer.