~ubuntu-branches/ubuntu/karmic/glibmm2.4/karmic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 11:12:24 UTC
  • mfrom: (1.2.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922111224-p1r8bxw835x23l07
Tags: 2.22.1-0ubuntu1
* New upstream release (LP: #434371)
  - Fix KeyFile build with exceptions disabled
  - Re-enable input file line markers in gmmproc
  - Fix broken test for empty _WRAP_METHOD argument
  - Allow the C documentation to be overridden
  - Slightly clean up gross Perl code in gmmproc.in
  - Correctly quote the extracted comment for M4
  - Enable verbose output of autoreconf
  - Do not complain about missing docs_override.xml
  - Support Automake silent rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        MSVC_Net2008/giomm/giomm.rc
85
85
CONFIG_CLEAN_VPATH_FILES =
86
86
SCRIPTS = $(dist_noinst_SCRIPTS)
 
87
AM_V_GEN = $(am__v_GEN_$(V))
 
88
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_GEN_0 = @echo "  GEN   " $@;
 
90
AM_V_at = $(am__v_at_$(V))
 
91
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_at_0 = @
87
93
SOURCES =
88
94
DIST_SOURCES =
89
95
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
172
178
ACLOCAL = @ACLOCAL@
173
179
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
174
180
AMTAR = @AMTAR@
 
181
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
175
182
AR = @AR@
176
183
AS = @AS@
177
184
AUTOCONF = @AUTOCONF@
741
748
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
742
749
 
743
750
distdir: $(DISTFILES)
 
751
        @case `sed 15q $(srcdir)/NEWS` in \
 
752
        *"$(VERSION)"*) : ;; \
 
753
        *) \
 
754
          echo "NEWS not updated; not releasing" 1>&2; \
 
755
          exit 1;; \
 
756
        esac
744
757
        $(am__remove_distdir)
745
758
        test -d "$(distdir)" || mkdir "$(distdir)"
746
759
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \