summaryrefslogtreecommitdiff
path: root/Build/tests/largefile/testlfs-thanh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tests/largefile/testlfs-thanh/Makefile')
-rw-r--r--Build/tests/largefile/testlfs-thanh/Makefile66
1 files changed, 0 insertions, 66 deletions
diff --git a/Build/tests/largefile/testlfs-thanh/Makefile b/Build/tests/largefile/testlfs-thanh/Makefile
deleted file mode 100644
index 4ec390eeb38..00000000000
--- a/Build/tests/largefile/testlfs-thanh/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-default:
-
-clean:
- rm -f image.*-*
-
-files = \
- Makefile \
- test-lfs.tex \
- test-include \
- image.jbig2 \
- image.png \
- image.jpg
-
-
-image.png: image.jpg
- convert image.jpg image.png
-
-image.jbig2: image.jpg
- jbig2 -4 image.jpg > image.jbig2
-
-test-include-jpeg-1-page: image.jpg
- ./test-include image.jpg 200 1
-
-test-include-jpeg-2-pages: image.jpg
- ./test-include image.jpg 100 2
-
-test-include-png-1-page: image.png
- ./test-include image.png 140 1
-
-test-include-png-2-pages: image.png
- ./test-include image.png 70 2
-
-test-include-jbig2-1-page: image.jbig2
- ./test-include image.jbig2 3000 1
-
-test-include-jbig2-2-pages: image.jbig2
- ./test-include image.jbig2 1500 2
-
-test-include-pdf:
- make test-include-jpeg-1-page
- ./test-include image.jpg-200-1.pdf 1 1
-
-rsync:
- rsync -avL $(files) thanhs-desktop:test-lfs/
-
-jpeg:
- -make test-include-jpeg-2-pages
- -make test-include-jpeg-1-page
-
-png:
- -make test-include-png-2-pages
- -make test-include-png-1-page
-
-jbig2:
- -make test-include-jbig2-2-pages
- -make test-include-jbig2-1-page
-
-pdf:
- -make test-include-pdf
-
-all:
- -make jpeg png jbig2 pdf
-
-dist:
- -rm -f test-lfs.zip
- zip test-lfs.zip $(files)