📄 makefile.in
字号:
@$(NORMAL_UNINSTALL) list='$(lib_LTLIBRARIES)'; for p in $$list; do \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done.c.o: $(COMPILE) -c $<.s.o: $(COMPILE) -c $<.S.o: $(COMPILE) -c $<mostlyclean-compile: -rm -f *.o core *.coreclean-compile:distclean-compile: -rm -f *.tab.cmaintainer-clean-compile:.c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<.S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $<mostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsdistclean-libtool:maintainer-clean-libtool:libgtk.la: $(libgtk_la_OBJECTS) $(libgtk_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libgtk_la_LDFLAGS) $(libgtk_la_OBJECTS) $(libgtk_la_LIBADD) $(LIBS)mostlyclean-noinstPROGRAMS:clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)distclean-noinstPROGRAMS:maintainer-clean-noinstPROGRAMS:testgtk: $(testgtk_OBJECTS) $(testgtk_DEPENDENCIES) @rm -f testgtk $(LINK) $(testgtk_LDFLAGS) $(testgtk_OBJECTS) $(testgtk_LDADD) $(LIBS)testinput: $(testinput_OBJECTS) $(testinput_DEPENDENCIES) @rm -f testinput $(LINK) $(testinput_LDFLAGS) $(testinput_OBJECTS) $(testinput_LDADD) $(LIBS)testselection: $(testselection_OBJECTS) $(testselection_DEPENDENCIES) @rm -f testselection $(LINK) $(testselection_LDFLAGS) $(testselection_OBJECTS) $(testselection_LDADD) $(LIBS)testrgb: $(testrgb_OBJECTS) $(testrgb_DEPENDENCIES) @rm -f testrgb $(LINK) $(testrgb_LDFLAGS) $(testrgb_OBJECTS) $(testrgb_LDADD) $(LIBS)testdnd: $(testdnd_OBJECTS) $(testdnd_DEPENDENCIES) @rm -f testdnd $(LINK) $(testdnd_LDFLAGS) $(testdnd_OBJECTS) $(testdnd_LDADD) $(LIBS)simple: $(simple_OBJECTS) $(simple_DEPENDENCIES) @rm -f simple $(LINK) $(simple_LDFLAGS) $(simple_OBJECTS) $(simple_LDADD) $(LIBS)install-gtkconfDATA: $(gtkconf_DATA) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(gtkconfdir) @list='$(gtkconf_DATA)'; for p in $$list; do \ if test -f $(srcdir)/$$p; then \ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gtkconfdir)/$$p"; \ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gtkconfdir)/$$p; \ else if test -f $$p; then \ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(gtkconfdir)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(gtkconfdir)/$$p; \ fi; fi; \ doneuninstall-gtkconfDATA: @$(NORMAL_UNINSTALL) list='$(gtkconf_DATA)'; for p in $$list; do \ rm -f $(DESTDIR)$(gtkconfdir)/$$p; \ doneinstall-libgtkincludeHEADERS: $(libgtkinclude_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libgtkincludedir) @list='$(libgtkinclude_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgtkincludedir)/$$p"; \ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libgtkincludedir)/$$p; \ doneuninstall-libgtkincludeHEADERS: @$(NORMAL_UNINSTALL) list='$(libgtkinclude_HEADERS)'; for p in $$list; do \ rm -f $(DESTDIR)$(libgtkincludedir)/$$p; \ donetags: TAGSID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP)TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)mostlyclean-tags:clean-tags:distclean-tags: -rm -f TAGS IDmaintainer-clean-tags:distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)subdir = gtkdistdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ doneinfo-am:info: info-amdvi-am:dvi: dvi-amcheck-am: all-amcheck: check-aminstallcheck-am:installcheck: installcheck-aminstall-exec-am: install-libLTLIBRARIESinstall-exec: install-exec-aminstall-data-am: install-gtkconfDATA install-libgtkincludeHEADERS \ install-data-localinstall-data: install-data-aminstall-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstall: install-amuninstall-am: uninstall-libLTLIBRARIES uninstall-gtkconfDATA \ uninstall-libgtkincludeHEADERS uninstall-localuninstall: uninstall-amall-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)all-redirect: all-aminstall-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s installinstalldirs: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(gtkconfdir) \ $(DESTDIR)$(libgtkincludedir)mostlyclean-generic:clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]*maintainer-clean-generic: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-noinstPROGRAMS \ mostlyclean-tags mostlyclean-genericmostlyclean: mostlyclean-amclean-am: clean-libLTLIBRARIES clean-compile clean-libtool \ clean-noinstPROGRAMS clean-tags clean-generic \ mostlyclean-amclean: clean-amdistclean-am: distclean-libLTLIBRARIES distclean-compile \ distclean-libtool distclean-noinstPROGRAMS \ distclean-tags distclean-generic clean-am -rm -f libtooldistclean: distclean-ammaintainer-clean-am: maintainer-clean-libLTLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild."maintainer-clean: maintainer-clean-am.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \distclean-compile clean-compile maintainer-clean-compile \mostlyclean-libtool distclean-libtool clean-libtool \maintainer-clean-libtool mostlyclean-noinstPROGRAMS \distclean-noinstPROGRAMS clean-noinstPROGRAMS \maintainer-clean-noinstPROGRAMS uninstall-gtkconfDATA \install-gtkconfDATA uninstall-libgtkincludeHEADERS \install-libgtkincludeHEADERS tags mostlyclean-tags distclean-tags \clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \check-am installcheck-am installcheck install-exec-am install-exec \install-data-local install-data-am install-data install-am install \uninstall-local uninstall-am uninstall all-redirect all-am all \installdirs mostlyclean-generic distclean-generic clean-generic \maintainer-clean-generic clean mostlyclean distclean maintainer-cleanCOPYING: $(gtk_built_public_sources) $(gtk_built_sources)$(OBJECTS): COPYING # this is our oldest-source-stamp# initial creation of the real stamp-* filesgtk.defs gtkmarshal.h gtktypebuiltins.h: # never add deps here test -f "$(srcdir)/$@" || touch $(srcdir)/$@# normal autogeneration rulesstamp-gtk.defs: @REBUILD@ makeenums.pl gtk.defs gtk-boxed.defs $(gtk_public_h_sources) $(gdk_headers) cd $(srcdir) \ && $(PERL) makeenums.pl defs $(gtk_public_h_sources) $(gdk_headers) > xgen-gdef \ && cat gtk-boxed.defs >> xgen-gdef \ && (cmp -s xgen-gdef gtk.defs || cp xgen-gdef gtk.defs) \ && rm -f xgen-gdef \ && echo timestamp > $@gtkmarshal.c: stamp-gtkmarshal.hgtkmarshal.c stamp-gtkmarshal.h: @REBUILD@ genmarshal.pl gtkmarshal.list gtkmarshal.h cd $(srcdir) \ && $(PERL) genmarshal.pl gtkmarshal.list xgen-gmh xgen-gmc \ && (test -z "$(INDENT)" || $(INDENT) xgen-gmh) \ && (test -z "$(INDENT)" || $(INDENT) xgen-gmc) \ && cp xgen-gmc gtkmarshal.c \ && (cmp -s xgen-gmh gtkmarshal.h || cp xgen-gmh gtkmarshal.h) \ && rm -f xgen-gmh xgen-gmc xgen-gmh~ xgen-gmc~ \ && echo timestamp > stamp-gtkmarshal.hstamp-gtktypebuiltins.h: @REBUILD@ maketypes.awk stamp-gtk.defs gtktypebuiltins.h cd $(srcdir) \ && $(AWK) -f maketypes.awk gtk.defs macros > xgen-gtbh \ && (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h) \ && rm -f xgen-gtbh \ && echo timestamp > $@gtktypebuiltins_vars.c: @REBUILD@ maketypes.awk stamp-gtk.defs cd $(srcdir) \ && $(AWK) -f maketypes.awk gtk.defs variables > xgen-gtbvc \ && cp xgen-gtbvc $@ \ && rm -f xgen-gtbvcgtktypebuiltins_ids.c: @REBUILD@ maketypes.awk stamp-gtk.defs cd $(srcdir) \ && $(AWK) -f maketypes.awk gtk.defs entries > xgen-gtbic \ && cp xgen-gtbic $@ \ && rm -f xgen-gtbicgtktypebuiltins_evals.c: @REBUILD@ makeenums.pl $(gtk_public_h_sources) $(gdk_headers) cd $(srcdir) \ && $(PERL) makeenums.pl arrays $(gtk_public_h_sources) $(gdk_headers) > xgen-gtbec \ && cp xgen-gtbec $@ \ && rm -f xgen-gtbec# We create a dummy theme for the default GTK+ themeinstall-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk echo "# Empty gtkrc for default theme" > \ $(DESTDIR)$(datadir)/themes/Default/gtk/gtkrc $(mkinstalldirs) $(DESTDIR)$(gtkconfdir) cd $(DESTDIR)$(gtkconfdir) && \ for i in cs hr hu pl sk sl ; do \ rm -f gtkrc.$$i ; \ ln -s gtkrc.iso-8859-2 gtkrc.$$i ; \ doneuninstall-local: rm -f $(DESTDIR)$(datadir)/themes/Default/gtkrc#testthreads_LDADD = $(LDADDS).PHONY: files test test-debugfiles: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ echo $$p; \ donetest: testgtk builddir=`pwd`; cd $(top_builddir); top_builddir=`pwd`; \ cd $$builddir; cd $(srcdir); \ $(SHELL) $$top_builddir/libtool --mode=execute $$builddir/testgtktest-debug: testgtk builddir=`pwd`; cd $(top_builddir); top_builddir=`pwd`; \ cd $$builddir; cd $(srcdir); \ $(SHELL) $$top_builddir/libtool --mode=execute gdb $$builddir/testgtk# 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:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -