head     1.1;
branch   1.1.1;
access   ;
symbols  nastore3-beta-20000227:1.1.1.1 NAS:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2000.02.28.02.18.29;  author wrstuden;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2000.02.28.02.18.29;  author wrstuden;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@-include	../Makefile.inc

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

include		${CONFIG1}
include		${CONFIG2}

CONFIG =	$(CONFIG1) $(CONFIG2)

# on SGI, LIBS seem to need to be ordered: VOL then NAS
#
LDFLAGS+=	${STDLDFLAGS}
LDADD_ALL+=	-lavltree -lrclib -lvolsrv -lvol -lnasutil

CPPFLAGS+=	${STDCPPFLAGS}

# 
#  things this Makefile makes: 
#

PROGS=	chrc

SRCS_chrc=	chrc.c ch_config.c ch_init.c ch_locate.c ch_mount.c \
		ch_q.c ch_unmount.c ch_vm.c

BINDIR=		${SBINDIR}

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

${OBJS}:	${CONFIG}

LINTFLAGS+=	-L${LINTLIBDIR}
@


1.1.1.1
log
@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.
@
text
@@
