CC = gcc -O2 -s -N

Layout: trimtopbot fix layout layoutset
	chmod uog+x Layout

trimtopbot: trimtopbot.c
	$(CC) -o trimtopbot trimtopbot.c

fix: fix.c
	$(CC) -o fix fix.c

layout: layout.c
	$(CC) -o layout layout.c

layoutset: layoutset.c
	$(CC) -o layoutset layoutset.c

install: Layout
	cp Layout trimtopbot fix layout layoutset /usr/TeX/bin
