Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5412 was 5412, checked in by bensch, 19 years ago

orxonox/trunk: subprojects compile again (but with many segfaults)

File size: 534 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4importer_CPPFLAGS =
5
6importer_LDFLAGS = $(MWINDOWS)
7
8bin_PROGRAMS = importer
9
10importer_DEPENDENCIES = ${MAINSRCDIR}/lib/libORXlibs.la \
11                        ${MAINSRCDIR}/util/libORXutils.la
12
13
14
15importer_LDADD = $(MAINSRCDIR)/lib/libORXlibs.la \
16                 $(MAINSRCDIR)/util/libORXutils.la
17
18importer_SOURCES= ../framework.cc \
19                  importer.cc \
20                  $(MAINSRCDIR)/world_entities/camera.cc \
21                  ${MAINSRCDIR}/util/resource_manager.cc
Note: See TracBrowser for help on using the repository browser.