Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2032 in orxonox.OLD for orxonox/branches/gui/console/Makefile


Ignore:
Timestamp:
Jun 23, 2004, 6:50:56 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches: added branch john.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/Makefile

    r2015 r2032  
    3636PRE_UNINSTALL = :
    3737POST_UNINSTALL = :
    38 ACLOCAL = ${SHELL} /z/svn/orxonox/branches/gui/missing --run aclocal-1.7
     38ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run aclocal-1.7
    3939AMDEP_FALSE = #
    4040AMDEP_TRUE =
    41 AMTAR = ${SHELL} /z/svn/orxonox/branches/gui/missing --run tar
    42 AUTOCONF = ${SHELL} /z/svn/orxonox/branches/gui/missing --run autoconf
    43 AUTOHEADER = ${SHELL} /z/svn/orxonox/branches/gui/missing --run autoheader
    44 AUTOMAKE = ${SHELL} /z/svn/orxonox/branches/gui/missing --run automake-1.7
     41AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run tar
     42AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoconf
     43AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoheader
     44AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run automake-1.7
    4545AWK = gawk
    4646CC = gcc
     
    5959ECHO_T =
    6060EGREP = grep -E
    61 EXEEXT = .exe
     61EXEEXT =
    6262INSTALL_DATA = ${INSTALL} -m 644
    6363INSTALL_PROGRAM = ${INSTALL}
     
    6666LDFLAGS =
    6767LIBOBJS =
    68 LIBS = -lm  -lopengl32 -lGLU32 -lglut32 -Lc:/MinGW/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
     68LIBS = -lm  -lGL -lGLU -lglut -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 
    6969LTLIBOBJS =
    70 MAKEINFO = ${SHELL} /z/svn/orxonox/branches/gui/missing --run makeinfo
    71 MSBITFIELDS = -mms-bitfields
     70MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run makeinfo
     71MSBITFIELDS =
    7272OBJEXT = o
    7373PACKAGE = orxonox
     
    8383VERSION = 0.1-pre-alpha
    8484ac_ct_CC = gcc
    85 ac_ct_CXX = g++
     85ac_ct_CXX =
    8686ac_ct_STRIP =
    8787am__fastdepCC_FALSE = #
     
    9999includedir = ${prefix}/include
    100100infodir = ${prefix}/info
    101 install_sh = /z/svn/orxonox/branches/gui/install-sh
     101install_sh = /home/bensch/svn/orxonox/branches/gui/install-sh
    102102libdir = ${exec_prefix}/lib
    103103libexecdir = ${exec_prefix}/libexec
Note: See TracChangeset for help on using the changeset viewer.