This file is indexed.

/usr/lib/speech_tools/config/modules/macosx_audio.mak is in libestools-dev 1:2.5.0-4.

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
 ###########################################################################
 ##                                                                       ##
 ##                 Author: Brian Foley (bfoley@compsoc.nuigalway.ie)     ##
 ##                   Date: Wed Feb 17 2004                               ##
 ## --------------------------------------------------------------------  ##
 ## Definitions for MacOS X audio support.                                ##
 ##                                                                       ##
 ###########################################################################

INCLUDE_MACOSX_AUDIO=1

MOD_DESC_MACOSX_AUDIO=CoreAudio audio module for MacOS X systems

AUDIO_DEFINES += -DSUPPORT_MACOSX_AUDIO

MODULE_LIBS += -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework Cocoa