Makefile.in
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:11k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. # Makefile for directory with message catalog handling in GNU NLS Utilities.
  2. # Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
  3. #
  4. # This program is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU Library General Public License as published
  6. # by the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12. # Library General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU Library General Public
  15. # License along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
  17. # USA.
  18. PACKAGE = @PACKAGE@
  19. VERSION = @VERSION@
  20. SHELL = /bin/sh
  21. srcdir = @srcdir@
  22. top_srcdir = @top_srcdir@
  23. top_builddir = ..
  24. VPATH = @srcdir@
  25. prefix = @prefix@
  26. exec_prefix = @exec_prefix@
  27. transform = @program_transform_name@
  28. libdir = @libdir@
  29. includedir = @includedir@
  30. datadir = @datadir@
  31. localedir = $(datadir)/locale
  32. gettextsrcdir = $(datadir)/gettext/intl
  33. aliaspath = $(localedir)
  34. subdir = intl
  35. INSTALL = @INSTALL@
  36. INSTALL_DATA = @INSTALL_DATA@
  37. MKINSTALLDIRS = @MKINSTALLDIRS@
  38. mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
  39. l = @INTL_LIBTOOL_SUFFIX_PREFIX@
  40. AR = ar
  41. CC = @CC@
  42. LIBTOOL = @LIBTOOL@
  43. RANLIB = @RANLIB@
  44. YACC = @INTLBISON@ -y -d
  45. YFLAGS = --name-prefix=__gettext
  46. DEFS = -DLOCALEDIR="$(localedir)" -DLOCALE_ALIAS_PATH="$(aliaspath)" 
  47. -DLIBDIR="$(libdir)" -DIN_LIBINTL @DEFS@
  48. CPPFLAGS = @CPPFLAGS@
  49. CFLAGS = @CFLAGS@
  50. LDFLAGS = @LDFLAGS@
  51. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
  52. HEADERS = $(COMHDRS) libgnuintl.h loadinfo.h
  53. COMHDRS = gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h
  54. SOURCES = $(COMSRCS) intl-compat.c
  55. COMSRCS = bindtextdom.c dcgettext.c dgettext.c gettext.c 
  56. finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c 
  57. explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y 
  58. plural-exp.c localcharset.c localename.c osdep.c os2compat.c
  59. OBJECTS = @INTLOBJS@ bindtextdom.$lo dcgettext.$lo dgettext.$lo gettext.$lo 
  60. finddomain.$lo loadmsgcat.$lo localealias.$lo textdomain.$lo l10nflist.$lo 
  61. explodename.$lo dcigettext.$lo dcngettext.$lo dngettext.$lo ngettext.$lo 
  62. plural.$lo plural-exp.$lo localcharset.$lo localename.$lo osdep.$lo
  63. GETTOBJS = intl-compat.$lo
  64. DISTFILES.common = Makefile.in 
  65. config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
  66. DISTFILES.generated = plural.c
  67. DISTFILES.normal = VERSION
  68. DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc
  69. DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c 
  70. COPYING.LIB-2 gettext.h libgettext.h plural-eval.c
  71. # Libtool's library version information for libintl.
  72. # Before making a gettext release, the gettext maintainer must change this
  73. # according to the libtool documentation, section "Library interface versions".
  74. # Maintainers of other packages that include the intl directory must *not*
  75. # change these values.
  76. LTV_CURRENT=4
  77. LTV_REVISION=0
  78. LTV_AGE=2
  79. .SUFFIXES:
  80. .SUFFIXES: .c .y .o .lo .sin .sed
  81. .c.o:
  82. $(COMPILE) $<
  83. .c.lo:
  84. $(LIBTOOL) --mode=compile $(COMPILE) $<
  85. .y.c:
  86. $(YACC) $(YFLAGS) --output $@ $<
  87. rm -f $*.h
  88. .sin.sed:
  89. sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@
  90. mv t-$@ $@
  91. INCLUDES = -I.. -I. -I$(top_srcdir)/intl
  92. all: all-@USE_INCLUDED_LIBINTL@
  93. all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed
  94. all-no: all-no-@BUILD_INCLUDED_LIBINTL@
  95. all-no-yes: libgnuintl.$la
  96. all-no-no:
  97. libintl.a libgnuintl.a: $(OBJECTS)
  98. rm -f $@
  99. $(AR) cru $@ $(OBJECTS)
  100. $(RANLIB) $@
  101. libintl.la libgnuintl.la: $(OBJECTS)
  102. $(LIBTOOL) --mode=link 
  103.   $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ 
  104.   $(OBJECTS) @LTLIBICONV@ -lc 
  105.   -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) 
  106.   -rpath $(libdir) 
  107.   -no-undefined
  108. libintl.h: libgnuintl.h
  109. cp $(srcdir)/libgnuintl.h libintl.h
  110. charset.alias: config.charset
  111. $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
  112. mv t-$@ $@
  113. check: all
  114. # This installation goal is only used in GNU gettext.  Packages which
  115. # only use the library should use install instead.
  116. # We must not install the libintl.h/libintl.a files if we are on a
  117. # system which has the GNU gettext() function in its C library or in a
  118. # separate library.
  119. # If you want to use the one which comes with this version of the
  120. # package, you have to use `configure --with-included-gettext'.
  121. install: install-exec install-data
  122. install-exec: all
  123. if test "$(PACKAGE)" = "gettext" 
  124.    && test '@INTLOBJS@' = '$(GETTOBJS)'; then 
  125.   $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); 
  126.   $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; 
  127.   $(LIBTOOL) --mode=install 
  128.     $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; 
  129. else 
  130.   : ; 
  131. fi
  132. if test '@USE_INCLUDED_LIBINTL@' = yes; then 
  133.   test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); 
  134.   temp=$(DESTDIR)$(libdir)/t-charset.alias; 
  135.   dest=$(DESTDIR)$(libdir)/charset.alias; 
  136.   if test -f $(DESTDIR)$(libdir)/charset.alias; then 
  137.     orig=$(DESTDIR)$(libdir)/charset.alias; 
  138.     sed -f ref-add.sed $$orig > $$temp; 
  139.     $(INSTALL_DATA) $$temp $$dest; 
  140.     rm -f $$temp; 
  141.   else 
  142.     if test @GLIBC21@ = no; then 
  143.       orig=charset.alias; 
  144.       sed -f ref-add.sed $$orig > $$temp; 
  145.       $(INSTALL_DATA) $$temp $$dest; 
  146.       rm -f $$temp; 
  147.     fi; 
  148.   fi; 
  149.   $(mkinstalldirs) $(DESTDIR)$(localedir); 
  150.   test -f $(DESTDIR)$(localedir)/locale.alias 
  151.     && orig=$(DESTDIR)$(localedir)/locale.alias 
  152.     || orig=$(srcdir)/locale.alias; 
  153.   temp=$(DESTDIR)$(localedir)/t-locale.alias; 
  154.   dest=$(DESTDIR)$(localedir)/locale.alias; 
  155.   sed -f ref-add.sed $$orig > $$temp; 
  156.   $(INSTALL_DATA) $$temp $$dest; 
  157.   rm -f $$temp; 
  158. else 
  159.   : ; 
  160. fi
  161. install-data: all
  162. if test "$(PACKAGE)" = "gettext"; then 
  163.   $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); 
  164.   $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; 
  165.   $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; 
  166.   dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; 
  167.   for file in $$dists; do 
  168.     $(INSTALL_DATA) $(srcdir)/$$file 
  169.     $(DESTDIR)$(gettextsrcdir)/$$file; 
  170.   done; 
  171.   chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; 
  172.   dists="$(DISTFILES.generated)"; 
  173.   for file in $$dists; do 
  174.     if test -f $$file; then dir=.; else dir=$(srcdir); fi; 
  175.     $(INSTALL_DATA) $$dir/$$file 
  176.     $(DESTDIR)$(gettextsrcdir)/$$file; 
  177.   done; 
  178.   dists="$(DISTFILES.obsolete)"; 
  179.   for file in $$dists; do 
  180.     rm -f $(DESTDIR)$(gettextsrcdir)/$$file; 
  181.   done; 
  182. else 
  183.   : ; 
  184. fi
  185. install-strip: install
  186. installdirs:
  187. if test "$(PACKAGE)" = "gettext" 
  188.    && test '@INTLOBJS@' = '$(GETTOBJS)'; then 
  189.   $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); 
  190. else 
  191.   : ; 
  192. fi
  193. if test '@USE_INCLUDED_LIBINTL@' = yes; then 
  194.   test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); 
  195.   $(mkinstalldirs) $(DESTDIR)$(localedir); 
  196. else 
  197.   : ; 
  198. fi
  199. if test "$(PACKAGE)" = "gettext"; then 
  200.   $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); 
  201. else 
  202.   : ; 
  203. fi
  204. # Define this as empty until I found a useful application.
  205. installcheck:
  206. uninstall:
  207. if test "$(PACKAGE)" = "gettext" 
  208.    && test '@INTLOBJS@' = '$(GETTOBJS)'; then 
  209.   rm -f $(DESTDIR)$(includedir)/libintl.h; 
  210.   $(LIBTOOL) --mode=uninstall 
  211.     rm -f $(DESTDIR)$(libdir)/libintl.$la; 
  212. else 
  213.   : ; 
  214. fi
  215. if test '@USE_INCLUDED_LIBINTL@' = yes; then 
  216.   if test -f $(DESTDIR)$(libdir)/charset.alias; then 
  217.     temp=$(DESTDIR)$(libdir)/t-charset.alias; 
  218.     dest=$(DESTDIR)$(libdir)/charset.alias; 
  219.     sed -f ref-del.sed $$dest > $$temp; 
  220.     if grep '^# Packages using this file: $$' $$temp > /dev/null; then 
  221.       rm -f $$dest; 
  222.     else 
  223.       $(INSTALL_DATA) $$temp $$dest; 
  224.     fi; 
  225.     rm -f $$temp; 
  226.   fi; 
  227.   if test -f $(DESTDIR)$(localedir)/locale.alias; then 
  228.     temp=$(DESTDIR)$(localedir)/t-locale.alias; 
  229.     dest=$(DESTDIR)$(localedir)/locale.alias; 
  230.     sed -f ref-del.sed $$dest > $$temp; 
  231.     if grep '^# Packages using this file: $$' $$temp > /dev/null; then 
  232.       rm -f $$dest; 
  233.     else 
  234.       $(INSTALL_DATA) $$temp $$dest; 
  235.     fi; 
  236.     rm -f $$temp; 
  237.   fi; 
  238. else 
  239.   : ; 
  240. fi
  241. if test "$(PACKAGE)" = "gettext"; then 
  242.   for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do 
  243.     rm -f $(DESTDIR)$(gettextsrcdir)/$$file; 
  244.   done; 
  245. else 
  246.   : ; 
  247. fi
  248. info dvi:
  249. $(OBJECTS): ../config.h libgnuintl.h
  250. bindtextdom.$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: gettextP.h gmo.h loadinfo.h
  251. dcigettext.$lo: hash-string.h
  252. explodename.$lo l10nflist.$lo: loadinfo.h
  253. dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: plural-exp.h
  254. dcigettext.$lo: eval-plural.h
  255. tags: TAGS
  256. TAGS: $(HEADERS) $(SOURCES)
  257. here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
  258. id: ID
  259. ID: $(HEADERS) $(SOURCES)
  260. here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
  261. mostlyclean:
  262. rm -f *.a *.la *.o *.lo core core.*
  263. rm -f libintl.h charset.alias ref-add.sed ref-del.sed
  264. rm -f -r .libs _libs
  265. clean: mostlyclean
  266. distclean: clean
  267. rm -f Makefile ID TAGS
  268. if test "$(PACKAGE)" = gettext; then 
  269.   rm -f ChangeLog.inst $(DISTFILES.normal); 
  270. else 
  271.   : ; 
  272. fi
  273. maintainer-clean: distclean
  274. @echo "This command is intended for maintainers to use;"
  275. @echo "it deletes files that may require special tools to rebuild."
  276. # GNU gettext needs not contain the file `VERSION' but contains some
  277. # other files which should not be distributed in other packages.
  278. distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
  279. dist distdir: Makefile
  280. if test "$(PACKAGE)" = gettext; then 
  281.   additional="$(DISTFILES.gettext)"; 
  282. else 
  283.   additional="$(DISTFILES.normal)"; 
  284. fi; 
  285. $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; 
  286. for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do 
  287.   if test -f $$file; then dir=.; else dir=$(srcdir); fi; 
  288.   cp -p $$dir/$$file $(distdir); 
  289. done
  290. Makefile: Makefile.in ../config.status
  291. cd .. 
  292.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  293. # Tell versions [3.59,3.63) of GNU make not to export all variables.
  294. # Otherwise a system limit (for SysV at least) may be exceeded.
  295. .NOEXPORT: