Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5467 in orxonox.OLD for trunk/configure.ac


Ignore:
Timestamp:
Nov 3, 2005, 12:40:14 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: convenience flags for tardis-environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r5463 r5467  
    209209AM_CONDITIONAL(DOCUMENTATION, test x$def_documentation = xyes)
    210210
     211
     212
     213#---------------------------#
     214# WITH TARDIS (convenience) #
     215#---------------------------#
     216def_tardis=no
     217AC_MSG_CHECKING([convenience flag for working at the taris in the ETH zurich])
     218AC_ARG_WITH([tardi],
     219        AC_HELP_STRING( [--with-tardis],
     220        [sets all the necesary environment flags for linux-TARDIS boxes at the ETH Zurich]), [def_tardis=yes])
     221if test x$def_tardis = xyes; then
     222  PREFIX=/usr/pack/gamelibs-1.0-to
     223  CPPFLAGS="$CPPFLAGS -I$PREFIX/include"
     224  LDFLAGS="$LDFLAGS -L$PREFIX/$ARCH/lib -Wl,-rpath -Wl,$PREFIX/$ARCH/lib"
     225  echo "yes"
     226fi
     227if test x$def_tardis = xno; then
     228  echo "no"
     229fi
     230
    211231#######################
    212232## PROGRAMM CHECKING ##
     
    699719                 src/lib/shell/Makefile
    700720                 src/lib/gui/Makefile
    701                 src/lib/gui/gtk_gui/Makefile
    702                 src/lib/gui/gl_gui/Makefile
     721                src/lib/gui/gtk_gui/Makefile
     722                src/lib/gui/gl_gui/Makefile
    703723                 src/lib/tinyxml/Makefile
    704724                 src/util/Makefile
Note: See TracChangeset for help on using the changeset viewer.