This file is indexed.

/usr/lib/speech_tools/config/vc_config_make_rules-dist is in libestools-dev 1:2.4~release-1build1.

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
 ######################################################################
 #                                                                    #
 # Configuration variable make settings for MicroCruft Visual C++     #
 #                                                                    #
 ######################################################################

MODULEFLAGS=/DSUPPORT_EDITLINE=1
AUDIOFLAGS=/DSUPPORT_MPLAYER=1 /DSUPPORT_WIN32AUDIO=1

DEBUGFLAGS= /Zi
LINKDEBUGFLAGS = /debug

OPTFLAGS= /EHsc /wd4675

INCLUDEFLAGS= /I$(TOP)/include $(LOCAL_INCLUDES)

LINKFLAGS=$(LINKDEBUGFLAGS)

LIB_DIR=lib

ESTLIBS = $(TOP)\lib\libestools.lib $(TOP)\lib\libestbase.lib $(TOP)\lib\libeststring.lib

WINLIBS = wsock32.lib winmm.lib

!ifndef VCLIBS
VCLIBS = $(ESTLIBS)
!endif