Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/Makefile.am @ 2473

Last change on this file since 2473 was 2190, checked in by bensch, 20 years ago

orxonox/trunk: merged and copied all files from branches/chris into trunk. it all seems to be in propper order.

File size: 769 bytes
RevLine 
[1953]1AM_CXXFLAGS="-I/usr/X11R6/include"
[2190]2AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
[1955]3
[1953]4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
[1955]6
[1953]7bin_PROGRAMS=orxonox
[2190]8orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc
[1953]9
10#  uncomment the following if bencoder requires the math library
[2190]11#orxonox_LDADD=-lm
[1953]12
13#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
14
15#  if you write a self-test script named `chk', uncomment the
16#  following and add `chk' to the EXTRA_DIST list
17#TESTS=chk
18
19#  build and install the .info pages
20#info_TEXINFOS = orxonox.texinfo
21#orxonox_TEXINFOS = gpl.texinfo
22
23#  install the man pages
24#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.