~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to docs/lasso-book/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

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.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.
34
34
NORMAL_UNINSTALL = :
35
35
PRE_UNINSTALL = :
36
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
37
38
host_triplet = @host@
38
39
subdir = docs/lasso-book
39
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
44
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(mkdir_p)
 
45
mkinstalldirs = $(install_sh) -d
45
46
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
46
47
CONFIG_CLEAN_FILES =
47
48
SOURCES =
52
53
        install-recursive installcheck-recursive installdirs-recursive \
53
54
        pdf-recursive ps-recursive uninstall-info-recursive \
54
55
        uninstall-recursive
 
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
57
am__vpath_adj = case $$p in \
 
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
59
    *) f=$$p;; \
 
60
  esac;
 
61
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
62
am__installdirs = "$(DESTDIR)$(docdir)"
56
63
docDATA_INSTALL = $(INSTALL_DATA)
57
64
DATA = $(doc_DATA)
106
113
GCJ = @GCJ@
107
114
GCJDEPMODE = @GCJDEPMODE@
108
115
GCJFLAGS = @GCJFLAGS@
 
116
GREP = @GREP@
109
117
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
110
118
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
111
119
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
169
177
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
170
178
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
171
179
PERL_VERSION = @PERL_VERSION@
172
 
PHP = @PHP@
173
 
PHP_CONFIG = @PHP_CONFIG@
174
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
175
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
176
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
177
 
PHP_INCLUDES = @PHP_INCLUDES@
178
 
PHP_LDFLAGS = @PHP_LDFLAGS@
179
 
PHP_LIBS = @PHP_LIBS@
180
 
PHP_PATH = @PHP_PATH@
181
 
PHP_PREFIX = @PHP_PREFIX@
182
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
183
 
PHP_VERSION = @PHP_VERSION@
 
180
PHP4 = @PHP4@
 
181
PHP4_CONFIG = @PHP4_CONFIG@
 
182
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
183
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
184
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
185
PHP4_INCLUDES = @PHP4_INCLUDES@
 
186
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
187
PHP4_LIBS = @PHP4_LIBS@
 
188
PHP4_PREFIX = @PHP4_PREFIX@
 
189
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
190
PHP4_VERSION = @PHP4_VERSION@
 
191
PHP5 = @PHP5@
 
192
PHP5_CONFIG = @PHP5_CONFIG@
 
193
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
194
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
195
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
196
PHP5_INCLUDES = @PHP5_INCLUDES@
 
197
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
198
PHP5_LIBS = @PHP5_LIBS@
 
199
PHP5_PREFIX = @PHP5_PREFIX@
 
200
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
201
PHP5_VERSION = @PHP5_VERSION@
184
202
PKG_CONFIG = @PKG_CONFIG@
185
203
PYTHON = @PYTHON@
186
204
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
213
231
XSLTPROC = @XSLTPROC@
214
232
Z_CFLAGS = @Z_CFLAGS@
215
233
Z_LIBS = @Z_LIBS@
216
 
ac_ct_AR = @ac_ct_AR@
217
 
ac_ct_AS = @ac_ct_AS@
218
234
ac_ct_CC = @ac_ct_CC@
219
235
ac_ct_CXX = @ac_ct_CXX@
220
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
221
236
ac_ct_F77 = @ac_ct_F77@
222
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
223
 
ac_ct_RANLIB = @ac_ct_RANLIB@
224
 
ac_ct_RC = @ac_ct_RC@
225
 
ac_ct_STRIP = @ac_ct_STRIP@
226
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
227
237
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
228
238
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
229
239
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
233
243
am__include = @am__include@
234
244
am__leading_dot = @am__leading_dot@
235
245
am__quote = @am__quote@
 
246
am__tar = @am__tar@
 
247
am__untar = @am__untar@
236
248
bindir = @bindir@
237
249
build = @build@
238
250
build_alias = @build_alias@
240
252
build_os = @build_os@
241
253
build_vendor = @build_vendor@
242
254
datadir = @datadir@
 
255
datarootdir = @datarootdir@
 
256
docdir = $(datadir)/doc/lasso
 
257
dvidir = @dvidir@
243
258
exec_prefix = @exec_prefix@
244
259
host = @host@
245
260
host_alias = @host_alias@
246
261
host_cpu = @host_cpu@
247
262
host_os = @host_os@
248
263
host_vendor = @host_vendor@
 
264
htmldir = @htmldir@
249
265
includedir = @includedir@
250
266
infodir = @infodir@
251
267
install_sh = @install_sh@
252
268
libdir = @libdir@
253
269
libexecdir = @libexecdir@
 
270
localedir = @localedir@
254
271
localstatedir = @localstatedir@
255
272
mandir = @mandir@
256
273
mkdir_p = @mkdir_p@
257
274
oldincludedir = @oldincludedir@
 
275
pdfdir = @pdfdir@
258
276
prefix = @prefix@
259
277
program_transform_name = @program_transform_name@
 
278
psdir = @psdir@
260
279
sbindir = @sbindir@
261
280
sharedstatedir = @sharedstatedir@
262
281
sysconfdir = @sysconfdir@
263
282
target_alias = @target_alias@
264
283
@HAVE_INKSCAPE_TRUE@@HAVE_XSLTPROC_TRUE@SUBDIRS = figures
265
 
docdir = $(datadir)/doc/lasso
266
284
LASSOBOOK_FILES = book.rst common-knowledge.rst getting-lasso.rst \
267
285
                  integration.rst language-bindings.rst lasso-architecture.rst \
268
286
                  liberty-architecture.rst other-profiles.rst preface.rst \
269
287
                  single-sign-on.rst
270
288
 
271
 
@HAVE_REST2HTML_FALSE@doc_DATA = writing-a-c-sp.txt $(LASSOBOOK_FILES)
272
 
@HAVE_REST2HTML_TRUE@doc_DATA = writing-a-c-sp.html book.html
273
 
CLEANFILES = writing-a-c-sp.html book.html
274
 
EXTRA_DIST = lasso-book.txt writing-a-c-sp.txt $(LASSOBOOK_FILES)
 
289
SP_DOC_FILES = writing-a-c-sp.txt writing-a-php-sp.txt writing-a-java-sp.txt \
 
290
                  writing-a-saml2-php-sp.txt
 
291
 
 
292
SP_DOC_HTML = writing-a-c-sp.html writing-a-php-sp.html writing-a-java-sp.html \
 
293
                  writing-a-saml2-php-sp.html
 
294
 
 
295
@HAVE_REST2HTML_FALSE@doc_DATA = $(SP_DOC_FILES) $(LASSOBOOK_FILES)
 
296
@HAVE_REST2HTML_TRUE@doc_DATA = $(SP_DOC_HTML) book.html
 
297
CLEANFILES = $(SP_DOC_HTML) book.html
 
298
EXTRA_DIST = lasso-book.txt $(LASSOBOOK_FILES) $(SP_DOC_FILES)
275
299
all: all-recursive
276
300
 
277
301
.SUFFIXES:
319
343
        test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
320
344
        @list='$(doc_DATA)'; for p in $$list; do \
321
345
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
322
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
346
          f=$(am__strip_dir) \
323
347
          echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
324
348
          $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
325
349
        done
327
351
uninstall-docDATA:
328
352
        @$(NORMAL_UNINSTALL)
329
353
        @list='$(doc_DATA)'; for p in $$list; do \
330
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
354
          f=$(am__strip_dir) \
331
355
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
332
356
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
333
357
        done
339
363
#     (which will cause the Makefiles to be regenerated when you run `make');
340
364
# (2) otherwise, pass the desired values on the `make' command line.
341
365
$(RECURSIVE_TARGETS):
342
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
366
        @failcom='exit 1'; \
 
367
        for f in x $$MAKEFLAGS; do \
 
368
          case $$f in \
 
369
            *=* | --[!k]*);; \
 
370
            *k*) failcom='fail=yes';; \
 
371
          esac; \
 
372
        done; \
343
373
        dot_seen=no; \
344
374
        target=`echo $@ | sed s/-recursive//`; \
345
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
381
            local_target="$$target"; \
352
382
          fi; \
353
383
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
384
          || eval $$failcom; \
355
385
        done; \
356
386
        if test "$$dot_seen" = "no"; then \
357
387
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
359
389
 
360
390
mostlyclean-recursive clean-recursive distclean-recursive \
361
391
maintainer-clean-recursive:
362
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
392
        @failcom='exit 1'; \
 
393
        for f in x $$MAKEFLAGS; do \
 
394
          case $$f in \
 
395
            *=* | --[!k]*);; \
 
396
            *k*) failcom='fail=yes';; \
 
397
          esac; \
 
398
        done; \
363
399
        dot_seen=no; \
364
400
        case "$@" in \
365
401
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
380
416
            local_target="$$target"; \
381
417
          fi; \
382
418
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
419
          || eval $$failcom; \
384
420
        done && test -z "$$fail"
385
421
tags-recursive:
386
422
        list='$(SUBDIRS)'; for subdir in $$list; do \
482
518
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
483
519
          if test "$$subdir" = .; then :; else \
484
520
            test -d "$(distdir)/$$subdir" \
485
 
            || mkdir "$(distdir)/$$subdir" \
 
521
            || $(mkdir_p) "$(distdir)/$$subdir" \
486
522
            || exit 1; \
 
523
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
524
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
487
525
            (cd $$subdir && \
488
526
              $(MAKE) $(AM_MAKEFLAGS) \
489
 
                top_distdir="../$(top_distdir)" \
490
 
                distdir="../$(distdir)/$$subdir" \
 
527
                top_distdir="$$top_distdir" \
 
528
                distdir="$$distdir/$$subdir" \
491
529
                distdir) \
492
530
              || exit 1; \
493
531
          fi; \
520
558
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
521
559
 
522
560
distclean-generic:
523
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
561
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
524
562
 
525
563
maintainer-clean-generic:
526
564
        @echo "This command is intended for maintainers to use"
590
628
 
591
629
 
592
630
%.html: %.txt
593
 
        $(REST2HTML) $? > $@
 
631
        $(REST2HTML) --stylesheet=default.css --link-stylesheet $? > $@
594
632
 
595
633
%.html: %.rst
596
634
        $(REST2HTML) $? > $@