LOUT=lout PS2PDF=ps2pdf SHELL:=/bin/bash -O extglob FONTSDIR=fonts FONTSDEF=cvfonts.ld DEFINITIONS=cvdoc cvdocng DEPENDENCIES= achievments.lou experiences.lou formations.lou motivations.lou self.lou all: jeremy-zurcher-CV.pdf jeremy.zurcher-CV.pdf jeremy-zurcher-CV.ps: cvdoc $(DEPENDENCIES) jeremy.zurcher-CV.ps: cvdocng $(DEPENDENCIES) .SUFFIXES: .lou .ps .pdf .ps.pdf : $(PS2PDF) $< .lou.ps : $(LOUT) -F $(FONTSDIR) -r3 -o $@ $< clean: -rm !(Makefile|cvdoc|cvdocng|$(FONTSDEF)|$(FONTSDIR)|*.lou)