ref: 3e74db0e8da377cee03ec3c7825ddad168045055
dir: /inc/Makefile/
# See LICENSE file for copyright and license details. .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)