pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
142
1999/
05
/
31
00
:
08
:
29
grubba
Exp $
+
# $Id: Makefile.in,v 1.
143
1999/
06
/
01
13
:
33
:
22
mirar
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:404:
tinstall: aclocal @$(RUNPIKE) $(TMP_BINDIR)/install.pike \ pike_name="test-pike" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="./test-install" MANDIR_SRC="$(MANDIR_SRC)" \ man_prefix="$(man_prefix)" verify: module_testsuites testsuite tinstall
-
if test -f ./test-pike ; then ./test-pike $(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite ; else sprsh `pwd`/test-install/pike/*/pike.exe $(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite ; fi
+
if test -f ./test-pike ; then ./test-pike
-DNOT_INSTALLED
$(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite ; else sprsh `pwd`/test-install/pike/*/pike.exe
-DNOT_INSTALLED
$(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite ; fi
verify_installed: module_testsuites testsuite master.pike $(exec_prefix)/pike $(TMP_BINDIR)/test_pike.pike modules/*/module_testsuite testsuite check: verify sure: verify # verify / debug verbose verbose_verify: module_testsuites testsuite master.pike