# $Id: Makefile,v 1.2 2003/05/19 09:37:13 ehood Exp $ ##-----------------------------------------------------------------------## ## Development makefile. ##-----------------------------------------------------------------------## .PHONY: default clean TOP = .. SUBDIRS = \ mha-mhedit \ # End SUBDIRS include $(TOP)/etc/variables.mk ##-----------------------------------------------------------------------## PERL_FILES = \ # End PERL_FILES ##-----------------------------------------------------------------------## default: make_subdirs clean: clean_subdirs distclean: distclean_subdirs ##-----------------------------------------------------------------------## include $(TOP)/etc/rules.mk