This file is indexed.

/usr/lib/lazarus/0.9.30.4/components/Makefile.fpc is in lazarus-src-0.9.30.4 0.9.30.4-6.

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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#   $Id: Makefile.fpc 27395 2010-09-17 14:18:31Z sekelsenmat $
#
#   Makefile.fpc for Lazarus for Free Pascal
#

[target]
dirs=synedit codetools lazcontrols printers printers/design fpcunit fpcunit/ide memds projecttemplates rtticontrols sdf sqldb tachart tdbf turbopower_ipro jcf2/IdePlugin/lazarus todolist chmhelp/packages/help chmhelp/packages/idehelp

[clean]
files=$(wildcard ./units/*$(OEXT)) \
      $(wildcard ./units/*$(PPUEXT)) \
      $(wildcard ./units/*$(RSTEXT)) \
      $(wildcard ./units/$(CPU_TARGET)-$(OS_TARGET)/*$(OEXT)) \
      $(wildcard ./units/$(CPU_TARGET)-$(OS_TARGET)/*$(PPUEXT)) \
      $(wildcard ./units/$(CPU_TARGET)-$(OS_TARGET)/*$(RSTEXT)) \
      $(wildcard ./custom/*$(OEXT)) \
      $(wildcard ./custom/*$(PPUEXT)) \
      $(wildcard ./custom/*$(RSTEXT))

[rules]
.PHONY: bigidecomponents bigideclean

bigidecomponents: all
        $(MAKE) -C rtticontrols
        $(MAKE) -C printers
        $(MAKE) -C printers/design
        $(MAKE) -C turbopower_ipro
        $(MAKE) -C turbopower_ipro/design
        $(MAKE) -C fpcunit
        $(MAKE) -C fpcunit/ide
        $(MAKE) -C projecttemplates
        $(MAKE) -C memds
        $(MAKE) -C sdf
        $(MAKE) -C tachart
        $(MAKE) -C todolist
        $(MAKE) -C jcf2/IdePlugin/lazarus
        $(MAKE) -C chmhelp/packages/help
        $(MAKE) -C chmhelp/packages/idehelp
ifneq ($(OS_TARGET),darwin)
        $(MAKE) -C tdbf
        $(MAKE) -C sqldb
endif

cleanlaz: clean

cleanall: clean bigideclean

bigideclean:
        $(MAKE) -C rtticontrols clean
        $(MAKE) -C printers clean
        $(MAKE) -C printers/design clean
        $(MAKE) -C turbopower_ipro clean
        $(MAKE) -C turbopower_ipro/design clean
        $(MAKE) -C fpcunit clean
        $(MAKE) -C fpcunit/ide clean
        $(MAKE) -C projecttemplates clean
        $(MAKE) -C memds clean
        $(MAKE) -C sdf clean
        $(MAKE) -C tachart clean
        $(MAKE) -C todolist clean
        $(MAKE) -C jcf2/IdePlugin/lazarus clean
        $(MAKE) -C chmhelp/packages/help clean
        $(MAKE) -C chmhelp/packages/idehelp clean
ifneq ($(OS_TARGET),darwin)
        $(MAKE) -C tdbf clean
        $(MAKE) -C sqldb clean
endif