Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/textEngine/src/lib/graphics/importer/Makefile.am @ 3681

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

orxonox/branches/textEngine: merged trunk here.
merged with command:
svn merge ../trunk textEngine -r 3467:HEAD
no conflicts

File size: 1.6 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
[3656]7AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics
[3487]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 \
[3657]29                  primitive_model.cc \
[3182]30                  array.cc \
[3201]31                  material.cc \
[3365]32                  texture.cc \
[3656]33                  $(MAINSRCDIR)/lib/graphics/graphics_engine.cc \
34                  $(MAINSRCDIR)/lib/lang/base_object.cc \
[3658]35                  $(MAINSRCDIR)/lib/math/vector.cc \
36                  $(MAINSRCDIR)/lib/util/resource_manager.cc
[2755]37
[3182]38noinst_HEADERS= framework.h \
39                windowHandler.h \
[3365]40                model.h \
[3396]41                objModel.h \
[3657]42                primitive_model.h \
[3182]43                array.h \
[3365]44                material.h \
45                texture.h
[2755]46
47
[3201]48
[3027]49#  uncomment the following if orxonox requires the math library
[2755]50#orxonox_LDADD=-lm
51
52#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
53
54#  if you write a self-test script named `chk', uncomment the
55#  following and add `chk' to the EXTRA_DIST list
56#TESTS=chk
57
58#  build and install the .info pages
59#info_TEXINFOS = orxonox.texinfo
60#orxonox_TEXINFOS = gpl.texinfo
61
62#  install the man pages
63#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.