📄 makefile.in
字号:
dom_docimpl.cpp dom_nodeimpl.cpp dom_textimpl.cpp \ dom_elementimpl.cpp dom_stringimpl.cpp dom2_rangeimpl.cpp \ dom2_traversalimpl.cpp xml_tokenizer.cpp dom_xmlimpl.cpp \ dom2_eventsimpl.cpp dom2_viewsimpl.cpp#libkhtmlxml_la_LDFLAGS = -no-undefined #>- libkhtmlxml_la_METASOURCES = AUTOnoinst_HEADERS = \ dom_docimpl.h dom_nodeimpl.h dom_textimpl.h \ dom_elementimpl.h dom_stringimpl.h dom2_rangeimpl.h \ dom2_traversalimpl.h xml_tokenizer.h dom_xmlimpl.h \ dom2_eventsimpl.h dom2_viewsimpl.hINCLUDES = -I$(top_srcdir)/kimgio -I$(top_srcdir)/kio -I$(top_srcdir)/dcop \ -I$(top_srcdir)/khtml -I$(top_srcdir) -I$(top_srcdir)/kwallet/client \ -I$(top_srcdir)/kutils -I$(top_builddir)/kjs -I$(top_builddir)/konq-embed/kdesrc -I$(top_builddir)/konq-embed/kdesrc/kssl -I$(top_srcdir)/konq-embed/dropin -I$(top_srcdir)/konq-embed/kdesrc/kio -I$(top_srcdir)/konq-embed/kdesrc/kdecore -I$(top_srcdir)/konq-embed/kdesrc/kutils -I$(srcdir)/../.. -I$(srcdir)/.. -I$(srcdir)/../misc -I$(srcdir)/../misc -I$(srcdir)/../css -I$(srcdir)/../dom -I$(srcdir)/../xml -I$(srcdir)/../html -I$(top_srcdir)/konq-embed/dropin/kio -I$(srcdir)/../.. -I$(srcdir)/../../kjs -I$(top_srcdir)/konq-embed/dropin/kssl -I$(srcdir)/../../../dropin/khtml -I$(top_srcdir)/konq-embed/dropin/khtml/java $(QT_INCLUDES) $(X_INCLUDES) $(all_includes)SRCDOC_DEST = $(kde_htmldir)/en/kdelibs/khtmlKDE_OPTIONS = qtonly#>- all: all-am#>+ 1all: docs-am all-am.SUFFIXES:.SUFFIXES: .cpp .lo .o .obj$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)#>- @for dep in $?; do \#>- case '$(am__configure_deps)' in \#>- *$$dep*) \#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \#>- && exit 0; \#>- exit 1;; \#>- esac; \#>- done; \#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu konq-embed/kdesrc/khtml/xml/Makefile'; \#>- cd $(top_srcdir) && \#>- $(AUTOMAKE) --gnu konq-embed/kdesrc/khtml/xml/Makefile#>+ 12 @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu konq-embed/kdesrc/khtml/xml/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu konq-embed/kdesrc/khtml/xml/Makefile cd $(top_srcdir) && perl admin/am_edit konq-embed/kdesrc/khtml/xml/Makefile.in.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshclean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ donelibkhtmlxml.la: $(libkhtmlxml_la_OBJECTS) $(libkhtmlxml_la_DEPENDENCIES) $(CXXLINK) $(libkhtmlxml_la_LDFLAGS) $(libkhtmlxml_la_OBJECTS) $(libkhtmlxml_la_LIBADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom2_eventsimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom2_rangeimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom2_traversalimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom2_viewsimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom_docimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom_elementimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom_nodeimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom_stringimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom_textimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dom_xmlimpl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml_tokenizer.Plo@am__quote@.cpp.o:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<.cpp.obj:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`.cpp.lo:@am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<mostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsdistclean-libtool: -rm -f libtooluninstall-info-am:ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$uniquetags: TAGSTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fictags: CTAGSCTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$uniqueGTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$heredistclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ donecheck-am: all-amcheck: check-amall-am: Makefile $(LTLIBRARIES) $(HEADERS)installdirs:install: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild."#>- clean: clean-am#>+ 1clean: kde-rpo-clean clean-am#>- clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \#>- mostlyclean-am#>+ 2clean-am: clean-metasources clean-bcheck clean-final clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-amdistclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \ distclean-libtool distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-exec-am:install-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-info-am.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-exec \ install-exec-am install-info install-info-am install-man \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am \ uninstall-info-amsrcdoc: $(mkinstalldirs) $(SRCDOC_DEST) kdoc -H -d $(SRCDOC_DEST) kdecore -lqt# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:#>+ 3xml_tokenizer.moc: $(srcdir)/xml_tokenizer.h $(MOC) $(srcdir)/xml_tokenizer.h -o xml_tokenizer.moc#>+ 2mocs: xml_tokenizer.moc#>+ 3dom_docimpl.moc: $(srcdir)/dom_docimpl.h $(MOC) $(srcdir)/dom_docimpl.h -o dom_docimpl.moc#>+ 2mocs: dom_docimpl.moc#>+ 3clean-metasources: -rm -f xml_tokenizer.moc dom_docimpl.moc#>+ 2KDE_DIST=Makefile.in Makefile.am #>+ 2docs-am:#>+ 15force-reedit: @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu konq-embed/kdesrc/khtml/xml/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu konq-embed/kdesrc/khtml/xml/Makefile cd $(top_srcdir) && perl admin/am_edit konq-embed/kdesrc/khtml/xml/Makefile.in#>+ 21clean-bcheck: rm -f *.bchecktest.cc *.bchecktest.cc.class a.outbcheck: bcheck-ambcheck-am: @for i in ; do \ if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ echo "$$i"; \ if ! $(CXXCOMPILE) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ rm -f $$i.bchecktest.cc; exit 1; \ fi ; \ echo "" >> $$i.bchecktest.cc.class; \ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ rm -f a.out; \ fi ; \ done#>+ 11libkhtmlxml_la.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/dom_docimpl.cpp $(srcdir)/dom_nodeimpl.cpp $(srcdir)/dom_textimpl.cpp $(srcdir)/dom_elementimpl.cpp $(srcdir)/dom_stringimpl.cpp $(srcdir)/dom2_rangeimpl.cpp $(srcdir)/dom2_traversalimpl.cpp $(srcdir)/xml_tokenizer.cpp $(srcdir)/dom_xmlimpl.cpp $(srcdir)/dom2_eventsimpl.cpp $(srcdir)/dom2_viewsimpl.cpp xml_tokenizer.moc dom_docimpl.moc @echo 'creating libkhtmlxml_la.all_cpp.cpp ...'; \ rm -f libkhtmlxml_la.all_cpp.files libkhtmlxml_la.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> libkhtmlxml_la.all_cpp.final; \ for file in dom_docimpl.cpp dom_nodeimpl.cpp dom_textimpl.cpp dom_elementimpl.cpp dom_stringimpl.cpp dom2_rangeimpl.cpp dom2_traversalimpl.cpp xml_tokenizer.cpp dom_xmlimpl.cpp dom2_eventsimpl.cpp dom2_viewsimpl.cpp ; do \ echo "#include \"$$file\"" >> libkhtmlxml_la.all_cpp.files; \ test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> libkhtmlxml_la.all_cpp.final; \ done; \ cat libkhtmlxml_la.all_cpp.final libkhtmlxml_la.all_cpp.files > libkhtmlxml_la.all_cpp.cpp; \ rm -f libkhtmlxml_la.all_cpp.final libkhtmlxml_la.all_cpp.files#>+ 3clean-final: -rm -f libkhtmlxml_la.all_cpp.cpp#>+ 3final: $(MAKE) libkhtmlxml_la_OBJECTS="$(libkhtmlxml_la_final_OBJECTS)" all-am#>+ 3final-install: $(MAKE) libkhtmlxml_la_OBJECTS="$(libkhtmlxml_la_final_OBJECTS)" install-am#>+ 3no-final: $(MAKE) libkhtmlxml_la_OBJECTS="$(libkhtmlxml_la_nofinal_OBJECTS)" all-am#>+ 3no-final-install: $(MAKE) libkhtmlxml_la_OBJECTS="$(libkhtmlxml_la_nofinal_OBJECTS)" install-am#>+ 3kde-rpo-clean: -rm -f *.rpo#>+ 7nmcheck: xml_tokenizer.o: xml_tokenizer.moc dom_docimpl.lo: dom_docimpl.moc nmcheck-am: nmcheckdom_docimpl.o: dom_docimpl.moc xml_tokenizer.lo: xml_tokenizer.moc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -