~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to libatomic_ops-1.2/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

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