Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/importer/Makefile.am @ 3186

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

orxonox/trunk: mainly importer: doxygen Tags updated for real.

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