Skip to content
Snippets Groups Projects
Commit 8a9a6dfa authored by sebastien's avatar sebastien
Browse files

* Convert the rest of the already existing build system to Automake

* Add new autoconf macros


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2914 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 2cc32c18
Branches
Tags
No related merge requests found
PDFLATEX = @PDFLATEX@ if HAVE_PDFLATEX
all-local: preprocessor.pdf
endif
SRC = preprocessor.tex expr.png expr-sharing.png matrices.png overview.png
EXTRA_DIST = $(SRC)
preprocessor.pdf: preprocessor.tex expr.png expr-sharing.png matrices.png overview.png preprocessor.pdf: $(SRC)
ifdef PDFLATEX
$(PDFLATEX) preprocessor $(PDFLATEX) preprocessor
$(PDFLATEX) preprocessor $(PDFLATEX) preprocessor
endif
clean: clean-local:
rm -f *.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~ rm -f *.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~
.PHONY: clean
Makefile: Makefile.in ../../config.status
cd ../.. && ./config.status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment