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.
454
2006/08/04 22:
32
:
17
mast Exp $
+
# $Id: Makefile.in,v 1.
455
2006/08/04 22:
44:
32 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:624:
clean_here: tidy doc_clean -( cd tlib; find . -name testsuite | xargs rm ) -( cd extra_tests; find . -name testsuite | xargs rm ) -rm -f confdefs.h -rm -rf test-install test-pike tpike tpike.* *.pdb -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 master-stamp headerfiles-stamp -rm -f static-modules-stamp dynamic-modules-stamp post-modules-stamp
-
-rm -f post-module-pike-
complete-
stamp pike-complete-stamp
+
-rm -f post-module-pike-stamp pike-complete-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 ) clean_pike: -rm -f pike pike.lib pike.exe pike.exe.manifest pike.exp
pike.git/src/Makefile.in:1129:
module_objects: @$(MAKE) $(MAKE_FLAGS) static_module_objects @$(MAKE) $(MAKE_FLAGS) dynamic_module_objects modules/modlist.h: static-modules-stamp modules/modlist_headers.h: static-modules-stamp modules/linker_options: static-modules-stamp
-
post-module-pike-
complete-
stamp: @BUILD_PIKE@ dynamic-modules-stamp
-
@touch post-module-pike-
complete-
stamp
+
post-module-pike-stamp: @BUILD_PIKE@ dynamic-modules-stamp
+
@touch post-module-pike-stamp
module.o: modules/modlist_headers.h modules/modlist.h post_modules/modlist_headers.h post_modules/modlist.h tmodule.o: modules/modlist_headers.h modules/modlist.h # Backward compat. post_modules: post_module_objects
-
post_module_objects: $(MODULE_REQUIREMENTS) post-module-pike-
complete-
stamp @LDSHARED_BASE_REQS@
+
post_module_objects: $(MODULE_REQUIREMENTS) post-module-pike-stamp @LDSHARED_BASE_REQS@
@MODULE_BUILD_TYPE=@POST_MODULE_BUILD_TYPE@; \ export MODULE_BUILD_TYPE; \ ( cd post_modules && ( rm remake >/dev/null 2>&1 || : ) && \ ( $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) \ ) || exit $$? @touch post-modules-stamp
-
post-modules-stamp: $(MODULE_REQUIREMENTS) post-module-pike-
complete-
stamp @LDSHARED_BASE_REQS@
+
post-modules-stamp: $(MODULE_REQUIREMENTS) post-module-pike-stamp @LDSHARED_BASE_REQS@
@MODULE_BUILD_TYPE=@POST_MODULE_BUILD_TYPE@; \ export MODULE_BUILD_TYPE; \ ( cd post_modules && ( rm remake >/dev/null 2>&1 || : ) && \ ( $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) \ ) || exit $$? @touch post-modules-stamp post_modules/modlist_headers.h: post-modules-stamp