~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
  • 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:
94
94
        grcm.desktop
95
95
 
96
96
 
97
 
Applicationsdir = $(datadir)/applications
 
97
Applicationsdir = $(datadir)/gnome/apps/Internet
98
98
Applications_DATA = grcm.desktop
99
99
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100
100
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
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 \