#
# 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);\
	cp gd1.2/Makefile.in gd1.2/Makefile;\
	echo "INST_DIR= $(INST_DIR)" >> gd1.2/Makefile
	echo "Done."



INST_DIR= /usr/local/Hughes

