# (C) Copyright International Business Machines Corporation 23 January 
# 1990.  All Rights Reserved. 
#  
# See the file USERAGREEMENT distributed with this software for full 
# terms and conditions of use. 
# Makefile for the directory /local/hermes/tools/make/defs -- the Hermes make 

DEFOBJS =	checkscope.do getdep.do getuses.do initloadfuncs.do \
		make.do mustmake.do timestamp.do uptolow.do worklist.do

include ../../../make/includefile

DEFLIB =	.:$(DEFDIR):../../../hermes/defs

all:	compiledefs

install: all

# dependencies
include Makefile.deps

deps:
	$(BINDIR)/getdeps *.d > Makefile.deps

clean:
	rm -f $(DEFOBJS) 2>/dev/null
