Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

removed check case

File size: 311 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[9674]4LIB_PREFIX=$(MAINSRCDIR)/lib
5include $(MAINSRCDIR)/lib/BuildLibs.am
6
[9668]7noinst_LIBRARIES = libORXlang.a
[4291]8
[9668]9libORXlang_a_SOURCES = \
10                base_object.cc \
[9716]11                class_id.cc \
12                object_list.cc
[4291]13
[9668]14noinst_HEADERS = \
15                base_object.h \
[9716]16                class_id.h \
17                object_list.h
[9669]18
Note: See TracBrowser for help on using the repository browser.