From owner-cvs-gnu Mon Mar 20 01:38:31 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA17071 for cvs-gnu-outgoing; Mon, 20 Mar 1995 01:38:31 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA17054; Mon, 20 Mar 1995 01:38:25 -0800 Date: Mon, 20 Mar 1995 01:38:25 -0800 From: "Rodney W. Grimes" Message-Id: <199503200938.BAA17054@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/lib/libg++ Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk rgrimes 95/03/20 01:38:24 Modified: gnu/lib/libg++ Makefile Log: Pretty much a complete rewrite of this Makefile. Remove private mkdir command for /usr/include/g++, this is now handled by mtree. Make the whole file fit in 80 column output, sort the SRCS list and split into .c and .cc sources. Use $Id$ instead of $FreeBSD$ since we pulled support for this. Add DPADD to match LDADD and now include to define the DPADD values (This is a hack until the .mk stuff can be corrected so that ${LIB*} is visiable in bsd.lib.mk.) Optimize beforeinstall target by eliminating a subshell.