#
# Mach Operating System
# Copyright (c) 1990 Carnegie-Mellon University
# All rights reserved.  The CMU software License Agreement specifies
# the terms and conditions for use and redistribution.
#
#
# HISTORY
# $Log:	Makeconf,v $
# Revision 2.3  90/11/16  11:42:16  rwd
# 	Use release area.  No more MACH3DPJ.
# 	[90/11/13            rwd]
# 
# Revision 2.2  90/08/31  12:54:52  rwd
# 	Created
# 
#
OBJECTDIR=../../../obj/@sys/${BCSBBASE?$(BCSBBASE:t):latest}/poe

MKREL= /afs/cs/project/mach/mach3/release/@sys/${BCSBBASE?$(BCSBBASE:t):latest}
MKINC= $(MKREL)/include
MKLIB= $(MKREL)/lib
MKBIN= $(MKREL)/bin
POESRC=$(MAKECONF:h)/../${BCSBBASE?$(BCSBBASE:t):latest}

VPATH= .:machine:${MKINC}
CPATH= .:${POESRC}:${MKINC}
LPATH= ${MKLIB}:${LPATH}
PATH = ${MKBIN}:${PATH}

.EXPORT: VPATH CPATH LPATH PATH
