pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:972:
doc_build/src/post_modules/GTK2/refdoc/images: doc_build/src/post_modules @test -d doc_build/src/post_modules/GTK2 || \ mkdir doc_build/src/post_modules/GTK2 @test -d doc_build/src/post_modules/GTK2/refdoc || \ mkdir doc_build/src/post_modules/GTK2/refdoc @test -d doc_build/src/post_modules/GTK2/refdoc/images || \ mkdir doc_build/src/post_modules/GTK2/refdoc/images doc_clean:
-
-rm -f onepage.xml traditional.xml modref.xml autodoc.xml resolution.log
+
-rm -f onepage.xml traditional.xml modref.xml autodoc.xml
\
+
autodoc.xml.stamp
resolution.log
-rm -rf doc_build pike.syms: $(SRCDIR)/interpret.c $(SRCDIR)/interpreter.h $(SRCDIR)/program.c $(SRCDIR)/builtin_functions.c ( cat $(SRCDIR)/*.h *.h | egrep '^[ ]*#[ ]*define[ ][ ]*[a-zA-Z_0-9]*[ ][ ]*[0-9][xabcdefABCDEF0-9]*[ ]*' ; \ echo "#define" `$(CPP) $(PREFLAGS) -DSTEP_BREAK_LINE='STEP_BREAK_LINE __LINE__' $(SRCDIR)/interpreter.h | grep STEP_BREAK_LINE` ) >pike.syms # We touch the files that depend on language.h_src and # interpret_protos.h_src to ensure that the .h_src.h rule doesn't have # anything to do in the dist.