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

« back to all changes in this revision

Viewing changes to lasso/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_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
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 = lasso_config.h
50
49
CONFIG_CLEAN_FILES =
51
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(liblassoincludedir)"
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(libdir)" \
 
57
        "$(DESTDIR)$(liblassoincludedir)"
52
58
libLTLIBRARIES_INSTALL = $(INSTALL)
53
59
LTLIBRARIES = $(lib_LTLIBRARIES)
54
60
@WSF_ENABLED_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/lasso/id-wsf/liblasso-id-wsf.la
71
77
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
72
78
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
79
am__depfiles_maybe = depfiles
74
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/errors.Plo ./$(DEPDIR)/lasso.Plo
75
80
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76
81
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
82
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
78
83
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
79
84
        $(AM_CFLAGS) $(CFLAGS)
80
85
CCLD = $(CC)
81
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
86
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82
87
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
83
88
SOURCES = $(liblasso_la_SOURCES)
84
89
DIST_SOURCES = $(liblasso_la_SOURCES)
141
146
GCJ = @GCJ@
142
147
GCJDEPMODE = @GCJDEPMODE@
143
148
GCJFLAGS = @GCJFLAGS@
 
149
GREP = @GREP@
144
150
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
145
151
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
146
152
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
204
210
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
205
211
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
206
212
PERL_VERSION = @PERL_VERSION@
207
 
PHP = @PHP@
208
 
PHP_CONFIG = @PHP_CONFIG@
209
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
210
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
211
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
212
 
PHP_INCLUDES = @PHP_INCLUDES@
213
 
PHP_LDFLAGS = @PHP_LDFLAGS@
214
 
PHP_LIBS = @PHP_LIBS@
215
 
PHP_PATH = @PHP_PATH@
216
 
PHP_PREFIX = @PHP_PREFIX@
217
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
218
 
PHP_VERSION = @PHP_VERSION@
 
213
PHP4 = @PHP4@
 
214
PHP4_CONFIG = @PHP4_CONFIG@
 
215
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
216
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
217
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
218
PHP4_INCLUDES = @PHP4_INCLUDES@
 
219
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
220
PHP4_LIBS = @PHP4_LIBS@
 
221
PHP4_PREFIX = @PHP4_PREFIX@
 
222
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
223
PHP4_VERSION = @PHP4_VERSION@
 
224
PHP5 = @PHP5@
 
225
PHP5_CONFIG = @PHP5_CONFIG@
 
226
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
227
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
228
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
229
PHP5_INCLUDES = @PHP5_INCLUDES@
 
230
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
231
PHP5_LIBS = @PHP5_LIBS@
 
232
PHP5_PREFIX = @PHP5_PREFIX@
 
233
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
234
PHP5_VERSION = @PHP5_VERSION@
219
235
PKG_CONFIG = @PKG_CONFIG@
220
236
PYTHON = @PYTHON@
221
237
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
248
264
XSLTPROC = @XSLTPROC@
249
265
Z_CFLAGS = @Z_CFLAGS@
250
266
Z_LIBS = @Z_LIBS@
251
 
ac_ct_AR = @ac_ct_AR@
252
 
ac_ct_AS = @ac_ct_AS@
253
267
ac_ct_CC = @ac_ct_CC@
254
268
ac_ct_CXX = @ac_ct_CXX@
255
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
256
269
ac_ct_F77 = @ac_ct_F77@
257
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
258
 
ac_ct_RANLIB = @ac_ct_RANLIB@
259
 
ac_ct_RC = @ac_ct_RC@
260
 
ac_ct_STRIP = @ac_ct_STRIP@
261
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
262
270
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
263
271
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
264
272
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
268
276
am__include = @am__include@
269
277
am__leading_dot = @am__leading_dot@
270
278
am__quote = @am__quote@
 
279
am__tar = @am__tar@
 
280
am__untar = @am__untar@
271
281
bindir = @bindir@
272
282
build = @build@
273
283
build_alias = @build_alias@
275
285
build_os = @build_os@
276
286
build_vendor = @build_vendor@
277
287
datadir = @datadir@
 
288
datarootdir = @datarootdir@
 
289
docdir = @docdir@
 
290
dvidir = @dvidir@
278
291
exec_prefix = @exec_prefix@
279
292
host = @host@
280
293
host_alias = @host_alias@
281
294
host_cpu = @host_cpu@
282
295
host_os = @host_os@
283
296
host_vendor = @host_vendor@
 
297
htmldir = @htmldir@
284
298
includedir = @includedir@
285
299
infodir = @infodir@
286
300
install_sh = @install_sh@
287
301
libdir = @libdir@
288
302
libexecdir = @libexecdir@
 
303
localedir = @localedir@
289
304
localstatedir = @localstatedir@
290
305
mandir = @mandir@
291
306
mkdir_p = @mkdir_p@
292
307
oldincludedir = @oldincludedir@
 
308
pdfdir = @pdfdir@
293
309
prefix = @prefix@
294
310
program_transform_name = @program_transform_name@
 
