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