Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 857f634c568cda70625bcc8ddef67a05 > files > 11

menhir-20140422-4.mga5.x86_64.rpm

# 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)),)))