Index: projects/doctools/cddl/usr.bin/doctools/refer/papers/Makefile =================================================================== --- projects/doctools/cddl/usr.bin/doctools/refer/papers/Makefile (nonexistent) +++ projects/doctools/cddl/usr.bin/doctools/refer/papers/Makefile (revision 306916) @@ -0,0 +1,52 @@ + +CLEANFILES= runinv mkey inv Ind.ia Ind.ib Ind.ic +SCRIPTS= runinv +BINDIR= ${LIBDIR}/reftools/papers +# We do not care about REFDIR for that +CFLAGS+= -DREFDIR='' +MAN= + +FILES= Rbstjissue \ + Rv7man \ + Ind.ia \ + Ind.ib \ + Ind.ic + +FILESDIR= ${LIBDIR}/reftools/papers + +.SUFFIXES: .sh +.sh: + echo "#!/bin/sh" > ${.TARGET} + sed 's:@REFDIR@:${REFDIR}:g' ${.IMPSRC} >> ${.TARGET} + +build-tools: mkey inv + +.include + +MKEYSRCS= \ + ${DOCTOOLSDIR}/refer/mkey1.c \ + ${DOCTOOLSDIR}/refer/mkey2.c \ + ${DOCTOOLSDIR}/refer/mkey3.c \ + ${DOCTOOLSDIR}/refer/deliv2.c + +INVSRCS= \ + ${DOCTOOLSDIR}/refer/inv1.c \ + ${DOCTOOLSDIR}/refer/inv2.c \ + ${DOCTOOLSDIR}/refer/inv3.c \ + ${DOCTOOLSDIR}/refer/inv5.c \ + ${DOCTOOLSDIR}/refer/inv6.c \ + ${DOCTOOLSDIR}/refer/deliv2.c + +mkey: ${MKEYSRCS} + ${CC} -o ${.TARGET} ${CFLAGS} ${MKEYSRCS} + +inv: ${INVSRCS} + ${CC} -o ${.TARGET} ${CFLAGS} ${.IMPSRC} ${INVSRCS} + +Ind.ia Ind.ib Ind.ic: Rbstjissue Rv7man mkey inv + ./mkey ${DOCTOOLSDIR}/refer/papers/R* | ./inv -v -h997 -n Xind + mv Xind.ia Ind.ia + mv Xind.ib Ind.ib + mv Xind.ic Ind.ic + +.PATH: ${DOCTOOLSDIR}/refer/papers Property changes on: projects/doctools/cddl/usr.bin/doctools/refer/papers/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property