This file is indexed.

/usr/share/doc/libshout-ocaml-dev/examples/Makefile is in libshout-ocaml-dev 0.2.7-1build8.

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
17
18
19
20
21
# OCaml-Shout examples.
#
# Copyright 2003-2006 by the Savonet team
#
# $Id: Makefile 4694 2007-10-23 23:33:11Z smimram $

all: shoutfile

clean: clean-shoutfile

distclean:
	rm -rf autom4te.cache config.log config.status
	rm -f Makefile.shoutfile

shoutfile:
	$(MAKE) -f Makefile.shoutfile

clean-shoutfile:
	$(MAKE) -f Makefile.shoutfile clean

.PHONY: clean-shoutfile distclean clean all