# $Id: Makefile,v 1.4 2003/05/19 09:37:13 ehood Exp $ .PHONY: default TOP = ../.. SUBDIRS = \ ucm \ Char \ CharEnt \ UTF8 \ # End SUBDIRS # Not all modules are listed here since some require modules that # may not be installed. Need to be careful that they are manually # verified before a release is made. List of optional modules: # # Encode.pm # UTF8.pm # PERL_PM_FILES = \ Char.pm \ CharEnt.pm \ CharMaps.pm \ # End PERL_PM_FILES include $(TOP)/etc/variables.mk default: make_subdirs perl_syntax clean: clean_subdirs clean_local clean_local: distclean: distclean_subdirs distclean_local distclean_local: clean_local include $(TOP)/etc/rules.mk