~ubuntu-branches/ubuntu/lucid/libatomic-ops/lucid

« back to all changes in this revision

Viewing changes to debian/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Al Stone
  • Date: 2005-02-21 17:15:35 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050221171535-umkri8cwv2qlk369
Tags: 0.5.1-3
Closes: bug#287276: support for amd64 -- thinko, skipped part
of Kurt's patch inadvertently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# 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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
 
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
32
 
NORMAL_INSTALL = :
33
 
PRE_INSTALL = :
34
 
POST_INSTALL = :
35
 
NORMAL_UNINSTALL = :
36
 
PRE_UNINSTALL = :
37
 
POST_UNINSTALL = :
38
 
build_triplet = @build@
39
 
host_triplet = @host@
40
 
target_triplet = @target@
41
 
ACLOCAL = @ACLOCAL@
42
 
AMDEP_FALSE = @AMDEP_FALSE@
43
 
AMDEP_TRUE = @AMDEP_TRUE@
44
 
AMTAR = @AMTAR@
45
 
AR = @AR@
46
 
AUTOCONF = @AUTOCONF@
47
 
AUTOHEADER = @AUTOHEADER@
48
 
AUTOMAKE = @AUTOMAKE@
49
 
AWK = @AWK@
50
 
CC = @CC@
51
 
CCDEPMODE = @CCDEPMODE@
52
 
CFLAGS = @CFLAGS@
53
 
CPP = @CPP@
54
 
CPPFLAGS = @CPPFLAGS@
55
 
CXX = @CXX@
56
 
CXXCPP = @CXXCPP@
57
 
CXXDEPMODE = @CXXDEPMODE@
58
 
CXXFLAGS = @CXXFLAGS@
59
 
CYGPATH_W = @CYGPATH_W@
60
 
DEFS = @DEFS@
61
 
DEPDIR = @DEPDIR@
62
 
ECHO = @ECHO@
63
 
ECHO_C = @ECHO_C@
64
 
ECHO_N = @ECHO_N@
65
 
ECHO_T = @ECHO_T@
66
 
EGREP = @EGREP@
67
 
EXEEXT = @EXEEXT@
68
 
F77 = @F77@
69
 
FFLAGS = @FFLAGS@
70
 
INSTALL_DATA = @INSTALL_DATA@
71
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
72
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
73
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74
 
LDFLAGS = @LDFLAGS@
75
 
LIBOBJS = @LIBOBJS@
76
 
LIBS = @LIBS@
77
 
LIBTOOL = @LIBTOOL@
78
 
LN_S = @LN_S@
79
 
LTLIBOBJS = @LTLIBOBJS@
80
 
MAKEINFO = @MAKEINFO@
81
 
OBJEXT = @OBJEXT@
82
 
PACKAGE = @PACKAGE@
83
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
84
 
PACKAGE_NAME = @PACKAGE_NAME@
85
 
PACKAGE_STRING = @PACKAGE_STRING@
86
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
87
 
PACKAGE_VERSION = @PACKAGE_VERSION@
88
 
PATH_SEPARATOR = @PATH_SEPARATOR@
89
 
RANLIB = @RANLIB@
90
 
SET_MAKE = @SET_MAKE@
91
 
SHELL = @SHELL@
92
 
STRIP = @STRIP@
93
 
VERSION = @VERSION@
94
 
ac_ct_AR = @ac_ct_AR@
95
 
ac_ct_CC = @ac_ct_CC@
96
 
ac_ct_CXX = @ac_ct_CXX@
97
 
ac_ct_F77 = @ac_ct_F77@
98
 
ac_ct_RANLIB = @ac_ct_RANLIB@
99
 
ac_ct_STRIP = @ac_ct_STRIP@
100
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
101
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
102
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
103
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
104
 
am__include = @am__include@
105
 
am__leading_dot = @am__leading_dot@
106
 
am__quote = @am__quote@
107
 
bindir = @bindir@
108
 
build = @build@
109
 
build_alias = @build_alias@
110
 
build_cpu = @build_cpu@
111
 
build_os = @build_os@
112
 
build_vendor = @build_vendor@
113
 
datadir = @datadir@
114
 
exec_prefix = @exec_prefix@
115
 
host = @host@
116
 
host_alias = @host_alias@
117
 
host_cpu = @host_cpu@
118
 
host_os = @host_os@
119
 
host_vendor = @host_vendor@
120
 
includedir = @includedir@
121
 
infodir = @infodir@
122
 
install_sh = @install_sh@
123
 
libdir = @libdir@
124
 
libexecdir = @libexecdir@
125
 
localstatedir = @localstatedir@
126
 
mandir = @mandir@
127
 
oldincludedir = @oldincludedir@
128
 
prefix = @prefix@
129
 
