~ubuntu-branches/debian/squeeze/libglade2/squeeze

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2006-12-23 10:21:00 UTC
  • mfrom: (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061223102100-u39k70d9jm85s36i
Tags: 1:2.6.0-4
People who had upgraded libglade2 from any version before 1:2.6.0-2 would
get a symlink in symlink; this symlink in symlink is now removed on
upgrades in preinst, and the symlink creation postinst snippet tests for
the existence of the symlink; thanks Lior Kaplan; closes: #404185.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
16
16
 
17
17
 
18
18
 
19
 
SOURCES = $(test_libglade_SOURCES)
20
 
 
21
19
srcdir = @srcdir@
22
20
top_srcdir = @top_srcdir@
23
21
VPATH = @srcdir@
45
43
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
46
44
        $(srcdir)/libglade-2.0-uninstalled.pc.in \
47
45
        $(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
 
46
        $(srcdir)/libglade-zip.in $(srcdir)/libglade.spec.in \
 
47
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
48
        config.guess config.sub depcomp install-sh ltmain.sh missing
51
49
subdir = .
52
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
 
am__aclocal_m4_deps = $(top_srcdir)/m4/jh-xml-catalog.m4 \
54
 
        $(top_srcdir)/configure.in
 
51
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
52
        $(top_srcdir)/m4/jh-xml-catalog.m4 $(top_srcdir)/configure.in
55
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56
54
        $(ACLOCAL_M4)
57
55
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58
56
 configure.lineno configure.status.lineno
59
57
mkinstalldirs = $(install_sh) -d
60
58
CONFIG_HEADER = config.h
61
 
CONFIG_CLEAN_FILES = libglade.spec libglade-2.0.pc \
 
59
CONFIG_CLEAN_FILES = libglade.spec libglade-zip libglade-2.0.pc \
62
60
        libglade-2.0-uninstalled.pc libglade-convert
63
61
PROGRAMS = $(noinst_PROGRAMS)
64
62
am_test_libglade_OBJECTS = test-libglade.$(OBJEXT)
196
194
PYTHON_PREFIX = @PYTHON_PREFIX@
197
195
PYTHON_VERSION = @PYTHON_VERSION@
198
196
RANLIB = @RANLIB@
 
197
SED = @SED@
199
198
SET_MAKE = @SET_MAKE@
200
199
SHELL = @SHELL@
201
200
STRIP = @STRIP@
211
210
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
212
211
ac_ct_RANLIB = @ac_ct_RANLIB@
213
212
ac_ct_STRIP = @ac_ct_STRIP@
 
213
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
214
214
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
215
215
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
216
216
am__include = @am__include@
269
269
  glade-2.0.dtd \
270
270
  libglade.spec.in \
271
271
  libglade.spec \
 
272
  libglade-zip.in \
272
273
  libglade-2.0.pc.in \
273
274
  libglade-2.0-uninstalled.pc.in \
274
275
  libglade-convert.in \
325
326
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
326
327
        @rm -f stamp-h1
327
328
        cd $(top_builddir) && $(SHELL) ./config.status config.h
328
 
$(srcdir)/config.h.in:  $(am__configure_deps) $(top_srcdir)/acconfig.h
 
329
$(srcdir)/config.h.in:  $(am__configure_deps) 
329
330
        cd $(top_srcdir) && $(AUTOHEADER)
330
331
        rm -f stamp-h1
331
332
        touch $@
334
335
        -rm -f config.h stamp-h1
335
336
libglade.spec: $(top_builddir)/config.status $(srcdir)/libglade.spec.in
336
337
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
338
libglade-zip: $(top_builddir)/config.status $(srcdir)/libglade-zip.in
 
339
        cd $(top_builddir) && $(SHELL) ./config.status $@
337
340
libglade-2.0.pc: $(top_builddir)/config.status $(srcdir)/libglade-2.0.pc.in
338
341
        cd $(top_builddir) && $(SHELL) ./config.status $@
339
342
libglade-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libglade-2.0-uninstalled.pc.in
450
453
#     (which will cause the Makefiles to be regenerated when you run `make');
451
454
# (2) otherwise, pass the desired values on the `make' command line.
452
455
$(RECURSIVE_TARGETS):
453
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
456
        @failcom='exit 1'; \
 
457
        for f in x $$MAKEFLAGS; do \
 
458
          case $$f in \
 
459
            *=* | --[!k]*);; \
 
460
            *k*) failcom='fail=yes';; \
 
461
          esac; \
 
462
        done; \
454
463
        dot_seen=no; \
455
464
        target=`echo $@ | sed s/-recursive//`; \
456
465
        list='$(SUBDIRS)'; for subdir in $$list; do \
462
471
            local_target="$$target"; \
463
472
          fi; \
464
473
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
474
          || eval $$failcom; \
466
475
        done; \
467
476
        if test "$$dot_seen" = "no"; then \
468
477
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
470
479
 
471
480
mostlyclean-recursive clean-recursive distclean-recursive \
472
481
maintainer-clean-recursive:
473
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
482
        @failcom='exit 1'; \
 
483
        for f in x $$MAKEFLAGS; do \
 
484
          case $$f in \
 
485
            *=* | --[!k]*);; \
 
486
            *k*) failcom='fail=yes';; \
 
487
          esac; \
 
488
        done; \
474
489
        dot_seen=no; \
475
490
        case "$@" in \
476
491
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
491
506
            local_target="$$target"; \
492
507
          fi; \
493
508
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
494
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
509
          || eval $$failcom; \
495
510
        done && test -z "$$fail"
496
511
tags-recursive:
497
512
        list='$(SUBDIRS)'; for subdir in $$list; do \