~ubuntu-branches/ubuntu/jaunty/asio/jaunty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Richter
  • Date: 2008-05-22 00:03:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080522000336-82gdbtg5r3gi8ir6
Tags: 1.0.0-1
New upstream release (Closes: #461920)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  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.
37
37
host_triplet = @host@
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING INSTALL \
40
 
        THANKS compile config.guess config.sub depcomp install-sh \
41
 
        missing
 
40
        config.guess config.sub depcomp install-sh missing
42
41
subdir = .
43
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
43
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
89
88
CYGPATH_W = @CYGPATH_W@
90
89
DEFS = @DEFS@
91
90
DEPDIR = @DEPDIR@
92
 
DOXYGEN_FOUND = @DOXYGEN_FOUND@
93
91
ECHO_C = @ECHO_C@
94
92
ECHO_N = @ECHO_N@
95
93
ECHO_T = @ECHO_T@
96
94
EGREP = @EGREP@
97
95
EXEEXT = @EXEEXT@
98
 
HAVE_DOT = @HAVE_DOT@
99
 
HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@
100
 
HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@
101
96
HAVE_OPENSSL_FALSE = @HAVE_OPENSSL_FALSE@
102
97
HAVE_OPENSSL_TRUE = @HAVE_OPENSSL_TRUE@
103
98
INSTALL_DATA = @INSTALL_DATA@
183
178
        asio-*.tar.gz
184
179
 
185
180
EXTRA_DIST = \
186
 
        LICENSE_1_0.txt
 
181
        LICENSE_1_0.txt \
 
182
        doc
187
183
 
188
184
all: all-recursive
189
185
 
230
226
#     (which will cause the Makefiles to be regenerated when you run `make');
231
227
# (2) otherwise, pass the desired values on the `make' command line.
232
228
$(RECURSIVE_TARGETS):
233
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
229
        @failcom='exit 1'; \
 
230
        for f in x $$MAKEFLAGS; do \
 
231
          case $$f in \
 
232
            *=* | --[!k]*);; \
 
233
            *k*) failcom='fail=yes';; \
 
234
          esac; \
 
235
        done; \
234
236
        dot_seen=no; \
235
237
        target=`echo $@ | sed s/-recursive//`; \
236
238
        list='$(SUBDIRS)'; for subdir in $$list; do \
242
244
            local_target="$$target"; \
243
245
          fi; \
244
246
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
245
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
247
          || eval $$failcom; \
246
248
        done; \
247
249
        if test "$$dot_seen" = "no"; then \
248
250
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
250
252
 
251
253
mostlyclean-recursive clean-recursive distclean-recursive \
252
254
maintainer-clean-recursive:
253
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
255
        @failcom='exit 1'; \
 
256
        for f in x $$MAKEFLAGS; do \
 
257
          case $$f in \
 
258
            *=* | --[!k]*);; \
 
259
            *k*) failcom='fail=yes';; \
 
260
          esac; \
 
261
        done; \
254
262
        dot_seen=no; \
255
263
        case "$@" in \
256
264
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
271
279
            local_target="$$target"; \
272
280
          fi; \
273
281
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
282
          || eval $$failcom; \
275
283
        done && test -z "$$fail"
276
284
tags-recursive:
277
285
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
354
distdir: $(DISTFILES)
347
355
        $(am__remove_distdir)
348
356
        mkdir $(distdir)
349
 
        $(mkdir_p) $(distdir)/src/doc
350
357
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
351
358
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
352
359
        list='$(DISTFILES)'; for file in $$list; do \