From 5169734762bd9c23dba88e4d64587404fd0b8879 Mon Sep 17 00:00:00 2001 From: Henry Stiles Date: Thu, 9 Feb 2012 17:24:34 -0700 Subject: Remove relic data files used by the wts device. --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f2ccd6df..d2bd833f7 100644 --- a/Makefile +++ b/Makefile @@ -204,18 +204,12 @@ ls-debug-clean: tiff_clean ls-uproduct: ufst tiff $(MAKE) -C language_switch -f pspcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-obj" pdl-product - cp *.icc ./language_switch/ufst-obj - cp wts_* ./language_switch/ufst-obj ls-udebug: ufst tiff $(MAKE) -C language_switch -f pspcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-debugobj" pdl-debug - cp *.icc ./language_switch/ufst-obj - cp wts_* ./language_switch/ufst-obj ls-umemento: ufst tiff $(MAKE) -C language_switch -f pspcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-memobj" pdl-memento - cp *.icc ./language_switch/ufst-obj - cp wts_* ./language_switch/ufst-obj ls-uclean: tiff_clean $(MAKE) -C language_switch -f pspcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-obj" pdl-clean @@ -234,18 +228,12 @@ ls-umemento-clean: tiff_clean uproduct: ufst tiff $(MAKE) -C main -f pcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-obj" pdl-product - cp *.icc ./main/ufst-obj - cp wts_* ./main/ufst-obj udebug: ufst tiff $(MAKE) -C main -f pcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-debugobj" pdl-debug - cp *.icc ./main/ufst-debugobj - cp wts_* ./main/ufst-debugobj umemento: ufst tiff $(MAKE) -C main -f pcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-memobj" pdl-memento - cp *.icc ./main/ufst-memobj - cp wts_* ./main/ufst-memobj uclean: tiff_clean $(MAKE) -C main -f pcl6_gcc.mak PL_SCALER=ufst GENDIR="./ufst-obj" pdl-clean -- cgit v1.2.3