summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/config/Makefile
blob: dee9ebe4b13507b5b19f9eb48aeeacf28559aeac (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.1 1998/08/28 15:31:29 tv Exp $

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

NOPROG=
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}" \
	    /bin/sh ${DIST}/libio/gen-params LIB_VERSION=2.9.0 >$@

all: ${DPSRCS}

.include <bsd.prog.mk>

incinstall:: linksinstall