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

« back to all changes in this revision

Viewing changes to swig/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.
33
33
NORMAL_UNINSTALL = :
34
34
PRE_UNINSTALL = :
35
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
36
37
host_triplet = @host@
37
38
subdir = swig
38
39
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 = wsf-support.i
47
48
SOURCES =
103
104
GCJ = @GCJ@
104
105
GCJDEPMODE = @GCJDEPMODE@
105
106
GCJFLAGS = @GCJFLAGS@
 
107
GREP = @GREP@
106
108
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
107
109
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
108
110
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
166
168
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
167
169
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
168
170
PERL_VERSION = @PERL_VERSION@
169
 
PHP = @PHP@
170
 
PHP_CONFIG = @PHP_CONFIG@
171
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
172
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
173
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
174
 
PHP_INCLUDES = @PHP_INCLUDES@
175
 
PHP_LDFLAGS = @PHP_LDFLAGS@
176
 
PHP_LIBS = @PHP_LIBS@
177
 
PHP_PATH = @PHP_PATH@
178
 
PHP_PREFIX = @PHP_PREFIX@
179
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
180
 
PHP_VERSION = @PHP_VERSION@
 
171
PHP4 = @PHP4@
 
172
PHP4_CONFIG = @PHP4_CONFIG@
 
173
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
174
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
175
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
176
PHP4_INCLUDES = @PHP4_INCLUDES@
 
177
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
178
PHP4_LIBS = @PHP4_LIBS@
 
179
PHP4_PREFIX = @PHP4_PREFIX@
 
180
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
181
PHP4_VERSION = @PHP4_VERSION@
 
182
PHP5 = @PHP5@
 
183
PHP5_CONFIG = @PHP5_CONFIG@
 
184
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
185
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
186
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
187
PHP5_INCLUDES = @PHP5_INCLUDES@
 
188
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
189
PHP5_LIBS = @PHP5_LIBS@
 
190
PHP5_PREFIX = @PHP5_PREFIX@
 
191
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
192
PHP5_VERSION = @PHP5_VERSION@
181
193
PKG_CONFIG = @PKG_CONFIG@
182
194
PYTHON = @PYTHON@
183
195
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
210
222
XSLTPROC = @XSLTPROC@
211
223
Z_CFLAGS = @Z_CFLAGS@
212
224
Z_LIBS = @Z_LIBS@
213
 
ac_ct_AR = @ac_ct_AR@
214
 
ac_ct_AS = @ac_ct_AS@
215
225
ac_ct_CC = @ac_ct_CC@
216
226
ac_ct_CXX = @ac_ct_CXX@
217
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
218
227
ac_ct_F77 = @ac_ct_F77@
219
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
220
 
ac_ct_RANLIB = @ac_ct_RANLIB@
221
 
ac_ct_RC = @ac_ct_RC@
222
 
ac_ct_STRIP = @ac_ct_STRIP@
223
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
224
228
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
225
229
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
226
230
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
230
234
am__include = @am__include@
231
235
am__leading_dot = @am__leading_dot@
232
236
am__quote = @am__quote@
 
237
am__tar = @am__tar@
 
238
am__untar = @am__untar@
233
239
bindir = @bindir@
234
240
build = @build@
235
241
build_alias = @build_alias@
237
243
build_os = @build_os@
238
244
build_vendor = @build_vendor@
239
245
datadir = @datadir@
 
246
datarootdir = @datarootdir@
 
247
docdir = @docdir@
 
248
dvidir = @dvidir@
240
249
exec_prefix = @exec_prefix@
241
250
host = @host@
242
251
host_alias = @host_alias@
243
252
host_cpu = @host_cpu@
244
253
host_os = @host_os@
245
254
host_vendor = @host_vendor@
 
255
htmldir = @htmldir@
246
256
includedir = @includedir@
247
257
infodir = @infodir@
248
258
install_sh = @install_sh@
249
259
libdir = @libdir@
250
260
libexecdir = @libexecdir@
 
261
localedir = @localedir@
251
262
localstatedir = @localstatedir@
252
263
mandir = @mandir@
253
264
mkdir_p = @mkdir_p@
254
265
oldincludedir = @oldincludedir@
 
266
pdfdir = @pdfdir@
255
267
prefix = @prefix@
256
268
program_transform_name = @program_transform_name@
 
269
psdir = @psdir@
257
270
sbindir = @sbindir@
258
271
sharedstatedir = @sharedstatedir@
259
272
sysconfdir = @sysconfdir@
315
328
#     (which will cause the Makefiles to be regenerated when you run `make');
316
329
# (2) otherwise, pass the desired values on the `make' command line.
317
330
$(RECURSIVE_TARGETS):
318
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
331
        @failcom='exit 1'; \
 
332
        for f in x $$MAKEFLAGS; do \
 
333
          case $$f in \
 
334
            *=* | --[!k]*);; \
 
335
            *k*) failcom='fail=yes';; \
 
336
          esac; \
 
337
        done; \
319
338
        dot_seen=no; \
320
339
        target=`echo $@ | sed s/-recursive//`; \
321
340
        list='$(SUBDIRS)'; for subdir in $$list; do \
327
346
            local_target="$$target"; \
328
347
          fi; \
329
348
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
349
          || eval $$failcom; \
331
350
        done; \
332
351
        if test "$$dot_seen" = "no"; then \
333
352
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
335
354
 
336
355
mostlyclean-recursive clean-recursive distclean-recursive \
337
356
maintainer-clean-recursive:
338
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
357
        @failcom='exit 1'; \
 
358
        for f in x $$MAKEFLAGS; do \
 
359
          case $$f in \
 
360
            *=* | --[!k]*);; \
 
361
            *k*) failcom='fail=yes';; \
 
362
          esac; \
 
363
        done; \
339
364
        dot_seen=no; \
340
365
        case "$@" in \
341
366
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
356
381
            local_target="$$target"; \
357
382
          fi; \
358
383
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
384
          || eval $$failcom; \
360
385
        done && test -z "$$fail"
361
386
tags-recursive:
362
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
455
480
            || exit 1; \
456
481
          fi; \
457
482
        done
458
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
483
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
459
484
          if test "$$subdir" = .; then :; else \
460
485
            test -d "$(distdir)/$$subdir" \
461
 
            || mkdir "$(distdir)/$$subdir" \
 
486
            || $(mkdir_p) "$(distdir)/$$subdir" \
462
487
            || exit 1; \
 
488
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
489
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
463
490
            (cd $$subdir && \
464
491
              $(MAKE) $(AM_MAKEFLAGS) \
465
 
                top_distdir="../$(top_distdir)" \
466
 
                distdir="../$(distdir)/$$subdir" \
 
492
                top_distdir="$$top_distdir" \
 
493
                distdir="$$distdir/$$subdir" \
467
494
                distdir) \
468
495
              || exit 1; \
469
496
          fi; \
492
519
clean-generic:
493
520
 
494
521
distclean-generic:
495
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
522
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
496
523
 
497
524
maintainer-clean-generic:
498
525
        @echo "This command is intended for maintainers to use"