From 246e62c6145b89dc9417629cfad28e075b4ea1f1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 15 Dec 2004 05:57:41 +0000 Subject: [PATCH] clean-soft, etc. --- dtool/pptempl/Template.models.pp | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/dtool/pptempl/Template.models.pp b/dtool/pptempl/Template.models.pp index 705239ae1c..e7bc385915 100644 --- a/dtool/pptempl/Template.models.pp +++ b/dtool/pptempl/Template.models.pp @@ -173,6 +173,26 @@ clean-pal : clean-bam $[TAB]rm -rf $[pal_egg_dir] #endif +clean-flt : +#if $[build_flt_eggs] +$[TAB]rm -f $[build_flt_eggs] +#endif + +clean-lwo : +#if $[build_lwo_eggs] +$[TAB]rm -f $[build_lwo_eggs] +#endif + +clean-maya : +#if $[build_maya_eggs] +$[TAB]rm -f $[build_maya_eggs] +#endif + +clean-soft : +#if $[build_soft_eggs] +$[TAB]rm -f $[build_soft_eggs] +#endif + clean : clean-pal #if $[build_eggs] $[TAB]rm -f $[build_eggs] *.pt @@ -589,7 +609,7 @@ all : egg pal repal $[subdirs] install : all $[subdirs:%=install-%] -#define sub_targets egg flt lwo maya soft bam pal clean-bam clean-pal clean cleanall unpack-soft install-bam install-other uninstall-bam uninstall-other uninstall +#define sub_targets egg flt lwo maya soft bam pal clean-bam clean-pal clean-flt clean-lwo clean-maya clean-soft clean cleanall unpack-soft install-bam install-other uninstall-bam uninstall-other uninstall // Define the rules to propogate these targets to the Makefile within // each directory.