From b817889f675973448c71d87333cb5aa9deb1db25 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 8 Nov 1994 00:47:04 +0000 Subject: Add missing values.h (it isn't part of libg++ anymore) but it accords ANSI standard, provides backward 1.x compatibility and used in many applications. --- gnu/include/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnu/include/Makefile (limited to 'gnu/include/Makefile') diff --git a/gnu/include/Makefile b/gnu/include/Makefile new file mode 100644 index 0000000000000..e05dbf8013024 --- /dev/null +++ b/gnu/include/Makefile @@ -0,0 +1,16 @@ +# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $ +# +all depend lint tags: + +FILES= values.h +NOOBJ= noobj + +beforeinstall: + @${ECHO} installing ${FILES} + @-for i in ${FILES}; do \ + cmp -s $$i ${DESTDIR}/usr/include/$$i || \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ + ${DESTDIR}/usr/include/$$i; \ + done + +.include -- cgit v1.3