311
psdir = @psdir@
295
312
sbindir = @sbindir@
296
313
sharedstatedir = @sharedstatedir@
297
314
sysconfdir = @sysconfdir@
336
353
# Just make damn sure the ABI stays the same between
337
354
# upgrades.
338
355
# Obviously if you don't, fixing the situation up again can be painful. 
339
 
@MINGW_TRUE@liblasso_la_LDFLAGS = -no-undefined -version-info @LASSO_VERSION_INFO@ \
 
356
@MINGW_TRUE@liblasso_la_LDFLAGS = -version-info @LASSO_VERSION_INFO@ \
340
357
@MINGW_TRUE@                      -Wl,--add-stdcall-alias 
341
358
 
342
359
all: $(BUILT_SOURCES) lasso_config.h
395
412
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
396
413
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
397
414
          if test -f $$p; then \
398
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
415
            f=$(am__strip_dir) \
399
416
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
400
417
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
401
418
          else :; fi; \
403
420
 
404
421
uninstall-libLTLIBRARIES:
405
422
        @$(NORMAL_UNINSTALL)
406
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
407
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
423
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
424
          p=$(am__strip_dir) \
408
425
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
409
426
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
410
427
        done
433
450
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
434
451
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
435
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
437
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438
454
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
439
455
 
440
456
.c.obj:
441
457
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
442
458
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
443
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
445
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446
461
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
447
462
 
448
463
.c.lo:
449
464
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
450
465
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
451
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
452
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
453
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
468
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
455
469
 
456
470
mostlyclean-libtool:
467
481
        test -z "$(liblassoincludedir)" || $(mkdir_p) "$(DESTDIR)$(liblassoincludedir)"
468
482
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
469
483
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
470
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
484
          f=$(am__strip_dir) \
471
485
          echo " $(liblassoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
472
486
          $(liblassoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(liblassoincludedir)/$$f"; \
473
487
        done
475
489
uninstall-liblassoincludeHEADERS:
476
490
        @$(NORMAL_UNINSTALL)
477
491
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
478
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
492
          f=$(am__strip_dir) \
479
493
          echo " rm -f '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
480
494
          rm -f "$(DESTDIR)$(liblassoincludedir)/$$f"; \
481
495
        done
487
501
#     (which will cause the Makefiles to be regenerated when you run `make');
488
502
# (2) otherwise, pass the desired values on the `make' command line.
489
503
$(RECURSIVE_TARGETS):
490
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
504
        @failcom='exit 1'; \
 
505
        for f in x $$MAKEFLAGS; do \
 
506
          case $$f in \
 
507
            *=* | --[!k]*);; \
 
508
            *k*) failcom='fail=yes';; \
 
509
          esac; \
 
510
        done; \
491
511
        dot_seen=no; \
492
512
        target=`echo $@ | sed s/-recursive//`; \
493
513
        list='$(SUBDIRS)'; for subdir in $$list; do \
499
519
            local_target="$$target"; \
500
520
          fi; \
501
521
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
502
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
522
          || eval $$failcom; \
503
523
        done; \
504
524
        if test "$$dot_seen" = "no"; then \
505
525
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
507
527
 
508
528
mostlyclean-recursive clean-recursive distclean-recursive \
509
529
maintainer-clean-recursive:
510
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
530
        @failcom='exit 1'; \
 
531
        for f in x $$MAKEFLAGS; do \
 
532
          case $$f in \
 
533
            *=* | --[!k]*);; \
 
534
            *k*) failcom='fail=yes';; \
 
535
          esac; \
 
536
        done; \
511
537
        dot_seen=no; \
512
538
        case "$@" in \
513
539
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
528
554
            local_target="$$target"; \
529
555
          fi; \
530
556
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
531
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
557
          || eval $$failcom; \
532
558
        done && test -z "$$fail"
533
559
tags-recursive:
534
560
        list='$(SUBDIRS)'; for subdir in $$list; do \
627
653
            || exit 1; \
628
654
          fi; \
629
655
        done
630
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
656
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
631
657
          if test "$$subdir" = .; then :; else \
632
658
            test -d "$(distdir)/$$subdir" \
633
 
            || mkdir "$(distdir)/$$subdir" \
 
659
            || $(mkdir_p) "$(distdir)/$$subdir" \
634
660
            || exit 1; \
 
661
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
662
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
635
663
            (cd $$subdir && \
636
664
              $(MAKE) $(AM_MAKEFLAGS) \
637
 
                top_distdir="../$(top_distdir)" \
638
 
                distdir="../$(distdir)/$$subdir" \
 
665
                top_distdir="$$top_distdir" \
 
666
                distdir="$$distdir/$$subdir" \
639
667
                distdir) \
640
668
              || exit 1; \
641
669
          fi; \
669
697
clean-generic:
670
698
 
671
699
distclean-generic:
672
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
700
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
673
701
 
674
702
maintainer-clean-generic:
675
703
        @echo "This command is intended for maintainers to use"