This file is indexed.

/usr/src/openvswitch-1.4.0/include/openflow/automake.mk is in openvswitch-datapath-dkms 1.4.0-1ubuntu1.

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
noinst_HEADERS += \
	include/openflow/nicira-ext.h \
	include/openflow/openflow.h

if HAVE_PYTHON
ALL_LOCAL += include/openflow/openflow.h.stamp
include/openflow/openflow.h.stamp: \
	include/openflow/openflow.h build-aux/check-structs
	$(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h
	touch $@
DISTCLEANFILES += include/openflow/openflow.h.stamp

ALL_LOCAL += include/openflow/nicira-ext.h.stamp
include/openflow/nicira-ext.h.stamp: include/openflow/openflow.h include/openflow/nicira-ext.h build-aux/check-structs
	$(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h $(srcdir)/include/openflow/nicira-ext.h
	touch $@
DISTCLEANFILES += include/openflow/nicira-ext.h.stamp
endif

EXTRA_DIST += build-aux/check-structs