This file is indexed.

/etc/root/vmc/Makefile.linuxalphagcc is in libroot-montecarlo-vmc-dev 5.34.14-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
28
29
30
31
32
33
34
35
36
37
# -*- mode: makefile -*-
# $Id$

# Alpha OSF platform dependent definitions

# The compilers
CC	      = $(shell root-config --cc)
CXX	      = $(shell root-config --cxx)
F77	      = $(shell root-config --f77)

# Global optimisation
OPT	      = -O2 -g -mieee -mno-soft-float

# Shared library suffix
SL	      = so

# AWK
AWK	      = awk

# The options
CXXOPTS       = $(OPT) -pipe -Wall -fPIC 
COPT          = $(OPT) -pipe -Wall -fPIC
FOPT          = $(OPT) -pipe -Wall -fPIC -fno-second-underscore

# CERNLIB defines

CLIBDEFS      = -DCERNLIB_UNIX -DCERNLIB_DECS -DCERNLIB_BLDLIB -DCERNLIB_CZ
CLIBCXXOPTS   = $(CLIBDEFS)
CLIBCOPT      = $(CLIBDEFS)
CLIBFOPT      =  $(CLIBDEFS)

LD            = $(shell root-config --ld)
LDFLAGS       = $(OPT)

SHLD          = $(LD)
SOFLAGS       = -Wl,-soname,$(notdir $@) -shared
SHLIB         = -lg2c