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
Line 
1MAINSRCDIR=../../..
2AM_CXXFLAGS=-I$(MAINSRCDIR)
3AM_CXXFLAGS+=-I$(MAINSRCDIR)/world_entities
4AM_CXXFLAGS+=-I$(MAINSRCDIR)/story_entities
5AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib
6AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/data
7AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics
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
12AM_CXXFLAGS+=-I$(MAINSRCDIR)/defs
13AM_CXXFLAGS+=-I$(MAINSRCDIR)/font
14AM_CXXFLAGS+=-I$(MAINSRCDIR)/network
15AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu
16AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai
17
18
19AM_LDFLAGS=$(MWINDOWS)
20
21#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
22
23
24bin_PROGRAMS=importer
25importer_SOURCES= framework.cc \
26                  windowHandler.cc \
27                  model.cc \
28                  objModel.cc \
29                  primitive_model.cc \
30                  array.cc \
31                  material.cc \
32                  texture.cc \
33                  $(MAINSRCDIR)/lib/graphics/graphics_engine.cc \
34                  $(MAINSRCDIR)/lib/lang/base_object.cc \
35                  $(MAINSRCDIR)/lib/math/vector.cc \
36                  $(MAINSRCDIR)/lib/util/resource_manager.cc
37
38noinst_HEADERS= framework.h \
39                windowHandler.h \
40                model.h \
41                objModel.h \
42                primitive_model.h \
43                array.h \
44                material.h \
45                texture.h
46
47
48
49#  uncomment the following if orxonox requires the math library
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.