Home | History | Annotate | Line # | Download | only in hppa
Makefile.inc revision 1.1
      1 #	$NetBSD: Makefile.inc,v 1.1 2002/06/06 20:31:20 fredette Exp $
      2 
      3 #	$OpenBSD: Makefile.inc,v 1.3 1999/12/25 06:02:10 mickey Exp $
      4 
      5 KMINCLUDES=	arch/hppa/DEFS.h arch/hppa/SYS.h prefix.h
      6 KMSRCS=	bcmp.S bzero.S bcopy.m4 ffs.S
      7 
      8 #SRCS+=	memmove.S
      9 #CLEANFILES+=	memmove.S
     10 SRCS+= bcopy.c
     11 CLEANFILES+=	cerror.S
     12 
     13 cerror.S:
     14 	@echo > cerror.S
     15 
     16 memmove.S:	${LIBCSRCDIR}/arch/hppa/string/bcopy.m4
     17 	@echo 'building ${.TARGET} from ${.ALLSRC}'
     18 	@m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET}
     19 
     20