Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/lang/Makefile.am @ 9684

Last change on this file since 9684 was 9684, checked in by bensch, 18 years ago

orxonox/branches/new_class_id: slowly but surely reimplementing to the new groove… way to go

File size: 747 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
7noinst_LIBRARIES = libORXlang.a
8
9libORXlang_a_SOURCES = \
10                base_object.cc \
11                new_class_id.cc \
12                new_object_list.cc
13
14noinst_HEADERS = \
15                base_object.h \
16                new_class_id.h \
17                new_object_list.h
18
19
20
21
22
23## THIS ALL IS JUST FOR TESTING!!
24check_PROGRAMS = test_object_list
25
26test_object_list_SOURCES = \
27                test_object_list.cc
28
29test_object_list_DEPENDENCIES = libORXlang.a
30
31test_object_list_LDADD = \
32                $(MAINSRCDIR)/util/libORXutils.a \
33                $(libORXlibs_a_LIBRARIES_) \
34                $(MAINSRCDIR)/world_entities/libORXwe.a \
35                $(libORXlibs_a_LIBRARIES_) \
36                $(MAINSRCDIR)/util/libORXutils.a
37
38#test_object_list_LDADD = \
39                libORXlang.a
Note: See TracBrowser for help on using the repository browser.