⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用
💻 IN
📖 第 1 页 / 共 2 页
字号:
check: all# We must not install the libintl.h/libintl.a files if we are on a# system which has the GNU gettext() function in its C library or in a# separate library.# If you want to use the one which comes with this version of the# package, you have to use `configure --with-included-gettext'.install: install-exec install-datainstall-exec: all	if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \	   && test '@USE_INCLUDED_LIBINTL@' = yes; then \	  $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \	  $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \	  $(LIBTOOL) --mode=install \	    $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \	  if test "@RELOCATABLE@" = yes; then \	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \	    if test -n "$$dependencies"; then \	      rm -f $(DESTDIR)$(libdir)/libintl.la; \	    fi; \	  fi; \	else \	  : ; \	fi	if test "$(PACKAGE)" = "gettext-tools" \	   && test '@USE_INCLUDED_LIBINTL@' = no \	   && test @GLIBC2@ != no; then \	  $(mkinstalldirs) $(DESTDIR)$(libdir); \	  $(LIBTOOL) --mode=install \	    $(INSTALL_DATA) libgnuintl.$la $(DESTDIR)$(libdir)/libgnuintl.$la; \	  rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \	  $(INSTALL_DATA) $(DESTDIR)$(libdir)/libgnuintl.so $(DESTDIR)$(libdir)/preloadable_libintl.so; \	  $(LIBTOOL) --mode=uninstall \	    rm -f $(DESTDIR)$(libdir)/libgnuintl.$la; \	else \	  : ; \	fi	if test '@USE_INCLUDED_LIBINTL@' = yes; then \	  test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \	  temp=$(DESTDIR)$(libdir)/t-charset.alias; \	  dest=$(DESTDIR)$(libdir)/charset.alias; \	  if test -f $(DESTDIR)$(libdir)/charset.alias; then \	    orig=$(DESTDIR)$(libdir)/charset.alias; \	    sed -f ref-add.sed $$orig > $$temp; \	    $(INSTALL_DATA) $$temp $$dest; \	    rm -f $$temp; \	  else \	    if test @GLIBC21@ = no; then \	      orig=charset.alias; \	      sed -f ref-add.sed $$orig > $$temp; \	      $(INSTALL_DATA) $$temp $$dest; \	      rm -f $$temp; \	    fi; \	  fi; \	  $(mkinstalldirs) $(DESTDIR)$(localedir); \	  test -f $(DESTDIR)$(localedir)/locale.alias \	    && orig=$(DESTDIR)$(localedir)/locale.alias \	    || orig=$(srcdir)/locale.alias; \	  temp=$(DESTDIR)$(localedir)/t-locale.alias; \	  dest=$(DESTDIR)$(localedir)/locale.alias; \	  sed -f ref-add.sed $$orig > $$temp; \	  $(INSTALL_DATA) $$temp $$dest; \	  rm -f $$temp; \	else \	  : ; \	fiinstall-data: all	if test "$(PACKAGE)" = "gettext-tools"; then \	  $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \	  $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \	  $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \	  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \	  for file in $$dists; do \	    $(INSTALL_DATA) $(srcdir)/$$file \			    $(DESTDIR)$(gettextsrcdir)/$$file; \	  done; \	  chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \	  dists="$(DISTFILES.generated)"; \	  for file in $$dists; do \	    if test -f $$file; then dir=.; else dir=$(srcdir); fi; \	    $(INSTALL_DATA) $$dir/$$file \			    $(DESTDIR)$(gettextsrcdir)/$$file; \	  done; \	  dists="$(DISTFILES.obsolete)"; \	  for file in $$dists; do \	    rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \	  done; \	else \	  : ; \	fiinstall-strip: installinstalldirs:	if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \	   && test '@USE_INCLUDED_LIBINTL@' = yes; then \	  $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \	else \	  : ; \	fi	if test "$(PACKAGE)" = "gettext-tools" \	   && test '@USE_INCLUDED_LIBINTL@' = no \	   && test @GLIBC2@ != no; then \	  $(mkinstalldirs) $(DESTDIR)$(libdir); \	else \	  : ; \	fi	if test '@USE_INCLUDED_LIBINTL@' = yes; then \	  test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \	  $(mkinstalldirs) $(DESTDIR)$(localedir); \	else \	  : ; \	fi	if test "$(PACKAGE)" = "gettext-tools"; then \	  $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \	else \	  : ; \	fi# Define this as empty until I found a useful application.installcheck:uninstall:	if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \	   && test '@USE_INCLUDED_LIBINTL@' = yes; then \	  rm -f $(DESTDIR)$(includedir)/libintl.h; \	  $(LIBTOOL) --mode=uninstall \	    rm -f $(DESTDIR)$(libdir)/libintl.$la; \	else \	  : ; \	fi	if test "$(PACKAGE)" = "gettext-tools" \	   && test '@USE_INCLUDED_LIBINTL@' = no \	   && test @GLIBC2@ != no; then \	  rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \	else \	  : ; \	fi	if test '@USE_INCLUDED_LIBINTL@' = yes; then \	  if test -f $(DESTDIR)$(libdir)/charset.alias; then \	    temp=$(DESTDIR)$(libdir)/t-charset.alias; \	    dest=$(DESTDIR)$(libdir)/charset.alias; \	    sed -f ref-del.sed $$dest > $$temp; \	    if grep '^# Packages using this file: $$' $$temp > /dev/null; then \	      rm -f $$dest; \	    else \	      $(INSTALL_DATA) $$temp $$dest; \	    fi; \	    rm -f $$temp; \	  fi; \	  if test -f $(DESTDIR)$(localedir)/locale.alias; then \	    temp=$(DESTDIR)$(localedir)/t-locale.alias; \	    dest=$(DESTDIR)$(localedir)/locale.alias; \	    sed -f ref-del.sed $$dest > $$temp; \	    if grep '^# Packages using this file: $$' $$temp > /dev/null; then \	      rm -f $$dest; \	    else \	      $(INSTALL_DATA) $$temp $$dest; \	    fi; \	    rm -f $$temp; \	  fi; \	else \	  : ; \	fi	if test "$(PACKAGE)" = "gettext-tools"; then \	  for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \	    rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \	  done; \	else \	  : ; \	fiinfo dvi ps pdf html:$(OBJECTS): ../config.h libgnuintl.hbindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.hdcigettext.$lo loadmsgcat.$lo: $(srcdir)/hash-string.hexplodename.$lo l10nflist.$lo: $(srcdir)/loadinfo.hdcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: $(srcdir)/plural-exp.hdcigettext.$lo: $(srcdir)/eval-plural.hlocalcharset.$lo: $(srcdir)/localcharset.hlocalealias.$lo localcharset.$lo relocatable.$lo: $(srcdir)/relocatable.hprintf.$lo: $(srcdir)/printf-args.h $(srcdir)/printf-args.c $(srcdir)/printf-parse.h $(srcdir)/wprintf-parse.h $(srcdir)/xsize.h $(srcdir)/printf-parse.c $(srcdir)/vasnprintf.h $(srcdir)/vasnwprintf.h $(srcdir)/vasnprintf.ctags: TAGSTAGS: $(HEADERS) $(SOURCES)	here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)ctags: CTAGSCTAGS: $(HEADERS) $(SOURCES)	here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES)id: IDID: $(HEADERS) $(SOURCES)	here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)mostlyclean:	rm -f *.a *.la *.o *.obj *.lo core core.*	rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed	rm -f -r .libs _libsclean: mostlycleandistclean: clean	rm -f Makefile ID TAGS	if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \	  rm -f ChangeLog.inst $(DISTFILES.normal); \	else \	  : ; \	fimaintainer-clean: distclean	@echo "This command is intended for maintainers to use;"	@echo "it deletes files that may require special tools to rebuild."# GNU gettext needs not contain the file `VERSION' but contains some# other files which should not be distributed in other packages.distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)dist distdir: Makefile	if test "$(PACKAGE)" = "gettext-tools"; then \	  : ; \	else \	  if test "$(PACKAGE)" = "gettext-runtime"; then \	    additional="$(DISTFILES.gettext)"; \	  else \	    additional="$(DISTFILES.normal)"; \	  fi; \	  $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \	  for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \	    if test -f $$file; then dir=.; else dir=$(srcdir); fi; \	    cp -p $$dir/$$file $(distdir) || test $$file = Makefile.in || exit 1; \	  done; \	fiMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status# This would be more efficient, but doesn't work any more with autoconf-2.57,# when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used.#	cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status# Tell versions [3.59,3.63) of GNU make not to 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 + -