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

« back to all changes in this revision

Viewing changes to php/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 = $(lasso_la_SOURCES)
18
 
 
19
17
srcdir = @srcdir@
20
18
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
36
34
NORMAL_UNINSTALL = :
37
35
PRE_UNINSTALL = :
38
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
39
38
host_triplet = @host@
40
39
subdir = php
41
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
44
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(mkdir_p)
 
45
mkinstalldirs = $(install_sh) -d
47
46
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
48
47
CONFIG_CLEAN_FILES =
 
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
49
54
am__installdirs = "$(DESTDIR)$(php_extensiondir)"
50
55
php_extensionLTLIBRARIES_INSTALL = $(INSTALL)
51
56
LTLIBRARIES = $(php_extension_LTLIBRARIES)
57
62
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lasso
58
63
depcomp = $(SHELL) $(top_srcdir)/depcomp
59
64
am__depfiles_maybe = depfiles
60
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/lasso_la-lasso_wrap.Plo
61
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
67
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
64
68
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
65
69
        $(AM_CFLAGS) $(CFLAGS)
66
70
CCLD = $(CC)
67
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
71
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
68
72
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
69
73
SOURCES = $(lasso_la_SOURCES)
70
74
DIST_SOURCES = $(lasso_la_SOURCES)
118
122
GCJ = @GCJ@
119
123
GCJDEPMODE = @GCJDEPMODE@
120
124
GCJFLAGS = @GCJFLAGS@
 
125
GREP = @GREP@
121
126
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
122
127
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
123
128
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
181
186
PERL_ENABLED_FALSE = @PERL_ENABLED_FALSE@
182
187
PERL_ENABLED_TRUE = @PERL_ENABLED_TRUE@
183
188
PERL_VERSION = @PERL_VERSION@
184
 
PHP = @PHP@
185
 
PHP_CONFIG = @PHP_CONFIG@
186
 
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
187
 
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
188
 
PHP_EXTENSION_DIR = @PHP_EXTENSION_DIR@
189
 
PHP_INCLUDES = @PHP_INCLUDES@
190
 
PHP_LDFLAGS = @PHP_LDFLAGS@
191
 
PHP_LIBS = @PHP_LIBS@
192
 
PHP_PATH = @PHP_PATH@
193
 
PHP_PREFIX = @PHP_PREFIX@
194
 
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
195
 
PHP_VERSION = @PHP_VERSION@
 
189
PHP4 = @PHP4@
 
190
PHP4_CONFIG = @PHP4_CONFIG@
 
191
PHP4_ENABLED_FALSE = @PHP4_ENABLED_FALSE@
 
192
PHP4_ENABLED_TRUE = @PHP4_ENABLED_TRUE@
 
193
PHP4_EXTENSION_DIR = @PHP4_EXTENSION_DIR@
 
194
PHP4_INCLUDES = @PHP4_INCLUDES@
 
195
PHP4_LDFLAGS = @PHP4_LDFLAGS@
 
196
PHP4_LIBS = @PHP4_LIBS@
 
197
PHP4_PREFIX = @PHP4_PREFIX@
 
198
PHP4_UNPREFIXED_EXTENSION_DIR = @PHP4_UNPREFIXED_EXTENSION_DIR@
 
199
PHP4_VERSION = @PHP4_VERSION@
 
200
PHP5 = @PHP5@
 
201
PHP5_CONFIG = @PHP5_CONFIG@
 
202
PHP5_ENABLED_FALSE = @PHP5_ENABLED_FALSE@
 
203
PHP5_ENABLED_TRUE = @PHP5_ENABLED_TRUE@
 
204
PHP5_EXTENSION_DIR = @PHP5_EXTENSION_DIR@
 
205
PHP5_INCLUDES = @PHP5_INCLUDES@
 
206
PHP5_LDFLAGS = @PHP5_LDFLAGS@
 
207
PHP5_LIBS = @PHP5_LIBS@
 
208
PHP5_PREFIX = @PHP5_PREFIX@
 
209
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
 
210
PHP5_VERSION = @PHP5_VERSION@
196
211
PKG_CONFIG = @PKG_CONFIG@
197
212
PYTHON = @PYTHON@
198
213
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
225
240
XSLTPROC = @XSLTPROC@
226
241
Z_CFLAGS = @Z_CFLAGS@
227
242
Z_LIBS = @Z_LIBS@
228
 
ac_ct_AR = @ac_ct_AR@
229
 
ac_ct_AS = @ac_ct_AS@
230
243
ac_ct_CC = @ac_ct_CC@
231
244
ac_ct_CXX = @ac_ct_CXX@
232
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
233
245
ac_ct_F77 = @ac_ct_F77@
234
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
235
 
ac_ct_RANLIB = @ac_ct_RANLIB@
236
 
ac_ct_RC = @ac_ct_RC@
237
 
ac_ct_STRIP = @ac_ct_STRIP@
238
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
239
246
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
240
247
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
241
248
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
245
252
am__include = @am__include@
246
253
am__leading_dot = @am__leading_dot@
247
254
am__quote = @am__quote@
 
255
am__tar = @am__tar@
 
256
am__untar = @am__untar@
248
257
bindir = @bindir@
249
258
build = @build@
250
259
build_alias = @build_alias@
252
261
build_os = @build_os@
253
262
build_vendor = @build_vendor@
254
263
datadir = @datadir@
 
264
datarootdir = @datarootdir@
 
265
docdir = @docdir@
 
266
dvidir = @dvidir@
255
267
exec_prefix = @exec_prefix@
256
268
host = @host@
257
269
host_alias = @host_alias@
258
270
host_cpu = @host_cpu@
259
271
host_os = @host_os@
260
272
host_vendor = @host_vendor@
 
273
htmldir = @htmldir@
261
274
includedir = @includedir@
262
275
infodir = @infodir@
263
276
install_sh = @install_sh@
264
277
libdir = @libdir@
265
278
libexecdir = @libexecdir@
 
279
localedir = @localedir@
266
280
localstatedir = @localstatedir@
267
281
mandir = @mandir@
268
282
mkdir_p = @mkdir_p@
269
283
oldincludedir = @oldincludedir@
 
284
pdfdir = @pdfdir@
270
285
prefix = @prefix@
271
286
program_transform_name = @program_transform_name@
 
287
psdir = @psdir@
272
288
sbindir = @sbindir@
273
289
sharedstatedir = @sharedstatedir@
274
290
sysconfdir = @sysconfdir@
275
291
target_alias = @target_alias@
276
292
SWIG_OUTPUTS = lasso_wrap.c php_lasso.h lasso.php
277
293
php_extension_LTLIBRARIES = lasso.la
278
 
lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -I$(top_srcdir) -I$(top_builddir) $(PHP_INCLUDES)
 
294
lasso_la_CFLAGS = $(LASSO_CORE_CFLAGS) -I$(top_srcdir) -I$(top_builddir) $(PHP4_INCLUDES)
279
295
lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version
280
 
lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP_LDFLAGS)
 
296
lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP4_LDFLAGS)
281
297
lasso_la_SOURCES = lasso_wrap.c
282
 
php_extensiondir = ${prefix}@PHP_UNPREFIXED_EXTENSION_DIR@
 
298
php_extensiondir = ${prefix}@PHP4_UNPREFIXED_EXTENSION_DIR@
283
299
SWIG_I_FILES = $(shell find $(top_srcdir)/swig/ -name '*.[ih]')
284
300
MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
285
301
EXTRA_DIST = patch_swig_output.py $(SWIG_OUTPUTS)
321
337
        test -z "$(php_extensiondir)" || $(mkdir_p) "$(DESTDIR)$(php_extensiondir)"
322
338
        @list='$(php_extension_LTLIBRARIES)'; for p in $$list; do \
323
339
          if test -f $$p; then \
324
 
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
340
            f=$(am__strip_dir) \
325
341
            echo " $(LIBTOOL) --mode=install $(php_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(php_extensiondir)/$$f'"; \
326
342
            $(LIBTOOL) --mode=install $(php_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(php_extensiondir)/$$f"; \
327
343
          else :; fi; \
329
345
 
330
346
uninstall-php_extensionLTLIBRARIES:
331
347
        @$(NORMAL_UNINSTALL)
332
 
        @list='$(php_extension_LTLIBRARIES)'; for p in $$list; do \
333
 
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
348
        @set -x; list='$(php_extension_LTLIBRARIES)'; for p in $$list; do \
 
349
          p=$(am__strip_dir) \
334
350
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(php_extensiondir)/$$p'"; \
335
351
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(php_extensiondir)/$$p"; \
336
352
        done
358
374
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
359
375
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
360
376
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
362
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363
378
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
364
379
 
365
380
.c.obj:
366
381
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
367
382
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
368
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
370
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
384
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
385
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
372
386
 
373
387
.c.lo:
374
388
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
375
389
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
376
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
377
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
378
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379
392
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
380
393
 
381
 
lasso_la-lasso_wrap.o: lasso_wrap.c
382
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -MT lasso_la-lasso_wrap.o -MD -MP -MF "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" -c -o lasso_la-lasso_wrap.o `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
383
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/lasso_la-lasso_wrap.Po"; else rm -f "$(DEPDIR)/lasso_la-lasso_wrap.Tpo"; exit 1; fi
384
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='lasso_la-lasso_wrap.o' libtool=no @AMDEPBACKSLASH@
385
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/lasso_la-lasso_wrap.Po' tmpdepfile='$(DEPDIR)/lasso_la-lasso_wrap.TPo' @AMDEPBACKSLASH@
386
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -c -o lasso_la-lasso_wrap.o `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
388
 
 
389
 
lasso_la-lasso_wrap.obj: lasso_wrap.c
390
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -MT lasso_la-lasso_wrap.obj -MD -MP -MF "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" -c -o lasso_la-lasso_wrap.obj `if test -f 'lasso_wrap.c'; then $(CYGPATH_W) 'lasso_wrap.c'; else $(CYGPATH_W) '$(srcdir)/lasso_wrap.c'; fi`; \
391
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/lasso_la-lasso_wrap.Po"; else rm -f "$(DEPDIR)/lasso_la-lasso_wrap.Tpo"; exit 1; fi
392
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='lasso_la-lasso_wrap.obj' libtool=no @AMDEPBACKSLASH@
393
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/lasso_la-lasso_wrap.Po' tmpdepfile='$(DEPDIR)/lasso_la-lasso_wrap.TPo' @AMDEPBACKSLASH@
394
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -c -o lasso_la-lasso_wrap.obj `if test -f 'lasso_wrap.c'; then $(CYGPATH_W) 'lasso_wrap.c'; else $(CYGPATH_W) '$(srcdir)/lasso_wrap.c'; fi`
396
 
 
397
394
lasso_la-lasso_wrap.lo: lasso_wrap.c
398
 
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -MT lasso_la-lasso_wrap.lo -MD -MP -MF "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" -c -o lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
 
395
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -MT lasso_la-lasso_wrap.lo -MD -MP -MF "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" -c -o lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
399
396
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/lasso_la-lasso_wrap.Plo"; else rm -f "$(DEPDIR)/lasso_la-lasso_wrap.Tpo"; exit 1; fi
400
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='lasso_la-lasso_wrap.lo' libtool=yes @AMDEPBACKSLASH@
401
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/lasso_la-lasso_wrap.Plo' tmpdepfile='$(DEPDIR)/lasso_la-lasso_wrap.TPlo' @AMDEPBACKSLASH@
402
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -c -o lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lasso_la_CFLAGS) $(CFLAGS) -c -o lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
404
400
 
405
401
mostlyclean-libtool:
406
402
        -rm -f *.lo
513
509
clean-generic:
514
510
 
515
511
distclean-generic:
516
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
512
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517
513
 
518
514
maintainer-clean-generic:
519
515
        @echo "This command is intended for maintainers to use"
584
580
        uninstall-info-am uninstall-php_extensionLTLIBRARIES
585
581
 
586
582
lasso_wrap.c php_lasso.h lasso.php: $(SWIG_I_FILES)
587
 
        $(SWIG) -v -php4 -module lasso -o lasso_wrap.c -dlname lasso $(top_srcdir)/swig/Lasso.i
 
583
        $(SWIG) -v -php4 -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i
588
584
        cp lasso_wrap.c lasso_wrap.c.bak
589
585
        test x"$(SWIG)" = xecho || \
590
586
                $(PYTHON) $(srcdir)/patch_swig_output.py < lasso_wrap.c.bak > lasso_wrap.c
591
587
 
592
588
test-php: lasso.la lasso.php
593
 
        $(PHP) -d extension_dir=.libs $(srcdir)/lasso.php
 
589
        $(PHP4) -d extension_dir=.libs $(srcdir)/lasso.php
594
590
 
595
591
clean-local:
596
592
        rm -f lasso_wrap.c.bak