Last change
on this file since 5370 was
5348,
checked in by bensch, 19 years ago
|
orxonox/trunk: fixed the subProjects… again
|
File size:
1.3 KB
|
Rev | Line | |
---|
[3549] | 1 | MAINSRCDIR=../.. |
---|
[4492] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
[3549] | 3 | |
---|
[4653] | 4 | importer_CPPFLAGS = |
---|
[3549] | 5 | |
---|
[4535] | 6 | importer_LDFLAGS = $(MWINDOWS) |
---|
[3549] | 7 | |
---|
[4343] | 8 | bin_PROGRAMS = importer |
---|
[3549] | 9 | |
---|
[4492] | 10 | importer_LDADD = $(MAINSRCDIR)/lib/event/libORXevent.a \ |
---|
[4634] | 11 | $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \ |
---|
[5348] | 12 | $(MAINSRCDIR)/lib/graphics/libORXgraphics.a \ |
---|
| 13 | $(MAINSRCDIR)/lib/shell/libORXshell.a \ |
---|
[4653] | 14 | $(MAINSRCDIR)/lib/sound/libORXsound.a \ |
---|
[4637] | 15 | $(MAINSRCDIR)/lib/graphics/importer/libORXimporter.a |
---|
[4266] | 16 | |
---|
[4343] | 17 | importer_SOURCES= ../framework.cc \ |
---|
[4637] | 18 | importer.cc \ |
---|
| 19 | $(MAINSRCDIR)/util/state.cc \ |
---|
| 20 | $(MAINSRCDIR)/world_entities/camera.cc \ |
---|
| 21 | $(MAINSRCDIR)/lib/lang/base_object.cc \ |
---|
[4751] | 22 | $(MAINSRCDIR)/lib/lang/class_list.cc \ |
---|
[4637] | 23 | $(MAINSRCDIR)/lib/math/vector.cc \ |
---|
| 24 | $(MAINSRCDIR)/util/resource_manager.cc \ |
---|
| 25 | $(MAINSRCDIR)/lib/util/ini_parser.cc \ |
---|
| 26 | $(MAINSRCDIR)/lib/coord/p_node.cc \ |
---|
| 27 | $(MAINSRCDIR)/lib/coord/null_parent.cc \ |
---|
| 28 | $(MAINSRCDIR)/util/loading/load_param.cc \ |
---|
[5348] | 29 | $(MAINSRCDIR)/lib/util/helper_functions.cc \ |
---|
[4739] | 30 | $(MAINSRCDIR)/lib/util/substring.cc \ |
---|
[5031] | 31 | $(MAINSRCDIR)/lib/util/color.cc \ |
---|
[4739] | 32 | $(MAINSRCDIR)/util/loading/factory.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.