Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/importer/Makefile.am @ 3400

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

orxonox/trunk: splitted obj-loader out of the model-class: this will enable different kinds of Filetypes to be included with the importer.
Althought there is a name-field error, the Model gets loaded and unloaded as good as previously

File size: 851 bytes
Line 
1#AM_CXXFLAGS="-I/usr/X11R6/include"
2AM_LDFLAGS=$(MWINDOWS)
3
4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
6
7bin_PROGRAMS=importer
8importer_SOURCES= framework.cc \
9                  windowHandler.cc \
10                  model.cc \
11                  objModel.cc \
12                  array.cc \
13                  material.cc \
14                  texture.cc \
15                  vector.cc
16
17noinst_HEADERS= framework.h \
18                windowHandler.h \
19                model.h \
20                objModel.h \
21                array.h \
22                material.h \
23                texture.h
24
25
26
27#  uncomment the following if orxonox requires the math library
28#orxonox_LDADD=-lm
29
30#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
31
32#  if you write a self-test script named `chk', uncomment the
33#  following and add `chk' to the EXTRA_DIST list
34#TESTS=chk
35
36#  build and install the .info pages
37#info_TEXINFOS = orxonox.texinfo
38#orxonox_TEXINFOS = gpl.texinfo
39
40#  install the man pages
41#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.