[Binding perl] move DISCLEANFILES and CLEANFILES outside of the condition clauses

This commit is contained in:
Benjamin Dauvergne 2010-07-21 14:01:29 +00:00
parent 6be27fb3ed
commit 341cc7247b
1 changed files with 2 additions and 5 deletions

View File

@ -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); \