~ubuntu-branches/ubuntu/intrepid/lasso/intrepid-security

« back to all changes in this revision

Viewing changes to lasso/id-ff/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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
SOURCES = $(liblasso_id_ff_la_SOURCES)
19
 
 
20
18
srcdir = @srcdir@
21
19
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
37
35
NORMAL_UNINSTALL = :
38
36
PRE_UNINSTALL = :
39
37
POST_UNINSTALL = :
 
38
build_triplet = @build@
40
39
host_triplet = @host@
41
40
subdir = lasso/id-ff
42
41
DIST_COMMON = $(liblassoinclude_HEADERS) $(srcdir)/Makefile.am \
45
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
46
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(mkdir_p)
 
47
mkinstalldirs = $(install_sh) -d
49
48
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
50
49
CONFIG_CLEAN_FILES =
51
50
LTLIBRARIES = $(noinst_LTLIBRARIES)
58
57
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lasso
59
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
59
am__depfiles_maybe = depfiles
61
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/defederation.Plo \
62
 
@AMDEP_TRUE@    ./$(DEPDIR)/federation.Plo \
63
 
@AMDEP_TRUE@    ./$(DEPDIR)/identity.Plo ./$(DEPDIR)/lecp.Plo \
64
 
@AMDEP_TRUE@    ./$(DEPDIR)/login.Plo ./$(DEPDIR)/logout.Plo \
65
 
@AMDEP_TRUE@    ./$(DEPDIR)/name_identifier_mapping.Plo \
66
 
@AMDEP_TRUE@    ./$(DEPDIR)/name_registration.Plo \
67
 
@AMDEP_TRUE@    ./$(DEPDIR)/profile.Plo ./$(DEPDIR)/provider.Plo \
68
 
@AMDEP_TRUE@    ./$(DEPDIR)/server.Plo ./$(DEPDIR)/session.Plo
69
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
62
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72
63
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73
64
        $(AM_CFLAGS) $(CFLAGS)
74
65
CCLD = $(CC)
75
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
66
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76
67
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
77
68
SOURCES = $(liblasso_id_ff_la_SOURCES)
78
69
DIST_SOURCES = $(liblasso_id_ff_la_SOURCES)
 
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
71
am__vpath_adj = case $$p in \
 
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
73
    *) f=$$p;; \
 
74
  esac;
 
75
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
79
76
am__installdirs = "$(DESTDIR)$(liblassoincludedir)"
80
77
liblassoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
81
78
HEADERS = $(liblassoinclude_HEADERS)
129
126
GCJ = @GCJ@
130
127
GCJDEPMODE = @GCJDEPMODE@
131
128
GCJFLAGS = @GCJFLAGS@
 
129
GREP = @GREP@
132
130
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
133
131
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
134
132
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
192
190
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
193
191
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
194
192
PERL_VERSION = @PERL_VERSION@
195
 
PHP = @PHP@
196
 
PHP_CONFIG = @PHP_CONFIG@
197
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
198
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
199
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
200
 
PHP_INCLUDES = @PHP_INCLUDES@
201
 
PHP_LDFLAGS = @PHP_LDFLAGS@
202
 
PHP_LIBS = @PHP_LIBS@
203
 
PHP_PATH = @PHP_PATH@
204
 
PHP_PREFIX = @PHP_PREFIX@
205
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
206
 
PHP_VERSION = @PHP_VERSION@
 
193
PHP4 = @PHP4@
 
194
PHP4_CONFIG = @PHP4_CONFIG@
 
195
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
196
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
197
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
198
PHP4_INCLUDES = @PHP4_INCLUDES@
 
199
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
200
PHP4_LIBS = @PHP4_LIBS@
 
201
PHP4_PREFIX = @PHP4_PREFIX@
 
202
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
203
PHP4_VERSION = @PHP4_VERSION@
 
204
PHP5 = @PHP5@
 
205
PHP5_CONFIG = @PHP5_CONFIG@
 
206
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
207
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
208
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
209
PHP5_INCLUDES = @PHP5_INCLUDES@
 
210
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
211
PHP5_LIBS = @PHP5_LIBS@
 
