NetBSD/gnu/lib/libfrtbegin/Makefile
mrg 57b205e71d in-tree toolchain support for sh5el. not really tested yet, but it
seems to mostly work..  libcurses.so fails to link with an out of memory
error i haven't looked at yet, and nothing has actually been run..

XXX: gdb53 missing.
2003-09-04 04:34:14 +00:00

25 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/09/04 04:34:18 mrg Exp $
LIB= frtbegin
NOLINT= # defined
NOPROFILE= # defined
NOPIC= # defined
.include <bsd.own.mk>
.include "${.CURDIR}/../libg2c3/arch/${MACHINE_ARCH}/defs.mk"
DIST= ${NETBSDSRCDIR}/gnu/dist/gcc
SRCS= main.c
#CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${DIST}/include
GCPPFLAGS= ${G_ALL_CFLAGS:O:u}
CPPFLAGS+= -I${.CURDIR}/arch/${MACHINE_ARCH} \
${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \
-DAllow_TYQUAD
.PATH: ${DIST}/libf2c/libF77
.include <bsd.lib.mk>