This file is indexed.

/usr/share/doc/libgtkada-doc/examples/handlers/Makefile is in libgtkada-doc 2.24.1-2.

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
all: delete_event specific_tips.o general_tips.o

GNAT_FLAGS = -gnata -gnaty -gnatwu

delete_event:
	gnatmake $(GNAT_FLAGS) delete_event `gtkada-config`

specific_tips.o:
	gnatmake -c $(GNAT_FLAGS) specific_tips `gtkada-config`

general_tips.o:
	gnatmake -c $(GNAT_FLAGS) general_tips `gtkada-config`

clean:
	${RM} *.o *.ali b~* delete_event