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

« back to all changes in this revision

Viewing changes to lasso/saml-2.0/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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(liblasso_saml_20_la_SOURCES)
18
17
 
19
18
srcdir = @srcdir@
20
19
top_srcdir = @top_srcdir@
36
35
NORMAL_UNINSTALL = :
37
36
PRE_UNINSTALL = :
38
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
39
39
host_triplet = @host@
40
40
subdir = lasso/saml-2.0
41
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
DIST_COMMON = $(liblassoinclude_HEADERS) $(srcdir)/Makefile.am \
 
42
        $(srcdir)/Makefile.in
42
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
46
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(mkdir_p)
 
47
mkinstalldirs = $(install_sh) -d
47
48
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
48
49
CONFIG_CLEAN_FILES =
49
50
LTLIBRARIES = $(noinst_LTLIBRARIES)
50
51
liblasso_saml_20_la_LIBADD =
51
 
am_liblasso_saml_20_la_OBJECTS = federation.lo profile.lo provider.lo \
52
 
        login.lo logout.lo
 
52
am_liblasso_saml_20_la_OBJECTS = ecp.lo federation.lo profile.lo \
 
53
        provider.lo login.lo logout.lo name_id_management.lo server.lo
53
54
liblasso_saml_20_la_OBJECTS = $(am_liblasso_saml_20_la_OBJECTS)
54
55
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lasso
55
56
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
57
am__depfiles_maybe = depfiles
57
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/federation.Plo \
58
 
@AMDEP_TRUE@    ./$(DEPDIR)/login.Plo ./$(DEPDIR)/logout.Plo \
59
 
@AMDEP_TRUE@    ./$(DEPDIR)/profile.Plo ./$(DEPDIR)/provider.Plo
60
58
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
59
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
60
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
63
61
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
64
62
        $(AM_CFLAGS) $(CFLAGS)
65
63
CCLD = $(CC)
66
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
64
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
67
65
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
68
66
SOURCES = $(liblasso_saml_20_la_SOURCES)
69
67
DIST_SOURCES = $(liblasso_saml_20_la_SOURCES)
 
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
69
am__vpath_adj = case $$p in \
 
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
71
    *) f=$$p;; \
 
72
  esac;
 
73
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
74
am__installdirs = "$(DESTDIR)$(liblassoincludedir)"
 
75
liblassoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
76
HEADERS = $(liblassoinclude_HEADERS)
70
77
ETAGS = etags
71
78
CTAGS = ctags
72
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
124
GCJ = @GCJ@
118
125
GCJDEPMODE = @GCJDEPMODE@
119
126
GCJFLAGS = @GCJFLAGS@
 
127
GREP = @GREP@
120
128
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
121
129
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
122
130
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
180
188
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
181
189
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
182
190
PERL_VERSION = @PERL_VERSION@
183
 
PHP = @PHP@
184
 
PHP_CONFIG = @PHP_CONFIG@
185
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
186
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
187
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
188
 
PHP_INCLUDES = @PHP_INCLUDES@
189
 
PHP_LDFLAGS = @PHP_LDFLAGS@
190
 
PHP_LIBS = @PHP_LIBS@
191
 
PHP_PATH = @PHP_PATH@
192
 
PHP_PREFIX = @PHP_PREFIX@
193
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
194
 
PHP_VERSION = @PHP_VERSION@
 
191
PHP4 = @PHP4@
 
192
PHP4_CONFIG = @PHP4_CONFIG@
 
193
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
194
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
195
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
196
PHP4_INCLUDES = @PHP4_INCLUDES@
 
197
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
198
PHP4_LIBS = @PHP4_LIBS@
 
199
PHP4_PREFIX = @PHP4_PREFIX@
 
200
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
201
PHP4_VERSION = @PHP4_VERSION@
 
202
PHP5 = @PHP5@
 
203
PHP5_CONFIG = @PHP5_CONFIG@
 
204
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
205
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
206
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
207
PHP5_INCLUDES = @PHP5_INCLUDES@
 
208
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
209
PHP5_LIBS = @PHP5_LIBS@
 
210
PHP5_PREFIX = @PHP5_PREFIX@
 
211
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
212
PHP5_VERSION = @PHP5_VERSION@
195
213
PKG_CONFIG = @PKG_CONFIG@
196
214
PYTHON = @PYTHON@
197
215
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
224
242
XSLTPROC = @XSLTPROC@
225
243
Z_CFLAGS = @Z_CFLAGS@
226
244
Z_LIBS = @Z_LIBS@
227
 
ac_ct_AR = @ac_ct_AR@
228
 
ac_ct_AS = @ac_ct_AS@
229
245
ac_ct_CC = @ac_ct_CC@
230
246
ac_ct_CXX = @ac_ct_CXX@
231
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
232
247
ac_ct_F77 = @ac_ct_F77@
233
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
234
 
ac_ct_RANLIB = @ac_ct_RANLIB@
235
 
ac_ct_RC = @ac_ct_RC@
236
 
ac_ct_STRIP = @ac_ct_STRIP@
237
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
238
248
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
239
249
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
240
250
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
244
254
am__include = @am__include@
245
255
am__leading_dot = @am__leading_dot@
246
256
am__quote = @am__quote@
 
257
am__tar = @am__tar@
 
258
am__untar = @am__untar@
247
259
bindir = @bindir@
248
260
build = @build@
249
261
build_alias = @build_alias@
251
263
build_os = @build_os@
252
264
build_vendor = @build_vendor@
253
265
datadir = @datadir@
 
266
datarootdir = @datarootdir@
 
267
docdir = @docdir@
 
