13 lines
312 B
Makefile
13 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:59 tv Exp $
|
|
|
|
INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
|
|
ldcomplex.h straits.h
|
|
INCS+= bastring_inst.h complext_inst.h
|
|
INCSDIR=/usr/include/g++/std
|
|
|
|
NOOBJ= # defined
|
|
|
|
.PATH: ${.CURDIR}/../../../dist/libstdc++/std
|
|
|
|
.include <bsd.prog.mk>
|