# $Id: Makefile,v 1.3 2003/05/19 09:37:13 ehood Exp $ .PHONY: default TOP = .. SUBDIRS = \ MHonArc \ # End SUBDIRS include $(TOP)/etc/variables.mk default: make_subdirs perl_syntax clean: clean_subdirs distclean: distclean_subdirs include $(TOP)/etc/rules.mk .