~ubuntu-branches/debian/experimental/intltool/experimental

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2002-04-01 06:35:32 UTC
  • Revision ID: james.westby@ubuntu.com-20020401063532-bw4twe4jtac366wp
Tags: upstream-0.18
ImportĀ upstreamĀ versionĀ 0.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = .
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
MAKEINFO = @MAKEINFO@
 
61
PACKAGE = @PACKAGE@
 
62
PERL = @PERL@
 
63
VERSION = @VERSION@
 
64
aclocaldir = @aclocaldir@
 
65
pkgdatadir = @pkgdatadir@
 
66
 
 
67
SUBDIRS = . tests doc doc-i18n-tool
 
68
 
 
69
NULL = 
 
70
 
 
71
aclocal_macros = intltool.m4 xml-i18n-tools.m4
 
72
 
 
73
CLEANFILES =    intltoolize                                     xml-i18n-toolize                                intltool-extract.in                             intltool-merge.in                               intltool-update.in                              intltool-extract                                intltool-merge                                  intltool-prepare                                intltool-update                                 intltool-unicodify                              *.gz                                            $(NULL)
 
74
 
 
75
 
 
76
# These are required by intltoolize and xml-i18n-toolize.
 
77
pkgdata_DATA =          intltool-extract.in                             intltool-merge.in                               intltool-update.in                              intltool-po-Makefile.in.in-patch-1              intltool-po-Makefile.in.in-patch-2              intltool-po-Makefile.in.in-patch-3              intltool-po-Makefile.in.in-patch-4              xml-i18n-po-Makefile.in.in-patch-1              xml-i18n-po-Makefile.in.in-patch-2              $(NULL)
 
78
 
 
79
 
 
80
# This macro file should be visible to Automake's aclocal.
 
81
aclocal_DATA = $(aclocal_macros)
 
82
 
 
83
# The intltool distributor and installed versions of scripts
 
84
 
 
85
bin_SCRIPTS =   intltoolize                                     xml-i18n-toolize                                intltool-update                                 intltool-merge                                  intltool-extract                                intltool-prepare                                intltool-unicodify                              $(NULL)
 
86
 
 
87
 
 
88
EXTRA_DIST =    $(aclocal_macros)                               intltoolize.in                                  xml-i18n-toolize.in                             intltool-extract.in.in                          intltool-merge.in.in                            intltool-update.in.in                           intltool-prepare.in                             intltool-unicodify.in                           intltool.spec.in                                $(pkgdata_DATA)                                 $(NULL)
 
89
 
 
90
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
91
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
92
CONFIG_CLEAN_FILES =  intltool-extract.in intltool-merge.in \
 
93
intltool-prepare intltool-unicodify intltool-update.in intltool.spec \
 
94
intltoolize xml-i18n-toolize
 
95
SCRIPTS =  $(bin_SCRIPTS)
 
96
 
 
97
DATA =  $(aclocal_DATA) $(pkgdata_DATA)
 
98
 
 
99
DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
 
100
Makefile.in NEWS TODO aclocal.m4 configure configure.in install-sh \
 
101
intltool-extract.in.in intltool-merge.in.in intltool-prepare.in \
 
102
intltool-unicodify.in intltool-update.in.in intltool.spec.in \
 
103
intltoolize.in missing mkinstalldirs xml-i18n-toolize.in
 
104
 
 
105
 
 
106
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
107
 
 
108
TAR = gtar
 
109
GZIP_ENV = --best
 
110
all: all-redirect
 
111
.SUFFIXES:
 
112
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
113
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
114
 
 
115
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
116
        cd $(top_builddir) \
 
117
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
118
 
 
119
$(ACLOCAL_M4):  configure.in 
 
120
        cd $(srcdir) && $(ACLOCAL)
 
121
 
 
122
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
123
        $(SHELL) ./config.status --recheck
 
124
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
125
        cd $(srcdir) && $(AUTOCONF)
 
126
intltool-extract.in: $(top_builddir)/config.status intltool-extract.in.in
 
127
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
128
intltool-merge.in: $(top_builddir)/config.status intltool-merge.in.in
 
129
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
130
intltool-prepare: $(top_builddir)/config.status intltool-prepare.in
 
131
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
132
intltool-unicodify: $(top_builddir)/config.status intltool-unicodify.in
 
133
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
134
intltool-update.in: $(top_builddir)/config.status intltool-update.in.in
 
135
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
136
intltool.spec: $(top_builddir)/config.status intltool.spec.in
 
137
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
138
intltoolize: $(top_builddir)/config.status intltoolize.in
 
139
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
140
xml-i18n-toolize: $(top_builddir)/config.status xml-i18n-toolize.in
 
141
        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
142
 
 
143
install-binSCRIPTS: $(bin_SCRIPTS)
 
144
        @$(NORMAL_INSTALL)
 
145
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
146
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
147
          if test -f $$p; then \
 
148
            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
149
            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
150
          else if test -f $(srcdir)/$$p; then \
 
151
            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
 
152
            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
153
          else :; fi; fi; \
 
154
        done
 
