Changeset 2032 in orxonox.OLD for orxonox/branches/gui/console/Makefile
- Timestamp:
- Jun 23, 2004, 6:50:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/Makefile
r2015 r2032 36 36 PRE_UNINSTALL = : 37 37 POST_UNINSTALL = : 38 ACLOCAL = ${SHELL} / z/svn/orxonox/branches/gui/missing --run aclocal-1.738 ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run aclocal-1.7 39 39 AMDEP_FALSE = # 40 40 AMDEP_TRUE = 41 AMTAR = ${SHELL} / z/svn/orxonox/branches/gui/missing --run tar42 AUTOCONF = ${SHELL} / z/svn/orxonox/branches/gui/missing --run autoconf43 AUTOHEADER = ${SHELL} / z/svn/orxonox/branches/gui/missing --run autoheader44 AUTOMAKE = ${SHELL} / z/svn/orxonox/branches/gui/missing --run automake-1.741 AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run tar 42 AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoconf 43 AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoheader 44 AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run automake-1.7 45 45 AWK = gawk 46 46 CC = gcc … … 59 59 ECHO_T = 60 60 EGREP = grep -E 61 EXEEXT = .exe61 EXEEXT = 62 62 INSTALL_DATA = ${INSTALL} -m 644 63 63 INSTALL_PROGRAM = ${INSTALL} … … 66 66 LDFLAGS = 67 67 LIBOBJS = 68 LIBS = -lm -l opengl32 -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 -liconv68 LIBS = -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 69 69 LTLIBOBJS = 70 MAKEINFO = ${SHELL} / z/svn/orxonox/branches/gui/missing --run makeinfo71 MSBITFIELDS = -mms-bitfields70 MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run makeinfo 71 MSBITFIELDS = 72 72 OBJEXT = o 73 73 PACKAGE = orxonox … … 83 83 VERSION = 0.1-pre-alpha 84 84 ac_ct_CC = gcc 85 ac_ct_CXX = g++85 ac_ct_CXX = 86 86 ac_ct_STRIP = 87 87 am__fastdepCC_FALSE = # … … 99 99 includedir = ${prefix}/include 100 100 infodir = ${prefix}/info 101 install_sh = / z/svn/orxonox/branches/gui/install-sh101 install_sh = /home/bensch/svn/orxonox/branches/gui/install-sh 102 102 libdir = ${exec_prefix}/lib 103 103 libexecdir = ${exec_prefix}/libexec
Note: See TracChangeset
for help on using the changeset viewer.