# (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 -- the Hermes make 

PROCOBJS =	charposition.po dcomshell.po dprintshell.po getdep.po \
		getnextuse.po getnoncommentline.po getstring2.po \
		getuses.po initcheckscope.po initloadfuncs.po \
		leftstring.po make.po makehermes.po mustmake.po \
		nullaction.po pcomshell.po pprintshell.po \
		rightmostchar.po rightstring.po timestamp.po \
		uptolow.po

include ../../make/includefile

DEFPATH =	./defs:$(DEFDIR)

all:	compileprocs

install: all
	cp $(PROCOBJS) $(BINDIR)
	

# dependencies
include Makefile.deps

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

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