This file is indexed.

/usr/share/doc/gretl-doc/examples/extra/Makefile.in is in gretl-doc 1.9.14-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
16
topsrc = @top_srcdir@

VPATH = $(topsrc)/extra

PREFIX = $(shell pkg-config --variable=prefix gretl)
GRETL_CFLAGS = $(shell pkg-config --cflags gretl)
CFLAGS = -g -O2 -Wall $(GRETL_CFLAGS) -DPREFIX=\"$(PREFIX)\"
LDFLAGS = $(shell pkg-config --libs gretl)

all: simple_client arma_example nls_example

clean:
	rm -f simple_client arma_example nls_example 

distclean: clean
	rm -f Makefile