head	1.4;
access;
symbols
	PRE_SMPNG:1.3;
locks; strict;
comment	@# @;


1.4
date	2002.02.27.21.59.16;	author obrien;	state dead;
branches;
next	1.3;

1.3
date	2000.05.24.02.16.52;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.19.23.45.43;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.19.22.53.04;	author steve;	state Exp;
branches;
next	;


desc
@@


1.4
log
@We do not support the sparc platform.
@
text
@# $FreeBSD: src/lib/csu/sparc/Makefile,v 1.3 2000/05/24 02:16:52 obrien Exp $

.PATH: ${.CURDIR}/../common

SRCS=		crt1.c crtbegin.c crtend.c
OBJS=		crt1.o crtbegin.o crtend.o
OBJS+=		gcrt1.o
SOBJS=		crtbegin.So crtend.So
CFLAGS+=	-Wall -Wno-unused
NOMAN=		true
NOPIC=		true
NOPROFILE=	true
INTERNALLIB=	true

all: ${OBJS} ${SOBJS}

gcrt1.o:  crt1.c
	${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}

realinstall:
.for file in ${OBJS} ${SOBJS}
	${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
	    ${file} ${DESTDIR}${LIBDIR}/${file:S/.So$/S.o/}
.endfor

.include <bsd.lib.mk>
@


1.3
log
@Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.
Also allows the soruce to live somewhere else.
@
text
@d1 3
a3 3
#
# $FreeBSD: src/lib/csu/sparc/Makefile,v 1.1 2000/04/19 22:53:04 steve Exp $
#
d17 1
a17 1
gcrt1.o:	crt1.c
@


1.1
log
@CSU source for the Sparc copied over from the FreeBSD/Alpha sources.
@
text
@d2 1
a2 1
# $FreeBSD$
d18 1
a18 1
	${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c
@

