ref: 048182fd990731f3ca1bc6fd9c551bae62e9eda0
dir: /inc/Makefile/
.POSIX: include ../config.mk HDR = ldflags.h sysincludes.h syslibs.h all: dep: $(HDR) ldflags.h: rm -f $@ ; \ trap "rm -f $$$$.h" 0 2 3; \ cat < ldflags.def.h > $$$$.h; \ mv $$$$.h $@ sysincludes.h: rm -f $@ ; \ trap "rm -f $$$$.h" 0 2 3; \ sed 's,PREFIX,"$(PREFIX)",g' < sysincludes.def.h > $$$$.h && \ mv $$$$.h $@ syslibs.h: rm -f $@ ; \ trap "rm -f $$$$.h" 0 2 3; \ sed 's,PREFIX,"$(PREFIX)",g' < syslibs.def.h > $$$$.h && \ mv $$$$.h $@ clean: distclean: rm -f $(HDR)