Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/nico/src/importer/Makefile.am @ 3384

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

orxonox/branches/nico: moved hightmap to importer, there are still some files missing…

File size: 879 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 heightmap
8importer_SOURCES= framework.cc \
9                  windowHandler.cc \
10                  object.cc \
11                  array.cc \
12                  material.cc \
13                  vector.cc
14heightmap_SOURCES= main.cc \
15                   heightMapTerrain.cc \
16                   heightMapViewer.cc
17
18noinst_HEADERS= framework.h \
19                windowHandler.h \
20                object.h \
21                array.h \
22                material.h
23
24
25
26#  uncomment the following if orxonox requires the math library
27#orxonox_LDADD=-lm
28
29#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
30
31#  if you write a self-test script named `chk', uncomment the
32#  following and add `chk' to the EXTRA_DIST list
33#TESTS=chk
34
35#  build and install the .info pages
36#info_TEXINFOS = orxonox.texinfo
37#orxonox_TEXINFOS = gpl.texinfo
38
39#  install the man pages
40#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.