[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / othersrc / nastore / vvm / vvmvd

File: [cvs.NetBSD.org] / othersrc / nastore / vvm / vvmvd / Makefile (download)

Revision 1.1.1.1 (vendor branch), Mon Feb 28 02:18:45 2000 UTC (24 years, 1 month ago) by wrstuden
Branch: NAS, MAIN
CVS Tags: nastore3-beta-20000227, HEAD
Changes since 1.1: +0 -0 lines

Import of snapshot of nastore3 code. Includes kernel code for dmfs, dmfs
user utilities, ms66 import and export, vvm, and volman. Also includes
makefile magic to automatically generate .tgz source files from the source.
Solaris support a bit of a question as zoularis is not working at the
moment.

-include	../Makefile.inc

CONFIG1=	${PREFIX}/share/nastore/NASConfig.mk
CONFIG2=	${PREFIX}/share/nastore/NASConfig.vvm.mk

include		${CONFIG1}
include		${CONFIG2}

CONFIG		= $(CONFIG1) $(CONFIG2)

CPPFLAGS+=	${STDCPPFLAGS}
COPTS+=		-g

# 
# things this Makefile makes:
#

PROGS =		vvmvd

SRCS_vvmvd=	mv_1.c mv_2.c

LDFLAGS+=	${STDLDFLAGS}
LDADD_vvmvd=	-lvvm -lvol -lnasutil

BINDIR=		${SBINDIR}

.include	"${SHAREDIR}/bsd.manyprog.mk"

${OBJS}:	${CONFIG}

LINTFLAGS+=	-L${LINTLIBDIR}