source: trunk/third/libglade2/Makefile.in @ 21576

Revision 21576, 27.3 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21575, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.9.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18
19SOURCES = $(test_libglade_SOURCES)
20
21srcdir = @srcdir@
22top_srcdir = @top_srcdir@
23VPATH = @srcdir@
24pkgdatadir = $(datadir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkgincludedir = $(includedir)/@PACKAGE@
27top_builddir = .
28am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29INSTALL = @INSTALL@
30install_sh_DATA = $(install_sh) -c -m 644
31install_sh_PROGRAM = $(install_sh) -c
32install_sh_SCRIPT = $(install_sh) -c
33INSTALL_HEADER = $(INSTALL_DATA)
34transform = $(program_transform_name)
35NORMAL_INSTALL = :
36PRE_INSTALL = :
37POST_INSTALL = :
38NORMAL_UNINSTALL = :
39PRE_UNINSTALL = :
40POST_UNINSTALL = :
41build_triplet = @build@
42host_triplet = @host@
43noinst_PROGRAMS = test-libglade$(EXEEXT)
44DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
45        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
46        $(srcdir)/libglade-2.0-uninstalled.pc.in \
47        $(srcdir)/libglade-2.0.pc.in $(srcdir)/libglade-convert.in \
48        $(srcdir)/libglade.spec.in $(top_srcdir)/configure AUTHORS \
49        COPYING ChangeLog INSTALL NEWS acconfig.h config.guess \
50        config.sub depcomp install-sh ltmain.sh missing
51subdir = .
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/m4/jh-xml-catalog.m4 \
54        $(top_srcdir)/configure.in
55am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56        $(ACLOCAL_M4)
57am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 configure.lineno configure.status.lineno
59mkinstalldirs = $(install_sh) -d
60CONFIG_HEADER = config.h
61CONFIG_CLEAN_FILES = libglade.spec libglade-2.0.pc \
62        libglade-2.0-uninstalled.pc libglade-convert
63PROGRAMS = $(noinst_PROGRAMS)
64am_test_libglade_OBJECTS = test-libglade.$(OBJEXT)
65test_libglade_OBJECTS = $(am_test_libglade_OBJECTS)
66am__DEPENDENCIES_1 =
67test_libglade_DEPENDENCIES = glade/libglade-2.0.la \
68        $(am__DEPENDENCIES_1)
69am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \
70        "$(DESTDIR)$(xmldir)"
71binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
72SCRIPTS = $(bin_SCRIPTS)
73DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
74depcomp = $(SHELL) $(top_srcdir)/depcomp
75am__depfiles_maybe = depfiles
76COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
79        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
80        $(AM_CFLAGS) $(CFLAGS)
81CCLD = $(CC)
82LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
83        $(AM_LDFLAGS) $(LDFLAGS) -o $@
84SOURCES = $(test_libglade_SOURCES)
85DIST_SOURCES = $(test_libglade_SOURCES)
86RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87        html-recursive info-recursive install-data-recursive \
88        install-exec-recursive install-info-recursive \
89        install-recursive installcheck-recursive installdirs-recursive \
90        pdf-recursive ps-recursive uninstall-info-recursive \
91        uninstall-recursive
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95    *) f=$$p;; \
96  esac;
97am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
98pkgconfigDATA_INSTALL = $(INSTALL_DATA)
99xmlDATA_INSTALL = $(INSTALL_DATA)
100DATA = $(pkgconfig_DATA) $(xml_DATA)
101ETAGS = etags
102CTAGS = ctags
103DIST_SUBDIRS = $(SUBDIRS)
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105distdir = $(PACKAGE)-$(VERSION)
106top_distdir = $(distdir)
107am__remove_distdir = \
108  { test ! -d $(distdir) \
109    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
110         && rm -fr $(distdir); }; }
111DIST_ARCHIVES = $(distdir).tar.gz
112GZIP_ENV = --best
113distuninstallcheck_listfiles = find . -type f -print
114distcleancheck_listfiles = find . -type f -print
115ACLOCAL = @ACLOCAL@
116ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
117AMDEP_FALSE = @AMDEP_FALSE@
118AMDEP_TRUE = @AMDEP_TRUE@
119AMTAR = @AMTAR@
120AR = @AR@
121AS = @AS@
122AUTOCONF = @AUTOCONF@
123AUTOHEADER = @AUTOHEADER@
124AUTOMAKE = @AUTOMAKE@
125AWK = @AWK@
126CATALOGS = @CATALOGS@
127CATOBJEXT = @CATOBJEXT@
128CC = @CC@
129CCDEPMODE = @CCDEPMODE@
130CFLAGS = @CFLAGS@
131CPP = @CPP@
132CPPFLAGS = @CPPFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DATADIRNAME = @DATADIRNAME@
135DEFS = @DEFS@
136DEPDIR = @DEPDIR@
137DLLTOOL = @DLLTOOL@
138ECHO = @ECHO@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
144ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
145EXEEXT = @EXEEXT@
146GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
147GMOFILES = @GMOFILES@
148GMSGFMT = @GMSGFMT@
149GTK_CFLAGS = @GTK_CFLAGS@
150GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
151GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
152GTK_LIBS = @GTK_LIBS@
153HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
154HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
155HAVE_XMLCATALOG_FALSE = @HAVE_XMLCATALOG_FALSE@
156HAVE_XMLCATALOG_TRUE = @HAVE_XMLCATALOG_TRUE@
157HTML_DIR = @HTML_DIR@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162INSTOBJEXT = @INSTOBJEXT@
163INTLLIBS = @INTLLIBS@
164LDFLAGS = @LDFLAGS@
165LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
166LIBGLADE_LIBS = @LIBGLADE_LIBS@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LN_S = @LN_S@
171LTLIBOBJS = @LTLIBOBJS@
172MAKEINFO = @MAKEINFO@
173MKINSTALLDIRS = @MKINSTALLDIRS@
174MSGFMT = @MSGFMT@
175OBJDUMP = @OBJDUMP@
176OBJEXT = @OBJEXT@
177OS_WIN32_FALSE = @OS_WIN32_FALSE@
178OS_WIN32_TRUE = @OS_WIN32_TRUE@
179PACKAGE = @PACKAGE@
180PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181PACKAGE_NAME = @PACKAGE_NAME@
182PACKAGE_STRING = @PACKAGE_STRING@
183PACKAGE_TARNAME = @PACKAGE_TARNAME@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
186PKG_CONFIG = @PKG_CONFIG@
187PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
188PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
189POFILES = @POFILES@
190POSUB = @POSUB@
191PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
192PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
193PYTHON = @PYTHON@
194PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
195PYTHON_PLATFORM = @PYTHON_PLATFORM@
196PYTHON_PREFIX = @PYTHON_PREFIX@
197PYTHON_VERSION = @PYTHON_VERSION@
198RANLIB = @RANLIB@
199SET_MAKE = @SET_MAKE@
200SHELL = @SHELL@
201STRIP = @STRIP@
202USE_NLS = @USE_NLS@
203VERSION = @VERSION@
204XGETTEXT = @XGETTEXT@
205XMLCATALOG = @XMLCATALOG@
206XML_CATALOG_FILE = @XML_CATALOG_FILE@
207ac_ct_AR = @ac_ct_AR@
208ac_ct_AS = @ac_ct_AS@
209ac_ct_CC = @ac_ct_CC@
210ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
211ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
212ac_ct_RANLIB = @ac_ct_RANLIB@
213ac_ct_STRIP = @ac_ct_STRIP@
214am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
215am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
216am__include = @am__include@
217am__leading_dot = @am__leading_dot@
218am__quote = @am__quote@
219am__tar = @am__tar@
220am__untar = @am__untar@
221bindir = @bindir@
222build = @build@
223build_alias = @build_alias@
224build_cpu = @build_cpu@
225build_os = @build_os@
226build_vendor = @build_vendor@
227datadir = @datadir@
228exec_prefix = @exec_prefix@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234includedir = @includedir@
235infodir = @infodir@
236install_sh = @install_sh@
237libdir = @libdir@
238libexecdir = @libexecdir@
239localstatedir = @localstatedir@
240mandir = @mandir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243pkgpyexecdir = @pkgpyexecdir@
244pkgpythondir = @pkgpythondir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247pyexecdir = @pyexecdir@
248pythondir = @pythondir@
249sbindir = @sbindir@
250sharedstatedir = @sharedstatedir@
251sysconfdir = @sysconfdir@
252target_alias = @target_alias@
253SUBDIRS = glade doc tests
254INCLUDES = $(LIBGLADE_CFLAGS)
255
256# build documentation when doing a distcheck.
257DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
258@HAVE_PYTHON_TRUE@bin_SCRIPTS = libglade-convert
259pkgconfigdir = $(libdir)/pkgconfig
260pkgconfig_DATA = libglade-2.0.pc
261test_libglade_LDADD = glade/libglade-2.0.la $(LIBGLADE_LIBS)
262test_libglade_SOURCES = test-libglade.c
263
264# handling of the XML catalog
265xmldir = $(datadir)/xml/libglade
266xml_DATA = glade-2.0.dtd
267EXTRA_DIST = \
268  gtk-doc.make \
269  glade-2.0.dtd \
270  libglade.spec.in \
271  libglade.spec \
272  libglade-2.0.pc.in \
273  libglade-2.0-uninstalled.pc.in \
274  libglade-convert.in \
275  examples/simple.glade \
276  examples/first.glade \
277  examples/example.glade \
278  examples/bonobo.glade
279
280all: config.h
281        $(MAKE) $(AM_MAKEFLAGS) all-recursive
282
283.SUFFIXES:
284.SUFFIXES: .c .lo .o .obj
285am--refresh:
286        @:
287$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
288        @for dep in $?; do \
289          case '$(am__configure_deps)' in \
290            *$$dep*) \
291              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
292              cd $(srcdir) && $(AUTOMAKE) --gnu  \
293                && exit 0; \
294              exit 1;; \
295          esac; \
296        done; \
297        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
298        cd $(top_srcdir) && \
299          $(AUTOMAKE) --gnu  Makefile
300.PRECIOUS: Makefile
301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302        @case '$?' in \
303          *config.status*) \
304            echo ' $(SHELL) ./config.status'; \
305            $(SHELL) ./config.status;; \
306          *) \
307            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
308            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
309        esac;
310
311$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312        $(SHELL) ./config.status --recheck
313
314$(top_srcdir)/configure:  $(am__configure_deps)
315        cd $(srcdir) && $(AUTOCONF)
316$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
317        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
318
319config.h: stamp-h1
320        @if test ! -f $@; then \
321          rm -f stamp-h1; \
322          $(MAKE) stamp-h1; \
323        else :; fi
324
325stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
326        @rm -f stamp-h1
327        cd $(top_builddir) && $(SHELL) ./config.status config.h
328$(srcdir)/config.h.in:  $(am__configure_deps) $(top_srcdir)/acconfig.h
329        cd $(top_srcdir) && $(AUTOHEADER)
330        rm -f stamp-h1
331        touch $@
332
333distclean-hdr:
334        -rm -f config.h stamp-h1
335libglade.spec: $(top_builddir)/config.status $(srcdir)/libglade.spec.in
336        cd $(top_builddir) && $(SHELL) ./config.status $@
337libglade-2.0.pc: $(top_builddir)/config.status $(srcdir)/libglade-2.0.pc.in
338        cd $(top_builddir) && $(SHELL) ./config.status $@
339libglade-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libglade-2.0-uninstalled.pc.in
340        cd $(top_builddir) && $(SHELL) ./config.status $@
341libglade-convert: $(top_builddir)/config.status $(srcdir)/libglade-convert.in
342        cd $(top_builddir) && $(SHELL) ./config.status $@
343
344clean-noinstPROGRAMS:
345        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
346          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
347          echo " rm -f $$p $$f"; \
348          rm -f $$p $$f ; \
349        done
350test-libglade$(EXEEXT): $(test_libglade_OBJECTS) $(test_libglade_DEPENDENCIES)
351        @rm -f test-libglade$(EXEEXT)
352        $(LINK) $(test_libglade_LDFLAGS) $(test_libglade_OBJECTS) $(test_libglade_LDADD) $(LIBS)
353install-binSCRIPTS: $(bin_SCRIPTS)
354        @$(NORMAL_INSTALL)
355        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
356        @list='$(bin_SCRIPTS)'; for p in $$list; do \
357          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
358          if test -f $$d$$p; then \
359            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
360            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
361            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
362          else :; fi; \
363        done
364
365uninstall-binSCRIPTS:
366        @$(NORMAL_UNINSTALL)
367        @list='$(bin_SCRIPTS)'; for p in $$list; do \
368          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
369          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
370          rm -f "$(DESTDIR)$(bindir)/$$f"; \
371        done
372
373mostlyclean-compile:
374        -rm -f *.$(OBJEXT)
375
376distclean-compile:
377        -rm -f *.tab.c
378
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-libglade.Po@am__quote@
380
381.c.o:
382@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
383@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
384@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
385@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386@am__fastdepCC_FALSE@   $(COMPILE) -c $<
387
388.c.obj:
389@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
390@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
391@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
392@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
394
395.c.lo:
396@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
397@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
398@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
399@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
401
402mostlyclean-libtool:
403        -rm -f *.lo
404
405clean-libtool:
406        -rm -rf .libs _libs
407
408distclean-libtool:
409        -rm -f libtool
410uninstall-info-am:
411install-pkgconfigDATA: $(pkgconfig_DATA)
412        @$(NORMAL_INSTALL)
413        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
414        @list='$(pkgconfig_DATA)'; for p in $$list; do \
415          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
416          f=$(am__strip_dir) \
417          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
418          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
419        done
420
421uninstall-pkgconfigDATA:
422        @$(NORMAL_UNINSTALL)
423        @list='$(pkgconfig_DATA)'; for p in $$list; do \
424          f=$(am__strip_dir) \
425          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
426          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
427        done
428install-xmlDATA: $(xml_DATA)
429        @$(NORMAL_INSTALL)
430        test -z "$(xmldir)" || $(mkdir_p) "$(DESTDIR)$(xmldir)"
431        @list='$(xml_DATA)'; for p in $$list; do \
432          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
433          f=$(am__strip_dir) \
434          echo " $(xmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xmldir)/$$f'"; \
435          $(xmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xmldir)/$$f"; \
436        done
437
438uninstall-xmlDATA:
439        @$(NORMAL_UNINSTALL)
440        @list='$(xml_DATA)'; for p in $$list; do \
441          f=$(am__strip_dir) \
442          echo " rm -f '$(DESTDIR)$(xmldir)/$$f'"; \
443          rm -f "$(DESTDIR)$(xmldir)/$$f"; \
444        done
445
446# This directory's subdirectories are mostly independent; you can cd
447# into them and run `make' without going through this Makefile.
448# To change the values of `make' variables: instead of editing Makefiles,
449# (1) if the variable is set in `config.status', edit `config.status'
450#     (which will cause the Makefiles to be regenerated when you run `make');
451# (2) otherwise, pass the desired values on the `make' command line.
452$(RECURSIVE_TARGETS):
453        @set fnord $$MAKEFLAGS; amf=$$2; \
454        dot_seen=no; \
455        target=`echo $@ | sed s/-recursive//`; \
456        list='$(SUBDIRS)'; for subdir in $$list; do \
457          echo "Making $$target in $$subdir"; \
458          if test "$$subdir" = "."; then \
459            dot_seen=yes; \
460            local_target="$$target-am"; \
461          else \
462            local_target="$$target"; \
463          fi; \
464          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
466        done; \
467        if test "$$dot_seen" = "no"; then \
468          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
469        fi; test -z "$$fail"
470
471mostlyclean-recursive clean-recursive distclean-recursive \
472maintainer-clean-recursive:
473        @set fnord $$MAKEFLAGS; amf=$$2; \
474        dot_seen=no; \
475        case "$@" in \
476          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
477          *) list='$(SUBDIRS)' ;; \
478        esac; \
479        rev=''; for subdir in $$list; do \
480          if test "$$subdir" = "."; then :; else \
481            rev="$$subdir $$rev"; \
482          fi; \
483        done; \
484        rev="$$rev ."; \
485        target=`echo $@ | sed s/-recursive//`; \
486        for subdir in $$rev; do \
487          echo "Making $$target in $$subdir"; \
488          if test "$$subdir" = "."; then \
489            local_target="$$target-am"; \
490          else \
491            local_target="$$target"; \
492          fi; \
493          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
494           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
495        done && test -z "$$fail"
496tags-recursive:
497        list='$(SUBDIRS)'; for subdir in $$list; do \
498          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
499        done
500ctags-recursive:
501        list='$(SUBDIRS)'; for subdir in $$list; do \
502          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
503        done
504
505ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
506        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507        unique=`for i in $$list; do \
508            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509          done | \
510          $(AWK) '    { files[$$0] = 1; } \
511               END { for (i in files) print i; }'`; \
512        mkid -fID $$unique
513tags: TAGS
514
515TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
516                $(TAGS_FILES) $(LISP)
517        tags=; \
518        here=`pwd`; \
519        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
520          include_option=--etags-include; \
521          empty_fix=.; \
522        else \
523          include_option=--include; \
524          empty_fix=; \
525        fi; \
526        list='$(SUBDIRS)'; for subdir in $$list; do \
527          if test "$$subdir" = .; then :; else \
528            test ! -f $$subdir/TAGS || \
529              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
530          fi; \
531        done; \
532        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
533        unique=`for i in $$list; do \
534            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535          done | \
536          $(AWK) '    { files[$$0] = 1; } \
537               END { for (i in files) print i; }'`; \
538        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
539          test -n "$$unique" || unique=$$empty_fix; \
540          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541            $$tags $$unique; \
542        fi
543ctags: CTAGS
544CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
545                $(TAGS_FILES) $(LISP)
546        tags=; \
547        here=`pwd`; \
548        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
549        unique=`for i in $$list; do \
550            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551          done | \
552          $(AWK) '    { files[$$0] = 1; } \
553               END { for (i in files) print i; }'`; \
554        test -z "$(CTAGS_ARGS)$$tags$$unique" \
555          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
556             $$tags $$unique
557
558GTAGS:
559        here=`$(am__cd) $(top_builddir) && pwd` \
560          && cd $(top_srcdir) \
561          && gtags -i $(GTAGS_ARGS) $$here
562
563distclean-tags:
564        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
565
566distdir: $(DISTFILES)
567        $(am__remove_distdir)
568        mkdir $(distdir)
569        $(mkdir_p) $(distdir)/. $(distdir)/doc $(distdir)/examples $(distdir)/m4
570        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
571        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
572        list='$(DISTFILES)'; for file in $$list; do \
573          case $$file in \
574            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
575            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
576          esac; \
577          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
579          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
580            dir="/$$dir"; \
581            $(mkdir_p) "$(distdir)$$dir"; \
582          else \
583            dir=''; \
584          fi; \
585          if test -d $$d/$$file; then \
586            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
588            fi; \
589            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
590          else \
591            test -f $(distdir)/$$file \
592            || cp -p $$d/$$file $(distdir)/$$file \
593            || exit 1; \
594          fi; \
595        done
596        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
597          if test "$$subdir" = .; then :; else \
598            test -d "$(distdir)/$$subdir" \
599            || $(mkdir_p) "$(distdir)/$$subdir" \
600            || exit 1; \
601            distdir=`$(am__cd) $(distdir) && pwd`; \
602            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
603            (cd $$subdir && \
604              $(MAKE) $(AM_MAKEFLAGS) \
605                top_distdir="$$top_distdir" \
606                distdir="$$distdir/$$subdir" \
607                distdir) \
608              || exit 1; \
609          fi; \
610        done
611        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
612          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
613          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
614          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
615        || chmod -R a+r $(distdir)
616dist-gzip: distdir
617        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
618        $(am__remove_distdir)
619
620dist-bzip2: distdir
621        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
622        $(am__remove_distdir)
623
624dist-tarZ: distdir
625        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
626        $(am__remove_distdir)
627
628dist-shar: distdir
629        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
630        $(am__remove_distdir)
631
632dist-zip: distdir
633        -rm -f $(distdir).zip
634        zip -rq $(distdir).zip $(distdir)
635        $(am__remove_distdir)
636
637dist dist-all: distdir
638        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
639        $(am__remove_distdir)
640
641# This target untars the dist file and tries a VPATH configuration.  Then
642# it guarantees that the distribution is self-contained by making another
643# tarfile.
644distcheck: dist
645        case '$(DIST_ARCHIVES)' in \
646        *.tar.gz*) \
647          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
648        *.tar.bz2*) \
649          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
650        *.tar.Z*) \
651          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
652        *.shar.gz*) \
653          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
654        *.zip*) \
655          unzip $(distdir).zip ;;\
656        esac
657        chmod -R a-w $(distdir); chmod a+w $(distdir)
658        mkdir $(distdir)/_build
659        mkdir $(distdir)/_inst
660        chmod a-w $(distdir)
661        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
662          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
663          && cd $(distdir)/_build \
664          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
665            $(DISTCHECK_CONFIGURE_FLAGS) \
666          && $(MAKE) $(AM_MAKEFLAGS) \
667          && $(MAKE) $(AM_MAKEFLAGS) dvi \
668          && $(MAKE) $(AM_MAKEFLAGS) check \
669          && $(MAKE) $(AM_MAKEFLAGS) install \
670          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
671          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
672          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
673                distuninstallcheck \
674          && chmod -R a-w "$$dc_install_base" \
675          && ({ \
676               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
677               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
678               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
679               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
680                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
681              } || { rm -rf "$$dc_destdir"; exit 1; }) \
682          && rm -rf "$$dc_destdir" \
683          && $(MAKE) $(AM_MAKEFLAGS) dist \
684          && rm -rf $(DIST_ARCHIVES) \
685          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
686        $(am__remove_distdir)
687        @(echo "$(distdir) archives ready for distribution: "; \
688          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
689          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
690distuninstallcheck:
691        @cd $(distuninstallcheck_dir) \
692        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
693           || { echo "ERROR: files left after uninstall:" ; \
694                if test -n "$(DESTDIR)"; then \
695                  echo "  (check DESTDIR support)"; \
696                fi ; \
697                $(distuninstallcheck_listfiles) ; \
698                exit 1; } >&2
699distcleancheck: distclean
700        @if test '$(srcdir)' = . ; then \
701          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
702          exit 1 ; \
703        fi
704        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
705          || { echo "ERROR: files left in build directory after distclean:" ; \
706               $(distcleancheck_listfiles) ; \
707               exit 1; } >&2
708check-am: all-am
709check: check-recursive
710all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
711installdirs: installdirs-recursive
712installdirs-am:
713        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)"; do \
714          test -z "$$dir" || $(mkdir_p) "$$dir"; \
715        done
716install: install-recursive
717install-exec: install-exec-recursive
718install-data: install-data-recursive
719uninstall: uninstall-recursive
720
721install-am: all-am
722        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
723
724installcheck: installcheck-recursive
725install-strip:
726        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
727          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
728          `test -z '$(STRIP)' || \
729            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
730mostlyclean-generic:
731
732clean-generic:
733
734distclean-generic:
735        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
736
737maintainer-clean-generic:
738        @echo "This command is intended for maintainers to use"
739        @echo "it deletes files that may require special tools to rebuild."
740@HAVE_XMLCATALOG_FALSE@uninstall-local:
741@HAVE_XMLCATALOG_FALSE@install-data-local:
742clean: clean-recursive
743
744clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \
745        mostlyclean-am
746
747distclean: distclean-recursive
748        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
749        -rm -rf ./$(DEPDIR)
750        -rm -f Makefile
751distclean-am: clean-am distclean-compile distclean-generic \
752        distclean-hdr distclean-libtool distclean-tags
753
754dvi: dvi-recursive
755
756dvi-am:
757
758html: html-recursive
759
760info: info-recursive
761
762info-am:
763
764install-data-am: install-data-local install-pkgconfigDATA \
765        install-xmlDATA
766
767install-exec-am: install-binSCRIPTS
768
769install-info: install-info-recursive
770
771install-man:
772
773installcheck-am:
774
775maintainer-clean: maintainer-clean-recursive
776        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
777        -rm -rf $(top_srcdir)/autom4te.cache
778        -rm -rf ./$(DEPDIR)
779        -rm -f Makefile
780maintainer-clean-am: distclean-am maintainer-clean-generic
781
782mostlyclean: mostlyclean-recursive
783
784mostlyclean-am: mostlyclean-compile mostlyclean-generic \
785        mostlyclean-libtool
786
787pdf: pdf-recursive
788
789pdf-am:
790
791ps: ps-recursive
792
793ps-am:
794
795uninstall-am: uninstall-binSCRIPTS uninstall-info-am uninstall-local \
796        uninstall-pkgconfigDATA uninstall-xmlDATA
797
798uninstall-info: uninstall-info-recursive
799
800.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
801        check-am clean clean-generic clean-libtool clean-local \
802        clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
803        dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
804        dist-zip distcheck distclean distclean-compile \
805        distclean-generic distclean-hdr distclean-libtool \
806        distclean-recursive distclean-tags distcleancheck distdir \
807        distuninstallcheck dvi dvi-am html html-am info info-am \
808        install install-am install-binSCRIPTS install-data \
809        install-data-am install-data-local install-exec \
810        install-exec-am install-info install-info-am install-man \
811        install-pkgconfigDATA install-strip install-xmlDATA \
812        installcheck installcheck-am installdirs installdirs-am \
813        maintainer-clean maintainer-clean-generic \
814        maintainer-clean-recursive mostlyclean mostlyclean-compile \
815        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
816        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
817        uninstall-binSCRIPTS uninstall-info-am uninstall-local \
818        uninstall-pkgconfigDATA uninstall-xmlDATA
819
820
821@HAVE_XMLCATALOG_TRUE@install-data-local:
822@HAVE_XMLCATALOG_TRUE@  -$(XMLCATALOG) --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
823@HAVE_XMLCATALOG_TRUE@uninstall-local:
824@HAVE_XMLCATALOG_TRUE@  -$(XMLCATALOG) --noout --del $(xmldir)/glade-2.0.dtd $(XML_CATALOG_FILE)
825
826#small hack to get distcheck to work
827clean-local:
828        rm -f intl/po2tbl.sed .memdump
829# Tell versions [3.59,3.63) of GNU make to not export all variables.
830# Otherwise a system limit (for SysV at least) may be exceeded.
831.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.