~ubuntu-branches/ubuntu/edgy/mdbtools/edgy

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Filip Van Raemdonck
  • Date: 2004-02-18 19:05:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040218190535-zg1lfb936o73gnib
Tags: 0.5.99-2
Add bison builddep. (Closes: #233484)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
LIBTOOL = @LIBTOOL@
90
90
LN_S = @LN_S@
91
91
LTLIBOBJS = @LTLIBOBJS@
 
92
MAINT = @MAINT@
 
93
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
94
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
92
95
MAKEINFO = @MAKEINFO@
93
96
OBJEXT = @OBJEXT@
94
97
ODBC_INC = @ODBC_INC@
167
170
        $(MAKE) $(AM_MAKEFLAGS) all-am
168
171
 
169
172
.SUFFIXES:
170
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
173
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
171
174
        cd $(top_srcdir) && \
172
175
          $(AUTOMAKE) --gnu  include/Makefile
173
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
176
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
174
177
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
175
178
 
176
179
config.h: stamp-h1
183
186
        @rm -f stamp-h1
184
187
        cd $(top_builddir) && $(SHELL) ./config.status include/config.h
185
188
 
186
 
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
189
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
187
190
        cd $(top_srcdir) && $(AUTOHEADER)
188
191
        touch $(srcdir)/config.h.in
189
192