~ubuntu-branches/ubuntu/dapper/lasso/dapper-security

« back to all changes in this revision

Viewing changes to php/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SWIG_OUTPUTS = lasso_wrap.c php_lasso.h lasso.php
 
2
 
 
3
php_extension_LTLIBRARIES = lasso.la
 
4
lasso_la_CFLAGS = $(LASSO_CFLAGS) -I$(top_srcdir) $(PHP_INCLUDES)
 
5
lasso_la_LDFLAGS = -export-dynamic -prefer-pic -module -avoid-version
 
6
lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) $(PHP_LDFLAGS)
 
7
lasso_la_SOURCES = lasso_wrap.c
 
8
 
 
9
php_extensiondir = ${prefix}@PHP_UNPREFIXED_EXTENSION_DIR@
 
10
 
 
11
lasso_wrap.c php_lasso.h lasso.php: $(top_srcdir)/swig/Lasso.i
 
12
        $(SWIG) -v -php4 -module lasso -o lasso_wrap.c -dlname lasso $<
 
13
 
 
14
test-php: lasso.la lasso.php
 
15
        $(PHP) -d extension_dir=.libs $(srcdir)/lasso.php
 
16
 
 
17
MAINTAINERCLEANFILES=$(SWIG_OUTPUTS)
 
18
EXTRA_DIST=$(SWIG_OUTPUTS)
 
19
SUBDIRS=examples