Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

cleaner executor with evaluate function, that will be made an Object Soon.

File size: 242 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXlang.a
5
6libORXlang_a_SOURCES = \
7                base_object.cc \
8                class_id.cc \
9                object_list.cc
10
11noinst_HEADERS = \
12                base_object.h \
13                class_id.h \
14                object_list.h
15
Note: See TracBrowser for help on using the repository browser.