This file is indexed.

/usr/share/doc/libgtkada-doc/examples/doublebuffer/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
all:
	gnatmake -Panim
	gnatmake -Panim2
	gnatmake -Pmain_full_test

run:
	./anim
	./anim2
	./main_full_test
clean:
	gnat clean -Panim
	gnat clean -Panim2
	gnat clean -Pmain_full_test