This file is indexed.

/usr/share/cdbs/1/class/gnumakefile.mk is in gnustep-make 2.6.6-3.

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
# -*- mode: makefile; coding: utf-8 -*-

ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif

include $(_cdbs_class_path)/makefile.mk

include /usr/share/GNUstep/debian/config.mk
DEB_MAKE_ENVVARS = GNUSTEP_MAKEFILES=$(GS_MAKE_DIR)

DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) GNUSTEP_INSTALLATION_DOMAIN=SYSTEM