This file is indexed.

/usr/include/corelinux/Makefile.am is in libcorelinux-dev 0.4.32-7.4ubuntu1.

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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
# -*- Mode: makefile  -*-
# SUMMARY:      
# USAGE:        make <make-target>
# AUTHOR:       Christophe Prud'homme
# ORG:          Christophe Prud'homme
# E-MAIL:       Christophe.Prudhomme@ann.jussieu.fr
# ORIG-DATE:    10-Apr-00 at 10:34:57
# LAST-MOD:     $Id: Makefile.am,v 1.14 2000/09/09 07:00:56 dulimart Exp $
# DESCRIPTION:  
# DESCRIP-END.	

SUFFIXES	= .cpp .hpp .c .h .f .F .o .moc

include_HEADERS	= AbstractAllocator.hpp	\
		AbstractCommand.hpp \
		AbstractFactoryException.hpp \
		AbstractFactory.hpp \
		AbstractSemaphore.hpp \
		AbstractString.hpp \
		AccessRights.hpp \
		Adapter.hpp \
		AllocatorAlreadyExistsException.hpp \
		Allocator.hpp \
		AllocatorNotFoundException.hpp \
		Assertion.hpp \
		AssociativeIterator.hpp \
		BoundsException.hpp \
		Bridge.hpp \
		Builder.hpp \
		Colleague.hpp \
		Command.hpp \
		CommandFrame.hpp \
		CommandFrameException.hpp \
		Common.hpp \
		Component.hpp \
		CompositeException.hpp \
		Context.hpp \
		CoreLinuxAssociativeIterator.hpp \
		CoreLinuxGuardGroup.hpp \
		CoreLinuxGuardPool.hpp \
		CoreLinuxIterator.hpp \
		CoreLinuxObject.hpp \
		Decorator.hpp \
		Environment.hpp \
		Event.hpp \
		EventSemaphore.hpp \
		EventSemaphoreGroup.hpp \
		Exception.hpp \
		Facade.hpp \
		Flyweight.hpp \
		GatewaySemaphoreGroup.hpp \
		GatewaySemaphore.hpp \
		GuardSemaphore.hpp \
		Handler.hpp \
		Identifier.hpp \
		InvalidCompositeException.hpp \
		InvalidIteratorException.hpp \
		InvalidThreadException.hpp \
		IteratorBoundsException.hpp \
		IteratorException.hpp \
		Iterator.hpp \
		Limits.hpp \
		List.hpp \
		Makefile.am \
		Makefile.in \
		Map.hpp \
		Mediator.hpp \
		Memento.hpp \
		Memory.hpp \
		MemoryStorage.hpp \
		MutexSemaphoreGroup.hpp \
		MutexSemaphore.hpp \
		NullPointerException.hpp \
		Observer.hpp \
		Pair.hpp \
		Prototype.hpp \
		Proxy.hpp \
		Queue.hpp \
		Request.hpp \
		ScalarIdentifiers.hpp \
		SemaphoreCommon.hpp \
		SemaphoreException.hpp \
		SemaphoreGroup.hpp  \
		Semaphore.hpp  \
		Set.hpp  \
		Singleton.hpp  \
		Stack.hpp \
		State.hpp \
		StorageException.hpp  \
		Storage.hpp  \
		Strategy.hpp \
		String.hpp  \
		StringUtf8.hpp \
		Subject.hpp \
		Synchronized.hpp \
		ThreadContext.hpp \
		ThreadException.hpp \
		Thread.hpp  \
		TransientStorage.hpp \
		TransparentComponent.hpp \
		Types.hpp  \
		Vector.hpp  \
		Visitor.hpp