# $Id: Makefile,v 1.3 2002/12/18 05:38:43 ehood Exp $ .PHONY: default TOP = ../.. SUBDIRS = \ CharEnt \ # 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 include $(TOP)/etc/rules.mk