home *** CD-ROM | disk | FTP | other *** search
- ##
- ## Copyright 1989 BBN Systems and Technologies Corporation.
- ## All Rights Reserved.
- ## This is free software, and may be distributed under the terms of the
- ## GNU Public License; see the file COPYING for more details.
- ##
- ## VMS MMS file for CODA client.
- ## $Header: descrip.mms,v 2.0 90/04/09 16:23:37 rsalz Exp $
- ##
- #DEBUG = /DEBUG
- DEBUG =
-
- CFLAGS = $(DEBUG) /DEFINE=VMS /INCLUDE=DUA0:[NETDIST.INCLUDE.]
- OBJ = client.obj version.obj libvms.obj
-
-
- ## Generic targets.
- all : coda.exe
- @ write sys$output ""
-
- install : all
- @ write sys$output "Install according to local convention"
-
- clean :
- delete/noconfirm *.obj;*, *.exe;*, foo.txt;*
-
- purge :
- purge
-
-
- ## Client.
- coda.exe : $(OBJ)
- LINK $(DEBUG) $(LINKFLAGS) $+,coda.opt/opt
-
- $(OBJ) : client.h
- libvms.obj : vmsutime.inc
- version.obj : patchlevel.h
-