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

« back to all changes in this revision

Viewing changes to 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:
114
114
all: all-redirect
115
115
.SUFFIXES:
116
116
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
117
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
 
117
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
118
118
 
119
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
119
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
120
120
        cd $(top_builddir) \
121
121
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
122
 
302
302
        -rm -rf $(distdir)
303
303
        mkdir $(distdir)
304
304
        -chmod 777 $(distdir)
 
305
        here=`cd $(top_builddir) && pwd`; \
 
306
        top_distdir=`cd $(distdir) && pwd`; \
 
307
        distdir=`cd $(distdir) && pwd`; \
 
308
        cd $(top_srcdir) \
 
309
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
305
310
        @for file in $(DISTFILES); do \
306
311
          d=$(srcdir); \
307
312
          if test -d $$d/$$file; then \