Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/src/importer/Makefile.am @ 3369

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

orxonox/branches: added branche trackManager.

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