Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/subprojects/importer/Makefile.am @ 5750

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

orxonox/trunk: merged the WorldEntities into the Trunk.
Merged with command:
svn merge branches/world_entities/ trunk/ -r5516:HEAD

conflics from world_entities changed in favor of branches/world_entity
all other conflict in favor of the trunk

File size: 1.5 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4importer_CPPFLAGS =
5
6importer_LDFLAGS = $(MWINDOWS)
7
8bin_PROGRAMS = importer
9
10importer_LDADD = $(MAINSRCDIR)/lib/event/libORXevent.a \
11                 $(MAINSRCDIR)/lib/tinyxml/libtinyxml.a \
12                 $(MAINSRCDIR)/lib/graphics/libORXgraphics.a \
13                 $(MAINSRCDIR)/lib/shell/libORXshell.a \
14                 $(MAINSRCDIR)/lib/sound/libORXsound.a \
15                 $(MAINSRCDIR)/lib/graphics/importer/libORXimporter.a
16
17importer_SOURCES= ../framework.cc \
18                  importer.cc \
19                  $(MAINSRCDIR)/util/state.cc \
20                  $(MAINSRCDIR)/world_entities/camera.cc \
21                  $(MAINSRCDIR)/lib/lang/base_object.cc \
22                  $(MAINSRCDIR)/lib/lang/class_list.cc \
23                  $(MAINSRCDIR)/lib/math/vector.cc \
24                  $(MAINSRCDIR)/util/loading/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 \
29                  $(MAINSRCDIR)/util/loading/load_param_description.cc \
30                  $(MAINSRCDIR)/lib/util/helper_functions.cc \
31                  $(MAINSRCDIR)/lib/util/substring.cc \
32                  $(MAINSRCDIR)/lib/util/color.cc \
33                  $(MAINSRCDIR)/lib/util/multi_type.cc \
34                  $(MAINSRCDIR)/util/loading/factory.cc
Note: See TracBrowser for help on using the repository browser.