Cross Reference: Makefile
xref: /src/lib/librumpclient/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/librumpclient/
Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2011/03/08 18:30:24 pooka Exp $
2#
3
4.PATH:	${.CURDIR}/../../sys/rump/librump/rumpkern
5
6LIB=		rumpclient
7USE_SHLIBDIR=	yes
8MAN=		rumpclient.3
9
10.include <bsd.own.mk>
11
12INCS=		rumpclient.h
13INCSDIR=	/usr/include/rump
14
15CPPFLAGS+=	-DRUMP_CLIENT -I${.CURDIR} -I${.CURDIR}/../librumpuser
16SRCS=		rumpclient.c
17SRCS+=		rump_syscalls.c
18
19CLEANFILES+=	srcsys
20
21COPTS.rump_syscalls.c+= -fno-strict-aliasing
22
23.if !make(obj) && !make(clean) && !make(cleandir)
24.BEGIN:
25	@rm -f srcsys
26	@ln -s ${NETBSDSRCDIR}/sys/sys srcsys
27.endif
28
29.include <bsd.lib.mk>
30

Indexes created Sat Dec 20 21:09:36 GMT 2025