Changeset 4608 in orxonox.OLD for orxonox/trunk/src/lib/newmat/Makefile
- Timestamp:
- Jun 12, 2005, 7:57:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/newmat/Makefile
r4572 r4608 26 26 top_builddir = ../../.. 27 27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 28 INSTALL = / bin/install -c28 INSTALL = /usr/bin/install -c 29 29 install_sh_DATA = $(install_sh) -c -m 644 30 30 install_sh_PROGRAM = $(install_sh) -c … … 107 107 CTAGS = ctags 108 108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 109 ACLOCAL = ${SHELL} /home/b oenzlip/orxonox/repos/trunk/missing --run aclocal-1.8109 ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run aclocal-1.8 110 110 AMDEP_FALSE = # 111 111 AMDEP_TRUE = 112 AMTAR = ${SHELL} /home/b oenzlip/orxonox/repos/trunk/missing --run tar113 AUTOCONF = ${SHELL} /home/b oenzlip/orxonox/repos/trunk/missing --run autoconf114 AUTOHEADER = ${SHELL} /home/b oenzlip/orxonox/repos/trunk/missing --run autoheader115 AUTOMAKE = ${SHELL} /home/b oenzlip/orxonox/repos/trunk/missing --run automake-1.8112 AMTAR = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run tar 113 AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run autoconf 114 AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run autoheader 115 AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run automake-1.8 116 116 AWK = gawk 117 117 CC = gcc … … 121 121 CPPFLAGS = -I/usr/X11R6/include -I/usr/include/SDL 122 122 CURL_CFLAGS = 123 CURL_LIBS = 123 CURL_LIBS = -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 124 124 CXX = g++ 125 125 CXXDEPMODE = depmode=gcc3 126 126 CXXFLAGS = -g -O2 127 127 CYGPATH_W = echo 128 DEBUG = 4128 DEBUG = 5 129 129 DEFS = -DHAVE_CONFIG_H 130 130 DEPDIR = .deps … … 141 141 GPROF = /usr/bin/gprof 142 142 GTK2_CFLAGS = -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 143 GTK2_LIBS = - 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.0144 HAVE_CURL_FALSE = 145 HAVE_CURL_TRUE = #143 GTK2_LIBS = -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 144 HAVE_CURL_FALSE = # 145 HAVE_CURL_TRUE = 146 146 HAVE_GTK2_FALSE = # 147 147 HAVE_GTK2_TRUE = … … 154 154 LIBS = -lm -lGL -lGLU -lSDL -lopenal -logg -lvorbis -lvorbisfile -lSDL_ttf -lSDL_image 155 155 LTLIBOBJS = 156 MAKEINFO = ${SHELL} /home/b oenzlip/orxonox/repos/trunk/missing --run makeinfo156 MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/trunk/missing --run makeinfo 157 157 MSBITFIELDS = 158 158 OBJEXT = o … … 198 198 includedir = ${prefix}/include 199 199 infodir = ${prefix}/info 200 install_sh = /home/b oenzlip/orxonox/repos/trunk/install-sh200 install_sh = /home/bensch/svn/orxonox/trunk/install-sh 201 201 libdir = ${exec_prefix}/lib 202 202 libexecdir = ${exec_prefix}/libexec … … 292 292 esac; \ 293 293 done; \ 294 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/lib/newmat/Makefile'; \294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/newmat/Makefile'; \ 295 295 cd $(top_srcdir) && \ 296 $(AUTOMAKE) -- foreignsrc/lib/newmat/Makefile296 $(AUTOMAKE) --gnu src/lib/newmat/Makefile 297 297 .PRECIOUS: Makefile 298 298 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.