head 1.1; access; symbols; locks alexis:1.1; strict; comment @# @; 1.1 date 98.09.01.18.10.51; author alexis; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @# $Id: Makefile,v 1.6 1998/08/29 16:41:08 alexis Exp $ SUPPORT_DIR = ../support include ../Makefile.defs FILES = helpme compile: $(FILES) clean: rm -f helpme.shpp utils.sh install: compile $(INSTALL) -o root -g root -m 555 $(FILES) \ $(LCLBINDIR) uninstall: -cd $(LCLBINDIR) && rm -f $(FILES) helpme: helpme.shpp utils.sh $(SHPP) $(SHPPFLAGS) $< utils.sh: utils.sh.shpp $(SHPP) -nx $(SHPPFLAGS) $< @