source: trunk/third/pango/Makefile.in @ 18248

Revision 18248, 16.6 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18247, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64CXX = @CXX@
65DB2HTML = @DB2HTML@
66DLLTOOL = @DLLTOOL@
67ECHO = @ECHO@
68EXEEXT = @EXEEXT@
69FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
70FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
71FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
72FREETYPE_CONFIG = @FREETYPE_CONFIG@
73FREETYPE_LIBS = @FREETYPE_LIBS@
74FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
75FRIBIDI_LIBS = @FRIBIDI_LIBS@
76FRIBIDI_PC = @FRIBIDI_PC@
77GLIB_CFLAGS = @GLIB_CFLAGS@
78GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
79GLIB_LIBS = @GLIB_LIBS@
80GLIB_MKENUMS = @GLIB_MKENUMS@
81GOBJECT_QUERY = @GOBJECT_QUERY@
82GTKDOC = @GTKDOC@
83HAVE_GTK_DOC = @HAVE_GTK_DOC@
84HTML_DIR = @HTML_DIR@
85INCLUDED_FT2_MODULES = @INCLUDED_FT2_MODULES@
86INCLUDED_WIN32_MODULES = @INCLUDED_WIN32_MODULES@
87INCLUDED_XFT_MODULES = @INCLUDED_XFT_MODULES@
88INCLUDED_X_MODULES = @INCLUDED_X_MODULES@
89LIBTOOL = @LIBTOOL@
90LN_S = @LN_S@
91LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
92LT_VERSION_INFO = @LT_VERSION_INFO@
93MAKEINFO = @MAKEINFO@
94OBJDUMP = @OBJDUMP@
95OBJEXT = @OBJEXT@
96PACKAGE = @PACKAGE@
97PANGO_API_VERSION = @PANGO_API_VERSION@
98PANGO_BINARY_AGE = @PANGO_BINARY_AGE@
99PANGO_INTERFACE_AGE = @PANGO_INTERFACE_AGE@
100PANGO_MAJOR_VERSION = @PANGO_MAJOR_VERSION@
101PANGO_MICRO_VERSION = @PANGO_MICRO_VERSION@
102PANGO_MINOR_VERSION = @PANGO_MINOR_VERSION@
103PANGO_MODULE_VERSION = @PANGO_MODULE_VERSION@
104PANGO_VERSION = @PANGO_VERSION@
105PERL = @PERL@
106PKGCONFIG_FREETYPE_LIBS = @PKGCONFIG_FREETYPE_LIBS@
107PKGCONFIG_XFT_LIBS = @PKGCONFIG_XFT_LIBS@
108PKGCONFIG_X_LIBS = @PKGCONFIG_X_LIBS@
109PKG_CONFIG = @PKG_CONFIG@
110QTDIR = @QTDIR@
111RANLIB = @RANLIB@
112REBUILD = @REBUILD@
113STRIP = @STRIP@
114USP10_H = @USP10_H@
115VERSION = @VERSION@
116WIN32_LIBS = @WIN32_LIBS@
117XFT_CFLAGS = @XFT_CFLAGS@
118XFT_LIBS = @XFT_LIBS@
119ms_librarian = @ms_librarian@
120
121SUBDIRS = pango modules examples docs tools tests
122
123EXTRA_DIST = \
124        pango.spec.in   \
125        pango.pc.in     \
126        pangox.pc.in    \
127        pangoxft.pc.in  \
128        pangoft2.pc.in  \
129        pangowin32.pc.in        \
130        pango-uninstalled.pc.in         \
131        pangox-uninstalled.pc.in        \
132        pangoxft-uninstalled.pc.in      \
133        pangoft2-uninstalled.pc.in      \
134        pangowin32-uninstalled.pc.in    \
135        TODO.xml        \
136        README.win32    \
137        pango-zip.sh    \
138        sanitize-la.sh
139
140
141@HAVE_X_TRUE@X_PC = @HAVE_X_TRUE@pangox.pc
142
143@HAVE_XFT_TRUE@XFT_PC = @HAVE_XFT_TRUE@pangoxft.pc
144
145@HAVE_FREETYPE_TRUE@FT2_PC = @HAVE_FREETYPE_TRUE@pangoft2.pc
146
147@HAVE_WIN32_TRUE@WIN32_PC = @HAVE_WIN32_TRUE@pangowin32.pc
148
149pkgconfigdir = $(libdir)/pkgconfig
150pkgconfig_DATA = pango.pc $(X_PC) $(XFT_PC) $(FT2_PC) $(WIN32_PC)
151ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
152mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
153CONFIG_HEADER = config.h
154CONFIG_CLEAN_FILES =  pango.spec pango.pc pangox.pc pangowin32.pc \
155pangoft2.pc pangoxft.pc pango-uninstalled.pc pangox-uninstalled.pc \
156pangowin32-uninstalled.pc pangoft2-uninstalled.pc \
157pangoxft-uninstalled.pc pango-zip.sh
158DATA =  $(pkgconfig_DATA)
159
160DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
161Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess \
162config.h.in config.sub configure configure.in install-sh ltmain.sh \
163missing mkinstalldirs pango-uninstalled.pc.in pango-zip.sh.in \
164pango.pc.in pango.spec.in pangoft2-uninstalled.pc.in pangoft2.pc.in \
165pangowin32-uninstalled.pc.in pangowin32.pc.in pangox-uninstalled.pc.in \
166pangox.pc.in pangoxft-uninstalled.pc.in pangoxft.pc.in
167
168
169DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
170
171TAR = gtar
172GZIP_ENV = --best
173all: all-redirect
174.SUFFIXES:
175$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
176        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
177
178Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
179        cd $(top_builddir) \
180          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
181
182$(ACLOCAL_M4):  configure.in
183        cd $(srcdir) && $(ACLOCAL)
184
185config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
186        $(SHELL) ./config.status --recheck
187$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
188        cd $(srcdir) && $(AUTOCONF)
189
190config.h: stamp-h
191        @if test ! -f $@; then \
192                rm -f stamp-h; \
193                $(MAKE) stamp-h; \
194        else :; fi
195stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
196        cd $(top_builddir) \
197          && CONFIG_FILES= CONFIG_HEADERS=config.h \
198             $(SHELL) ./config.status
199        @echo timestamp > stamp-h 2> /dev/null
200$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
201        @if test ! -f $@; then \
202                rm -f $(srcdir)/stamp-h.in; \
203                $(MAKE) $(srcdir)/stamp-h.in; \
204        else :; fi
205$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
206        cd $(top_srcdir) && $(AUTOHEADER)
207        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
208
209mostlyclean-hdr:
210
211clean-hdr:
212
213distclean-hdr:
214        -rm -f config.h
215
216maintainer-clean-hdr:
217pango.spec: $(top_builddir)/config.status pango.spec.in
218        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
219pango.pc: $(top_builddir)/config.status pango.pc.in
220        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
221pangox.pc: $(top_builddir)/config.status pangox.pc.in
222        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
223pangowin32.pc: $(top_builddir)/config.status pangowin32.pc.in
224        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
225pangoft2.pc: $(top_builddir)/config.status pangoft2.pc.in
226        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
227pangoxft.pc: $(top_builddir)/config.status pangoxft.pc.in
228        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
229pango-uninstalled.pc: $(top_builddir)/config.status pango-uninstalled.pc.in
230        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
231pangox-uninstalled.pc: $(top_builddir)/config.status pangox-uninstalled.pc.in
232        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
233pangowin32-uninstalled.pc: $(top_builddir)/config.status pangowin32-uninstalled.pc.in
234        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
235pangoft2-uninstalled.pc: $(top_builddir)/config.status pangoft2-uninstalled.pc.in
236        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
237pangoxft-uninstalled.pc: $(top_builddir)/config.status pangoxft-uninstalled.pc.in
238        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
239pango-zip.sh: $(top_builddir)/config.status pango-zip.sh.in
240        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
241
242install-pkgconfigDATA: $(pkgconfig_DATA)
243        @$(NORMAL_INSTALL)
244        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
245        @list='$(pkgconfig_DATA)'; for p in $$list; do \
246          if test -f $(srcdir)/$$p; then \
247            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
248            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
249          else if test -f $$p; then \
250            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
251            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
252          fi; fi; \
253        done
254
255uninstall-pkgconfigDATA:
256        @$(NORMAL_UNINSTALL)
257        list='$(pkgconfig_DATA)'; for p in $$list; do \
258          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
259        done
260
261# This directory's subdirectories are mostly independent; you can cd
262# into them and run `make' without going through this Makefile.
263# To change the values of `make' variables: instead of editing Makefiles,
264# (1) if the variable is set in `config.status', edit `config.status'
265#     (which will cause the Makefiles to be regenerated when you run `make');
266# (2) otherwise, pass the desired values on the `make' command line.
267
268@SET_MAKE@
269
270all-recursive install-data-recursive install-exec-recursive \
271installdirs-recursive install-recursive uninstall-recursive  \
272check-recursive installcheck-recursive info-recursive dvi-recursive:
273        @set fnord $(MAKEFLAGS); amf=$$2; \
274        dot_seen=no; \
275        target=`echo $@ | sed s/-recursive//`; \
276        list='$(SUBDIRS)'; for subdir in $$list; do \
277          echo "Making $$target in $$subdir"; \
278          if test "$$subdir" = "."; then \
279            dot_seen=yes; \
280            local_target="$$target-am"; \
281          else \
282            local_target="$$target"; \
283          fi; \
284          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
285           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
286        done; \
287        if test "$$dot_seen" = "no"; then \
288          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
289        fi; test -z "$$fail"
290
291mostlyclean-recursive clean-recursive distclean-recursive \
292maintainer-clean-recursive:
293        @set fnord $(MAKEFLAGS); amf=$$2; \
294        dot_seen=no; \
295        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
296          rev="$$subdir $$rev"; \
297          test "$$subdir" != "." || dot_seen=yes; \
298        done; \
299        test "$$dot_seen" = "no" && rev=". $$rev"; \
300        target=`echo $@ | sed s/-recursive//`; \
301        for subdir in $$rev; do \
302          echo "Making $$target in $$subdir"; \
303          if test "$$subdir" = "."; then \
304            local_target="$$target-am"; \
305          else \
306            local_target="$$target"; \
307          fi; \
308          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
309           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
310        done && test -z "$$fail"
311tags-recursive:
312        list='$(SUBDIRS)'; for subdir in $$list; do \
313          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
314        done
315
316tags: TAGS
317
318ID: $(HEADERS) $(SOURCES) $(LISP)
319        list='$(SOURCES) $(HEADERS)'; \
320        unique=`for i in $$list; do echo $$i; done | \
321          awk '    { files[$$0] = 1; } \
322               END { for (i in files) print i; }'`; \
323        here=`pwd` && cd $(srcdir) \
324          && mkid -f$$here/ID $$unique $(LISP)
325
326TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
327        tags=; \
328        here=`pwd`; \
329        list='$(SUBDIRS)'; for subdir in $$list; do \
330   if test "$$subdir" = .; then :; else \
331            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
332   fi; \
333        done; \
334        list='$(SOURCES) $(HEADERS)'; \
335        unique=`for i in $$list; do echo $$i; done | \
336          awk '    { files[$$0] = 1; } \
337               END { for (i in files) print i; }'`; \
338        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
339          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
340
341mostlyclean-tags:
342
343clean-tags:
344
345distclean-tags:
346        -rm -f TAGS ID
347
348maintainer-clean-tags:
349
350distdir = $(PACKAGE)-$(VERSION)
351top_distdir = $(distdir)
352
353# This target untars the dist file and tries a VPATH configuration.  Then
354# it guarantees that the distribution is self-contained by making another
355# tarfile.
356distcheck: dist
357        -rm -rf $(distdir)
358        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
359        mkdir $(distdir)/=build
360        mkdir $(distdir)/=inst
361        dc_install_base=`cd $(distdir)/=inst && pwd`; \
362        cd $(distdir)/=build \
363          && ../configure --srcdir=.. --prefix=$$dc_install_base \
364          && $(MAKE) $(AM_MAKEFLAGS) \
365          && $(MAKE) $(AM_MAKEFLAGS) dvi \
366          && $(MAKE) $(AM_MAKEFLAGS) check \
367          && $(MAKE) $(AM_MAKEFLAGS) install \
368          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
369          && $(MAKE) $(AM_MAKEFLAGS) dist
370        -rm -rf $(distdir)
371        @banner="$(distdir).tar.gz is ready for distribution"; \
372        dashes=`echo "$$banner" | sed s/./=/g`; \
373        echo "$$dashes"; \
374        echo "$$banner"; \
375        echo "$$dashes"
376dist: distdir
377        -chmod -R a+r $(distdir)
378        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
379        -rm -rf $(distdir)
380dist-all: distdir
381        -chmod -R a+r $(distdir)
382        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
383        -rm -rf $(distdir)
384distdir: $(DISTFILES)
385        -rm -rf $(distdir)
386        mkdir $(distdir)
387        -chmod 777 $(distdir)
388        @for file in $(DISTFILES); do \
389          d=$(srcdir); \
390          if test -d $$d/$$file; then \
391            cp -pr $$d/$$file $(distdir)/$$file; \
392          else \
393            test -f $(distdir)/$$file \
394            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
395            || cp -p $$d/$$file $(distdir)/$$file || :; \
396          fi; \
397        done
398        for subdir in $(SUBDIRS); do \
399          if test "$$subdir" = .; then :; else \
400            test -d $(distdir)/$$subdir \
401            || mkdir $(distdir)/$$subdir \
402            || exit 1; \
403            chmod 777 $(distdir)/$$subdir; \
404            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
405              || exit 1; \
406          fi; \
407        done
408        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
409info-am:
410info: info-recursive
411dvi-am:
412dvi: dvi-recursive
413check-am: all-am
414check: check-recursive
415installcheck-am:
416installcheck: installcheck-recursive
417all-recursive-am: config.h
418        $(MAKE) $(AM_MAKEFLAGS) all-recursive
419
420install-exec-am:
421install-exec: install-exec-recursive
422
423install-data-am: install-pkgconfigDATA
424install-data: install-data-recursive
425
426install-am: all-am
427        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428install: install-recursive
429uninstall-am: uninstall-pkgconfigDATA
430uninstall: uninstall-recursive
431all-am: Makefile $(DATA) config.h
432all-redirect: all-recursive-am
433install-strip:
434        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
435installdirs: installdirs-recursive
436installdirs-am:
437        $(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
438
439
440mostlyclean-generic:
441
442clean-generic:
443
444distclean-generic:
445        -rm -f Makefile $(CONFIG_CLEAN_FILES)
446        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
447
448maintainer-clean-generic:
449mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
450
451mostlyclean: mostlyclean-recursive
452
453clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
454
455clean: clean-recursive
456
457distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
458        -rm -f libtool
459
460distclean: distclean-recursive
461        -rm -f config.status
462
463maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
464                maintainer-clean-generic distclean-am
465        @echo "This command is intended for maintainers to use;"
466        @echo "it deletes files that may require special tools to rebuild."
467
468maintainer-clean: maintainer-clean-recursive
469        -rm -f config.status
470
471.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
472uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
473uninstall-data-recursive install-exec-recursive \
474uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
475all-recursive check-recursive installcheck-recursive info-recursive \
476dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
477maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
478distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
479dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
480install-exec-am install-exec install-data-am install-data install-am \
481install uninstall-am uninstall all-redirect all-am all installdirs-am \
482installdirs mostlyclean-generic distclean-generic clean-generic \
483maintainer-clean-generic clean mostlyclean distclean maintainer-clean
484
485
486dist-hook: pango.spec
487        cp pango.spec $(distdir)
488
489# This is a version of the automake-1.4 distcheck rule modified
490# to pass --enable-gtk-doc to ./configure
491#
492mydistcheck: dist
493        -rm -rf $(distdir)
494        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
495        mkdir $(distdir)/=build
496        mkdir $(distdir)/=inst
497        dc_install_base=`cd $(distdir)/=inst && pwd`; \
498        cd $(distdir)/=build \
499          && ../configure --srcdir=.. --prefix=$$dc_install_base --enable-gtk-doc \
500          && $(MAKE) $(AM_MAKEFLAGS) \
501          && $(MAKE) $(AM_MAKEFLAGS) dvi \
502          && $(MAKE) $(AM_MAKEFLAGS) check \
503          && $(MAKE) $(AM_MAKEFLAGS) install \
504          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
505          && $(MAKE) $(AM_MAKEFLAGS) dist
506        -rm -rf $(distdir)
507        @banner="$(distdir).tar.gz is ready for distribution"; \
508        dashes=`echo "$$banner" | sed s/./=/g`; \
509        echo "$$dashes"; \
510        echo "$$banner"; \
511        echo "$$dashes"
512
513# Tell versions [3.59,3.63) of GNU make to not export all variables.
514# Otherwise a system limit (for SysV at least) may be exceeded.
515.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.