268
dvidir = @dvidir@
254
269
exec_prefix = @exec_prefix@
255
270
host = @host@
256
271
host_alias = @host_alias@
257
272
host_cpu = @host_cpu@
258
273
host_os = @host_os@
259
274
host_vendor = @host_vendor@
 
275
htmldir = @htmldir@
260
276
includedir = @includedir@
261
277
infodir = @infodir@
262
278
install_sh = @install_sh@
263
279
libdir = @libdir@
264
280
libexecdir = @libexecdir@
 
281
localedir = @localedir@
265
282
localstatedir = @localstatedir@
266
283
mandir = @mandir@
267
284
mkdir_p = @mkdir_p@
268
285
oldincludedir = @oldincludedir@
 
286
pdfdir = @pdfdir@
269
287
prefix = @prefix@
270
288
program_transform_name = @program_transform_name@
 
289
psdir = @psdir@
271
290
sbindir = @sbindir@
272
291
sharedstatedir = @sharedstatedir@
273
292
sysconfdir = @sysconfdir@
282
301
 
283
302
noinst_LTLIBRARIES = liblasso-saml-20.la
284
303
liblasso_saml_20_la_SOURCES = \
 
304
        ecp.c \
285
305
        federation.c \
286
306
        profile.c \
287
307
        provider.c \
288
308
        login.c \
289
 
        logout.c
 
309
        logout.c \
 
310
        name_id_management.c \
 
311
        server.c
 
312
 
 
313
liblassoinclude_HEADERS = \
 
314
        ecp.h \
 
315
        profile.h \
 
316
        name_id_management.h
290
317
 
291
318
lasso_private_h_sources = \
292
319
        federationprivate.h \
293
320
        profileprivate.h \
294
321
        providerprivate.h \
295
322
        loginprivate.h \
296
 
        logoutprivate.h
 
323
        logoutprivate.h \
 
324
        serverprivate.h \
 
325
        ecpprivate.h
297
326
 
298
327
EXTRA_DIST = $(lasso_private_h_sources)
299
328
all: all-am
347
376
distclean-compile:
348
377
        -rm -f *.tab.c
349
378
 
 
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecp.Plo@am__quote@
350
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/federation.Plo@am__quote@
351
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/login.Plo@am__quote@
352
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logout.Plo@am__quote@
 
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/name_id_management.Plo@am__quote@
353
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profile.Plo@am__quote@
354
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/provider.Plo@am__quote@
 
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
355
387
 
356
388
.c.o:
357
389
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
358
390
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
359
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
393
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
363
394
 
364
395
.c.obj:
365
396
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
366
397
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
367
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
369
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370
400
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
371
401
 
372
402
.c.lo:
373
403
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
374
404
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
375
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
376
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
377
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378
407
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
379
408
 
380
409
mostlyclean-libtool:
386
415
distclean-libtool:
387
416
        -rm -f libtool
388
417
uninstall-info-am:
 
418
install-liblassoincludeHEADERS: $(liblassoinclude_HEADERS)
 
419
        @$(NORMAL_INSTALL)
 
420
        test -z "$(liblassoincludedir)" || $(mkdir_p) "$(DESTDIR)$(liblassoincludedir)"
 
421
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
 
422
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
423
          f=$(am__strip_dir) \
 
424
          echo " $(liblassoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
 
425
          $(liblassoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(liblassoincludedir)/$$f"; \
 
426
        done
 
427
 
 
428
uninstall-liblassoincludeHEADERS:
 
429
        @$(NORMAL_UNINSTALL)
 
430
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
 
431
          f=$(am__strip_dir) \
 
432
          echo " rm -f '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
 
433
          rm -f "$(DESTDIR)$(liblassoincludedir)/$$f"; \
 
434
        done
389
435
 
390
436
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
391
437
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464
510
        done
465
511
check-am: all-am
466
512
check: check-am
467
 
all-am: Makefile $(LTLIBRARIES)
 
513
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
468
514
installdirs:
 
515
        for dir in "$(DESTDIR)$(liblassoincludedir)"; do \
 
516
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
517
        done
469
518
install: install-am
470
519
install-exec: install-exec-am
471
520
install-data: install-data-am
485
534
clean-generic:
486
535
 
487
536
distclean-generic:
488
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
537
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
489
538
 
490
539
maintainer-clean-generic:
491
540
        @echo "This command is intended for maintainers to use"
511
560
 
512
561
info-am:
513
562
 
514
 
install-data-am:
 
563
install-data-am: install-liblassoincludeHEADERS
515
564
 
516
565
install-exec-am:
517
566
 
539
588
 
540
589
ps-am:
541
590
 
542
 
uninstall-am: uninstall-info-am
 
591
uninstall-am: uninstall-info-am uninstall-liblassoincludeHEADERS
543
592
 
544
593
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
545
594
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
546
595
        distclean-compile distclean-generic distclean-libtool \
547
596
        distclean-tags distdir dvi dvi-am html html-am info info-am \
548
597
        install install-am install-data install-data-am install-exec \
549
 
        install-exec-am install-info install-info-am install-man \
550
 
        install-strip installcheck installcheck-am installdirs \
551
 
        maintainer-clean maintainer-clean-generic mostlyclean \
552
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
553
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
554
 
        uninstall-info-am
 
598
        install-exec-am install-info install-info-am \
 
599
        install-liblassoincludeHEADERS install-man install-strip \
 
600
        installcheck installcheck-am installdirs maintainer-clean \
 
601
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
602
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
603
        tags uninstall uninstall-am uninstall-info-am \
 
604
        uninstall-liblassoincludeHEADERS
555
605
 
556
606
# Tell versions [3.59,3.63) of GNU make to not export all variables.
557
607
# Otherwise a system limit (for SysV at least) may be exceeded.