#
# Dummy Makefile used with makegen.
#
# NOTE : The TOP variable must be set to reflect the top of the
# src tree (either relative or absolute)
#

TOP=../..
TARGETS= all install clean 

$(TARGETS) :: Makefile.full

$(TARGETS) ::
	@$(MAKE) -f Makefile.full $@

Makefile.full :: $(TOP)/site.mm Makefile.tmpl
	@$(INST_DIR)/makegen/makegen $(TOP) $(INST_DIR);\
	echo "Done."
INST_DIR= /usr/local/Hughes
