summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/libsa/Makefile
blob: 6085ee021bd2421b1210b1b824c6204939fa8b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#	$NetBSD: Makefile,v 1.31 2010/05/27 06:58:13 dholland Exp $

# Logically src/sys
S!=	cd ${.CURDIR}/../../../..; pwd

.include "../Makefile.booters"

CPPFLAGS+=	-I${S} -I.

.include <bsd.prog.mk>

### find out what to use for libsa
SA_AS= library
SAMISCMAKEFLAGS= SA_INCLUDE_NET=no SA_EXTRADIR=${.CURDIR}
.include "${S}/lib/libsa/Makefile.inc"
LIBSA= ${SALIB}

### find out what to use for libkern
KERN_AS= library
.include "${S}/lib/libkern/Makefile.inc"
LIBKERN= ${KERNLIB}

LIBS=	${LIBSA} ${LIBKERN}

realall: ${LIBS}

cleandir distclean: .WAIT cleanlibdir

cleanlibdir:
	-rm -rf lib