From fc37aff72b6fd29c3c4348cb5a4249524ba82709 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 19 Aug 2004 19:26:28 +0000 Subject: [PATCH] Makefile.am in swig directory so that make clean and make dist works properly --- Makefile.am | 3 ++- configure.ac | 42 ++++++++++++++---------------------------- swig/Makefile.am | 5 +++++ 3 files changed, 21 insertions(+), 29 deletions(-) create mode 100644 swig/Makefile.am diff --git a/Makefile.am b/Makefile.am index febe0b90..3e4c4df5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,11 +14,12 @@ endif SUBDIRS = lasso \ $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) \ tests \ + swig \ $(GTK_DOC_SD) ABS_BUILDDIR = $(shell pwd) -EXTRA_DIST = TODO COPYING lasso.pc.in swig +EXTRA_DIST = TODO COPYING lasso.pc.in pkgconfig_DATA = lasso.pc pkgconfigdir = $(libdir)/pkgconfig diff --git a/configure.ac b/configure.ac index 19c8631a..37cda2cc 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl configure.ac - top level autoconf file for Lasso dnl (Process this file with autoconf to produce a configure script.) dnl dnl -dnl See COPYING at the top of this package for the dnl full license terms. +dnl See COPYING at the top of this package for the full license terms. dnl dnl @@ -562,41 +562,27 @@ dnl ========================================================================== dnl Writing result files dnl ========================================================================== AC_OUTPUT( -dnl [lasso/version.h] [Makefile -lasso/Makefile -lasso/xml/Makefile -lasso/protocols/Makefile -lasso/protocols/elements/Makefile -lasso/environs/Makefile docs/Makefile +docs/lasso-book/Makefile docs/reference/Makefile docs/tutorial/Makefile -docs/lasso-book/Makefile -python/Makefile] -dnl [python/doc/Makefile -dnl python/doc/tutorial/Makefile -dnl python/environs/Makefile -dnl python/examples/Makefile -dnl python/protocols/Makefile -dnl python/protocols/elements/Makefile -dnl python/tests/Makefile -dnl python/xml/Makefile] -[php/Makefile +java/Makefile +lasso/Makefile +lasso/environs/Makefile +lasso/protocols/elements/Makefile +lasso/protocols/Makefile +lasso/xml/Makefile +php/Makefile php/run-tests.php php/environs/Makefile -php/xml/Makefile php/tests/Makefile +php/xml/Makefile +python/Makefile +swig/Makefile tests/Makefile -java/Makefile] -dnl [java/coldfusion/Makefile] -dnl [java/src/Makefile -dnl java/src/java/Makefile -dnl java/src/c/Makefile] -[lasso.pc:lasso.pc.in] -dnl [lasso-config:lasso-config.in] -dnl [lasso.spec:lasso.spec.in] -) +lasso.pc +]) AC_MSG_RESULT([ ============= Configuration diff --git a/swig/Makefile.am b/swig/Makefile.am new file mode 100644 index 00000000..eaf88164 --- /dev/null +++ b/swig/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = Lasso.i Lasso.c + +clean-local: + rm -f Lasso.py Lasso_wrap.c +