Skip to content
Snippets Groups Projects
Commit dd947fb3 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 65d7779d
Branches
Tags
No related merge requests found
PDFLATEX = @PDFLATEX@ if HAVE_PDFLATEX
all-local: macroprocessor.pdf
endif
SRC = macroprocessor.tex old-design.pdf new-design.pdf
EXTRA_DIST = $(SRC)
macroprocessor.pdf: macroprocessor.tex old-design.pdf new-design.pdf macroprocessor.pdf: $(SRC)
ifdef PDFLATEX
$(PDFLATEX) macroprocessor $(PDFLATEX) macroprocessor
$(PDFLATEX) macroprocessor $(PDFLATEX) macroprocessor
endif
clean: clean-local:
rm -f macroprocessor.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~ rm -f macroprocessor.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