Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/levelloader/src/lib/graphics/importer/Makefile.am @ 3499

Last change on this file since 3499 was 3499, checked in by chris, 19 years ago

orxonox/branches/levelloader: merged updated trunk structure into levelloader branch

File size: 1.4 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/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
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/math/vector.cc
33
34noinst_HEADERS= framework.h \
35                windowHandler.h \
36                model.h \
37                objModel.h \
38                array.h \
39                material.h \
40                texture.h
41
42
43
44#  uncomment the following if orxonox requires the math library
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.