#
#  NovStat V1.1
#
#  Copyright (C) 1993 by Carnegie Mellon University
#
#  This software is freely available for any purpose other than commercial
#  gain.  You may distribute this code provided this copyright remains
#  intact.  Any modifications made to this code must be noted as not part
#  of the original NovStat V1.1 code.
#

# $Header: /afs/andrew.cmu.edu/system/src/local/novstat/003/src/RCS/makefile,v 1.4 1994/02/15 21:23:00 ms5u Exp $
#
# Makefile for NOVSTAT.NLM
#
# Revision History:
#   $Log: makefile,v $
# Revision 1.4  1994/02/15  21:23:00  ms5u
# Add delold module.
#
# Revision 1.3  1994/02/15  18:24:24  ms5u
# Change version to V1.1.
#
# Revision 1.2  1993/10/05  15:36:23  ms5u
# Add copyright header.
#
# Revision 1.1  1993/09/13  19:36:06  ms5u
# Initial revision
#

wlink_options =
wcc386_options= /3s

.EXTENSIONS:
.EXTENSIONS: .nlm .obj .c .h

.obj.nlm:
	wlink $(wlink_options) @^&

.c.obj:
	wcc386 $[. $(wcc386_options)

novstat.nlm : main.obj load.obj sched.obj report.obj acctsum.obj &
	acctread.obj sparse.obj track.obj disks.obj downrpt.obj delold.obj
	wlink $(wlink_options) @novstat

main.obj : main.c prototyp.h

load.obj : load.c prototyp.h

sched.obj : sched.c prototyp.h

report.obj : report.c prototyp.h

acctsum.obj : acctsum.c acctrec.h prototyp.h

acctread.obj : acctread.c acctrec.h

sparse.obj : sparse.c sparse.h

track.obj : track.c acctrec.h

disks.obj : disks.c prototyp.h

downrpt.obj : downrpt.c

delold.obj : delold.c
