Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Create "print_version.h" required to build the library.



details:   https://anonhg.NetBSD.org/src/rev/265364a84148
branches:  trunk
changeset: 495721:265364a84148
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Aug 03 14:01:31 2000 +0000

description:
Create "print_version.h" required to build the library.

diffstat:

 lib/libasn1/asn1_compile/Makefile  |  14 +++++++++++++-
 lib/libcom_err/compile_et/Makefile |  14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diffs (52 lines):

diff -r 23d4a4d44ec0 -r 265364a84148 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Thu Aug 03 13:32:39 2000 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Thu Aug 03 14:01:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/02 02:38:19 garbled Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/03 14:01:31 tron Exp $
 DIST=          ${.CURDIR}/../../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken
 
@@ -28,4 +28,16 @@
 
 NOMAN= noman
 
+DPSRCS=        print_version.h
+
+make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h
+
+make-print-version: make-print-version.lo
+       ${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+
+print_version.h: make-print-version
+       ./make-print-version print_version.h
+
+CLEANFILES+=   print_version.h make-print-version make-print-version.lo
+
 .include <bsd.hostprog.mk>
diff -r 23d4a4d44ec0 -r 265364a84148 lib/libcom_err/compile_et/Makefile
--- a/lib/libcom_err/compile_et/Makefile        Thu Aug 03 13:32:39 2000 +0000
+++ b/lib/libcom_err/compile_et/Makefile        Thu Aug 03 14:01:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/02 02:39:48 garbled Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/03 14:01:32 tron Exp $
 DIST=          ${.CURDIR}/../../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken
 
@@ -23,4 +23,16 @@
 
 NOMAN= noman
 
+DPSRCS=        print_version.h
+
+make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h
+
+make-print-version: make-print-version.lo
+       ${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+
+print_version.h: make-print-version
+       ./make-print-version print_version.h
+
+CLEANFILES+=   print_version.h make-print-version make-print-version.lo
+
 .include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index