program_transform_name = @program_transform_name@
130
 
sbindir = @sbindir@
131
 
sharedstatedir = @sharedstatedir@
132
 
sysconfdir = @sysconfdir@
133
 
target = @target@
134
 
target_alias = @target_alias@
135
 
target_cpu = @target_cpu@
136
 
target_os = @target_os@
137
 
target_vendor = @target_vendor@
138
 
EXTRA_DIST = README.Debian changelog compat control copyright dirs docs libatomic-ops-dev.dirs libatomic-ops-dev.files manpage.1.ex rules
139
 
subdir = debian
140
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
142
 
CONFIG_HEADER = $(top_builddir)/src/config.h
143
 
CONFIG_CLEAN_FILES =
144
 
DIST_SOURCES =
145
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
146
 
all: all-am
147
 
 
148
 
.SUFFIXES:
149
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
150
 
        cd $(top_srcdir) && \
151
 
          $(AUTOMAKE) --gnu  debian/Makefile
152
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
153
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
154
 
 
155
 
mostlyclean-libtool:
156
 
        -rm -f *.lo
157
 
 
158
 
clean-libtool:
159
 
        -rm -rf .libs _libs
160
 
 
161
 
distclean-libtool:
162
 
        -rm -f libtool
163
 
uninstall-info-am:
164
 
tags: TAGS
165
 
TAGS:
166
 
 
167
 
ctags: CTAGS
168
 
CTAGS:
169
 
 
170
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171
 
 
172
 
top_distdir = ..
173
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
174
 
 
175
 
distdir: $(DISTFILES)
176
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
177
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
178
 
        list='$(DISTFILES)'; for file in $$list; do \
179
 
          case $$file in \
180
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
181
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
182
 
          esac; \
183
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
184
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
185
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
186
 
            dir="/$$dir"; \
187
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
188
 
          else \
189
 
            dir=''; \
190
 
          fi; \
191
 
          if test -d $$d/$$file; then \
192
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
193
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
194
 
            fi; \
195
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
196
 
          else \
197
 
            test -f $(distdir)/$$file \
198
 
            || cp -p $$d/$$file $(distdir)/$$file \
199
 
            || exit 1; \
200
 
          fi; \
201
 
        done
202
 
check-am: all-am
203
 
check: check-am
204
 
all-am: Makefile
205
 
 
206
 
installdirs:
207
 
install: install-am
208
 
install-exec: install-exec-am
209
 
install-data: install-data-am
210
 
uninstall: uninstall-am
211
 
 
212
 
install-am: all-am
213
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
214
 
 
215
 
installcheck: installcheck-am
216
 
install-strip:
217
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
218
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
219
 
          `test -z '$(STRIP)' || \
220
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
221
 
mostlyclean-generic:
222
 
 
223
 
clean-generic:
224
 
 
225
 
distclean-generic:
226
 
        -rm -f $(CONFIG_CLEAN_FILES)
227
 
 
228
 
maintainer-clean-generic:
229
 
        @echo "This command is intended for maintainers to use"
230
 
        @echo "it deletes files that may require special tools to rebuild."
231
 
clean: clean-am
232
 
 
233
 
clean-am: clean-generic clean-libtool mostlyclean-am
234
 
 
235
 
distclean: distclean-am
236
 
        -rm -f Makefile
237
 
distclean-am: clean-am distclean-generic distclean-libtool
238
 
 
239
 
dvi: dvi-am
240
 
 
241
 
dvi-am:
242
 
 
243
 
info: info-am
244
 
 
245
 
info-am:
246
 
 
247
 
install-data-am:
248
 
 
249
 
install-exec-am:
250
 
 
251
 
install-info: install-info-am
252
 
 
253
 
install-man:
254
 
 
255
 
installcheck-am:
256
 
 
257
 
maintainer-clean: maintainer-clean-am
258
 
        -rm -f Makefile
259
 
maintainer-clean-am: distclean-am maintainer-clean-generic
260
 
 
261
 
mostlyclean: mostlyclean-am
262
 
 
263
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
264
 
 
265
 
pdf: pdf-am
266
 
 
267
 
pdf-am:
268
 
 
269
 
ps: ps-am
270
 
 
271
 
ps-am:
272
 
 
273
 
uninstall-am: uninstall-info-am
274
 
 
275
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
276
 
        distclean distclean-generic distclean-libtool distdir dvi \
277
 
        dvi-am info info-am install install-am install-data \
278
 
        install-data-am install-exec install-exec-am install-info \
279
 
        install-info-am install-man install-strip installcheck \
280
 
        installcheck-am installdirs maintainer-clean \
281
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
282
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
283
 
        uninstall-info-am
284
 
 
285
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
286
 
# Otherwise a system limit (for SysV at least) may be exceeded.
287
 
.NOEXPORT: