# $Id: Makefile,v 1.1 1998/09/01 18:10:51 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) $<