From 74c329029649b0f1bc2a3a6dc3069caab439a14a Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Tue, 13 Aug 2013 16:42:44 +0200 Subject: [PATCH] remove the autotools based build system --- doc/handbook/Makefile.am | 49 ---------------------------------------- examples/Makefile.am | 5 ---- 2 files changed, 54 deletions(-) delete mode 100644 doc/handbook/Makefile.am delete mode 100644 examples/Makefile.am diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am deleted file mode 100644 index 7f48c2068..000000000 --- a/doc/handbook/Makefile.am +++ /dev/null @@ -1,49 +0,0 @@ -# $id: $ - -if BUILD_HANDBOOK - -#EPS_FILES = EPS/tutorial-problemconfiguration.eps -TEXSOURCE = *.tex ./EPS/*.eps -MAINDOCS = ewoms-handbook.dvi ewoms-handbook.pdf ewoms-handbook.ps - -DOCS = $(HTDOCS) $(MAINDOCS) - -# setting like in dune-web -BASEDIR=../.. -CURDIR=doc/handbook - -handbookdir=$(docdir)/handbook -handbook_DATA = ewoms-handbook.pdf - -CLEANFILES = *.aux *.bbl *.blg *.log *.out *.toc *.dvi *.ps -CLEANFILES += *.4ct *.4tc *.css *.idv *.idx *.lg *.tid *.tmp *.tms *.xref -CLEANFILES += ewoms-handbook*.png -CLEANFILES += $(DOCS) -CLEANFILES += $(EPS_FILES) - -%.eps: $(srcdir)/%.jpg - $CONVERT $< $@ -ewoms-handbook.tex: $(EPS_FILES) - -ewoms-handbook.pdf: $(TEXSOURCE) - @LATEX@ ewoms-handbook.tex <&- - @BIBTEX@ ewoms-handbook <&- - @LATEX@ ewoms-handbook.tex <&- - @LATEX@ ewoms-handbook.tex <&- - @DVIPDF@ ewoms-handbook <&- - -doc: ewoms-handbook.pdf - -#dist-hook: -# sed $(srcdir)/Makefile.dist.am -e 's/Makefile\.dist/Makefile/g' > $(distdir)/Makefile.am -# sed $(srcdir)/Makefile.dist.in -e 's/Makefile\.dist/Makefile/g' > $(distdir)/Makefile.in - -EXTRA_TEXINPUTS=$(top_srcdir) - -else -doc: - echo -n "" -endif -EXTRA_DIST= *.tex ModelDescriptions/*.tex *.bib SVG/*.svg XFIG/*.fig EPS/*.eps ewoms-handbook.pdf -include $(top_srcdir)/am/global-rules -include $(top_srcdir)/am/latex diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index 10b8020ea..000000000 --- a/examples/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -# programs just to build when "make check" is used -noinst_HEADERS= *.hh -EXTRA_DIST = CMakeLists.txt - -include $(top_srcdir)/am/global-rules