Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/nico: heightmap now compiles on all platforms

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