summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/config/Makefile
blob: 10fe68cc7d16b65b2780be6f87b6fa600b322631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $

# Makefile for _G_config.h, a machine-dependent automatically generated
# configuration file.

DPSRCS=		_G_config.h
INCS=		_G_config.h
INCSDIR=	/usr/include/${MACHINE}
CLEANFILES=	dummy.c dummy.h dummy.C _G_config.h
DIST=		${.CURDIR}/../../../dist

_G_config.h: Makefile ${DIST}/libio/gen-params
	rootme=${.OBJDIR} CC="${CC}" CXX="${CXX}" CONFIG_NM="${NM}" \
	    CPP="${CC} -E -nostdinc -idirafter ${DESTDIR}/usr/include" \
	    /bin/sh ${DIST}/libio/gen-params LIB_VERSION=2.9.0 >$@

all: ${DPSRCS}

.include <bsd.prog.mk>

incinstall:: linksinstall