This file is indexed.

/usr/share/hol88-2.02.19940316/contrib/int/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
14
15
16
#----------------------------------------------------------------------------#
# Makefile for integers theory.                                              #
#----------------------------------------------------------------------------#

Hol=/usr/groups/hol/HOL22/sun4/hol

all: INT.th

INT.th: useful.ml equiv.ml int.ml;\
    echo 'set_flag(`abort_when_fail`,true);;'\
         'loadt `int.ml`;;'\
         'quit();;' | ${Hol}

clean:; rm -f *_ml.o

clobber: clean; rm -f *.th