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

📄 makefile.in

📁 一个扑克牌游戏集合的源码,包含了很多基本c-c++语言应用
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile for directory with message catalog handling library of GNU gettext# Copyright (C) 1995-1998, 2000-2005 Free Software Foundation, Inc.## This program is free software; you can redistribute it and/or modify it# under the terms of the GNU Library General Public License as published# by the Free Software Foundation; either version 2, or (at your option)# any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU# Library General Public License for more details.## You should have received a copy of the GNU Library General Public# License along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,# USA.PACKAGE = @PACKAGE@VERSION = @VERSION@SHELL = /bin/shsrcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ..VPATH = $(srcdir)prefix = @prefix@exec_prefix = @exec_prefix@transform = @program_transform_name@libdir = @libdir@includedir = @includedir@datadir = @datadir@localedir = $(datadir)/localegettextsrcdir = $(datadir)/gettext/intlaliaspath = $(localedir)subdir = intlINSTALL = @INSTALL@INSTALL_DATA = @INSTALL_DATA@MKINSTALLDIRS = @MKINSTALLDIRS@mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)l = @INTL_LIBTOOL_SUFFIX_PREFIX@AR = arCC = @CC@LIBTOOL = @LIBTOOL@RANLIB = @RANLIB@YACC = @INTLBISON@ -y -dYFLAGS = --name-prefix=__gettextDEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \-DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \-DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \-Dset_relocation_prefix=libintl_set_relocation_prefix \-Drelocate=libintl_relocate \-DDEPENDS_ON_LIBICONV=1 @DEFS@CPPFLAGS = @CPPFLAGS@CFLAGS = @CFLAGS@LDFLAGS = @LDFLAGS@LIBS = @LIBS@COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)HEADERS = \  gmo.h \  gettextP.h \  hash-string.h \  loadinfo.h \  plural-exp.h \  eval-plural.h \  localcharset.h \  relocatable.h \  xsize.h \  printf-args.h printf-args.c \  printf-parse.h wprintf-parse.h printf-parse.c \  vasnprintf.h vasnwprintf.h vasnprintf.c \  os2compat.h \  libgnuintl.h.inSOURCES = \  bindtextdom.c \  dcgettext.c \  dgettext.c \  gettext.c \  finddomain.c \  loadmsgcat.c \  localealias.c \  textdomain.c \  l10nflist.c \  explodename.c \  dcigettext.c \  dcngettext.c \  dngettext.c \  ngettext.c \  plural.y \  plural-exp.c \  localcharset.c \  relocatable.c \  langprefs.c \  localename.c \  log.c \  printf.c \  osdep.c \  os2compat.c \  intl-compat.cOBJECTS = \  bindtextdom.$lo \  dcgettext.$lo \  dgettext.$lo \  gettext.$lo \  finddomain.$lo \  loadmsgcat.$lo \  localealias.$lo \  textdomain.$lo \  l10nflist.$lo \  explodename.$lo \  dcigettext.$lo \  dcngettext.$lo \  dngettext.$lo \  ngettext.$lo \  plural.$lo \  plural-exp.$lo \  localcharset.$lo \  relocatable.$lo \  langprefs.$lo \  localename.$lo \  log.$lo \  printf.$lo \  osdep.$lo \  intl-compat.$loDISTFILES.common = Makefile.in \config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)DISTFILES.generated = plural.cDISTFILES.normal = VERSIONDISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \libgnuintl.h_vms Makefile.vms \libgnuintl.h.msvc-static libgnuintl.h.msvc-shared README.woe32 Makefile.msvcDISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.hall: all-@USE_INCLUDED_LIBINTL@all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sedall-no: all-no-@BUILD_INCLUDED_LIBINTL@all-no-yes: libgnuintl.$laall-no-no:libintl.a libgnuintl.a: $(OBJECTS)	rm -f $@	$(AR) cru $@ $(OBJECTS)	$(RANLIB) $@libintl.la libgnuintl.la: $(OBJECTS)	$(LIBTOOL) --mode=link \	  $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \	  $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) -lc \	  -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \	  -rpath $(libdir) \	  -no-undefined# Libtool's library version information for libintl.# Before making a gettext release, the gettext maintainer must change this# according to the libtool documentation, section "Library interface versions".# Maintainers of other packages that include the intl directory must *not*# change these values.LTV_CURRENT=7LTV_REVISION=3LTV_AGE=4.SUFFIXES:.SUFFIXES: .c .y .o .lo .sin .sed.c.o:	$(COMPILE) $<.y.c:	$(YACC) $(YFLAGS) --output $@ $<	rm -f $*.hbindtextdom.lo: $(srcdir)/bindtextdom.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/bindtextdom.cdcgettext.lo: $(srcdir)/dcgettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcgettext.cdgettext.lo: $(srcdir)/dgettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.cgettext.lo: $(srcdir)/gettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/gettext.cfinddomain.lo: $(srcdir)/finddomain.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/finddomain.cloadmsgcat.lo: $(srcdir)/loadmsgcat.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/loadmsgcat.clocalealias.lo: $(srcdir)/localealias.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localealias.ctextdomain.lo: $(srcdir)/textdomain.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/textdomain.cl10nflist.lo: $(srcdir)/l10nflist.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/l10nflist.cexplodename.lo: $(srcdir)/explodename.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/explodename.cdcigettext.lo: $(srcdir)/dcigettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcigettext.cdcngettext.lo: $(srcdir)/dcngettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcngettext.cdngettext.lo: $(srcdir)/dngettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dngettext.cngettext.lo: $(srcdir)/ngettext.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/ngettext.cplural.lo: $(srcdir)/plural.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural.cplural-exp.lo: $(srcdir)/plural-exp.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural-exp.clocalcharset.lo: $(srcdir)/localcharset.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localcharset.crelocatable.lo: $(srcdir)/relocatable.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/relocatable.clangprefs.lo: $(srcdir)/langprefs.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/langprefs.clocalename.lo: $(srcdir)/localename.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localename.clog.lo: $(srcdir)/log.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/log.cprintf.lo: $(srcdir)/printf.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/printf.cosdep.lo: $(srcdir)/osdep.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.cintl-compat.lo: $(srcdir)/intl-compat.c	$(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.cref-add.sed: $(srcdir)/ref-add.sin	sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-ref-add.sed	mv t-ref-add.sed ref-add.sedref-del.sed: $(srcdir)/ref-del.sin	sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-ref-del.sed	mv t-ref-del.sed ref-del.sedINCLUDES = -I. -I$(srcdir) -I..libgnuintl.h: $(srcdir)/libgnuintl.h.in	sed -e 's,@''HAVE_POSIX_PRINTF''@,@HAVE_POSIX_PRINTF@,g' \	    -e 's,@''HAVE_ASPRINTF''@,@HAVE_ASPRINTF@,g' \	    -e 's,@''HAVE_SNPRINTF''@,@HAVE_SNPRINTF@,g' \	    -e 's,@''HAVE_WPRINTF''@,@HAVE_WPRINTF@,g' \	  < $(srcdir)/libgnuintl.h.in > libgnuintl.hlibintl.h: libgnuintl.h	cp libgnuintl.h libintl.hcharset.alias: $(srcdir)/config.charset	$(SHELL) $(srcdir)/config.charset '@host@' > t-$@	mv t-$@ $@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -