~ubuntu-branches/ubuntu/quantal/lasso/quantal

« back to all changes in this revision

Viewing changes to bindings/php5/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2012-04-02 17:31:31 UTC
  • mfrom: (1.1.10) (7.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120402173131-b31061tenxff75tf
Tags: 2.3.6-2
Fix building against glib 2.32 (closes: #665565, #666636)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
209
209
GACUTIL = @GACUTIL@
210
210
GREP = @GREP@
211
211
GTKDOC_CHECK = @GTKDOC_CHECK@
 
212
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
213
GTKDOC_REBASE = @GTKDOC_REBASE@
212
214
HTML_DIR = @HTML_DIR@
213
215
INKSCAPE = @INKSCAPE@
214
216
INSTALL = @INSTALL@
280
282
PHP5_UNPREFIXED_EXTENSION_DIR = @PHP5_UNPREFIXED_EXTENSION_DIR@
281
283
PHP5_VERSION = @PHP5_VERSION@
282
284
PKG_CONFIG = @PKG_CONFIG@
 
285
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
286
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
283
287
PYTHON = @PYTHON@
284
288
PYTHON_VERSION = @PYTHON_VERSION@
285
289
PY_CFLAGS = @PY_CFLAGS@
381
385
php_config_DATA = lasso.ini
382
386
lasso_la_CFLAGS = -fno-strict-aliasing $(LASSO_CORE_CFLAGS) \
383
387
        -I$(top_srcdir) -I$(top_builddir) $(PHP5_INCLUDES) \
384
 
        $(AM_CFLAGS) -Wno-unused-parameter
 
388
        $(AM_CFLAGS) -Wno-unused-parameter -Wno-sign-compare # problem \
 
389
        in zend.h
385
390
lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version
386
391
lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP5_LDFLAGS)
387
392
nodist_lasso_la_SOURCES = _lasso.c
550
555
#     (which will cause the Makefiles to be regenerated when you run `make');
551
556
# (2) otherwise, pass the desired values on the `make' command line.
552
557
$(RECURSIVE_TARGETS):
553
 
        @failcom='exit 1'; \
 
558
        @fail= failcom='exit 1'; \
554
559
        for f in x $$MAKEFLAGS; do \
555
560
          case $$f in \
556
561
            *=* | --[!k]*);; \
575
580
        fi; test -z "$$fail"
576
581
 
577
582
$(RECURSIVE_CLEAN_TARGETS):
578
 
        @failcom='exit 1'; \
 
583
        @fail= failcom='exit 1'; \
579
584
        for f in x $$MAKEFLAGS; do \
580
585
          case $$f in \
581
586
            *=* | --[!k]*);; \