summaryrefslogtreecommitdiffstats
path: root/bindings/perl
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 14:01:29 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 14:01:29 +0000
commit341cc7247b1a884c7269071dee3cc76daf9997c1 (patch)
tree6434a58a1c4001b311570c913d720de633dbb4bf /bindings/perl
parent6be27fb3ed3a9ca84a3212a4dce43a2f33939d80 (diff)
downloadlasso-341cc7247b1a884c7269071dee3cc76daf9997c1.tar.gz
lasso-341cc7247b1a884c7269071dee3cc76daf9997c1.tar.xz
lasso-341cc7247b1a884c7269071dee3cc76daf9997c1.zip
[Binding perl] move DISCLEANFILES and CLEANFILES outside of the condition clauses
Diffstat (limited to 'bindings/perl')
-rw-r--r--bindings/perl/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am
index 380270e6..3ee1d18a 100644
--- a/bindings/perl/Makefile.am
+++ b/bindings/perl/Makefile.am
@@ -9,7 +9,8 @@ am__v_SUBMAKE_POSTFIX_0 = 2>&1 >$$LOG && rm $$LOG ) || ( cat $$LOG; rm $$LOG )
endif
MAINTAINERCLEANFILES = Makefile.in
-DISTCLEANFILES = __init__.pyc lang.pyc
+DISTCLEANFILES = __init__.pyc lang.pyc Makefile.perl.old
+CLEANFILES = Lasso.pm Lasso.xs Lasso.so typemap Lasso.o Lasso.bs pm_to_blib Lasso.c
LASSO_XS_CFLAGS = -fno-strict-aliasing $(LASSO_CFLAGS) $(LASSO_CORE_CFLAGS) $(PERL_CFLAGS) $(AM_CFLAGS)
@@ -49,10 +50,6 @@ Lasso.xs Lasso.pm: lang.py typemap-in typemap-out
blib/arch/auto/Lasso/Lasso.so: Lasso.xs Lasso.pm Makefile.perl gobject_handling.c LassoNode.xs glist_handling.c
$(AM_V_SUBMAKE) make -f Makefile.perl $(AM_V_SUBMAKE_POSTFIX)
-CLEANFILES = Lasso.pm Lasso.xs Lasso.so typemap Lasso.o Lasso.bs pm_to_blib Lasso.c
-
-DISTCLEANFILES = Makefile.perl.old
-
distclean-local:
-@if [ "$(srcdir)" != "$(builddir)" ]; then \
rm -rf $(TOCOPY); \