155
 
 
156
uninstall-binSCRIPTS:
 
157
        @$(NORMAL_UNINSTALL)
 
158
        list='$(bin_SCRIPTS)'; for p in $$list; do \
 
159
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
 
160
        done
 
161
 
 
162
install-aclocalDATA: $(aclocal_DATA)
 
163
        @$(NORMAL_INSTALL)
 
164
        $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
 
165
        @list='$(aclocal_DATA)'; for p in $$list; do \
 
166
          if test -f $(srcdir)/$$p; then \
 
167
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p"; \
 
168
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p; \
 
169
          else if test -f $$p; then \
 
170
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p"; \
 
171
            $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p; \
 
172
          fi; fi; \
 
173
        done
 
174
 
 
175
uninstall-aclocalDATA:
 
176
        @$(NORMAL_UNINSTALL)
 
177
        list='$(aclocal_DATA)'; for p in $$list; do \
 
178
          rm -f $(DESTDIR)$(aclocaldir)/$$p; \
 
179
        done
 
180
 
 
181
install-pkgdataDATA: $(pkgdata_DATA)
 
182
        @$(NORMAL_INSTALL)
 
183
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
 
184
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
185
          if test -f $(srcdir)/$$p; then \
 
186
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
 
187
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
 
188
          else if test -f $$p; then \
 
189
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
 
190
            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
 
191
          fi; fi; \
 
192
        done
 
193
 
 
194
uninstall-pkgdataDATA:
 
195
        @$(NORMAL_UNINSTALL)
 
196
        list='$(pkgdata_DATA)'; for p in $$list; do \
 
197
          rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
 
198
        done
 
199
 
 
200
# This directory's subdirectories are mostly independent; you can cd
 
201
# into them and run `make' without going through this Makefile.
 
202
# To change the values of `make' variables: instead of editing Makefiles,
 
203
# (1) if the variable is set in `config.status', edit `config.status'
 
204
#     (which will cause the Makefiles to be regenerated when you run `make');
 
205
# (2) otherwise, pass the desired values on the `make' command line.
 
206
 
 
207
@SET_MAKE@
 
208
 
 
209
all-recursive install-data-recursive install-exec-recursive \
 
210
installdirs-recursive install-recursive uninstall-recursive  \
 
211
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
212
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
213
        dot_seen=no; \
 
214
        target=`echo $@ | sed s/-recursive//`; \
 
215
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
216
          echo "Making $$target in $$subdir"; \
 
217
          if test "$$subdir" = "."; then \
 
218
            dot_seen=yes; \
 
219
            local_target="$$target-am"; \
 
220
          else \
 
221
            local_target="$$target"; \
 
222
          fi; \
 
223
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
224
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
225
        done; \
 
226
        if test "$$dot_seen" = "no"; then \
 
227
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
228
        fi; test -z "$$fail"
 
229
 
 
230
mostlyclean-recursive clean-recursive distclean-recursive \
 
231
maintainer-clean-recursive:
 
232
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
233
        dot_seen=no; \
 
234
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
235
          rev="$$subdir $$rev"; \
 
236
          test "$$subdir" != "." || dot_seen=yes; \
 
237
        done; \
 
238
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
239
        target=`echo $@ | sed s/-recursive//`; \
 
240
        for subdir in $$rev; do \
 
241
          echo "Making $$target in $$subdir"; \
 
242
          if test "$$subdir" = "."; then \
 
243
            local_target="$$target-am"; \
 
244
          else \
 
245
            local_target="$$target"; \
 
246
          fi; \
 
247
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
248
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
249
        done && test -z "$$fail"
 
250
tags-recursive:
 
251
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
252
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
253
        done
 
254
 
 
255
tags: TAGS
 
256
 
 
257
ID: $(HEADERS) $(SOURCES) $(LISP)
 
258
        list='$(SOURCES) $(HEADERS)'; \
 
259
        unique=`for i in $$list; do echo $$i; done | \
 
260
          awk '    { files[$$0] = 1; } \
 
261
               END { for (i in files) print i; }'`; \
 
262
        here=`pwd` && cd $(srcdir) \
 
263
          && mkid -f$$here/ID $$unique $(LISP)
 
264
 
 
265
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
266
        tags=; \
 
267
        here=`pwd`; \
 
268
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
269
   if test "$$subdir" = .; then :; else \
 
270
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
271
   fi; \
 
272
        done; \
 
273
        list='$(SOURCES) $(HEADERS)'; \
 
274
        unique=`for i in $$list; do echo $$i; done | \
 
275
          awk '    { files[$$0] = 1; } \
 
276
               END { for (i in files) print i; }'`; \
 
277
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
278
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
279
 
 
280
mostlyclean-tags:
 
281
 
 
282
clean-tags:
 
283
 
 
284
distclean-tags:
 
285
        -rm -f TAGS ID
 
286
 
 
287
maintainer-clean-tags:
 
288
 
 
289
distdir = $(PACKAGE)-$(VERSION)
 
290
top_distdir = $(distdir)
 
291
 
 
292
# This target untars the dist file and tries a VPATH configuration.  Then
 
