This file is indexed.

/usr/share/GNUstep/Makefiles/Additional/ngobjweb.make is in libsope-dev 2.2.17-1build2.

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
22
23
24
25
26
27
28
29
30
31
# settings for NGObjWeb based applications

WO_LDFLAGS =
WO_DEFINE  = -DNGObjWeb_LIBRARY=1

ifneq ($(frameworks),yes)

WO_LIBS    = -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions        

ifeq ($(FOUNDATION_LIB),apple)
WO_LIBS += \
	-lNGMime -lNGStreams -lNGExtensions -lEOControl	\
	-lXmlRpc -lDOM -lSaxObjC
endif

else

WO_LIBS = \
	-framework NGObjWeb	\
	-framework NGMime	\
	-framework NGStreams	\
	-framework NGExtensions        

ifeq ($(FOUNDATION_LIB),apple)
WO_LIBS += \
	-framework NGMime \
	-framework NGStreams -framework NGExtensions -framework EOControl \
	-framework XmlRpc -framework DOM -framework SaxObjC
endif

endif