Fast SAT Solver (C++, GAlib)
File detail
| Name: | Makefile [Download] |
| Location: | fss > doc |
| Size: | 349 B |
| Last modification: | 2008-11-05 23:02 |
Source code
DOC=proj_doc PPT=overview PDF=$(DOC).pdf $(PPT).pdf .PHONY: all clean $(PDF) all: $(MAKE) clean $(MAKE) $(DOC).pdf $(MAKE) $(PPT).pdf $(DOC).pdf: pdflatex $(DOC) bibtex $(DOC) pdflatex $(DOC) pdflatex $(DOC) $(PPT).pdf: pdflatex $(PPT) pdflatex $(PPT) clean: rm -f *.dvi *.log *.blg *.bbl *.toc *.aux *.out *.nav *.snm *.vrb #$(PDF)




Back to main page
Makefile