/usr/share/hol88-2.02.19940316/contrib/PNF/Makefile is in hol88-contrib-source 2.02.19940316-19.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | HOL = /usr/groups/hol/hol_12/hol
quant.th: quant.ml
echo 'set_flag(`abort_when_fail`,true);;'\
'loadt `quant`;;'\
'quit();;' | $(HOL)
prenex_ml.o: prenex.ml quant.th
echo 'set_flag(`abort_when_fail`,true);;'\
'compilet `prenex`;;'\
'quit();;' | $(HOL)
all: prenex_ml.o quant.th
|