Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/graphics/importer/Makefile.am @ 3656

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

orxonox/trunk: model: sphere-model is now working

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