~ubuntu-branches/ubuntu/precise/build-essential/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-10 01:17:14 UTC
  • mfrom: (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710011714-cf0kacs5ugeb04wr
Tags: 11.3
* Regenerate the essential packages lists, including amd64. Closes: #317336.
* Increased versioned dependency on gcc and g++ to 4.1.1.
* Update Standards-Version to 3.7.2. No changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# Copyright © 2003, 2004 Scott James Remnant <scott@netsplit.com>
18
 
# Copyright © 2002, 2003 Colin Walters <walters@debian.org>
 
17
# Copyright © 2003-2005 Scott James Remnant <scott@netsplit.com>
 
18
# Copyright © 2002-2003 Colin Walters <walters@debian.org>
19
19
 
20
20
srcdir = @srcdir@
21
21
top_srcdir = @top_srcdir@
47
47
        $(ACLOCAL_M4)
48
48
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
49
 configure.lineno configure.status.lineno
50
 
mkinstalldirs = $(mkdir_p)
 
50
mkinstalldirs = $(install_sh) -d
51
51
CONFIG_CLEAN_FILES =
52
52
SOURCES =
53
53
DIST_SOURCES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54
60
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
55
61
pkgdataDATA_INSTALL = $(INSTALL_DATA)
56
62
DATA = $(pkgdata_DATA)
101
107
VERSION = @VERSION@
102
108
ac_ct_STRIP = @ac_ct_STRIP@
103
109
am__leading_dot = @am__leading_dot@
 
110
am__tar = @am__tar@
 
111
am__untar = @am__untar@
104
112
bindir = @bindir@
105
113
build_alias = @build_alias@
106
114
datadir = @datadir@
171
179
        test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
172
180
        @list='$(pkgdata_DATA)'; for p in $$list; do \
173
181
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
174
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
182
          f=$(am__strip_dir) \
175
183
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
176
184
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
177
185
        done
179
187
uninstall-pkgdataDATA:
180
188
        @$(NORMAL_UNINSTALL)
181
189
        @list='$(pkgdata_DATA)'; for p in $$list; do \
182
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
190
          f=$(am__strip_dir) \
183
191
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
184
192
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
185
193
        done
225
233
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
226
234
        || chmod -R a+r $(distdir)
227
235
dist-gzip: distdir
228
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
236
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
229
237
        $(am__remove_distdir)
230
238
 
231
239
dist-bzip2: distdir
232
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
240
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
233
241
        $(am__remove_distdir)
234
242
 
235
243
dist-tarZ: distdir
236
 
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
244
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
237
245
        $(am__remove_distdir)
238
246
 
239
247
dist-shar: distdir
246
254
        $(am__remove_distdir)
247
255
 
248
256
dist dist-all: distdir
249
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
257
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
250
258
        $(am__remove_distdir)
251
259
 
252
260
# This target untars the dist file and tries a VPATH configuration.  Then
255
263
distcheck: dist
256
264
        case '$(DIST_ARCHIVES)' in \
257
265
        *.tar.gz*) \
258
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
266
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
259
267
        *.tar.bz2*) \
260
 
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
268
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
261
269
        *.tar.Z*) \
262
 
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
270
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
263
271
        *.shar.gz*) \
264
272
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
265
273
        *.zip*) \
342
350
clean-generic:
343
351
 
344
352
distclean-generic:
345
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
353
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
346
354
 
347
355
maintainer-clean-generic:
348
356
        @echo "This command is intended for maintainers to use"
415
423
essential-packages-list: essential-packages-list-@DEB_HOST_ARCH@
416
424
        ln -s $< $@
417
425
 
 
426
essential-packages-list-@DEB_HOST_ARCH@:
 
427
        echo "No essential packages list is available" > $@
 
428
 
418
429
clean-local:
419
430
        rm -f essential-packages-list
420
431
# Tell versions [3.59,3.63) of GNU make to not export all variables.