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

« back to all changes in this revision

Viewing changes to 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
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
40
        $(srcdir)/Makefile.in $(srcdir)/lasso-src-config.in \
47
48
        $(ACLOCAL_M4)
48
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49
50
 configure.lineno configure.status.lineno
50
 
mkinstalldirs = $(mkdir_p)
 
51
mkinstalldirs = $(install_sh) -d
51
52
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
52
53
CONFIG_CLEAN_FILES = lasso-src-config lasso.pc
53
54
SOURCES =
58
59
        install-recursive installcheck-recursive installdirs-recursive \
59
60
        pdf-recursive ps-recursive uninstall-info-recursive \
60
61
        uninstall-recursive
 
62
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
63
am__vpath_adj = case $$p in \
 
64
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
65
    *) f=$$p;; \
 
66
  esac;
 
67
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61
68
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
62
69
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
63
70
DATA = $(pkgconfig_DATA)
64
71
ETAGS = etags
65
72
CTAGS = ctags
66
 
DIST_SUBDIRS = lasso swig php python java perl tests win32 docs
 
73
DIST_SUBDIRS = lasso swig php php5 python java perl tests win32 docs
67
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68
75
distdir = $(PACKAGE)-$(VERSION)
69
76
top_distdir = $(distdir)
122
129
GCJ = @GCJ@
123
130
GCJDEPMODE = @GCJDEPMODE@
124
131
GCJFLAGS = @GCJFLAGS@
 
132
GREP = @GREP@
125
133
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
126
134
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
127
135
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
185
193
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
186
194
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
187
195
PERL_VERSION = @PERL_VERSION@
188
 
PHP = @PHP@
189
 
PHP_CONFIG = @PHP_CONFIG@
190
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
191
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
192
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
193
 
PHP_INCLUDES = @PHP_INCLUDES@
194
 
PHP_LDFLAGS = @PHP_LDFLAGS@
195
 
PHP_LIBS = @PHP_LIBS@
196
 
PHP_PATH = @PHP_PATH@
197
 
PHP_PREFIX = @PHP_PREFIX@
198
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
199
 
PHP_VERSION = @PHP_VERSION@
 
196
PHP4 = @PHP4@
 
197
PHP4_CONFIG = @PHP4_CONFIG@
 
198
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
199
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
200
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
201
PHP4_INCLUDES = @PHP4_INCLUDES@
 
202
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
203
PHP4_LIBS = @PHP4_LIBS@
 
204
PHP4_PREFIX = @PHP4_PREFIX@
 
205
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
206
PHP4_VERSION = @PHP4_VERSION@
 
207
PHP5 = @PHP5@
 
208
PHP5_CONFIG = @PHP5_CONFIG@
 
209
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
210
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
211
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
212
PHP5_INCLUDES = @PHP5_INCLUDES@
 
213
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
214
PHP5_LIBS = @PHP5_LIBS@
 
215
PHP5_PREFIX = @PHP5_PREFIX@
 
216
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
217
PHP5_VERSION = @PHP5_VERSION@
200
218
PKG_CONFIG = @PKG_CONFIG@
201
219
PYTHON = @PYTHON@
202
220
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
229
247
XSLTPROC = @XSLTPROC@
230
248
Z_CFLAGS = @Z_CFLAGS@
231
249
Z_LIBS = @Z_LIBS@
232
 
ac_ct_AR = @ac_ct_AR@
233
 
ac_ct_AS = @ac_ct_AS@
234
250
ac_ct_CC = @ac_ct_CC@
235
251
ac_ct_CXX = @ac_ct_CXX@
236
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
237
252
ac_ct_F77 = @ac_ct_F77@
238
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
239
 
ac_ct_RANLIB = @ac_ct_RANLIB@
240
 
ac_ct_RC = @ac_ct_RC@
241
 
ac_ct_STRIP = @ac_ct_STRIP@
242
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
243
253
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
244
254
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
245
255
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
249
259
am__include = @am__include@
250
260
am__leading_dot = @am__leading_dot@
251
261
am__quote = @am__quote@
 
262
am__tar = @am__tar@
 
263
am__untar = @am__untar@
252
264
bindir = @bindir@
253
265
build = @build@
254
266
build_alias = @build_alias@
256
268
build_os = @build_os@
257
269
build_vendor = @build_vendor@
258
270
datadir = @datadir@
 
271
datarootdir = @datarootdir@
 
272
docdir = @docdir@
 
273
dvidir = @dvidir@
259
274
exec_prefix = @exec_prefix@
260
275
host = @host@
261
276
host_alias = @host_alias@
262
277
host_cpu = @host_cpu@
263
278
host_os = @host_os@
264
279
host_vendor = @host_vendor@
 
280
htmldir = @htmldir@
265
281
includedir = @includedir@
266
282
infodir = @infodir@
267
283
install_sh = @install_sh@
268
284
libdir = @libdir@
269
285
libexecdir = @libexecdir@
 
286
localedir = @localedir@
270
287
localstatedir = @localstatedir@
271
288
mandir = @mandir@
272
289
mkdir_p = @mkdir_p@
273
290
oldincludedir = @oldincludedir@
 
291
pdfdir = @pdfdir@
274
292
prefix = @prefix@
275
293
program_transform_name = @program_transform_name@
 
294
psdir = @psdir@
276
295
sbindir = @sbindir@
277
296
sharedstatedir = @sharedstatedir@
278
297
sysconfdir = @sysconfdir@
279
298
target_alias = @target_alias@
280
299
@PYTHON_ENABLED_TRUE@PYTHON_SD = python
281
300
@JAVA_ENABLED_TRUE@JAVA_SD = java
282
 
@PHP_ENABLED_TRUE@PHP_SD = php
 
301
@PHP4_ENABLED_TRUE@PHP4_SD = php
 
302
@PHP5_ENABLED_TRUE@PHP5_SD = php5
283
303
@CSHARP_ENABLED_TRUE@CSHARP_SD = csharp
284
304
@PERL_ENABLED_TRUE@PERL_SD = perl
285
305
SUBDIRS = lasso \
286
306
                  swig \
287
 
                  $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(PERL_SD) \
 
307
                  $(PHP4_SD) $(PHP5_SD) $(PYTHON_SD) $(JAVA_SD) $(PERL_SD) \
288
308
                  tests \
289
309
                  win32 \
290
310
                  docs
348
368
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
349
369
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
350
370
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
351
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
371
          f=$(am__strip_dir) \
352
372
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
353
373
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
354
374
        done
356
376
uninstall-pkgconfigDATA:
357
377
        @$(NORMAL_UNINSTALL)
358
378
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
359
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
379
          f=$(am__strip_dir) \
360
380
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
361
381
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
362
382
        done
368
388
#     (which will cause the Makefiles to be regenerated when you run `make');
369
389
# (2) otherwise, pass the desired values on the `make' command line.
370
390
$(RECURSIVE_TARGETS):
371
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
391
        @failcom='exit 1'; \
 
392
        for f in x $$MAKEFLAGS; do \
 
393
          case $$f in \
 
394
            *=* | --[!k]*);; \
 
395
            *k*) failcom='fail=yes';; \
 
396
          esac; \
 
397
        done; \
372
398
        dot_seen=no; \
373
399
        target=`echo $@ | sed s/-recursive//`; \
374
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
406
            local_target="$$target"; \
381
407
          fi; \
382
408
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
409
          || eval $$failcom; \
384
410
        done; \
385
411
        if test "$$dot_seen" = "no"; then \
386
412
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
388
414
 
389
415
mostlyclean-recursive clean-recursive distclean-recursive \
390
416
maintainer-clean-recursive:
391
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
417
        @failcom='exit 1'; \
 
418
        for f in x $$MAKEFLAGS; do \
 
419
          case $$f in \
 
420
            *=* | --[!k]*);; \
 
421
            *k*) failcom='fail=yes';; \
 
422
          esac; \
 
423
        done; \
392
424
        dot_seen=no; \
393
425
        case "$@" in \
394
426
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
409
441
            local_target="$$target"; \
410
442
          fi; \
411
443
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
444
          || eval $$failcom; \
413
445
        done && test -z "$$fail"
414
446
tags-recursive:
415
447
        list='$(SUBDIRS)'; for subdir in $$list; do \
514
546
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515
547
          if test "$$subdir" = .; then :; else \
516
548
            test -d "$(distdir)/$$subdir" \
517
 
            || mkdir "$(distdir)/$$subdir" \
 
549
            || $(mkdir_p) "$(distdir)/$$subdir" \
518
550
            || exit 1; \
 
551
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
552
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
519
553
            (cd $$subdir && \
520
554
              $(MAKE) $(AM_MAKEFLAGS) \
521
 
                top_distdir="../$(top_distdir)" \
522
 
                distdir="../$(distdir)/$$subdir" \
 
555
                top_distdir="$$top_distdir" \
 
556
                distdir="$$distdir/$$subdir" \
523
557
                distdir) \
524
558
              || exit 1; \
525
559
          fi; \
530
564
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
531
565
        || chmod -R a+r $(distdir)
532
566
dist-gzip: distdir
533
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
567
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
534
568
        $(am__remove_distdir)
535
569
 
536
570
dist-bzip2: distdir
537
 
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
571
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
538
572
        $(am__remove_distdir)
539
573
 
540
574
dist-tarZ: distdir
541
 
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
575
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
542
576
        $(am__remove_distdir)
543
577
 
544
578
dist-shar: distdir
551
585
        $(am__remove_distdir)
552
586
 
553
587
dist dist-all: distdir
554
 
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
588
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
555
589
        $(am__remove_distdir)
556
590
 
557
591
# This target untars the dist file and tries a VPATH configuration.  Then
560
594
distcheck: dist
561
595
        case '$(DIST_ARCHIVES)' in \
562
596
        *.tar.gz*) \
563
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
597
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
564
598
        *.tar.bz2*) \
565
 
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
599
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
566
600
        *.tar.Z*) \
567
 
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
601
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568
602
        *.shar.gz*) \
569
603
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
570
604
        *.zip*) \
648
682
clean-generic:
649
683
 
650
684
distclean-generic:
651
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
685
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
652
686
 
653
687
maintainer-clean-generic:
654
688
        @echo "This command is intended for maintainers to use"