source: trunk/third/libglade/Makefile.in @ 17111

Revision 17111, 22.6 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17110, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AS = @AS@
62AWK = @AWK@
63BONOBO_CFLAGS = @BONOBO_CFLAGS@
64BONOBO_LIBS = @BONOBO_LIBS@
65BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66CATALOGS = @CATALOGS@
67CATOBJEXT = @CATOBJEXT@
68CC = @CC@
69DATADIRNAME = @DATADIRNAME@
70DEPDIR = @DEPDIR@
71DLLTOOL = @DLLTOOL@
72ECHO = @ECHO@
73EXEEXT = @EXEEXT@
74GENCAT = @GENCAT@
75GMOFILES = @GMOFILES@
76GMSGFMT = @GMSGFMT@
77GNOMEDB_CFLAGS = @GNOMEDB_CFLAGS@
78GNOMEDB_CONFIG = @GNOMEDB_CONFIG@
79GNOMEDB_LIBS = @GNOMEDB_LIBS@
80GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
81GNOMEUI_LIBS = @GNOMEUI_LIBS@
82GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
83GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
84GNOME_CONFIG = @GNOME_CONFIG@
85GNOME_DOCKLETS_LIBS = @GNOME_DOCKLETS_LIBS@
86GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
87GNOME_LIBDIR = @GNOME_LIBDIR@
88GNOME_LIBS = @GNOME_LIBS@
89GNORBA_CFLAGS = @GNORBA_CFLAGS@
90GNORBA_LIBS = @GNORBA_LIBS@
91GTKDOC = @GTKDOC@
92GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
93GTK_CFLAGS = @GTK_CFLAGS@
94GTK_CONFIG = @GTK_CONFIG@
95GTK_LIBS = @GTK_LIBS@
96GT_NO = @GT_NO@
97GT_YES = @GT_YES@
98INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
99INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100INSTOBJEXT = @INSTOBJEXT@
101INTLDEPS = @INTLDEPS@
102INTLLIBS = @INTLLIBS@
103INTLOBJS = @INTLOBJS@
104LIBTOOL = @LIBTOOL@
105LN_S = @LN_S@
106MAINT = @MAINT@
107MKINSTALLDIRS = @MKINSTALLDIRS@
108OBJDUMP = @OBJDUMP@
109OBJEXT = @OBJEXT@
110ORBIT_CFLAGS = @ORBIT_CFLAGS@
111ORBIT_CONFIG = @ORBIT_CONFIG@
112ORBIT_IDL = @ORBIT_IDL@
113ORBIT_LIBS = @ORBIT_LIBS@
114PACKAGE = @PACKAGE@
115POFILES = @POFILES@
116POSUB = @POSUB@
117RANLIB = @RANLIB@
118STRIP = @STRIP@
119USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
120USE_NLS = @USE_NLS@
121VERSION = @VERSION@
122XML_CFLAGS = @XML_CFLAGS@
123XML_CONFIG = @XML_CONFIG@
124XML_LIBS = @XML_LIBS@
125ZVT_LIBS = @ZVT_LIBS@
126am__include = @am__include@
127am__quote = @am__quote@
128cflags_set = @cflags_set@
129cxxflags_set = @cxxflags_set@
130install_sh = @install_sh@
131l = @l@
132
133@GNOME_SUPPORT_TRUE@THE_FLAGS = $(GNOME_INCLUDEDIR)
134@GNOME_SUPPORT_FALSE@THE_FLAGS = $(GTK_CFLAGS)
135@GNOME_SUPPORT_TRUE@THE_LIBS = glade/libglade-gnome.la glade/libglade.la $(GNOME_LIBDIR) $(GNOMEUI_LIBS)
136@GNOME_SUPPORT_FALSE@THE_LIBS = glade/libglade.la $(GTK_LIBS)
137@GNOME_SUPPORT_TRUE@libglade_gnome_pc = libglade-gnome.pc
138@GNOME_SUPPORT_FALSE@libglade_gnome_pc =
139
140@BONOBO_SUPPORT_TRUE@libglade_bonobo_pc = libglade-bonobo.pc
141@BONOBO_SUPPORT_FALSE@libglade_bonobo_pc =
142
143@GNOMEDB_SUPPORT_TRUE@libglade_gnomedb_pc = libglade-gnomedb.pc
144@GNOMEDB_SUPPORT_FALSE@libglade_gnomedb_pc =
145
146INCLUDES = $(THE_FLAGS) $(XML_CFLAGS)
147
148EXTRA_DIST = \
149        libgladeConf.sh         \
150        libglade.spec.in        \
151        libglade.spec           \
152        test.glade              \
153        simple.glade            \
154        example.glade           \
155        custom.glade            \
156        gnome-widgets.glade     \
157        dialogs.glade           \
158        libglade.m4             \
159        libglade-xgettext       \
160        libglade.pc.in          \
161        libglade-gnome.pc.in    \
162        libglade-bonobo.pc.in   \
163        config.h.win32          \
164        makefile.mingw
165
166
167bin_SCRIPTS = libglade-config libglade-xgettext
168noinst_PROGRAMS = test-libglade
169test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS)
170SUBDIRS = intl macros glade doc
171
172m4datadir = $(datadir)/aclocal
173m4data_DATA = libglade.m4
174
175confexecdir = $(libdir)
176confexec_DATA = libgladeConf.sh
177
178pkgconfigdir = $(libdir)/pkgconfig
179pkgconfig_DATA = libglade.pc $(libglade_gnome_pc) $(libglade_bonobo_pc) \
180  $(libglade_gnomedb_pc)
181
182
183test_libglade_SOURCES = test-libglade.c
184subdir = .
185ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
186mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
187CONFIG_HEADER = config.h
188CONFIG_CLEAN_FILES = libglade.spec intl/Makefile libglade-config \
189        libgladeConf.sh libglade.pc libglade-gnome.pc \
190        libglade-bonobo.pc libglade-gnomedb.pc
191noinst_PROGRAMS = test-libglade$(EXEEXT)
192PROGRAMS = $(noinst_PROGRAMS)
193
194am_test_libglade_OBJECTS = test-libglade.$(OBJEXT)
195test_libglade_OBJECTS = $(am_test_libglade_OBJECTS)
196@GNOME_SUPPORT_TRUE@test_libglade_DEPENDENCIES = glade/libglade-gnome.la \
197@GNOME_SUPPORT_TRUE@    glade/libglade.la
198@GNOME_SUPPORT_FALSE@test_libglade_DEPENDENCIES = glade/libglade.la
199test_libglade_LDFLAGS =
200SCRIPTS = $(bin_SCRIPTS)
201
202
203DEFS = @DEFS@
204DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
205CPPFLAGS = @CPPFLAGS@
206LDFLAGS = @LDFLAGS@
207LIBS = @LIBS@
208depcomp = $(SHELL) $(top_srcdir)/depcomp
209@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/test-libglade.Po
210COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
211        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
212LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
213        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
214CCLD = $(CC)
215LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
216        $(AM_LDFLAGS) $(LDFLAGS) -o $@
217CFLAGS = @CFLAGS@
218DIST_SOURCES = $(test_libglade_SOURCES)
219DATA = $(confexec_DATA) $(m4data_DATA) $(pkgconfig_DATA)
220
221
222RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
223        uninstall-info-recursive all-recursive install-data-recursive \
224        install-exec-recursive installdirs-recursive install-recursive \
225        uninstall-recursive check-recursive installcheck-recursive
226DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
227        INSTALL Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 \
228        config.guess config.h.in config.sub configure configure.in \
229        depcomp install-sh libglade-bonobo.pc.in libglade-config.in \
230        libglade-gnome.pc.in libglade-gnomedb.pc.in libglade.pc.in \
231        libglade.spec.in libgladeConf.sh.in ltmain.sh missing \
232        mkinstalldirs
233DIST_SUBDIRS = $(SUBDIRS)
234SOURCES = $(test_libglade_SOURCES)
235
236all: config.h
237        $(MAKE) $(AM_MAKEFLAGS) all-recursive
238
239.SUFFIXES:
240.SUFFIXES: .c .lo .o .obj
241
242mostlyclean-libtool:
243        -rm -f *.lo
244
245clean-libtool:
246        -rm -rf .libs _libs
247
248distclean-libtool:
249        -rm -f libtool
250$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
251        cd $(top_srcdir) && \
252          $(AUTOMAKE) --gnu  Makefile
253Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
254        cd $(top_builddir) && \
255          CONFIG_HEADERS= CONFIG_LINKS= \
256          CONFIG_FILES=$@ $(SHELL) ./config.status
257
258$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259        $(SHELL) ./config.status --recheck
260$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
261        cd $(srcdir) && $(AUTOCONF)
262
263$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
264        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
265config.h: stamp-h
266        @if test ! -f $@; then \
267                rm -f stamp-h; \
268                $(MAKE) stamp-h; \
269        else :; fi
270stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
271        @rm -f stamp-h stamp-hT
272        @echo timestamp > stamp-hT 2> /dev/null
273        cd $(top_builddir) \
274          && CONFIG_FILES= CONFIG_HEADERS=config.h \
275             $(SHELL) ./config.status
276        @mv stamp-hT stamp-h
277$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h.in
278        @if test ! -f $@; then \
279                rm -f $(srcdir)/./stamp-h.in; \
280                $(MAKE) $(srcdir)/./stamp-h.in; \
281        else :; fi
282$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
283        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
284        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
285        cd $(top_srcdir) && $(AUTOHEADER)
286        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
287
288distclean-hdr:
289        -rm -f config.h
290libglade.spec: $(top_builddir)/config.status libglade.spec.in
291        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
292intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
293        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
294libglade-config: $(top_builddir)/config.status libglade-config.in
295        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
296libgladeConf.sh: $(top_builddir)/config.status libgladeConf.sh.in
297        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
298libglade.pc: $(top_builddir)/config.status libglade.pc.in
299        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
300libglade-gnome.pc: $(top_builddir)/config.status libglade-gnome.pc.in
301        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
302libglade-bonobo.pc: $(top_builddir)/config.status libglade-bonobo.pc.in
303        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
304libglade-gnomedb.pc: $(top_builddir)/config.status libglade-gnomedb.pc.in
305        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
306
307clean-noinstPROGRAMS:
308        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
309test-libglade$(EXEEXT): $(test_libglade_OBJECTS) $(test_libglade_DEPENDENCIES)
310        @rm -f test-libglade$(EXEEXT)
311        $(LINK) $(test_libglade_LDFLAGS) $(test_libglade_OBJECTS) $(test_libglade_LDADD) $(LIBS)
312install-binSCRIPTS: $(bin_SCRIPTS)
313        @$(NORMAL_INSTALL)
314        $(mkinstalldirs) $(DESTDIR)$(bindir)
315        @list='$(bin_SCRIPTS)'; for p in $$list; do \
316          f="`echo $$p|sed '$(transform)'`"; \
317          if test -f $$p; then \
318            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
319            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
320          elif test -f $(srcdir)/$$p; then \
321            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
322            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
323          else :; fi; \
324        done
325
326uninstall-binSCRIPTS:
327        @$(NORMAL_UNINSTALL)
328        @list='$(bin_SCRIPTS)'; for p in $$list; do \
329          f="`echo $$p|sed '$(transform)'`"; \
330          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
331          rm -f $(DESTDIR)$(bindir)/$$f; \
332        done
333
334mostlyclean-compile:
335        -rm -f *.$(OBJEXT) core *.core
336
337distclean-compile:
338        -rm -f *.tab.c
339
340@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/test-libglade.Po@am__quote@
341
342distclean-depend:
343        -rm -rf $(DEPDIR)
344
345.c.o:
346@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
348@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
350
351.c.obj:
352@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
354@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355        $(COMPILE) -c `cygpath -w $<`
356
357.c.lo:
358@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
360@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
362CCDEPMODE = @CCDEPMODE@
363uninstall-info-am:
364install-confexecDATA: $(confexec_DATA)
365        @$(NORMAL_INSTALL)
366        $(mkinstalldirs) $(DESTDIR)$(confexecdir)
367        @list='$(confexec_DATA)'; for p in $$list; do \
368          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
369          f="`echo $$p | sed -e 's|^.*/||'`"; \
370          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(confexecdir)/$$f"; \
371          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(confexecdir)/$$f; \
372        done
373
374uninstall-confexecDATA:
375        @$(NORMAL_UNINSTALL)
376        @list='$(confexec_DATA)'; for p in $$list; do \
377          f="`echo $$p | sed -e 's|^.*/||'`"; \
378          echo " rm -f $(DESTDIR)$(confexecdir)/$$f"; \
379          rm -f $(DESTDIR)$(confexecdir)/$$f; \
380        done
381install-m4dataDATA: $(m4data_DATA)
382        @$(NORMAL_INSTALL)
383        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
384        @list='$(m4data_DATA)'; for p in $$list; do \
385          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
386          f="`echo $$p | sed -e 's|^.*/||'`"; \
387          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
388          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(m4datadir)/$$f; \
389        done
390
391uninstall-m4dataDATA:
392        @$(NORMAL_UNINSTALL)
393        @list='$(m4data_DATA)'; for p in $$list; do \
394          f="`echo $$p | sed -e 's|^.*/||'`"; \
395          echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \
396          rm -f $(DESTDIR)$(m4datadir)/$$f; \
397        done
398install-pkgconfigDATA: $(pkgconfig_DATA)
399        @$(NORMAL_INSTALL)
400        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
401        @list='$(pkgconfig_DATA)'; for p in $$list; do \
402          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403          f="`echo $$p | sed -e 's|^.*/||'`"; \
404          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
405          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
406        done
407
408uninstall-pkgconfigDATA:
409        @$(NORMAL_UNINSTALL)
410        @list='$(pkgconfig_DATA)'; for p in $$list; do \
411          f="`echo $$p | sed -e 's|^.*/||'`"; \
412          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
413          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
414        done
415
416# This directory's subdirectories are mostly independent; you can cd
417# into them and run `make' without going through this Makefile.
418# To change the values of `make' variables: instead of editing Makefiles,
419# (1) if the variable is set in `config.status', edit `config.status'
420#     (which will cause the Makefiles to be regenerated when you run `make');
421# (2) otherwise, pass the desired values on the `make' command line.
422$(RECURSIVE_TARGETS):
423        @set fnord $(MAKEFLAGS); amf=$$2; \
424        dot_seen=no; \
425        target=`echo $@ | sed s/-recursive//`; \
426        list='$(SUBDIRS)'; for subdir in $$list; do \
427          echo "Making $$target in $$subdir"; \
428          if test "$$subdir" = "."; then \
429            dot_seen=yes; \
430            local_target="$$target-am"; \
431          else \
432            local_target="$$target"; \
433          fi; \
434          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
435           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
436        done; \
437        if test "$$dot_seen" = "no"; then \
438          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
439        fi; test -z "$$fail"
440
441mostlyclean-recursive clean-recursive distclean-recursive \
442maintainer-clean-recursive:
443        @set fnord $(MAKEFLAGS); amf=$$2; \
444        dot_seen=no; \
445        case "$@" in \
446          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
447          *) list='$(SUBDIRS)' ;; \
448        esac; \
449        rev=''; for subdir in $$list; do \
450          if test "$$subdir" = "."; then :; else \
451            rev="$$subdir $$rev"; \
452          fi; \
453        done; \
454        rev="$$rev ."; \
455        target=`echo $@ | sed s/-recursive//`; \
456        for subdir in $$rev; do \
457          echo "Making $$target in $$subdir"; \
458          if test "$$subdir" = "."; then \
459            local_target="$$target-am"; \
460          else \
461            local_target="$$target"; \
462          fi; \
463          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
465        done && test -z "$$fail"
466tags-recursive:
467        list='$(SUBDIRS)'; for subdir in $$list; do \
468          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
469        done
470
471tags: TAGS
472
473ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
474        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
475        unique=`for i in $$list; do \
476            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477          done | \
478          $(AWK) '    { files[$$0] = 1; } \
479               END { for (i in files) print i; }'`; \
480        mkid -fID $$unique $(LISP)
481
482TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
483                $(TAGS_FILES) $(LISP)
484        tags=; \
485        here=`pwd`; \
486        list='$(SUBDIRS)'; for subdir in $$list; do \
487          if test "$$subdir" = .; then :; else \
488            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
489          fi; \
490        done; \
491        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
492        unique=`for i in $$list; do \
493            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494          done | \
495          $(AWK) '    { files[$$0] = 1; } \
496               END { for (i in files) print i; }'`; \
497        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
498          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
499
500GTAGS:
501        here=`CDPATH=: && cd $(top_builddir) && pwd` \
502          && cd $(top_srcdir) \
503          && gtags -i $(GTAGS_ARGS) $$here
504
505distclean-tags:
506        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
507
508DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
509
510top_distdir = .
511# Avoid unsightly `./'.
512distdir = $(PACKAGE)-$(VERSION)
513
514GZIP_ENV = --best
515
516distdir: $(DISTFILES)
517        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
518        mkdir $(distdir)
519        $(mkinstalldirs) $(distdir)/. $(distdir)/intl
520        @for file in $(DISTFILES); do \
521          if test -f $$file; then d=.; else d=$(srcdir); fi; \
522          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
523          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
524            $(mkinstalldirs) "$(distdir)/$$dir"; \
525          fi; \
526          if test -d $$d/$$file; then \
527            cp -pR $$d/$$file $(distdir) \
528            || exit 1; \
529          else \
530            test -f $(distdir)/$$file \
531            || cp -p $$d/$$file $(distdir)/$$file \
532            || exit 1; \
533          fi; \
534        done
535        for subdir in $(SUBDIRS); do \
536          if test "$$subdir" = .; then :; else \
537            test -d $(distdir)/$$subdir \
538            || mkdir $(distdir)/$$subdir \
539            || exit 1; \
540            (cd $$subdir && \
541              $(MAKE) $(AM_MAKEFLAGS) \
542                top_distdir="$(top_distdir)" \
543                distdir=../$(distdir)/$$subdir \
544                distdir) \
545              || exit 1; \
546          fi; \
547        done
548        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
549          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
550          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
551          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
552        || chmod -R a+r $(distdir)
553dist: distdir
554        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
555        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
556
557# This target untars the dist file and tries a VPATH configuration.  Then
558# it guarantees that the distribution is self-contained by making another
559# tarfile.
560distcheck: dist
561        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
562        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
563        chmod -R a-w $(distdir); chmod a+w $(distdir)
564        mkdir $(distdir)/=build
565        mkdir $(distdir)/=inst
566        chmod a-w $(distdir)
567        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
568          && cd $(distdir)/=build \
569          && ../configure --srcdir=.. --prefix=$$dc_install_base \
570          && $(MAKE) $(AM_MAKEFLAGS) \
571          && $(MAKE) $(AM_MAKEFLAGS) dvi \
572          && $(MAKE) $(AM_MAKEFLAGS) check \
573          && $(MAKE) $(AM_MAKEFLAGS) install \
574          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
575          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
576          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
577             || (echo "Error: files left after uninstall" 1>&2; \
578                 exit 1) ) \
579          && $(MAKE) $(AM_MAKEFLAGS) dist \
580          && $(MAKE) $(AM_MAKEFLAGS) distclean \
581          && rm -f $(distdir).tar.gz \
582          && (test `find . -type f -print | wc -l` -eq 0 \
583             || (echo "Error: files left after distclean" 1>&2; \
584                 exit 1) )
585        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
586        @echo "$(distdir).tar.gz is ready for distribution" | \
587          sed 'h;s/./=/g;p;x;p;x'
588check-am: all-am
589check: check-recursive
590all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
591installdirs: installdirs-recursive
592installdirs-am:
593        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(confexecdir) $(DESTDIR)$(m4datadir) $(DESTDIR)$(pkgconfigdir)
594
595install: install-recursive
596install-exec: install-exec-recursive
597install-data: install-data-recursive
598uninstall: uninstall-recursive
599
600install-am: all-am
601        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
602
603installcheck: installcheck-recursive
604install-strip:
605        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606          `test -z '$(STRIP)' || \
607            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
608mostlyclean-generic:
609
610clean-generic:
611
612distclean-generic:
613        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
614
615maintainer-clean-generic:
616        @echo "This command is intended for maintainers to use"
617        @echo "it deletes files that may require special tools to rebuild."
618clean: clean-recursive
619
620clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
621        mostlyclean-am
622
623dist-all: distdir
624        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
625        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
626distclean: distclean-recursive
627        -rm -f config.status config.cache config.log
628distclean-am: clean-am distclean-compile distclean-depend \
629        distclean-generic distclean-hdr distclean-libtool \
630        distclean-tags
631
632dvi: dvi-recursive
633
634dvi-am:
635
636info: info-recursive
637
638info-am:
639
640install-data-am: install-m4dataDATA install-pkgconfigDATA
641
642install-exec-am: install-binSCRIPTS install-confexecDATA
643
644install-info: install-info-recursive
645
646install-man:
647
648installcheck-am:
649
650maintainer-clean: maintainer-clean-recursive
651
652maintainer-clean-am: distclean-am maintainer-clean-generic
653
654mostlyclean: mostlyclean-recursive
655
656mostlyclean-am: mostlyclean-compile mostlyclean-generic \
657        mostlyclean-libtool
658
659uninstall-am: uninstall-binSCRIPTS uninstall-confexecDATA \
660        uninstall-info-am uninstall-m4dataDATA uninstall-pkgconfigDATA
661
662uninstall-info: uninstall-info-recursive
663
664.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
665        clean-generic clean-libtool clean-noinstPROGRAMS \
666        clean-recursive dist dist-all distcheck distclean \
667        distclean-compile distclean-depend distclean-generic \
668        distclean-hdr distclean-libtool distclean-recursive \
669        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
670        info-recursive install install-am install-binSCRIPTS \
671        install-confexecDATA install-data install-data-am \
672        install-data-recursive install-exec install-exec-am \
673        install-exec-recursive install-info install-info-am \
674        install-info-recursive install-m4dataDATA install-man \
675        install-pkgconfigDATA install-recursive install-strip \
676        installcheck installcheck-am installdirs installdirs-am \
677        installdirs-recursive maintainer-clean maintainer-clean-generic \
678        maintainer-clean-recursive mostlyclean mostlyclean-compile \
679        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
680        tags tags-recursive uninstall uninstall-am uninstall-binSCRIPTS \
681        uninstall-confexecDATA uninstall-info-am \
682        uninstall-info-recursive uninstall-m4dataDATA \
683        uninstall-pkgconfigDATA uninstall-recursive
684
685# Tell versions [3.59,3.63) of GNU make to not export all variables.
686# Otherwise a system limit (for SysV at least) may be exceeded.
687.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.