~ubuntu-branches/ubuntu/precise/libdebian-installer/precise-proposed

« back to all changes in this revision

Viewing changes to src/system/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-10-20 03:34:24 UTC
  • Revision ID: james.westby@ubuntu.com-20071020033424-2wa0awrt1uc0h9ud
Tags: 0.53
* Remove compatibility with ancient dpkg-architecture; build-depend on
  newer dpkg-dev instead.
* archdetect: Add the powerpc/cell platform.

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.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(libsystem_la_SOURCES) $(EXTRA_libsystem_la_SOURCES)
18
 
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
17
VPATH = @srcdir@
22
18
pkgdatadir = $(datadir)/@PACKAGE@
23
19
pkglibdir = $(libdir)/@PACKAGE@
24
20
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../..
26
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
22
install_sh_DATA = $(install_sh) -c -m 644
29
23
install_sh_PROGRAM = $(install_sh) -c
30
24
install_sh_SCRIPT = $(install_sh) -c
36
30
NORMAL_UNINSTALL = :
37
31
PRE_UNINSTALL = :
38
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
39
34
host_triplet = @host@
40
35
subdir = src/system
41
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
40
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(mkdir_p)
 
41
mkinstalldirs = $(install_sh) -d
47
42
CONFIG_HEADER = $(top_builddir)/config.h \
48
43
        $(top_builddir)/include/debian-installer/config.h
49
44
CONFIG_CLEAN_FILES =
51
46
am_libsystem_la_OBJECTS = devfs.lo dpkg.lo packages.lo \
52
47
        prebaseconfig.lo utils.lo
53
48
libsystem_la_OBJECTS = $(am_libsystem_la_OBJECTS)
54
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/include/debian-installer
 
49
DEFAULT_INCLUDES = -I. -I$(top_builddir) -I$(top_builddir)/include/debian-installer@am__isrc@
55
50
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
51
am__depfiles_maybe = depfiles
57
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/devfs.Plo ./$(DEPDIR)/dpkg.Plo \
58
 
@AMDEP_TRUE@    ./$(DEPDIR)/packages.Plo \
59
 
@AMDEP_TRUE@    ./$(DEPDIR)/prebaseconfig.Plo \
60
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-arm-linux.Plo \
61
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-generic.Plo \
62
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-m68k-linux.Plo \
63
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-mips-linux.Plo \
64
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-mipsel-linux.Plo \
65
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-powerpc-linux.Plo \
66
 
@AMDEP_TRUE@    ./$(DEPDIR)/subarch-sparc-linux.Plo \
67
 
@AMDEP_TRUE@    ./$(DEPDIR)/utils.Plo
68
52
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
53
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CFLAGS) $(CFLAGS)
 
54
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
55
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
56
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
57
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
58
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
60
        $(LDFLAGS) -o $@
76
61
SOURCES = $(libsystem_la_SOURCES) $(EXTRA_libsystem_la_SOURCES)
77
62
DIST_SOURCES = $(libsystem_la_SOURCES) $(EXTRA_libsystem_la_SOURCES)
78
63
ETAGS = etags
79
64
CTAGS = ctags
80
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
66
ACLOCAL = @ACLOCAL@
82
 
AMDEP_FALSE = @AMDEP_FALSE@
83
 
AMDEP_TRUE = @AMDEP_TRUE@
84
67
AMTAR = @AMTAR@
85
68
AR = @AR@
86
69
AUTOCONF = @AUTOCONF@
109
92
F77 = @F77@
110
93
FFLAGS = @FFLAGS@
111
94
GREP = @GREP@
 
95
INSTALL = @INSTALL@
112
96
INSTALL_DATA = @INSTALL_DATA@
113
97
INSTALL_PROGRAM = @INSTALL_PROGRAM@
114
98
INSTALL_SCRIPT = @INSTALL_SCRIPT@
122
106
LN_S = @LN_S@
123
107
LTLIBOBJS = @LTLIBOBJS@
124
108
MAINT = @MAINT@
125
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
126
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
127
109
MAKEINFO = @MAKEINFO@
 
110
MKDIR_P = @MKDIR_P@
128
111
OBJEXT = @OBJEXT@
129
112
PACKAGE = @PACKAGE@
130
113
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
117
PACKAGE_VERSION = @PACKAGE_VERSION@
135
118
PATH_SEPARATOR = @PATH_SEPARATOR@
136
119
RANLIB = @RANLIB@
 
120
SED = @SED@
137
121
SET_MAKE = @SET_MAKE@
138
122
SHELL = @SHELL@
139
123
STRIP = @STRIP@
140
124
SUBARCH_SYSTEM = @SUBARCH_SYSTEM@
141
125
VERSION = @VERSION@
 
126
abs_builddir = @abs_builddir@
 
127
abs_srcdir = @abs_srcdir@
 
128
abs_top_builddir = @abs_top_builddir@
 
129
abs_top_srcdir = @abs_top_srcdir@
142
130
ac_ct_CC = @ac_ct_CC@
143
131
ac_ct_CXX = @ac_ct_CXX@
144
132
ac_ct_F77 = @ac_ct_F77@
145
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
146
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
147
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
148
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
149
133
am__include = @am__include@
150
134
am__leading_dot = @am__leading_dot@
151
135
am__quote = @am__quote@
 
136
am__tar = @am__tar@
 
137
am__untar = @am__untar@
152
138
bindir = @bindir@
153
139
build = @build@
154
140
build_alias = @build_alias@
155
141
build_cpu = @build_cpu@
156
142
build_os = @build_os@
157
143
build_vendor = @build_vendor@
 
144
builddir = @builddir@
158
145
datadir = @datadir@
159
146
datarootdir = @datarootdir@
160
147
docdir = @docdir@
182
169
psdir = @psdir@
183
170
sbindir = @sbindir@
184
171
sharedstatedir = @sharedstatedir@
 
172
srcdir = @srcdir@
185
173
sysconfdir = @sysconfdir@
186
174
target_alias = @target_alias@
 
175
top_builddir = @top_builddir@
 
176
top_srcdir = @top_srcdir@
187
177
INCLUDES = \
188
178
        -I$(top_srcdir)/include
189
179
 
198
188
EXTRA_libsystem_la_SOURCES = \
199
189
        subarch-generic.c \
200
190
        subarch-arm-linux.c \
 
191
        subarch-armeb-linux.c \
 
192
        subarch-armel-linux.c \
201
193
        subarch-m68k-linux.c \
202
194
        subarch-mips-linux.c \
203
195
        subarch-mipsel-linux.c \
204
196
        subarch-powerpc-linux.c \
205
 
        subarch-sparc-linux.c
 
197
        subarch-sparc-linux.c \
 
198
        subarch-x86-linux.c
206
199
 
207
200
libsystem_la_LIBADD = \
208
201
        @SUBARCH_SYSTEM@
253
246
          rm -f "$${dir}/so_locations"; \
254
247
        done
255
248
libsystem.la: $(libsystem_la_OBJECTS) $(libsystem_la_DEPENDENCIES) 
256
 
        $(LINK)  $(libsystem_la_LDFLAGS) $(libsystem_la_OBJECTS) $(libsystem_la_LIBADD) $(LIBS)
 
249
        $(LINK)  $(libsystem_la_OBJECTS) $(libsystem_la_LIBADD) $(LIBS)
257
250
 
258
251
mostlyclean-compile:
259
252
        -rm -f *.$(OBJEXT)
266
259
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packages.Plo@am__quote@
267
260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prebaseconfig.Plo@am__quote@
268
261
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-arm-linux.Plo@am__quote@
 
262
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-armeb-linux.Plo@am__quote@
 
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-armel-linux.Plo@am__quote@
269
264
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-generic.Plo@am__quote@
270
265
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-m68k-linux.Plo@am__quote@
271
266
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-mips-linux.Plo@am__quote@
272
267
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-mipsel-linux.Plo@am__quote@
273
268
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-powerpc-linux.Plo@am__quote@
274
269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-sparc-linux.Plo@am__quote@
 
270
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subarch-x86-linux.Plo@am__quote@
275
271
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@
276
272
 
277
273
.c.o:
278
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
279
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
274
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
275
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
280
276
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
281
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
282
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
277
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
283
278
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
284
279
 
285
280
.c.obj:
286
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
287
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
281
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
282
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288
283
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
290
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
284
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291
285
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
292
286
 
293
287
.c.lo:
294
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
295
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
288
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
289
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
296
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
297
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
298
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
291
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299
292
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
300
293
 
301
294
mostlyclean-libtool:
304
297
clean-libtool:
305
298
        -rm -rf .libs _libs
306
299
 
307
 
distclean-libtool:
308
 
        -rm -f libtool
309
 
uninstall-info-am:
310
 
 
311
300
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312
301
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313
302
        unique=`for i in $$list; do \
357
346
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358
347
 
359
348
distdir: $(DISTFILES)
360
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
361
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
362
 
        list='$(DISTFILES)'; for file in $$list; do \
363
 
          case $$file in \
364
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
365
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
366
 
          esac; \
 
349
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
350
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
351
        list='$(DISTFILES)'; \
 
352
          dist_files=`for file in $$list; do echo $$file; done | \
 
353
          sed -e "s|^$$srcdirstrip/||;t" \
 
354
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
355
        case $$dist_files in \
 
356
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
357
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
358
                           sort -u` ;; \
 
359
        esac; \
 
360
        for file in $$dist_files; do \
367
361
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
369
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
370
 
            dir="/$$dir"; \
371
 
            $(mkdir_p) "$(distdir)$$dir"; \
372
 
          else \
373
 
            dir=''; \
374
 
          fi; \
375
362
          if test -d $$d/$$file; then \
 
363
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
376
364
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
377
365
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
378
366
            fi; \
406
394
clean-generic:
407
395
 
408
396
distclean-generic:
409
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
397
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
410
398
 
411
399
maintainer-clean-generic:
412
400
        @echo "This command is intended for maintainers to use"
420
408
        -rm -rf ./$(DEPDIR)
421
409
        -rm -f Makefile
422
410
distclean-am: clean-am distclean-compile distclean-generic \
423
 
        distclean-libtool distclean-tags
 
411
        distclean-tags
424
412
 
425
413
dvi: dvi-am
426
414
 
434
422
 
435
423
install-data-am:
436
424
 
 
425
install-dvi: install-dvi-am
 
426
 
437
427
install-exec-am:
438
428
 
 
429
install-html: install-html-am
 
430
 
439
431
install-info: install-info-am
440
432
 
441
433
install-man:
442
434
 
 
435
install-pdf: install-pdf-am
 
436
 
 
437
install-ps: install-ps-am
 
438
 
443
439
installcheck-am:
444
440
 
445
441
maintainer-clean: maintainer-clean-am
460
456
 
461
457
ps-am:
462
458
 
463
 
uninstall-am: uninstall-info-am
 
459
uninstall-am:
 
460
 
 
461
.MAKE: install-am install-strip
464
462
 
465
463
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
466
464
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
467
465
        distclean-compile distclean-generic distclean-libtool \
468
466
        distclean-tags distdir dvi dvi-am html html-am info info-am \
469
 
        install install-am install-data install-data-am install-exec \
470
 
        install-exec-am install-info install-info-am install-man \
 
467
        install install-am install-data install-data-am install-dvi \
 
468
        install-dvi-am install-exec install-exec-am install-html \
 
469
        install-html-am install-info install-info-am install-man \
 
470
        install-pdf install-pdf-am install-ps install-ps-am \
471
471
        install-strip installcheck installcheck-am installdirs \
472
472
        maintainer-clean maintainer-clean-generic mostlyclean \
473
473
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
474
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
475
 
        uninstall-info-am
 
474
        pdf pdf-am ps ps-am tags uninstall uninstall-am
476
475
 
477
476
# Tell versions [3.59,3.63) of GNU make to not export all variables.
478
477
# Otherwise a system limit (for SysV at least) may be exceeded.