This file is indexed.

/usr/share/doc/tntnet-doc/demos/Makefile.am is in tntnet-doc 2.2.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
16
17
18
19
pkglib_LTLIBRARIES = alldemos.la

nodist_alldemos_la_SOURCES = \
	alldemos.cpp

EXTRA_DIST = \
	alldemos.ecpp \
	tntnet.xml \
	demos.txt

AM_CPPFLAGS = -I$(top_srcdir)/framework/common
alldemos_la_LDFLAGS = -module @SHARED_LIB_FLAG@
alldemos_la_LIBADD = $(top_builddir)/framework/common/libtntnet.la

CLEANFILES = alldemos.cpp

SUFFIXES=.ecpp .cpp
.ecpp.cpp:
	$(top_builddir)/sdk/tools/ecppc/ecppc -o $@ $<