diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2012-02-09 17:24:34 -0700 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2012-03-15 11:54:22 +0000 |
commit | 5169734762bd9c23dba88e4d64587404fd0b8879 (patch) | |
tree | 4d14a9a0d8794d28238dec6ffa7c88e6f4cfc4a5 /Makefile | |
parent | 4a9e0929cb1d1fe54d4a5a3ea8822fe45b0640ae (diff) |
Remove relic data files used by the wts device.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 |