X-Git-Url: https://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/755320b0f64ab4fe487507104d2929cfb19dcee1..abad11c5570b7b9bbae5ff92b3050cf68fe3fd14:/bundles/menhirLib/menhir-20120123/demos/Makefile.auto?ds=sidebyside diff --git a/bundles/menhirLib/menhir-20120123/demos/Makefile.auto b/bundles/menhirLib/menhir-20120123/demos/Makefile.auto deleted file mode 100644 index e1515ca..0000000 --- a/bundles/menhirLib/menhir-20120123/demos/Makefile.auto +++ /dev/null @@ -1,7 +0,0 @@ -# This auxiliary Makefile is meant to be included by a client Makefile in -# addition to Makefile.shared. It is optional. It implements the common case -# where every .mly file in the current directory is to be viewed as a -# mono-module grammar specification. - -$(foreach module,$(wildcard *.mly),$(eval $(call menhir_monomodule,$(patsubst %.mly,%,$(module)),))) -