# Makefile to generate .tex files # SHELL = /bin/sh CPP = /usr/princeton/gnu/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/cpp CPPFLAGS = -P -traditional NAME = toco98v1 all: apjl preprint apjl: $(NAME).c $(CPP) $(CPPFLAGS) -DMODE=APJL $(NAME).c $(NAME)_apjl.tex preprint: $(NAME).c $(CPP) $(CPPFLAGS) -DMODE=PREPRINT $(NAME).c $(NAME)_preprint.tex