📄 makefile.in
字号:
info-am:install-data-am: install-data-local install-rcDATAinstall-exec-am: install-binPROGRAMSinstall-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-ammaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtooluninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-local \ uninstall-rcDATA.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool distclean distclean-compile \ distclean-depend distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am info info-am install \ install-am install-binPROGRAMS install-data install-data-am \ install-data-local install-exec install-exec-am install-info \ install-info-am install-man install-rcDATA install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool tags uninstall \ uninstall-am uninstall-binPROGRAMS uninstall-info-am \ uninstall-local uninstall-rcDATAmessages: rc.cpp LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ if test -n "$$LIST"; then \ $(XGETTEXT) $$LIST -o $(podir)/bookcase.pot; \ fiapidox-am-yes: @if test "$(subdir)" != "."; then \ $(mkinstalldirs) $(top_builddir)/apidocs/$(subdir) ;\ if test ! -x $(top_builddir)/apidocs/common; then \ if test -d $(top_srcdir)/doc/common; then \ common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\ else \ common_dir=$(kde_libs_htmldir)/en/common ;\ fi ;\ $(LN_S) $$common_dir $(top_builddir)/apidocs/common; \ fi ;\ cp $(top_srcdir)/admin/Doxyfile.global Doxyfile; \ echo "PROJECT_NAME = \"$(subdir) Library\"" >> Doxyfile; \ echo "PROJECT_NUMBER = \"Version $(VERSION)\"" >> Doxyfile; \ echo "INPUT = $(srcdir)" >> Doxyfile; \ echo "IMAGE_PATH = $(top_srcdir)/doc/api" >> Doxyfile ;\ echo "OUTPUT_DIRECTORY = $(top_builddir)/apidocs" >> Doxyfile; \ echo "HTML_OUTPUT = $(subdir)/html" >> Doxyfile; \ echo "LATEX_OUTPUT = $(subdir)/latex" >> Doxyfile; \ echo "RTF_OUTPUT = $(subdir)/rtf" >> Doxyfile; \ echo "MAN_OUTPUT = $(subdir)/man" >> Doxyfile; \ echo "GENERATE_HTML = $(GENERATE_FLAG)" >> Doxyfile ;\ echo "GENERATE_MAN = $(GENERATE_FLAG)" >> Doxyfile ;\ echo "GENERATE_LATEX = $(GENERATE_FLAG)" >> Doxyfile ;\ if test -n "$(DOXYGEN_EXCLUDE)"; then \ echo "EXCLUDE_PATTERNS += $(DOXYGEN_EXCLUDE)" >> Doxyfile; \ fi ;\ echo "TAGFILES = \\" >> Doxyfile; \ tags='$(DOXYGEN_REFERENCES) qt'; for tag in $$tags; do \ tagpath= ;\ path="../../$$tag" ;\ if test -f $(top_builddir)/apidocs/$$tag/$$tag.tag; then \ tagpath="$(top_builddir)/apidocs/$$tag/$$tag.tag" ;\ else \ tagpath=`ls -1 $(kde_htmldir)/en/*-apidocs/$$tag/$$tag.tag 2> /dev/null` ;\ if test -n "$$tagpath"; then \ path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,../../../\1/$$tag,"` ;\ fi ;\ fi ;\ if test "$$tag" = qt; then \ echo $$tagpath=$(QTDOCDIR) >> Doxyfile ;\ else if test -n "$$tagpath"; then \ echo "$$tagpath=$$path/html \\" >> Doxyfile ;\ fi ;\ fi ;\ done ;\ echo "GENERATE_TAGFILE = $(top_builddir)/apidocs/$(subdir)/$(subdir).tag" >> Doxyfile ;\ echo "IGNORE_PREFIX = K" >> Doxyfile ;\ echo "HAVE_DOT = $(KDE_HAVE_DOT)" >> Doxyfile ;\ $(DOXYGEN) Doxyfile ;\ fiapidox-am-no:install-data-local: install-apidoxinstall-apidox: @if test "$(subdir)" != "."; then \ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html ; \ if test -f $(top_builddir)/apidocs/$(subdir)/$(subdir).tag; then \ echo $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/$(subdir).tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \ $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/$(subdir).tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \ fi; \ if test -d $(top_builddir)/apidocs/$(subdir)/html; then \ list=`ls $(top_builddir)/apidocs/$(subdir)/html`; \ for file in $$list; do \ echo $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/html/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html; \ $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/html/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html; \ done; \ fi; \ rm -f $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/common; \ $(LN_S) $(kde_libs_htmldir)/en/common $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/common; \ else\ if test -d $(top_builddir)/apidocs; then \ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs ;\ list=`cd $(top_builddir)/apidocs && ls -1`; \ for file in $$list; do \ if test -f $(top_builddir)/apidocs/$$file; then \ echo $(INSTALL_DATA) $(top_builddir)/apidocs/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \ $(INSTALL_DATA) $(top_builddir)/apidocs/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \ fi; \ done ; fi; \ fiuninstall-local: uninstall-apidoxuninstall-apidox: @if test "$(subdir)" != "."; then \ if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); then \ rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \ fi\ else\ if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; then \ rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \ fi\ fiapidox: @if test "$(subdir)" != "."; then \ $(MAKE) apidox-am-@KDE_HAS_DOXYGEN@ ;\ else \ $(MAKE) apidox-am-toplevel-@KDE_HAS_DOXYGEN@ ;\ fi @set fnord $(MAKEFLAGS); amf=$$2; if test -n '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; \ for subdir in $$list; do \ if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am; then \ echo "Making apidox in $$subdir"; \ if test "$$subdir" != "."; then \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) GENERATE_FLAG=no apidox) || exit 1; \ fi ; fi ;\ done; \ for subdir in $$list; do \ if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am; then \ echo "Making apidox in $$subdir"; \ if test "$$subdir" != "."; then \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) GENERATE_FLAG=yes apidox) || exit 1; \ fi ; fi ;\ done; \ fiapidox-am-toplevel-no:apidox-am-toplevel-yes: @echo "*** Creating API documentation main page"; \ cp $(top_srcdir)/admin/Doxyfile.global Doxyfile; \ echo "PROJECT_NAME = $(DOXYGEN_PROJECT_NAME)" >> Doxyfile ; \ echo "PROJECT_NUMBER = $(DOXYGEN_PROJECT_NUMBER)" >> Doxyfile ; \ echo "INPUT = $(top_srcdir)" >> Doxyfile ; \ echo "OUTPUT_DIRECTORY = $(top_builddir)/apidocs" >> Doxyfile ; \ echo "FILE_PATTERNS = *.dox" >> Doxyfile ; \ echo "RECURSIVE = NO" >> Doxyfile ; \ echo "SOURCE_BROWSER = NO" >> Doxyfile ; \ echo "ALPHABETICAL_INDEX = NO" >> Doxyfile ; \ echo "HTML_OUTPUT = ." >> Doxyfile ; \ echo "HTML_HEADER = apidocs/common/mainheader.html" >> Doxyfile ; \ echo "HTML_FOOTER = apidocs/common/mainfooter.html" >> Doxyfile ; \ echo "HTML_STYLESHEET = apidocs/common/doxygen.css" >> Doxyfile ; \ echo "GENERATE_LATEX = NO" >> Doxyfile ; \ echo "GENERATE_RTF = NO" >> Doxyfile ; \ echo "GENERATE_MAN = NO" >> Doxyfile ; \ echo "GENERATE_XML = NO" >> Doxyfile ; \ echo "GENERATE_AUTOGEN_DEF = NO" >> Doxyfile ; \ echo "ENABLE_PREPROCESSING = NO" >> Doxyfile ; \ echo "CLASS_DIAGRAMS = NO" >> Doxyfile ; \ echo "HAVE_DOT = NO" >> Doxyfile ; \ echo "GENERATE_HTML = YES" >> Doxyfile ;\ $(mkinstalldirs) $(top_builddir)/apidocs ; \ rm -f $(top_builddir)/apidocs/common ; \ if test -d $(top_srcdir)/doc/common; then \ common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\ else \ common_dir=$(kde_libs_htmldir)/en/common ;\ fi ;\ $(LN_S) $$common_dir $(top_builddir)/apidocs/common ;\ doxygen Doxyfile; \ rm -f Doxyfile# Local Variables:# mode: makefile# End:# 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:#>+ 3configdialog.moc.cpp: $(srcdir)/configdialog.h $(MOC) $(srcdir)/configdialog.h -o configdialog.moc.cpp#>+ 3bookcasedoc.moc.cpp: $(srcdir)/bookcasedoc.h $(MOC) $(srcdir)/bookcasedoc.h -o bookcasedoc.moc.cpp#>+ 3bookcase.moc.cpp: $(srcdir)/bookcase.h $(MOC) $(srcdir)/bookcase.h -o bookcase.moc.cpp#>+ 3bclabelaction.moc.cpp: $(srcdir)/bclabelaction.h $(MOC) $(srcdir)/bclabelaction.h -o bclabelaction.moc.cpp#>+ 3videocollection.moc.cpp: $(srcdir)/videocollection.h $(MOC) $(srcdir)/videocollection.h -o videocollection.moc.cpp#>+ 3finddialog.moc.cpp: $(srcdir)/finddialog.h $(MOC) $(srcdir)/finddialog.h -o finddialog.moc.cpp#>+ 3bccollection.moc.cpp: $(srcdir)/bccollection.h $(MOC) $(srcdir)/bccollection.h -o bccollection.moc.cpp#>+ 3songcollection.moc.cpp: $(srcdir)/songcollection.h $(MOC) $(srcdir)/songcollection.h -o songcollection.moc.cpp#>+ 3bcdetailedlistview.moc.cpp: $(srcdir)/bcdetailedlistview.h $(MOC) $(srcdir)/bcdetailedlistview.h -o bcdetailedlistview.moc.cpp#>+ 3bookcollection.moc.cpp: $(srcdir)/bookcollection.h $(MOC) $(srcdir)/bookcollection.h -o bookcollection.moc.cpp#>+ 3bcgroupview.moc.cpp: $(srcdir)/bcgroupview.h $(MOC) $(srcdir)/bcgroupview.h -o bcgroupview.moc.cpp#>+ 3bctabcontrol.moc.cpp: $(srcdir)/bctabcontrol.h $(MOC) $(srcdir)/bctabcontrol.h -o bctabcontrol.moc.cpp#>+ 3bcuniteditwidget.moc.cpp: $(srcdir)/bcuniteditwidget.h $(MOC) $(srcdir)/bcuniteditwidget.h -o bcuniteditwidget.moc.cpp#>+ 3clean-metasources: -rm -f configdialog.moc.cpp bookcasedoc.moc.cpp bookcase.moc.cpp bclabelaction.moc.cpp videocollection.moc.cpp finddialog.moc.cpp bccollection.moc.cpp songcollection.moc.cpp bcdetailedlistview.moc.cpp bookcollection.moc.cpp bcgroupview.moc.cpp bctabcontrol.moc.cpp bcuniteditwidget.moc.cpp#>+ 2docs-am:#>+ 6force-reedit: cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile cd $(top_srcdir) && perl admin/am_edit src/Makefile.in#>+ 9bcheck: bcheck-ambcheck-am: test ! -r bchecktest.cc.class || mv -f bchecktest.cc.class bchecktest.cc.oldclass @echo "int main() {return 0;}" > bchecktest.cc for i in $(include_HEADERS); do echo "#include \"$$i\"" >> bchecktest.cc; done test ! -s bchecktest.cc || $(CXXCOMPILE) --dump-class-hierarchy bchecktest.cc test ! -s bchecktest.cc.oldclass || test ! -s bchecktest.cc.class || cmp -s bchecktest.cc.oldclass bchecktest.cc.class#>+ 11bookcase.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/bcunititem.cpp $(srcdir)/songcollection.cpp $(srcdir)/videocollection.cpp $(srcdir)/bookcollection.cpp $(srcdir)/xslthandler.cpp $(srcdir)/bclabelaction.cpp $(srcdir)/isbnvalidator.cpp $(srcdir)/finddialog.cpp $(srcdir)/configdialog.cpp $(srcdir)/bcuniteditwidget.cpp $(srcdir)/bcunit.cpp $(srcdir)/bctabcontrol.cpp $(srcdir)/bcdetailedlistview.cpp $(srcdir)/bcgroupview.cpp $(srcdir)/bccollection.cpp $(srcdir)/bcattribute.cpp $(srcdir)/bookcasedoc.cpp $(srcdir)/bookcase.cpp $(srcdir)/main.cpp configdialog.moc.cpp bookcase.moc.cpp bookcasedoc.moc.cpp bclabelaction.moc.cpp videocollection.moc.cpp finddialog.moc.cpp bccollection.moc.cpp bcdetailedlistview.moc.cpp songcollection.moc.cpp bookcollection.moc.cpp bcuniteditwidget.moc.cpp bctabcontrol.moc.cpp bcgroupview.moc.cpp @echo 'creating bookcase.all_cpp.cpp ...'; \ rm -f bookcase.all_cpp.files bookcase.all_cpp.final; \ echo "#define KDE_USE_FINAL 1" >> bookcase.all_cpp.final; \ for file in bcunititem.cpp songcollection.cpp videocollection.cpp bookcollection.cpp xslthandler.cpp bclabelaction.cpp isbnvalidator.cpp finddialog.cpp configdialog.cpp bcuniteditwidget.cpp bcunit.cpp bctabcontrol.cpp bcdetailedlistview.cpp bcgroupview.cpp bccollection.cpp bcattribute.cpp bookcasedoc.cpp bookcase.cpp main.cpp configdialog.moc.cpp bookcase.moc.cpp bookcasedoc.moc.cpp bclabelaction.moc.cpp videocollection.moc.cpp finddialog.moc.cpp bccollection.moc.cpp bcdetailedlistview.moc.cpp songcollection.moc.cpp bookcollection.moc.cpp bcuniteditwidget.moc.cpp bctabcontrol.moc.cpp bcgroupview.moc.cpp ; do \ echo "#include \"$$file\"" >> bookcase.all_cpp.files; \ test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> bookcase.all_cpp.final; \ done; \ cat bookcase.all_cpp.final bookcase.all_cpp.files > bookcase.all_cpp.cpp; \ rm -f bookcase.all_cpp.final bookcase.all_cpp.files#>+ 3clean-final: -rm -f bookcase.all_cpp.cpp#>+ 2final: $(MAKE) bookcase_OBJECTS="$(bookcase_final_OBJECTS)" all-am#>+ 2final-install: $(MAKE) bookcase_OBJECTS="$(bookcase_final_OBJECTS)" install-am#>+ 2no-final: $(MAKE) bookcase_OBJECTS="$(bookcase_nofinal_OBJECTS)" all-am#>+ 2no-final-install: $(MAKE) bookcase_OBJECTS="$(bookcase_nofinal_OBJECTS)" install-am#>+ 3cvs-clean: $(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean#>+ 3kde-rpo-clean: -rm -f *.rpo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -