1NAME = Mac-Carbon
2VERSION = 0.82
3
4NO64 = YES
5
6include ../Makefile.inc
7
8custompatching:
9	ed - $(DIR)/common.pl < $(MYSRC)/common.pl.ed
10	set -x && \
11	for i in `find $(DIR) -name '*.[ch]' -o -name '*.xs'`; do \
12	    $(MYSRC)/unFlatCarbon $$i > $$i.new && \
13	    mv -f $$i.new $$i || exit 1; \
14	done
15	LANG=en_US.ISO8859-1 ed - $(DIR)/AppleEvents/PerlAEUtils.cp < $(MYSRC)/PerlAEUtils.cp.ed
16