# Buildtemplate for the storagestats subdirectory

ALL = storagestats.$(MACHINE)

storagestats.$(MACHINE): storagestats.c 
	$(CC) $(MIFLAGS) $(MDFLAGS) -o $(ALL) storagestats.c $(LIBRARIES) 

install: $(ALL)
	$(NETINSTALL) -p $(ALL) $(VSYS)/bin

clean:
	rm -f *.CKP *.BAK *.$(OBJSUFFIX) .emacs* $(ALL)

backup:
	cd ..; cpdir storagestats ../../Vbackup/cmds/storagestats


relink:
	rm -f *.$(MACHINE)
