~ubuntu-branches/ubuntu/hardy/sbuild/hardy

« back to all changes in this revision

Viewing changes to etc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh, Jan-Marek Glogowski
  • Date: 2008-01-01 11:36:55 UTC
  • mfrom: (8.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080101113655-rxlefdonr61fnikq
Tags: 0.57.0-1
* Sbuild/*.pm: Reindent to increase readability.
* Sbuild/Chroot.pm: set APT::Install-Recommends to false inside the
  chroot (Closes: #449253).
* Sbuild/Conf.pm: Add and export $check_depends_algorithm.
  [Jan-Marek Glogowski]
* sbuild:
  - Reindent to increase readability.
  - Add additional syntax checks.  Thanks to Jan-Marek Glogowski.
  - build: Use unicode line drawing characters instead of ASCII.
  - filter_dependencies: Remove redundant conditional.
    [Jan-Marek Glogowski]
  - Add check for check-depends-algorithm option. [Jan-Marek Glogowski]
  - filter_dependencies: Change dependency behaviour depending upon
    check_depends_algorithm.  [Jan-Marek Glogowski]
  - Move to bin/.
* avg-pkg-build-time:
  - Move to bin/.
* bin/*: Reindent to increase readability.
* chroot/*: Reindent to increase readability.
* bin/sbuild-createchroot:
  - Moved from chroot/buildd.chroot.
  - Also install fakeroot and build-essential.
* sbuild-createchroot.1.in: Add manual page.
* chroot/buildd.chroot:
  - Add GPL boilerplate.
  - Remove /etc/passwd creation (already done by debootstrap).
  - Remove sbuild directory creation (already done by schroot).
  - Use here doc to set up /etc/apt/sources.list.
  - List sources.list.
* chroot/README: Rename from README.buildd-chroot.  Remove
  buildd.chroot section.
* example.sbuildrc: Add missing variable types.  [Jan-Marek Glogowski]
* example.sbuildrc: Add missing variable types and add
  $check_depends_algorithm.  [Jan-Marek Glogowski]
* sbuild.1: Document --check-depends-algorithm [Jan-Marek Glogowski]
* Move manual pages to man/.
* debian/manpages: Move manual pages to man/.
* sbuild.conf: Move to etc/.
* example.sbuildrc: Move to etc/.
* debian/compat: Move to debhelper v6 compatibility level.
* debian/control: Update to Standards-Version 3.7.3.
* debian/copyright:
  - Update git repository location.
  - Update GPL boilerplate.
* debian/sbuild.dirs:
  - Rename from debian/dirs.
  - Remove all but -var/lib/sbuild/srcdep-lock.
* debian/manpages: Remove.
* debian/sbuild.postinst: Rename from debian/postinst.
* debian/sbuild.preinst: Rename from debian/preinst.
* debian/sbuild.postrm: Rename from debian/postrm.
* debian/sbuild.install:
  - New file.
  - Install files from usr/sbin and usr/share/man/man8.
* debian/rules:
  - Install sbuild-createchroot, and add buildd.chroot compatibility
    symlink.
  - Move -stamp files to debian/.
  - Remove GENFILES.
  - Run configure, make, and make install in appropriate rules.
  - Use dh_install.
  - Remove all special-cased installation rules (now handled by automake).
* Note: All upstream changes are now in an upstream ChangeLog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# sbuild Makefile template
 
18
#
 
19
#
 
20
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
 
21
#
 
22
# sbuild is free software: you can redistribute it and/or modify it
 
23
# under the terms of the GNU General Public License as published by
 
24
# the Free Software Foundation, either version 3 of the License, or
 
25
# (at your option) any later version.
 
26
#
 
27
# sbuild is distributed in the hope that it will be useful, but
 
28
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
30
# General Public License for more details.
 
31
#
 
32
# You should have received a copy of the GNU General Public License
 
33
# along with this program.  If not, see
 
34
# <http://www.gnu.org/licenses/>.
 
35
#
 
36
#####################################################################
 
37
 
 
38
# sbuild Makefile template
 
39
#
 
40
#
 
41
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
 
42
#
 
43
# sbuild is free software: you can redistribute it and/or modify it
 
44
# under the terms of the GNU General Public License as published by
 
45
# the Free Software Foundation, either version 3 of the License, or
 
46
# (at your option) any later version.
 
47
#
 
48
# sbuild is distributed in the hope that it will be useful, but
 
49
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
50
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
51
# General Public License for more details.
 
52
#
 
53
# You should have received a copy of the GNU General Public License
 
54
# along with this program.  If not, see
 
55
# <http://www.gnu.org/licenses/>.
 
56
#
 
57
#####################################################################
 
58
 
 
59
srcdir = @srcdir@
 
60
top_srcdir = @top_srcdir@
 
61
VPATH = @srcdir@
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkglibdir = $(libdir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
top_builddir = ..
 
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
67
INSTALL = @INSTALL@
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
80
        $(top_srcdir)/scripts/global.mk
 
81
subdir = etc
 
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
83
am__aclocal_m4_deps = $(top_srcdir)/m4/sbuild_release.m4 \
 
84
        $(top_srcdir)/configure.ac
 
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
86
        $(ACLOCAL_M4)
 
87
mkinstalldirs = $(install_sh) -d
 
88
CONFIG_HEADER = $(top_builddir)/config.h
 
89
CONFIG_CLEAN_FILES =
 
90
SOURCES =
 
91
DIST_SOURCES =
 
92
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
93
am__vpath_adj = case $$p in \
 
94
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
95
    *) f=$$p;; \
 
96
  esac;
 
97
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
98
am__installdirs = "$(DESTDIR)$(exampleconfdir)" \
 
99
        "$(DESTDIR)$(pkgsysconfdir)"
 
100
exampleconfDATA_INSTALL = $(INSTALL_DATA)
 
101
pkgsysconfDATA_INSTALL = $(INSTALL_DATA)
 
102
DATA = $(exampleconf_DATA) $(pkgsysconf_DATA)
 
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
104
ACLOCAL = @ACLOCAL@
 
105
AMTAR = @AMTAR@
 
106
AUTOCONF = @AUTOCONF@
 
107
AUTOHEADER = @AUTOHEADER@
 
108
AUTOMAKE = @AUTOMAKE@
 
109
AWK = @AWK@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DEFS = @DEFS@
 
112
ECHO_C = @ECHO_C@
 
113
ECHO_N = @ECHO_N@
 
114
ECHO_T = @ECHO_T@
 
115
FIND = @FIND@
 
116
INSTALL_DATA = @INSTALL_DATA@
 
117
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
118
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
119
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
120
LIBOBJS = @LIBOBJS@
 
121
LIBS = @LIBS@
 
122
LTLIBOBJS = @LTLIBOBJS@
 
123
MAINT = @MAINT@
 
124
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
125
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
126
MAKEINFO = @MAKEINFO@
 
127
PACKAGE = @PACKAGE@
 
128
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
129
PACKAGE_NAME = @PACKAGE_NAME@
 
130
PACKAGE_STRING = @PACKAGE_STRING@
 
131
PACKAGE_SYSCONF_DIR = @PACKAGE_SYSCONF_DIR@
 
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
133
PACKAGE_VERSION = @PACKAGE_VERSION@
 
134
PATH_SEPARATOR = @PATH_SEPARATOR@
 
135
PERL_MODULE_DIR = @PERL_MODULE_DIR@
 
136
RELEASE_DATE = @RELEASE_DATE@
 
137
SBUILD_CONF = @SBUILD_CONF@
 
138
SBUILD_LIBEXEC_DIR = @SBUILD_LIBEXEC_DIR@
 
139
SBUILD_MAJOR_VERSION = @SBUILD_MAJOR_VERSION@
 
140
SBUILD_MICRO_VERSION = @SBUILD_MICRO_VERSION@
 
141
SBUILD_MINOR_VERSION = @SBUILD_MINOR_VERSION@
 
142
SBUILD_VERSION = @SBUILD_VERSION@
 
143
SET_MAKE = @SET_MAKE@
 
144
SHELL = @SHELL@
 
145
STRIP = @STRIP@
 
146
VERSION = @VERSION@
 
147
XARGS = @XARGS@
 
148
am__leading_dot = @am__leading_dot@
 
149
am__tar = @am__tar@
 
150
am__untar = @am__untar@
 
151
bindir = @bindir@
 
152
build_alias = @build_alias@
 
153
datadir = @datadir@
 
154
datarootdir = @datarootdir@
 
155
docdir = @docdir@
 
156
dvidir = @dvidir@
 
157
exec_prefix = @exec_prefix@
 
158
host_alias = @host_alias@
 
159
htmldir = @htmldir@
 
160
includedir = @includedir@
 
161
infodir = @infodir@
 
162
install_sh = @install_sh@
 
163
libdir = @libdir@
 
164
libexecdir = @libexecdir@
 
165
localedir = @localedir@
 
166
localstatedir = @localstatedir@
 
167
mandir = @mandir@
 
168
mkdir_p = @mkdir_p@
 
169
oldincludedir = @oldincludedir@
 
170
pdfdir = @pdfdir@
 
171
prefix = @prefix@
 
172
program_transform_name = @program_transform_name@
 
173
psdir = @psdir@
 
174
sbindir = @sbindir@
 
175
sharedstatedir = @sharedstatedir@
 
176
sysconfdir = @sysconfdir@
 
177
target_alias = @target_alias@
 
178
 
 
179
# Global options for use in all Makefiles.
 
180
perlmoddir = $(PERL_MODULE_DIR)
 
181
pkgsysconfdir = $(PACKAGE_SYSCONF_DIR)
 
182
pkgsysconf_DATA = sbuild.conf
 
183
exampleconfdir = $(docdir)/examples
 
184
exampleconf_DATA = example.sbuildrc
 
185
EXTRA_DIST = \
 
186
        $(pkgsysconf_DATA)      \
 
187
        $(exampleconf_DATA)
 
188
 
 
189
all: all-am
 
190
 
 
191
.SUFFIXES:
 
192
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/scripts/global.mk $(am__configure_deps)
 
193
        @for dep in $?; do \
 
194
          case '$(am__configure_deps)' in \
 
195
            *$$dep*) \
 
196
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
197
                && exit 0; \
 
198
              exit 1;; \
 
199
          esac; \
 
200
        done; \
 
201
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  etc/Makefile'; \
 
202
        cd $(top_srcdir) && \
 
203
          $(AUTOMAKE) --gnu  etc/Makefile
 
204
.PRECIOUS: Makefile
 
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
206
        @case '$?' in \
 
207
          *config.status*) \
 
208
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
209
          *) \
 
210
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
211
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
212
        esac;
 
213
 
 
214
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
215
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
216
 
 
217
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
219
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
221
uninstall-info-am:
 
222
install-exampleconfDATA: $(exampleconf_DATA)
 
223
        @$(NORMAL_INSTALL)
 
224
        test -z "$(exampleconfdir)" || $(mkdir_p) "$(DESTDIR)$(exampleconfdir)"
 
225
        @list='$(exampleconf_DATA)'; for p in $$list; do \
 
226
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
227
          f=$(am__strip_dir) \
 
228
          echo " $(exampleconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampleconfdir)/$$f'"; \
 
229
          $(exampleconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampleconfdir)/$$f"; \
 
230
        done
 
231
 
 
232
uninstall-exampleconfDATA:
 
233
        @$(NORMAL_UNINSTALL)
 
234
        @list='$(exampleconf_DATA)'; for p in $$list; do \
 
235
          f=$(am__strip_dir) \
 
236
          echo " rm -f '$(DESTDIR)$(exampleconfdir)/$$f'"; \
 
237
          rm -f "$(DESTDIR)$(exampleconfdir)/$$f"; \
 
238
        done
 
239
install-pkgsysconfDATA: $(pkgsysconf_DATA)
 
240
        @$(NORMAL_INSTALL)
 
241
        test -z "$(pkgsysconfdir)" || $(mkdir_p) "$(DESTDIR)$(pkgsysconfdir)"
 
242
        @list='$(pkgsysconf_DATA)'; for p in $$list; do \
 
243
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
244
          f=$(am__strip_dir) \
 
245
          echo " $(pkgsysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgsysconfdir)/$$f'"; \
 
246
          $(pkgsysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgsysconfdir)/$$f"; \
 
247
        done
 
248
 
 
249
uninstall-pkgsysconfDATA:
 
250
        @$(NORMAL_UNINSTALL)
 
251
        @list='$(pkgsysconf_DATA)'; for p in $$list; do \
 
252
          f=$(am__strip_dir) \
 
253
          echo " rm -f '$(DESTDIR)$(pkgsysconfdir)/$$f'"; \
 
254
          rm -f "$(DESTDIR)$(pkgsysconfdir)/$$f"; \
 
255
        done
 
256
tags: TAGS
 
257
TAGS:
 
258
 
 
259
ctags: CTAGS
 
260
CTAGS:
 
261
 
 
262
 
 
263
distdir: $(DISTFILES)
 
264
        $(mkdir_p) $(distdir)/../scripts
 
265
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
266
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
267
        list='$(DISTFILES)'; for file in $$list; do \
 
268
          case $$file in \
 
269
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
270
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
271
          esac; \
 
272
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
273
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
274
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
275
            dir="/$$dir"; \
 
276
            $(mkdir_p) "$(distdir)$$dir"; \
 
277
          else \
 
278
            dir=''; \
 
279
          fi; \
 
280
          if test -d $$d/$$file; then \
 
281
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
282
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
283
            fi; \
 
284
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
285
          else \
 
286
            test -f $(distdir)/$$file \
 
287
            || cp -p $$d/$$file $(distdir)/$$file \
 
288
            || exit 1; \
 
289
          fi; \
 
290
        done
 
291
check-am: all-am
 
292
check: check-am
 
293
all-am: Makefile $(DATA)
 
294
installdirs:
 
295
        for dir in "$(DESTDIR)$(exampleconfdir)" "$(DESTDIR)$(pkgsysconfdir)"; do \
 
296
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
297
        done
 
298
install: install-am
 
299
install-exec: install-exec-am
 
300
install-data: install-data-am
 
301
uninstall: uninstall-am
 
302
 
 
303
install-am: all-am
 
304
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
305
 
 
306
installcheck: installcheck-am
 
307
install-strip:
 
308
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
309
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
310
          `test -z '$(STRIP)' || \
 
311
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
312
mostlyclean-generic:
 
313
 
 
314
clean-generic:
 
315
 
 
316
distclean-generic:
 
317
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
318
 
 
319
maintainer-clean-generic:
 
320
        @echo "This command is intended for maintainers to use"
 
321
        @echo "it deletes files that may require special tools to rebuild."
 
322
clean: clean-am
 
323
 
 
324
clean-am: clean-generic mostlyclean-am
 
325
 
 
326
distclean: distclean-am
 
327
        -rm -f Makefile
 
328
distclean-am: clean-am distclean-generic
 
329
 
 
330
dvi: dvi-am
 
331
 
 
332
dvi-am:
 
333
 
 
334
html: html-am
 
335
 
 
336
info: info-am
 
337
 
 
338
info-am:
 
339
 
 
340
install-data-am: install-exampleconfDATA install-pkgsysconfDATA
 
341
 
 
342
install-exec-am:
 
343
 
 
344
install-info: install-info-am
 
345
 
 
346
install-man:
 
347
 
 
348
installcheck-am:
 
349
 
 
350
maintainer-clean: maintainer-clean-am
 
351
        -rm -f Makefile
 
352
maintainer-clean-am: distclean-am maintainer-clean-generic
 
353
 
 
354
mostlyclean: mostlyclean-am
 
355
 
 
356
mostlyclean-am: mostlyclean-generic
 
357
 
 
358
pdf: pdf-am
 
359
 
 
360
pdf-am:
 
361
 
 
362
ps: ps-am
 
363
 
 
364
ps-am:
 
365
 
 
366
uninstall-am: uninstall-exampleconfDATA uninstall-info-am \
 
367
        uninstall-pkgsysconfDATA
 
368
 
 
369
.PHONY: all all-am check check-am clean clean-generic distclean \
 
370
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
371
        install install-am install-data install-data-am \
 
372
        install-exampleconfDATA install-exec install-exec-am \
 
373
        install-info install-info-am install-man \
 
374
        install-pkgsysconfDATA install-strip installcheck \
 
375
        installcheck-am installdirs maintainer-clean \
 
376
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
377
        pdf-am ps ps-am uninstall uninstall-am \
 
378
        uninstall-exampleconfDATA uninstall-info-am \
 
379
        uninstall-pkgsysconfDATA
 
380
 
 
381
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
382
# Otherwise a system limit (for SysV at least) may be exceeded.
 
383
.NOEXPORT: