This file is indexed.

/usr/include/Makefile.inc is in libdiet-dagda2.8-dev 2.8.0-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
#****************************************************************************#
#* DIET global options for User Makefiles                                   *#
#*                                                                          *#
#* $LICENSE$                                                                *#
#****************************************************************************#

# DIET variables
DIET_INSTALLDIR  = /usr
DIET_CPP_FLAGS   = -I$(DIET_INSTALLDIR)/include  -DDIET_VERSION="2.8.0" -fPIC -D__linux__ -D__OMNIORB4__ -DHAVE_ALT_BATCH -DCORI_HAVE_PROCCPU -DCORI_HAVE_SYS_TYPES -DCORI_HAVE_SYS_TYPES -DCORI_HAVE_SYS_SYSCTL -DCORI_HAVE_SYS_SYSINFO -DCORI_HAVE_get_avphys_pages -DCORI_HAVE_get_nprocs -DCORI_HAVE_get_phys_pages -DCORI_HAVE_getloadavg -DCORI_HAVE_getpagesize -DCORI_HAVE_sysconf -DCORI_HAVE_sysctl -DHAVE_MULTI_MA -DHAVE_STATISTICS -DHAVE_WORKFLOW -DUSERSCHED -DUSE_LOG_SERVICE

DIET_CLIENT_LIBS = -L$(DIET_INSTALLDIR)/lib -lDIET_client -lDIET_Dagda 
DIET_SERVER_LIBS = -L$(DIET_INSTALLDIR)/lib -lDIET_SeD -lDIET_Dagda

# For checking dependencies towards Diet includes:
DIET_CLIENT_PREREQ = \
                   $(DIET_INSTALLDIR)/include/DIET_data.h   \
                   $(DIET_INSTALLDIR)/include/DIET_client.h \
                   $(DIET_INSTALLDIR)/include/DIET_Dagda.h  \
                   $(DIET_INSTALLDIR)/include/DIET_grpc.h   \
                   $(DIET_INSTALLDIR)/include/DIET_mutex.h
DIET_SERVER_PREREQ = \
                   $(DIET_INSTALLDIR)/include/DIET_data.h   \
                   $(DIET_INSTALLDIR)/include/DIET_server.h \
                   $(DIET_INSTALLDIR)/include/DIET_Dagda.h  \
                   $(DIET_INSTALLDIR)/include/DIET_mutex.h

# For compiler compatibility between Diet compilation and user's one:
CC  = /usr/bin/cc
CXX = /usr/bin/c++