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
RevLine 
[3180]1#AM_CXXFLAGS="-I/usr/X11R6/include"
2AM_LDFLAGS=$(MWINDOWS)
[2755]3
4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
6
[3384]7bin_PROGRAMS=importer heightmap
[3182]8importer_SOURCES= framework.cc \
9                  windowHandler.cc \
10                  object.cc \
11                  array.cc \
[3201]12                  material.cc \
[3384]13                  vector.cc
14heightmap_SOURCES= main.cc \
15                   heightMapTerrain.cc \
16                   heightMapViewer.cc
[2755]17
[3182]18noinst_HEADERS= framework.h \
19                windowHandler.h \
20                object.h \
21                array.h \
[3201]22                material.h
[2755]23
24
[3201]25
[3027]26#  uncomment the following if orxonox requires the math library
[2755]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.