This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/tools/descrip.mms

26 lines
445 B
Text
Raw Permalink Normal View History

2002-08-13 14:34:25 +00:00
# MMS/MMK Makefile for OpenVMS
# Copyright (c) 2001 Edward Brocklesby
2002-08-13 14:45:13 +00:00
# $Id: descrip.mms,v 1.2 2002/08/13 14:45:13 fishwaldo Exp $
2002-08-13 14:34:25 +00:00
CC= CC
CFLAGS= /STANDARD=ISOC94
LDFLAGS=
ALL : CONVERTCONF,MKPASSWD
CRYPT.C : [-.SRC]CRYPT.C
COPY [-.SRC]CRYPT.C []
CRYPT.OBJ : CRYPT.C
$(CC)$(CFLAGS) CRYPT.C
MKPASSWD : MKPASSWD.OBJ CRYPT.OBJ
LINK MKPASSWD, CRYPT
CONVERTCONF : CONVERTCONF.OBJ
LINK CONVERTCONF
CLEAN :
DELETE *.OBJ;*
DELETE *.EXE;*