Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3477 was 3427, checked in by bensch, 20 years ago

orxonox/trunk/importer: cleaned up the includes, while watching some Monty Python

File size: 851 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
7bin_PROGRAMS=importer
[3182]8importer_SOURCES= framework.cc \
9                  windowHandler.cc \
[3365]10                  model.cc \
[3396]11                  objModel.cc \
[3182]12                  array.cc \
[3201]13                  material.cc \
[3365]14                  texture.cc \
[3427]15                  ../vector.cc
[2755]16
[3182]17noinst_HEADERS= framework.h \
18                windowHandler.h \
[3365]19                model.h \
[3396]20                objModel.h \
[3182]21                array.h \
[3365]22                material.h \
23                texture.h
[2755]24
25
[3201]26
[3027]27#  uncomment the following if orxonox requires the math library
[2755]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.