diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cmdline/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/cmdline/Makefile b/examples/cmdline/Makefile index d01afb0..951d05e 100644 --- a/examples/cmdline/Makefile +++ b/examples/cmdline/Makefile @@ -38,10 +38,10 @@ pkglibdir = $(libdir)/sword pkgincludedir = $(includedir)/sword top_builddir = ../.. -ACLOCAL = ${SHELL} /space/home/scribe/src/sword/missing --run aclocal-1.6 -AUTOCONF = ${SHELL} /space/home/scribe/src/sword/missing --run autoconf -AUTOMAKE = ${SHELL} /space/home/scribe/src/sword/missing --run automake-1.6 -AUTOHEADER = ${SHELL} /space/home/scribe/src/sword/missing --run autoheader +ACLOCAL = ${SHELL} /home/scribe/src/sword/missing --run aclocal-1.6 +AUTOCONF = ${SHELL} /home/scribe/src/sword/missing --run autoconf +AUTOMAKE = ${SHELL} /home/scribe/src/sword/missing --run automake-1.6 +AUTOHEADER = ${SHELL} /home/scribe/src/sword/missing --run autoheader am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = /usr/bin/install -c @@ -65,27 +65,27 @@ host_triplet = i686-pc-linux-gnu EXEEXT = OBJEXT = o PATH_SEPARATOR = : -AMTAR = ${SHELL} /space/home/scribe/src/sword/missing --run tar +AMTAR = ${SHELL} /home/scribe/src/sword/missing --run tar AS = @AS@ AWK = gawk CC = gcc CURL_CFLAGS = CURL_CONFIG = /usr/bin/curl-config -CURL_LIBS = -lcurl -lssl -lcrypto -ldl +CURL_LIBS = -lssl -lcrypto -ldl CXX = g++ DEPDIR = .deps DLLTOOL = @DLLTOOL@ ECHO = echo -GENCCODE = /usr/sbin/genccode -GENCMN = /usr/sbin/gencmn -GENRB = /usr/sbin/genrb +GENCCODE = +GENCMN = +GENRB = INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s LIBTOOL = $(SHELL) $(top_builddir)/libtool LN_S = ln -s MAINT = # OBJDUMP = @OBJDUMP@ PACKAGE = sword -PKGDATA = /usr/sbin/pkgdata +PKGDATA = RANLIB = ranlib STRIP = strip VERSION = 1.5.4 @@ -94,14 +94,14 @@ am__quote = dir_confdef = no enable_debug = yes enable_profile = no -install_sh = /space/home/scribe/src/sword/install-sh +install_sh = /home/scribe/src/sword/install-sh target_cpu = i686 target_mingw32 = no target_os = linux-gnu target_system = intel target_vendor = pc with_conf = no -with_icu = yes +with_icu = no with_zlib = yes AUTOMAKE_OPTIONS = 1.6 INCLUDES = -I $(top_srcdir)/include |