/usr/src/blcr-0.8.5/include/Makefile.am is in blcr-dkms 0.8.5-2.1.
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 | if CR_BUILD_INCLUDE
include_HEADERS = blcr_ioctl.h blcr_proc.h blcr_errcodes.h libcr.h
nodist_include_HEADERS = blcr_common.h
noinst_HEADERS = blcr_ksyms.h blcr_vmadump.h
nodist_noinst_HEADERS = blcr_imports.h
else
nodist_noinst_HEADERS = blcr_common.h blcr_imports.h
endif
if CR_BUILD_MODULES
# Additional dependence for file generated via AC_SUBST_FILE()
blcr_imports.h: $(top_builddir)/.import_decls
endif
all-local:
if test -d $(top_builddir)/libcr32/include; then $(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/libcr32/include all; fi
|