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.
422
2006/06/
17
20
:
53
:
26
mast Exp $
+
# $Id: Makefile.in,v 1.
423
2006/06/
18
09
:
25
:
33
mast Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
pike.git/src/Makefile.in:177:
iterators.o \ facetgroup.o \ svalue.o \ las.o \ builtin_functions.o \ peep.o \ @DLOPEN_O@ @EXTRA_OBJS@ OBJ=$(CORE_OBJ) module.o MODULE_REQUIREMENTS= \
-
headerfiles \
+
headerfiles
-stamp
\
machine.h \ global.h \ precompile.sh-stamp \ modules/static_module_makefile \ modules/dynamic_module_makefile \ $(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@ SRC_TARGETS= \
pike.git/src/Makefile.in:222:
fi doc: documentation documentation: onepage.xml traditional.xml modref.xml cd $(DOCDIR) && $(MAKE) $(MAKE_FLAGS) PIKE="$(RUNPIKE)" \ BUILDDIR="$(TMP_BUILDDIR)" $(DOCTARGET) # Creation of bundles/include/pike/.
-
headerfiles: bundles/include/pike machine.h global.h $(SRC_TARGETS) force
+
headerfiles
-stamp
: bundles/include/pike machine.h global.h $(SRC_TARGETS) force
@$(MAKE) $(MAKE_FLAGS) headerfiles_low HEADERS="machine.h" HEADERSOURCE="`pwd`" @$(MAKE) $(MAKE_FLAGS) headerfiles_low HEADERS="`cd $(SRCDIR) && echo *.h`" HEADERSOURCE="$(SRCDIR)"
-
+
@test -f headerfiles-stamp || echo foo > headerfiles-stamp
headerfiles_low: force @for f in $(HEADERS); do \ if [ -h "bundles/include/pike/$$f" ]; then continue; fi; \ if cmp "$(HEADERSOURCE)/$$f" "bundles/include/pike/$$f" >/dev/null 2>&1 ; then continue; fi; \ rm -f bundles/include/pike/$$f 2>/dev/null; \ echo "Creating bundles/include/pike/$$f"; \ if ln -s "$(HEADERSOURCE)/$$f" "bundles/include/pike/$$f" && \ ls -L "bundles/include/pike/$$f" >/dev/null 2>&1; then :; else \ echo "Symlink failed."; \ cp "$(HEADERSOURCE)/$$f" "bundles/include/pike/$$f" || exit 1; \ fi; \
-
+
echo foo > headerfiles-stamp; \
done bundles/include/pike: bundles/include test -d bundles/include/pike/. || mkdir bundles/include/pike bundles/include: bundles test -d bundles/include/. || mkdir bundles/include bundles: test -d bundles/. || mkdir bundles
pike.git/src/Makefile.in:587:
# make clean clean_here: tidy doc_clean -( cd tlib; find . -name testsuite | xargs rm ) -( cd extra_tests; find . -name testsuite | xargs rm ) -rm -f confdefs.h conftest.* -rm -rf test-install test-pike tpike -rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out pike.tmp -rm -f hilfe rsif master.pike compiler-warnings dumpmodule.log -rm -f interpreter_debug.h lexer?.h
-
-rm -f import-stamp
modules
-stamp
master
-stamp
+
-rm -f import-stamp
master
-stamp
headerfiles
-stamp
-rm -rf lib/modules/* # -rm -f lib/master.pike clean: clean_here -( cd modules; $(MAKE) $(MAKE_FLAGS) clean ) -( cd post_modules; $(MAKE) $(MAKE_FLAGS) clean ) # make _really_ clean spotless: clean_here -( cd modules; $(MAKE) $(MAKE_FLAGS) spotless )