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

« back to all changes in this revision

Viewing changes to pixmaps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Niccoli
  • Date: 2009-04-04 00:23:55 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20090404002355-hgzcfwns8vis1mmx
Tags: 0.1.6-1
* Adopt package.
* New upstream release.
* Repackage from scratch using quilt.
* Use debhelper 7
* Set Standards Version to 3.8.1
* Move build system to latest automake in Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
all: all-redirect
110
110
.SUFFIXES:
111
111
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps pixmaps/Makefile
 
112
        cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile
113
113
 
114
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
114
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115
115
        cd $(top_builddir) \
116
116
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
117
 
124
124
subdir = pixmaps
125
125
 
126
126
distdir: $(DISTFILES)
 
127
        here=`cd $(top_builddir) && pwd`; \
 
128
        top_distdir=`cd $(top_distdir) && pwd`; \
 
129
        distdir=`cd $(distdir) && pwd`; \
 
130
        cd $(top_srcdir) \
 
131
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu pixmaps/Makefile
127
132
        @for file in $(DISTFILES); do \
128
133
          d=$(srcdir); \
129
134
          if test -d $$d/$$file; then \