### Makefile for www/Steve_Savitzky/Albums # $Id: Makefile,v 1.6 2006-11-19 18:00:25 steve Exp $ # COPYRIGHT 2005, HyperSpace Express TOPDIR=../../../.. MYNAME=Albums DOTDOT=www/Steve_Savitzky SRCDIR=../../. SUBDIRS= bleeding coffee demo test amethyst hackers FILES= README \ $(wildcard *.html) MF_DIR=$(TOPDIR)/Config/makefiles ifeq ($(shell [ -f $(SRCDIR)/WURM.cf ] || echo notweb),) include $(MF_DIR)/file.make include $(MF_DIR)/webdir.make else # include $(TOOLDIR)/album.make endif