summaryrefslogtreecommitdiff
path: root/Build/tests/largefile/testlfs-martin/Makefile
blob: 302b241963d87cb254e7ccd5df9091fc051df64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id$
# Public domain.
# 
3gb.pdf: 3gb.tex poles.png
	pdftex 3gb.tex
	@echo "check the first numbers to see if LFS works; they must be > 2147483648"
	@tail 3gb.pdf|head -2
	
poles.png:
	ppmpat -poles 1250 1250 |pnmtopng > poles.png

.PHONY: clean clobber
clean:
	rm -f *.log

clobber: clean
	rm -f poles.png 3gb.pdf