212
PHP5_PREFIX = @PHP5_PREFIX@
 
213
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
214
PHP5_VERSION = @PHP5_VERSION@
207
215
PKG_CONFIG = @PKG_CONFIG@
208
216
PYTHON = @PYTHON@
209
217
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
236
244
XSLTPROC = @XSLTPROC@
237
245
Z_CFLAGS = @Z_CFLAGS@
238
246
Z_LIBS = @Z_LIBS@
239
 
ac_ct_AR = @ac_ct_AR@
240
 
ac_ct_AS = @ac_ct_AS@
241
247
ac_ct_CC = @ac_ct_CC@
242
248
ac_ct_CXX = @ac_ct_CXX@
243
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
244
249
ac_ct_F77 = @ac_ct_F77@
245
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
246
 
ac_ct_RANLIB = @ac_ct_RANLIB@
247
 
ac_ct_RC = @ac_ct_RC@
248
 
ac_ct_STRIP = @ac_ct_STRIP@
249
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
250
250
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
251
251
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
252
252
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
256
256
am__include = @am__include@
257
257
am__leading_dot = @am__leading_dot@
258
258
am__quote = @am__quote@
 
259
am__tar = @am__tar@
 
260
am__untar = @am__untar@
259
261
bindir = @bindir@
260
262
build = @build@
261
263
build_alias = @build_alias@
263
265
build_os = @build_os@
264
266
build_vendor = @build_vendor@
265
267
datadir = @datadir@
 
268
datarootdir = @datarootdir@
 
269
docdir = @docdir@
 
270
dvidir = @dvidir@
266
271
exec_prefix = @exec_prefix@
267
272
host = @host@
268
273
host_alias = @host_alias@
269
274
host_cpu = @host_cpu@
270
275
host_os = @host_os@
271
276
host_vendor = @host_vendor@
 
277
htmldir = @htmldir@
272
278
includedir = @includedir@
273
279
infodir = @infodir@
274
280
install_sh = @install_sh@
275
281
libdir = @libdir@
276
282
libexecdir = @libexecdir@
 
283
localedir = @localedir@
277
284
localstatedir = @localstatedir@
278
285
mandir = @mandir@
279
286
mkdir_p = @mkdir_p@
280
287
oldincludedir = @oldincludedir@
 
288
pdfdir = @pdfdir@
281
289
prefix = @prefix@
282
290
program_transform_name = @program_transform_name@
 
291
psdir = @psdir@
283
292
sbindir = @sbindir@
284
293
sharedstatedir = @sharedstatedir@
285
294
sysconfdir = @sysconfdir@
313
322
        providerprivate.h \
314
323
        serverprivate.h \
315
324
        sessionprivate.h \
316
 
        logoutprivate.h
 
325
        logoutprivate.h \
 
326
        loginprivate.h
317
327
 
318
328
liblassoinclude_HEADERS = \
319
329
        defederation.h \
398
408
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
399
409
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
400
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
401
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
402
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403
412
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
404
413
 
405
414
.c.obj:
406
415
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
407
416
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
408
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
410
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411
419
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
412
420
 
413
421
.c.lo:
414
422
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
415
423
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
416
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
417
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
418
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
426
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
420
427
 
421
428
mostlyclean-libtool:
432
439
        test -z "$(liblassoincludedir)" || $(mkdir_p) "$(DESTDIR)$(liblassoincludedir)"
433
440
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
434
441
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
435
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
442
          f=$(am__strip_dir) \
436
443
          echo " $(liblassoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
437
444
          $(liblassoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(liblassoincludedir)/$$f"; \
438
445
        done
440
447
uninstall-liblassoincludeHEADERS:
441
448
        @$(NORMAL_UNINSTALL)
442
449
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
443
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
450
          f=$(am__strip_dir) \
444
451
          echo " rm -f '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
445
452
          rm -f "$(DESTDIR)$(liblassoincludedir)/$$f"; \
446
453
        done
546
553
clean-generic:
547
554
 
548
555
distclean-generic:
549
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
556
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550
557
 
551
558
maintainer-clean-generic:
552
559
        @echo "This command is intended for maintainers to use"