Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. # Makefile for directory with message catalog handling library of GNU gettext
  2. # Copyright (C) 1995-1998, 2000-2003 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) $(MKINSTALLDIRS)
  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 \
  48. -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DNO_XMALLOC \
  49. -Dset_relocation_prefix=libintl_set_relocation_prefix \
  50. -Drelocate=libintl_relocate \
  51. -DDEPENDS_ON_LIBICONV=1 @DEFS@
  52. CPPFLAGS = @CPPFLAGS@
  53. CFLAGS = @CFLAGS@
  54. LDFLAGS = @LDFLAGS@
  55. LIBS = @LIBS@
  56. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
  57. HEADERS = \
  58. gmo.h \
  59. gettextP.h \
  60. hash-string.h \
  61. loadinfo.h \
  62. plural-exp.h \
  63. eval-plural.h \
  64. localcharset.h \
  65. relocatable.h \
  66. os2compat.h \
  67. libgnuintl.h.in
  68. SOURCES = \
  69. bindtextdom.c \
  70. dcgettext.c \
  71. dgettext.c \
  72. gettext.c \
  73. finddomain.c \
  74. loadmsgcat.c \
  75. localealias.c \
  76. textdomain.c \
  77. l10nflist.c \
  78. explodename.c \
  79. dcigettext.c \
  80. dcngettext.c \
  81. dngettext.c \
  82. ngettext.c \
  83. plural.y \
  84. plural-exp.c \
  85. localcharset.c \
  86. relocatable.c \
  87. localename.c \
  88. log.c \
  89. osdep.c \
  90. os2compat.c \
  91. intl-compat.c
  92. OBJECTS = \
  93. bindtextdom.$lo \
  94. dcgettext.$lo \
  95. dgettext.$lo \
  96. gettext.$lo \
  97. finddomain.$lo \
  98. loadmsgcat.$lo \
  99. localealias.$lo \
  100. textdomain.$lo \
  101. l10nflist.$lo \
  102. explodename.$lo \
  103. dcigettext.$lo \
  104. dcngettext.$lo \
  105. dngettext.$lo \
  106. ngettext.$lo \
  107. plural.$lo \
  108. plural-exp.$lo \
  109. localcharset.$lo \
  110. relocatable.$lo \
  111. localename.$lo \
  112. log.$lo \
  113. osdep.$lo \
  114. intl-compat.$lo
  115. DISTFILES.common = Makefile.in \
  116. config.charset locale.alias ref-add.sin ref-del.sin $(HEADERS) $(SOURCES)
  117. DISTFILES.generated = plural.c
  118. DISTFILES.normal = VERSION
  119. DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \
  120. Makefile.vms libgnuintl.h.msvc-shared README.woe32 Makefile.msvc
  121. DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \
  122. COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h
  123. all: all-@USE_INCLUDED_LIBINTL@
  124. all-yes: libintl.$la libintl.h charset.alias ref-add.sed ref-del.sed
  125. all-no: all-no-@BUILD_INCLUDED_LIBINTL@
  126. all-no-yes: libgnuintl.$la
  127. all-no-no:
  128. libintl.a libgnuintl.a: $(OBJECTS)
  129. rm -f $@
  130. $(AR) cru $@ $(OBJECTS)
  131. $(RANLIB) $@
  132. libintl.la libgnuintl.la: $(OBJECTS)
  133. $(LIBTOOL) --mode=link \
  134. $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
  135. $(OBJECTS) @LTLIBICONV@ $(LIBS) -lc \
  136. -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
  137. -rpath $(libdir) \
  138. -no-undefined
  139. # Libtool's library version information for libintl.
  140. # Before making a gettext release, the gettext maintainer must change this
  141. # according to the libtool documentation, section "Library interface versions".
  142. # Maintainers of other packages that include the intl directory must *not*
  143. # change these values.
  144. LTV_CURRENT=5
  145. LTV_REVISION=0
  146. LTV_AGE=3
  147. .SUFFIXES:
  148. .SUFFIXES: .c .y .o .lo .sin .sed
  149. .c.o:
  150. $(COMPILE) $<
  151. .y.c:
  152. $(YACC) $(YFLAGS) --output $@ $<
  153. rm -f $*.h
  154. bindtextdom.lo: $(srcdir)/bindtextdom.c
  155. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/bindtextdom.c
  156. dcgettext.lo: $(srcdir)/dcgettext.c
  157. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcgettext.c
  158. dgettext.lo: $(srcdir)/dgettext.c
  159. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dgettext.c
  160. gettext.lo: $(srcdir)/gettext.c
  161. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/gettext.c
  162. finddomain.lo: $(srcdir)/finddomain.c
  163. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/finddomain.c
  164. loadmsgcat.lo: $(srcdir)/loadmsgcat.c
  165. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/loadmsgcat.c
  166. localealias.lo: $(srcdir)/localealias.c
  167. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localealias.c
  168. textdomain.lo: $(srcdir)/textdomain.c
  169. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/textdomain.c
  170. l10nflist.lo: $(srcdir)/l10nflist.c
  171. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/l10nflist.c
  172. explodename.lo: $(srcdir)/explodename.c
  173. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/explodename.c
  174. dcigettext.lo: $(srcdir)/dcigettext.c
  175. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcigettext.c
  176. dcngettext.lo: $(srcdir)/dcngettext.c
  177. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dcngettext.c
  178. dngettext.lo: $(srcdir)/dngettext.c
  179. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/dngettext.c
  180. ngettext.lo: $(srcdir)/ngettext.c
  181. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/ngettext.c
  182. plural.lo: $(srcdir)/plural.c
  183. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural.c
  184. plural-exp.lo: $(srcdir)/plural-exp.c
  185. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/plural-exp.c
  186. localcharset.lo: $(srcdir)/localcharset.c
  187. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localcharset.c
  188. relocatable.lo: $(srcdir)/relocatable.c
  189. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/relocatable.c
  190. localename.lo: $(srcdir)/localename.c
  191. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/localename.c
  192. log.lo: $(srcdir)/log.c
  193. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/log.c
  194. osdep.lo: $(srcdir)/osdep.c
  195. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/osdep.c
  196. intl-compat.lo: $(srcdir)/intl-compat.c
  197. $(LIBTOOL) --mode=compile $(COMPILE) $(srcdir)/intl-compat.c
  198. ref-add.sed: $(srcdir)/ref-add.sin
  199. sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-add.sin > t-ref-add.sed
  200. mv t-ref-add.sed ref-add.sed
  201. ref-del.sed: $(srcdir)/ref-del.sin
  202. sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $(srcdir)/ref-del.sin > t-ref-del.sed
  203. mv t-ref-del.sed ref-del.sed
  204. INCLUDES = -I. -I$(srcdir) -I..
  205. libgnuintl.h: $(srcdir)/libgnuintl.h.in
  206. cp $(srcdir)/libgnuintl.h.in libgnuintl.h
  207. libintl.h: libgnuintl.h
  208. cp libgnuintl.h libintl.h
  209. charset.alias: $(srcdir)/config.charset
  210. $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
  211. mv t-$@ $@
  212. check: all
  213. # We must not install the libintl.h/libintl.a files if we are on a
  214. # system which has the GNU gettext() function in its C library or in a
  215. # separate library.
  216. # If you want to use the one which comes with this version of the
  217. # package, you have to use `configure --with-included-gettext'.
  218. install: install-exec install-data
  219. install-exec: all
  220. if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
  221. && test '@USE_INCLUDED_LIBINTL@' = yes; then \
  222. $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
  223. $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \
  224. $(LIBTOOL) --mode=install \
  225. $(INSTALL_DATA) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
  226. if test "@RELOCATABLE@" = yes; then \
  227. dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
  228. if test -n "$dependencies"; then \
  229. rm -f $(DESTDIR)$(libdir)/libintl.la; \
  230. fi; \
  231. fi; \
  232. else \
  233. : ; \
  234. fi
  235. if test "$(PACKAGE)" = "gettext-tools" \
  236. && test '@USE_INCLUDED_LIBINTL@' = no; then \
  237. $(mkinstalldirs) $(DESTDIR)$(libdir); \
  238. $(LIBTOOL) --mode=install \
  239. $(INSTALL_DATA) libgnuintl.$la $(DESTDIR)$(libdir)/libgnuintl.$la; \
  240. rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \
  241. $(INSTALL_DATA) $(DESTDIR)$(libdir)/libgnuintl.so $(DESTDIR)$(libdir)/preloadable_libintl.so; \
  242. $(LIBTOOL) --mode=uninstall \
  243. rm -f $(DESTDIR)$(libdir)/libgnuintl.$la; \
  244. else \
  245. : ; \
  246. fi
  247. if test '@USE_INCLUDED_LIBINTL@' = yes; then \
  248. test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
  249. temp=$(DESTDIR)$(libdir)/t-charset.alias; \
  250. dest=$(DESTDIR)$(libdir)/charset.alias; \
  251. if test -f $(DESTDIR)$(libdir)/charset.alias; then \
  252. orig=$(DESTDIR)$(libdir)/charset.alias; \
  253. sed -f ref-add.sed $$orig > $$temp; \
  254. $(INSTALL_DATA) $$temp $$dest; \
  255. rm -f $$temp; \
  256. else \
  257. if test @GLIBC21@ = no; then \
  258. orig=charset.alias; \
  259. sed -f ref-add.sed $$orig > $$temp; \
  260. $(INSTALL_DATA) $$temp $$dest; \
  261. rm -f $$temp; \
  262. fi; \
  263. fi; \
  264. $(mkinstalldirs) $(DESTDIR)$(localedir); \
  265. test -f $(DESTDIR)$(localedir)/locale.alias \
  266. && orig=$(DESTDIR)$(localedir)/locale.alias \
  267. || orig=$(srcdir)/locale.alias; \
  268. temp=$(DESTDIR)$(localedir)/t-locale.alias; \
  269. dest=$(DESTDIR)$(localedir)/locale.alias; \
  270. sed -f ref-add.sed $$orig > $$temp; \
  271. $(INSTALL_DATA) $$temp $$dest; \
  272. rm -f $$temp; \
  273. else \
  274. : ; \
  275. fi
  276. install-data: all
  277. if test "$(PACKAGE)" = "gettext-tools"; then \
  278. $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
  279. $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \
  280. $(INSTALL_DATA) ChangeLog.inst $(DESTDIR)$(gettextsrcdir)/ChangeLog; \
  281. dists="COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common)"; \
  282. for file in $$dists; do \
  283. $(INSTALL_DATA) $(srcdir)/$$file \
  284. $(DESTDIR)$(gettextsrcdir)/$$file; \
  285. done; \
  286. chmod a+x $(DESTDIR)$(gettextsrcdir)/config.charset; \
  287. dists="$(DISTFILES.generated)"; \
  288. for file in $$dists; do \
  289. if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
  290. $(INSTALL_DATA) $$dir/$$file \
  291. $(DESTDIR)$(gettextsrcdir)/$$file; \
  292. done; \
  293. dists="$(DISTFILES.obsolete)"; \
  294. for file in $$dists; do \
  295. rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
  296. done; \
  297. else \
  298. : ; \
  299. fi
  300. install-strip: install
  301. installdirs:
  302. if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
  303. && test '@USE_INCLUDED_LIBINTL@' = yes; then \
  304. $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
  305. else \
  306. : ; \
  307. fi
  308. if test "$(PACKAGE)" = "gettext-tools" \
  309. && test '@USE_INCLUDED_LIBINTL@' = no; then \
  310. $(mkinstalldirs) $(DESTDIR)$(libdir); \
  311. else \
  312. : ; \
  313. fi
  314. if test '@USE_INCLUDED_LIBINTL@' = yes; then \
  315. test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
  316. $(mkinstalldirs) $(DESTDIR)$(localedir); \
  317. else \
  318. : ; \
  319. fi
  320. if test "$(PACKAGE)" = "gettext-tools"; then \
  321. $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
  322. else \
  323. : ; \
  324. fi
  325. # Define this as empty until I found a useful application.
  326. installcheck:
  327. uninstall:
  328. if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \
  329. && test '@USE_INCLUDED_LIBINTL@' = yes; then \
  330. rm -f $(DESTDIR)$(includedir)/libintl.h; \
  331. $(LIBTOOL) --mode=uninstall \
  332. rm -f $(DESTDIR)$(libdir)/libintl.$la; \
  333. else \
  334. : ; \
  335. fi
  336. if test "$(PACKAGE)" = "gettext-tools" \
  337. && test '@USE_INCLUDED_LIBINTL@' = no; then \
  338. rm -f $(DESTDIR)$(libdir)/preloadable_libintl.so; \
  339. else \
  340. : ; \
  341. fi
  342. if test '@USE_INCLUDED_LIBINTL@' = yes; then \
  343. if test -f $(DESTDIR)$(libdir)/charset.alias; then \
  344. temp=$(DESTDIR)$(libdir)/t-charset.alias; \
  345. dest=$(DESTDIR)$(libdir)/charset.alias; \
  346. sed -f ref-del.sed $$dest > $$temp; \
  347. if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
  348. rm -f $$dest; \
  349. else \
  350. $(INSTALL_DATA) $$temp $$dest; \
  351. fi; \
  352. rm -f $$temp; \
  353. fi; \
  354. if test -f $(DESTDIR)$(localedir)/locale.alias; then \
  355. temp=$(DESTDIR)$(localedir)/t-locale.alias; \
  356. dest=$(DESTDIR)$(localedir)/locale.alias; \
  357. sed -f ref-del.sed $$dest > $$temp; \
  358. if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
  359. rm -f $$dest; \
  360. else \
  361. $(INSTALL_DATA) $$temp $$dest; \
  362. fi; \
  363. rm -f $$temp; \
  364. fi; \
  365. else \
  366. : ; \
  367. fi
  368. if test "$(PACKAGE)" = "gettext-tools"; then \
  369. for file in VERSION ChangeLog COPYING.LIB-2.0 COPYING.LIB-2.1 $(DISTFILES.common) $(DISTFILES.generated); do \
  370. rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
  371. done; \
  372. else \
  373. : ; \
  374. fi
  375. info dvi ps pdf html:
  376. $(OBJECTS): ../config.h libgnuintl.h
  377. 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: $(srcdir)/gettextP.h $(srcdir)/gmo.h $(srcdir)/loadinfo.h
  378. dcigettext.$lo loadmsgcat.$lo: $(srcdir)/hash-string.h
  379. explodename.$lo l10nflist.$lo: $(srcdir)/loadinfo.h
  380. dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: $(srcdir)/plural-exp.h
  381. dcigettext.$lo: $(srcdir)/eval-plural.h
  382. localcharset.$lo: $(srcdir)/localcharset.h
  383. localealias.$lo localcharset.$lo relocatable.$lo: $(srcdir)/relocatable.h
  384. tags: TAGS
  385. TAGS: $(HEADERS) $(SOURCES)
  386. here=`pwd`; cd $(srcdir) && etags -o $$here/TAGS $(HEADERS) $(SOURCES)
  387. ctags: CTAGS
  388. CTAGS: $(HEADERS) $(SOURCES)
  389. here=`pwd`; cd $(srcdir) && ctags -o $$here/CTAGS $(HEADERS) $(SOURCES)
  390. id: ID
  391. ID: $(HEADERS) $(SOURCES)
  392. here=`pwd`; cd $(srcdir) && mkid -f$$here/ID $(HEADERS) $(SOURCES)
  393. mostlyclean:
  394. rm -f *.a *.la *.o *.obj *.lo core core.*
  395. rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed
  396. rm -f -r .libs _libs
  397. clean: mostlyclean
  398. distclean: clean
  399. rm -f Makefile ID TAGS
  400. if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \
  401. rm -f ChangeLog.inst $(DISTFILES.normal); \
  402. else \
  403. : ; \
  404. fi
  405. maintainer-clean: distclean
  406. @echo "This command is intended for maintainers to use;"
  407. @echo "it deletes files that may require special tools to rebuild."
  408. # GNU gettext needs not contain the file `VERSION' but contains some
  409. # other files which should not be distributed in other packages.
  410. distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
  411. dist distdir: Makefile
  412. if test "$(PACKAGE)" = "gettext-tools"; then \
  413. : ; \
  414. else \
  415. if test "$(PACKAGE)" = "gettext-runtime"; then \
  416. additional="$(DISTFILES.gettext)"; \
  417. else \
  418. additional="$(DISTFILES.normal)"; \
  419. fi; \
  420. $(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \
  421. for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \
  422. if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
  423. cp -p $$dir/$$file $(distdir); \
  424. done; \
  425. fi
  426. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  427. cd $(top_builddir) && $(SHELL) ./config.status
  428. # This would be more efficient, but doesn't work any more with autoconf-2.57,
  429. # when AC_CONFIG_FILES([intl/Makefile:somedir/Makefile.in]) is used.
  430. # cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  431. # Tell versions [3.59,3.63) of GNU make not to export all variables.
  432. # Otherwise a system limit (for SysV at least) may be exceeded.
  433. .NOEXPORT: