~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to php/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Makefile.am - automake file for PHP interface to Redland
4
4
#
5
 
# Copyright (C) 2002-2009 David Beckett - http://www.dajobe.org/
 
5
# Copyright (C) 2002-2012 David Beckett - http://www.dajobe.org/
6
6
# Copyright (C) 2002-2005 University of Bristol - http://www.bristol.ac.uk/
7
7
8
8
# This package is Free Software and part of Redland http://librdf.org/
39
39
phpdir=@PHP_EXTENSION_DIR@
40
40
php_DATA=$(PHP_PACKAGE).$(PHP_SO_SUFFIX)
41
41
 
42
 
EXTRA_DIST=test.php example.php php.ini \
 
42
EXTRA_DIST=\
 
43
test.php example.php php.ini \
43
44
redland-decl.i redland-init.i redland-post.i redland-typemap.i \
44
45
$(SWIG_OUTPUTS)
45
46
 
46
 
CLEANFILES=*.db test-out.rdf \
 
47
CLEANFILES=\
 
48
*.db test-out.rdf \
47
49
$(PHP_PACKAGE)_wrap.o $(PHP_PACKAGE)-stamp \
48
50
$(PHP_PACKAGE).$(PHP_SO_SUFFIX) $(PHP_PACKAGE).bundle
49
 
MAINTAINERCLEANFILES=$(SWIG_OUTPUTS) $(SWIG_CRUFT) $(PHP_PACKAGE)_wrap.c.orig
 
51
 
 
52
MAINTAINERCLEANFILES=$(SWIG_OUTPUTS) $(SWIG_CRUFT)
50
53
 
51
54
RUN=@REDLAND_RUN@
52
55