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.
276
2001/11/08
19
:
01
:
37
nilsson Exp $
+
# $Id: Makefile.in,v 1.
277
2001/11/08
23
:
34
:
26
nilsson 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:435:
just_verify: module_testsuites testsuite master-stamp if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \ $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args # Testsuite for dynamic loading debugging test_dlopen: dynloadtest.sh sh ./dynloadtest.sh dynloadtest.sh: $(SRCDIR)/test_dynamic_loading.in
-
m4 "$
<
" >"$@"
+
m4 "$
(SRCDIR)/test_dynamic_loading.in
" >"$@"
dynloadtest.c: dynamic_load.c dynloadtest: dynloadtest.o @EXTRA_OBJS@ fdlib.o port.o $(LD) $(LDFLAGS) dynloadtest.o @EXTRA_OBJS@ fdlib.o port.o $(LIBS) -o dynloadtest tinstall: aclocal master-stamp aclocal -rm -rf test-install $(RUNPIKE) $(TMP_BINDIR)/install.pike $(INSTALLARGS) 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)" fakeroot="$(buildroot)" PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)"
pike.git/src/Makefile.in:732:
@echo "Expect 1 shift/reduce conflict." ( cd $(SRCDIR) &&\ $(YACC) $(YFLAGS) language.yacc &&\ sed -e 's/YY_COUNT_TYPE/@YY_COUNT_TYPE@/' <y.tab.c >language.c &&\ mv y.tab.h language.h_src && rm y.tab.c) $(SRCDIR)/language.c: $(SRCDIR)/language.h_src touch $(SRCDIR)/language.c
-
interpret_functions_fixed.h: interpret_functions.h
-
./precompile.sh make_interpret_functions.pike >"$@" "$
<
" || { rm "$@"; exit 1; }
+
interpret_functions_fixed.h:
$(SRCDIR)/
interpret_functions.h
+
./precompile.sh make_interpret_functions.pike >"$@" "$
(SRCDIR)/interpret_functions.h
" || { rm "$@"; exit 1; }
# UnixWare make needs help to find the source file... builtin.o: $(SRCDIR)/builtin.c iterators.o: $(SRCDIR)/iterators.c backend.o: $(SRCDIR)/backend.c # Internal testing target run_yacc: $(SRCDIR)/language.c