DIETPROGS = $(ENSC_VECTOR_LIBS)
-BUILT_SOURCES = linuxcaps.h pathconfig.h linuxvirtual.h \
+BUILT_SOURCES = pathconfig.h linuxvirtual.h \
.fixups
man_MANS =
CLEANFILES = $(BUILT_SOURCES) \
.*.pathsubst.stamp */.*.pathsubst.stamp */*/.*.pathsubst.stamp \
- linuxcaps.h pathconfig.h .fixups
+ pathconfig.h .fixups
DISTCLEANFILES = FEATURES.txt
grep -v 'warning: #warning'; \
rm -f $$t || : )
-linuxcaps.h: ${kernelincludedir}/linux/capability.h Makefile
- @rm -f $@
- echo '#include <stdint.h>' >$@.tmp
- $(SED) -e 's!^#include .*!!g;' $< >>$@.tmp
- @-chmod --reference $< $@.tmp &>/dev/null
- mv -f $@.tmp $@
- @chmod a-w $@
-
linuxvirtual.h:
if ENSC_ENABLE_INTERNAL_HEADERS