This file is indexed.

/usr/share/doc/gnustep-dl2/examples/GNUmakefile is in gnustep-dl2 0.12.0-15.1.

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
include ../common.make
include $(GNUSTEP_MAKEFILES)/common.make
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make

SUBPROJECTS = Trading

ADDITIONAL_NATIVE_LIBS=EOAccess EOControl

# This is strictly for integration into the gdl2 build system
# If you are basing a gdl2 application off of these examples
# you won't need the following line in your GNUmakefiles.
ADDITIONAL_NATIVE_LIB_DIRS=../EOAccess ../EOControl

include GNUmakefile.eoexample
include GNUmakefile.connection
include GNUmakefile.eoexample2

include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/tool.make