Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk/src/importer: how logging could be

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