source:
orxonox.OLD/branches/new_class_id/src/lib/lang/Makefile.am
@
9727
Last change on this file since 9727 was 9717, checked in by bensch, 18 years ago | |
---|---|
File size: 311 bytes |
Line | |
---|---|
1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am |
3 | |
4 | LIB_PREFIX=$(MAINSRCDIR)/lib |
5 | include $(MAINSRCDIR)/lib/BuildLibs.am |
6 | |
7 | noinst_LIBRARIES = libORXlang.a |
8 | |
9 | libORXlang_a_SOURCES = \ |
10 | base_object.cc \ |
11 | class_id.cc \ |
12 | object_list.cc |
13 | |
14 | noinst_HEADERS = \ |
15 | base_object.h \ |
16 | class_id.h \ |
17 | object_list.h |
18 |
Note: See TracBrowser
for help on using the repository browser.