~ubuntu-branches/ubuntu/precise/grcm/precise

« back to all changes in this revision

Viewing changes to help/C/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Niccoli
  • Date: 2009-04-04 00:23:55 UTC
  • mto: (4.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20090404002355-xw5q341mwgm5c34b
Tags: upstream-0.1.6
ImportĀ upstreamĀ versionĀ 0.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
all: all-redirect
181
181
.SUFFIXES:
182
182
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make
183
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps help/C/Makefile
 
183
        cd $(top_srcdir) && $(AUTOMAKE) --gnu help/C/Makefile
184
184
 
185
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
185
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
186
186
        cd $(top_builddir) \
187
187
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
188
188
 
195
195
subdir = help/C
196
196
 
197
197
distdir: $(DISTFILES)
 
198
        here=`cd $(top_builddir) && pwd`; \
 
199
        top_distdir=`cd $(top_distdir) && pwd`; \
 
200
        distdir=`cd $(distdir) && pwd`; \
 
201
        cd $(top_srcdir) \
 
202
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu help/C/Makefile
198
203
        @for file in $(DISTFILES); do \
199
204
          d=$(srcdir); \
200
205
          if test -d $$d/$$file; then \