Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/src/lib/graphics/importer/Makefile.am @ 3498

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

orxonox/branches/trackManager: merged trunk back to tracManager R3440:3497 → 3498
merged with command:
svn merge ../trunk/ trackManager/ -r 3430:HEAD
conflicts resolved in favor of the Trunk

File size: 1.4 KB
RevLine 
[3487]1MAINSRCDIR=../../..
[3479]2AM_CXXFLAGS=-I$(MAINSRCDIR)
3AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities
4AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities
5AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib
[3487]6AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data
7AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gaphics
8AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer
9AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang
10AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/util
11AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/math
[3479]12AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
13AM_CXXFLAGS+=-I$(MAINSRCDIR)/font
14AM_CXXFLAGS+=-I$(MAINSRCDIR)/network
15AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu
[3487]16AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai
[3479]17
[3487]18
[3180]19AM_LDFLAGS=$(MWINDOWS)
[2755]20
21#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
22
23
24bin_PROGRAMS=importer
[3182]25importer_SOURCES= framework.cc \
26                  windowHandler.cc \
[3365]27                  model.cc \
[3396]28                  objModel.cc \
[3182]29                  array.cc \
[3201]30                  material.cc \
[3365]31                  texture.cc \
[3487]32                  $(MAINSRCDIR)/lib/math/vector.cc
[2755]33
[3182]34noinst_HEADERS= framework.h \
35                windowHandler.h \
[3365]36                model.h \
[3396]37                objModel.h \
[3182]38                array.h \
[3365]39                material.h \
40                texture.h
[2755]41
42
[3201]43
[3027]44#  uncomment the following if orxonox requires the math library
[2755]45#orxonox_LDADD=-lm
46
47#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
48
49#  if you write a self-test script named `chk', uncomment the
50#  following and add `chk' to the EXTRA_DIST list
51#TESTS=chk
52
53#  build and install the .info pages
54#info_TEXINFOS = orxonox.texinfo
55#orxonox_TEXINFOS = gpl.texinfo
56
57#  install the man pages
58#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.