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 | |
---|---|
File size: 534 bytes |
Rev | Line | |
---|---|---|
[3549] | 1 | MAINSRCDIR=../.. |
[4492] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3549] | 3 | |
[5450] | 4 | importer_CPPFLAGS = |
[3549] | 5 | |
[4535] | 6 | importer_LDFLAGS = $(MWINDOWS) |
[3549] | 7 | |
[4343] | 8 | bin_PROGRAMS = importer |
[3549] | 9 | |
[5450] | 10 | importer_DEPENDENCIES = ${MAINSRCDIR}/lib/libORXlibs.la \ |
11 | ${MAINSRCDIR}/util/libORXutils.la | |
[4266] | 12 | |
[5450] | 13 | |
14 | ||
15 | importer_LDADD = $(MAINSRCDIR)/lib/libORXlibs.la \ | |
16 | $(MAINSRCDIR)/util/libORXutils.la | |
17 | ||
[4343] | 18 | importer_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.