Coccinelle release 1.0.0-rc15
[bpt/coccinelle.git] / bundles / menhirLib / menhir-20120123 / Makefile.arch
CommitLineData
d6ce1786
C
1# If ocaml reports that Sys.os_type is Unix, we assume Unix, otherwise
2# we assume Windows.
3
4ifeq "$(shell rm -f ./o.ml && echo print_endline Sys.os_type > ./o.ml && ocaml ./o.ml && rm -f ./o.ml)" "Unix"
5MENHIREXE := menhir
6OBJ := o
7else
8MENHIREXE := menhir.exe
9OBJ := obj
10endif