Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

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