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

Revision 21576, 18.2 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# Before making a release, the LTVERSION string should be modified.
18# The string is of the form C:R:A.
19# - If interfaces have been changed or added, but binary compatibility has
20#   been preserved, change to C+1:0:A+1
21# - If binary compatibility has been broken (eg removed or changed interfaces)
22#   change to C+1:0:0
23# - If the interface is the same as the previous version, change to C:R+1:A
24
25
26SOURCES = $(libglade_2_0_la_SOURCES)
27
28srcdir = @srcdir@
29top_srcdir = @top_srcdir@
30VPATH = @srcdir@
31pkgdatadir = $(datadir)/@PACKAGE@
32pkglibdir = $(libdir)/@PACKAGE@
33pkgincludedir = $(includedir)/@PACKAGE@
34top_builddir = ..
35am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36INSTALL = @INSTALL@
37install_sh_DATA = $(install_sh) -c -m 644
38install_sh_PROGRAM = $(install_sh) -c
39install_sh_SCRIPT = $(install_sh) -c
40INSTALL_HEADER = $(INSTALL_DATA)
41transform = $(program_transform_name)
42NORMAL_INSTALL = :
43PRE_INSTALL = :
44POST_INSTALL = :
45NORMAL_UNINSTALL = :
46PRE_UNINSTALL = :
47POST_UNINSTALL = :
48build_triplet = @build@
49host_triplet = @host@
50subdir = glade
51DIST_COMMON = $(gladeinclude_HEADERS) $(srcdir)/Makefile.am \
52        $(srcdir)/Makefile.in
53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54am__aclocal_m4_deps = $(top_srcdir)/m4/jh-xml-catalog.m4 \
55        $(top_srcdir)/configure.in
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57        $(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/config.h
60CONFIG_CLEAN_FILES =
61am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62am__vpath_adj = case $$p in \
63    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64    *) f=$$p;; \
65  esac;
66am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
67am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(gladeincludedir)"
68libLTLIBRARIES_INSTALL = $(INSTALL)
69LTLIBRARIES = $(lib_LTLIBRARIES)
70am__DEPENDENCIES_1 =
71libglade_2_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
72am_libglade_2_0_la_OBJECTS = glade-init.lo glade-xml.lo \
73        glade-parser.lo glade-gtk.lo
74libglade_2_0_la_OBJECTS = $(am_libglade_2_0_la_OBJECTS)
75DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
76depcomp = $(SHELL) $(top_srcdir)/depcomp
77am__depfiles_maybe = depfiles
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
81        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82        $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85        $(AM_LDFLAGS) $(LDFLAGS) -o $@
86SOURCES = $(libglade_2_0_la_SOURCES)
87DIST_SOURCES = $(libglade_2_0_la_SOURCES)
88gladeincludeHEADERS_INSTALL = $(INSTALL_HEADER)
89HEADERS = $(gladeinclude_HEADERS)
90ETAGS = etags
91CTAGS = ctags
92DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93ACLOCAL = @ACLOCAL@
94ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
95AMDEP_FALSE = @AMDEP_FALSE@
96AMDEP_TRUE = @AMDEP_TRUE@
97AMTAR = @AMTAR@
98AR = @AR@
99AS = @AS@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104CATALOGS = @CATALOGS@
105CATOBJEXT = @CATOBJEXT@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CPP = @CPP@
110CPPFLAGS = @CPPFLAGS@
111CYGPATH_W = @CYGPATH_W@
112DATADIRNAME = @DATADIRNAME@
113DEFS = @DEFS@
114DEPDIR = @DEPDIR@
115DLLTOOL = @DLLTOOL@
116ECHO = @ECHO@
117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EGREP = @EGREP@
121ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
122ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
123EXEEXT = @EXEEXT@
124GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
125GMOFILES = @GMOFILES@
126GMSGFMT = @GMSGFMT@
127GTK_CFLAGS = @GTK_CFLAGS@
128GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
129GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
130GTK_LIBS = @GTK_LIBS@
131HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
132HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
133HAVE_XMLCATALOG_FALSE = @HAVE_XMLCATALOG_FALSE@
134HAVE_XMLCATALOG_TRUE = @HAVE_XMLCATALOG_TRUE@
135HTML_DIR = @HTML_DIR@
136INSTALL_DATA = @INSTALL_DATA@
137INSTALL_PROGRAM = @INSTALL_PROGRAM@
138INSTALL_SCRIPT = @INSTALL_SCRIPT@
139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140INSTOBJEXT = @INSTOBJEXT@
141INTLLIBS = @INTLLIBS@
142LDFLAGS = @LDFLAGS@
143LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
144LIBGLADE_LIBS = @LIBGLADE_LIBS@
145LIBOBJS = @LIBOBJS@
146LIBS = @LIBS@
147LIBTOOL = @LIBTOOL@
148LN_S = @LN_S@
149LTLIBOBJS = @LTLIBOBJS@
150MAKEINFO = @MAKEINFO@
151MKINSTALLDIRS = @MKINSTALLDIRS@
152MSGFMT = @MSGFMT@
153OBJDUMP = @OBJDUMP@
154OBJEXT = @OBJEXT@
155OS_WIN32_FALSE = @OS_WIN32_FALSE@
156OS_WIN32_TRUE = @OS_WIN32_TRUE@
157PACKAGE = @PACKAGE@
158PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
159PACKAGE_NAME = @PACKAGE_NAME@
160PACKAGE_STRING = @PACKAGE_STRING@
161PACKAGE_TARNAME = @PACKAGE_TARNAME@
162PACKAGE_VERSION = @PACKAGE_VERSION@
163PATH_SEPARATOR = @PATH_SEPARATOR@
164PKG_CONFIG = @PKG_CONFIG@
165PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
166PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
167POFILES = @POFILES@
168POSUB = @POSUB@
169PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
170PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
171PYTHON = @PYTHON@
172PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
173PYTHON_PLATFORM = @PYTHON_PLATFORM@
174PYTHON_PREFIX = @PYTHON_PREFIX@
175PYTHON_VERSION = @PYTHON_VERSION@
176RANLIB = @RANLIB@
177SET_MAKE = @SET_MAKE@
178SHELL = @SHELL@
179STRIP = @STRIP@
180USE_NLS = @USE_NLS@
181VERSION = @VERSION@
182XGETTEXT = @XGETTEXT@
183XMLCATALOG = @XMLCATALOG@
184XML_CATALOG_FILE = @XML_CATALOG_FILE@
185ac_ct_AR = @ac_ct_AR@
186ac_ct_AS = @ac_ct_AS@
187ac_ct_CC = @ac_ct_CC@
188ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
189ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
190ac_ct_RANLIB = @ac_ct_RANLIB@
191ac_ct_STRIP = @ac_ct_STRIP@
192am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194am__include = @am__include@
195am__leading_dot = @am__leading_dot@
196am__quote = @am__quote@
197am__tar = @am__tar@
198am__untar = @am__untar@
199bindir = @bindir@
200build = @build@
201build_alias = @build_alias@
202build_cpu = @build_cpu@
203build_os = @build_os@
204build_vendor = @build_vendor@
205datadir = @datadir@
206exec_prefix = @exec_prefix@
207host = @host@
208host_alias = @host_alias@
209host_cpu = @host_cpu@
210host_os = @host_os@
211host_vendor = @host_vendor@
212includedir = @includedir@
213infodir = @infodir@
214install_sh = @install_sh@
215libdir = @libdir@
216libexecdir = @libexecdir@
217localstatedir = @localstatedir@
218mandir = @mandir@
219mkdir_p = @mkdir_p@
220oldincludedir = @oldincludedir@
221pkgpyexecdir = @pkgpyexecdir@
222pkgpythondir = @pkgpythondir@
223prefix = @prefix@
224program_transform_name = @program_transform_name@
225pyexecdir = @pyexecdir@
226pythondir = @pythondir@
227sbindir = @sbindir@
228sharedstatedir = @sharedstatedir@
229sysconfdir = @sysconfdir@
230target_alias = @target_alias@
231LTVERSION = 0:6:0
232@OS_WIN32_FALSE@export_symbols = -export-symbols-regex "^[^_].*"
233@OS_WIN32_TRUE@export_symbols = -export-symbols glade.def
234INCLUDES = \
235  -DG_LOG_DOMAIN=\"libglade\" \
236  -I$(top_srcdir) \
237  $(LIBGLADE_CFLAGS) \
238  -DGLADE_LIBDIR=\""$(libdir)"\" \
239  -DG_DISABLE_DEPRECATED \
240  -DGDK_DISABLE_DEPRECATED \
241  -DGDK_PIXBUF_DISABLE_DEPRECATED \
242  -DGTK_DISABLE_DEPRECATED \
243  -DGNOME_DISABLE_DEPRECATED
244
245glademoduledir = $(libdir)/libglade/2.0
246lib_LTLIBRARIES = libglade-2.0.la
247gladeincludedir = $(includedir)/libglade-2.0/glade
248gladeinclude_HEADERS = \
249  glade.h \
250  glade-init.h \
251  glade-xml.h \
252  glade-build.h \
253  glade-parser.h
254
255libglade_2_0_la_SOURCES = \
256  glade-init.c \
257  glade-xml.c \
258  glade-parser.c \
259  glade-gtk.c \
260  glade-private.h
261
262libglade_2_0_la_LIBADD = $(LIBGLADE_LIBS)
263libglade_2_0_la_LDFLAGS = -version-info $(LTVERSION) $(export_symbols) -no-undefined
264EXTRA_DIST = $(gladeinclude_HEADERS) \
265        glade.def
266
267all: all-am
268
269.SUFFIXES:
270.SUFFIXES: .c .lo .o .obj
271$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
272        @for dep in $?; do \
273          case '$(am__configure_deps)' in \
274            *$$dep*) \
275              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
276                && exit 0; \
277              exit 1;; \
278          esac; \
279        done; \
280        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  glade/Makefile'; \
281        cd $(top_srcdir) && \
282          $(AUTOMAKE) --gnu  glade/Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285        @case '$?' in \
286          *config.status*) \
287            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288          *) \
289            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291        esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure:  $(am__configure_deps)
297        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
299        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300install-libLTLIBRARIES: $(lib_LTLIBRARIES)
301        @$(NORMAL_INSTALL)
302        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
303        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
304          if test -f $$p; then \
305            f=$(am__strip_dir) \
306            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
307            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
308          else :; fi; \
309        done
310
311uninstall-libLTLIBRARIES:
312        @$(NORMAL_UNINSTALL)
313        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
314          p=$(am__strip_dir) \
315          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
316          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
317        done
318
319clean-libLTLIBRARIES:
320        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
321        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
322          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
323          test "$$dir" != "$$p" || dir=.; \
324          echo "rm -f \"$${dir}/so_locations\""; \
325          rm -f "$${dir}/so_locations"; \
326        done
327libglade-2.0.la: $(libglade_2_0_la_OBJECTS) $(libglade_2_0_la_DEPENDENCIES)
328        $(LINK) -rpath $(libdir) $(libglade_2_0_la_LDFLAGS) $(libglade_2_0_la_OBJECTS) $(libglade_2_0_la_LIBADD) $(LIBS)
329
330mostlyclean-compile:
331        -rm -f *.$(OBJEXT)
332
333distclean-compile:
334        -rm -f *.tab.c
335
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glade-gtk.Plo@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glade-init.Plo@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glade-parser.Plo@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glade-xml.Plo@am__quote@
340
341.c.o:
342@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
343@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
344@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346@am__fastdepCC_FALSE@   $(COMPILE) -c $<
347
348.c.obj:
349@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
350@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
351@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
354
355.c.lo:
356@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
357@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
358@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
359@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
361
362mostlyclean-libtool:
363        -rm -f *.lo
364
365clean-libtool:
366        -rm -rf .libs _libs
367
368distclean-libtool:
369        -rm -f libtool
370uninstall-info-am:
371install-gladeincludeHEADERS: $(gladeinclude_HEADERS)
372        @$(NORMAL_INSTALL)
373        test -z "$(gladeincludedir)" || $(mkdir_p) "$(DESTDIR)$(gladeincludedir)"
374        @list='$(gladeinclude_HEADERS)'; for p in $$list; do \
375          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
376          f=$(am__strip_dir) \
377          echo " $(gladeincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(gladeincludedir)/$$f'"; \
378          $(gladeincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(gladeincludedir)/$$f"; \
379        done
380
381uninstall-gladeincludeHEADERS:
382        @$(NORMAL_UNINSTALL)
383        @list='$(gladeinclude_HEADERS)'; for p in $$list; do \
384          f=$(am__strip_dir) \
385          echo " rm -f '$(DESTDIR)$(gladeincludedir)/$$f'"; \
386          rm -f "$(DESTDIR)$(gladeincludedir)/$$f"; \
387        done
388
389ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391        unique=`for i in $$list; do \
392            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393          done | \
394          $(AWK) '    { files[$$0] = 1; } \
395               END { for (i in files) print i; }'`; \
396        mkid -fID $$unique
397tags: TAGS
398
399TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400                $(TAGS_FILES) $(LISP)
401        tags=; \
402        here=`pwd`; \
403        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404        unique=`for i in $$list; do \
405            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406          done | \
407          $(AWK) '    { files[$$0] = 1; } \
408               END { for (i in files) print i; }'`; \
409        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
410          test -n "$$unique" || unique=$$empty_fix; \
411          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412            $$tags $$unique; \
413        fi
414ctags: CTAGS
415CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416                $(TAGS_FILES) $(LISP)
417        tags=; \
418        here=`pwd`; \
419        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
420        unique=`for i in $$list; do \
421            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422          done | \
423          $(AWK) '    { files[$$0] = 1; } \
424               END { for (i in files) print i; }'`; \
425        test -z "$(CTAGS_ARGS)$$tags$$unique" \
426          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
427             $$tags $$unique
428
429GTAGS:
430        here=`$(am__cd) $(top_builddir) && pwd` \
431          && cd $(top_srcdir) \
432          && gtags -i $(GTAGS_ARGS) $$here
433
434distclean-tags:
435        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
437distdir: $(DISTFILES)
438        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
439        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
440        list='$(DISTFILES)'; for file in $$list; do \
441          case $$file in \
442            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
443            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
444          esac; \
445          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
447          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
448            dir="/$$dir"; \
449            $(mkdir_p) "$(distdir)$$dir"; \
450          else \
451            dir=''; \
452          fi; \
453          if test -d $$d/$$file; then \
454            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
456            fi; \
457            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
458          else \
459            test -f $(distdir)/$$file \
460            || cp -p $$d/$$file $(distdir)/$$file \
461            || exit 1; \
462          fi; \
463        done
464check-am: all-am
465check: check-am
466all-am: Makefile $(LTLIBRARIES) $(HEADERS)
467installdirs:
468        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(gladeincludedir)"; do \
469          test -z "$$dir" || $(mkdir_p) "$$dir"; \
470        done
471install: install-am
472install-exec: install-exec-am
473install-data: install-data-am
474uninstall: uninstall-am
475
476install-am: all-am
477        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479installcheck: installcheck-am
480install-strip:
481        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483          `test -z '$(STRIP)' || \
484            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
485mostlyclean-generic:
486
487clean-generic:
488
489distclean-generic:
490        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
491
492maintainer-clean-generic:
493        @echo "This command is intended for maintainers to use"
494        @echo "it deletes files that may require special tools to rebuild."
495clean: clean-am
496
497clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
498        mostlyclean-am
499
500distclean: distclean-am
501        -rm -rf ./$(DEPDIR)
502        -rm -f Makefile
503distclean-am: clean-am distclean-compile distclean-generic \
504        distclean-libtool distclean-tags
505
506dvi: dvi-am
507
508dvi-am:
509
510html: html-am
511
512info: info-am
513
514info-am:
515
516install-data-am: install-data-local install-gladeincludeHEADERS
517
518install-exec-am: install-libLTLIBRARIES
519
520install-info: install-info-am
521
522install-man:
523
524installcheck-am:
525
526maintainer-clean: maintainer-clean-am
527        -rm -rf ./$(DEPDIR)
528        -rm -f Makefile
529maintainer-clean-am: distclean-am maintainer-clean-generic
530
531mostlyclean: mostlyclean-am
532
533mostlyclean-am: mostlyclean-compile mostlyclean-generic \
534        mostlyclean-libtool
535
536pdf: pdf-am
537
538pdf-am:
539
540ps: ps-am
541
542ps-am:
543
544uninstall-am: uninstall-gladeincludeHEADERS uninstall-info-am \
545        uninstall-libLTLIBRARIES uninstall-local
546
547.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
548        clean-libLTLIBRARIES clean-libtool ctags distclean \
549        distclean-compile distclean-generic distclean-libtool \
550        distclean-tags distdir dvi dvi-am html html-am info info-am \
551        install install-am install-data install-data-am \
552        install-data-local install-exec install-exec-am \
553        install-gladeincludeHEADERS install-info install-info-am \
554        install-libLTLIBRARIES install-man install-strip installcheck \
555        installcheck-am installdirs maintainer-clean \
556        maintainer-clean-generic mostlyclean mostlyclean-compile \
557        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
558        tags uninstall uninstall-am uninstall-gladeincludeHEADERS \
559        uninstall-info-am uninstall-libLTLIBRARIES uninstall-local
560
561
562@OS_WIN32_TRUE@install-libtool-import-lib:
563@OS_WIN32_TRUE@ $(INSTALL) .libs/libglade-2.0.dll.a $(DESTDIR)$(libdir)
564
565@OS_WIN32_TRUE@uninstall-libtool-import-lib:
566@OS_WIN32_TRUE@ -rm $(DESTDIR)$(libdir)/libglade-2.0.dll.a
567
568@OS_WIN32_FALSE@install-libtool-import-lib:
569@OS_WIN32_FALSE@uninstall-libtool-import-lib:
570
571install-data-local: install-libtool-import-lib
572
573uninstall-local: uninstall-libtool-import-lib
574# Tell versions [3.59,3.63) of GNU make to not export all variables.
575# Otherwise a system limit (for SysV at least) may be exceeded.
576.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.