Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1953 in orxonox.OLD for orxonox/branches/automake/src/Makefile.am


Ignore:
Timestamp:
Jun 15, 2004, 3:47:31 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/automake: now everything is compiled just like in the old version, but propper.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake/src/Makefile.am

    r1945 r1953  
     1AM_CXXFLAGS="-I/usr/X11R6/include"
     2#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
     3AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -lglut -lGLU -lGL -lm -L/usr/X11R6/lib -lXt -lX11"
     4
     5bin_PROGRAMS=orxonox
     6orxonox_SOURCES=orxonox.cc world.cc environment.cc player.cc npc.cc input_output.cc data_tank.cc ai.cc shoot_laser.cc shoot_rocket.cc
     7
     8#  uncomment the following if bencoder requires the math library
     9#gui_LDADD=-lm
     10
     11#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
     12
     13#  if you write a self-test script named `chk', uncomment the
     14#  following and add `chk' to the EXTRA_DIST list
     15#TESTS=chk
     16
     17#  build and install the .info pages
     18#info_TEXINFOS = orxonox.texinfo
     19#orxonox_TEXINFOS = gpl.texinfo
     20
     21#  install the man pages
     22#man_MANS=orxonox.1
Note: See TracChangeset for help on using the changeset viewer.