293
# it guarantees that the distribution is self-contained by making another
 
294
# tarfile.
 
295
distcheck: dist
 
296
        -rm -rf $(distdir)
 
297
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
 
298
        mkdir $(distdir)/=build
 
299
        mkdir $(distdir)/=inst
 
300
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
 
301
        cd $(distdir)/=build \
 
302
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
303
          && $(MAKE) $(AM_MAKEFLAGS) \
 
304
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
305
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
306
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
307
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
308
          && $(MAKE) $(AM_MAKEFLAGS) dist
 
309
        -rm -rf $(distdir)
 
310
        @banner="$(distdir).tar.gz is ready for distribution"; \
 
311
        dashes=`echo "$$banner" | sed s/./=/g`; \
 
312
        echo "$$dashes"; \
 
313
        echo "$$banner"; \
 
314
        echo "$$dashes"
 
315
dist: distdir
 
316
        -chmod -R a+r $(distdir)
 
317
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
318
        -rm -rf $(distdir)
 
319
dist-all: distdir
 
320
        -chmod -R a+r $(distdir)
 
321
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
 
322
        -rm -rf $(distdir)
 
323
distdir: $(DISTFILES)
 
324
        -rm -rf $(distdir)
 
325
        mkdir $(distdir)
 
326
        -chmod 777 $(distdir)
 
327
        @for file in $(DISTFILES); do \
 
328
          d=$(srcdir); \
 
329
          if test -d $$d/$$file; then \
 
330
            cp -pr $$d/$$file $(distdir)/$$file; \
 
331
          else \
 
332
            test -f $(distdir)/$$file \
 
333
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
334
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
335
          fi; \
 
336
        done
 
337
        for subdir in $(SUBDIRS); do \
 
338
          if test "$$subdir" = .; then :; else \
 
339
            test -d $(distdir)/$$subdir \
 
340
            || mkdir $(distdir)/$$subdir \
 
341
            || exit 1; \
 
342
            chmod 777 $(distdir)/$$subdir; \
 
343
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
 
344
              || exit 1; \
 
345
          fi; \
 
346
        done
 
347
        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
 
348
info-am:
 
349
info: info-recursive
 
350
dvi-am:
 
351
dvi: dvi-recursive
 
352
check-am: all-am
 
353
check: check-recursive
 
354
installcheck-am:
 
355
installcheck: installcheck-recursive
 
356
install-exec-am: install-binSCRIPTS
 
357
install-exec: install-exec-recursive
 
358
 
 
359
install-data-am: install-aclocalDATA install-pkgdataDATA
 
360
install-data: install-data-recursive
 
361
 
 
362
install-am: all-am
 
363
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
364
install: install-recursive
 
365
uninstall-am: uninstall-binSCRIPTS uninstall-aclocalDATA \
 
366
                uninstall-pkgdataDATA
 
367
uninstall: uninstall-recursive
 
368
all-am: Makefile $(SCRIPTS) $(DATA)
 
369
all-redirect: all-recursive
 
370
install-strip:
 
371
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
372
installdirs: installdirs-recursive
 
373
installdirs-am:
 
374
        $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \
 
375
                $(DESTDIR)$(pkgdatadir)
 
376
 
 
377
 
 
378
mostlyclean-generic:
 
379
 
 
380
clean-generic:
 
381
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
382
 
 
383
distclean-generic:
 
384
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
385
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
386
 
 
387
maintainer-clean-generic:
 
388
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
389
 
 
390
mostlyclean: mostlyclean-recursive
 
391
 
 
392
clean-am:  clean-tags clean-generic mostlyclean-am
 
393
 
 
394
clean: clean-recursive
 
395
 
 
396
distclean-am:  distclean-tags distclean-generic clean-am
 
397
 
 
398
distclean: distclean-recursive
 
399
        -rm -f config.status
 
400
 
 
401
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
402
                distclean-am
 
403
        @echo "This command is intended for maintainers to use;"
 
404
        @echo "it deletes files that may require special tools to rebuild."
 
405
 
 
406
maintainer-clean: maintainer-clean-recursive
 
407
        -rm -f config.status
 
408
 
 
409
.PHONY: uninstall-binSCRIPTS install-binSCRIPTS uninstall-aclocalDATA \
 
410
install-aclocalDATA uninstall-pkgdataDATA install-pkgdataDATA \
 
411
install-data-recursive uninstall-data-recursive install-exec-recursive \
 
412
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
413
all-recursive check-recursive installcheck-recursive info-recursive \
 
414
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
415
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
416
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
417
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
418
install-exec install-data-am install-data install-am install \
 
419
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
420
installdirs mostlyclean-generic distclean-generic clean-generic \
 
421
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
422
 
 
423
 
 
424
dist-hook:
 
425
        cp intltool.spec $(distdir)
 
426
 
 
427
%: %.in Makefile
 
428
        sed -e "s:@INTLTOOL_PERL@:$(PERL):;" < $< > $@
 
429
 
 
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
431
# Otherwise a system limit (for SysV at least) may be exceeded.
 
432
.NOEXPORT: