1*cdf0e10cSrcweir--- misc/hyphen-2.7.1/Makefile.am 2010-07-19 11:23:17.000000000 +0200 2*cdf0e10cSrcweir+++ misc/build/hyphen-2.7.1/Makefile.am 2010-12-02 10:15:44.390625000 +0100 3*cdf0e10cSrcweir@@ -25,14 +25,13 @@ 4*cdf0e10cSrcweir 5*cdf0e10cSrcweir hyphen.us3: 6*cdf0e10cSrcweir cp -f $(srcdir)/hyphen.tex hyphen.us 7*cdf0e10cSrcweir- patch < $(srcdir)/hyphen.patch 8*cdf0e10cSrcweir+ $(GNUPATCH) < $(srcdir)/hyphen.patch 9*cdf0e10cSrcweir $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 10*cdf0e10cSrcweir cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 11*cdf0e10cSrcweir cat $(srcdir)/ligpatch.txt >>hyphen.us3 12*cdf0e10cSrcweir 13*cdf0e10cSrcweir-hyph_en_US.dic: hyphen.us3 14*cdf0e10cSrcweir- perl $(srcdir)/substrings.pl hyphen.us3 hyphen.us4 UTF-8 2 3 >/dev/null 15*cdf0e10cSrcweir- cat hyphen.us4 | $(SED) -f $(srcdir)/ooopatch.sed >hyph_en_US.dic 16*cdf0e10cSrcweir+hyph_en_US.dic: 17*cdf0e10cSrcweir+ @echo "hyph_en_US.txt distributed with Hyphen library" 18*cdf0e10cSrcweir 19*cdf0e10cSrcweir clean-local: 20*cdf0e10cSrcweir rm -rf hyphen.us* hyph_en_US.dic 21*cdf0e10cSrcweir--- misc/hyphen-2.7.1/Makefile.in 2010-12-01 02:31:29.000000000 +0100 22*cdf0e10cSrcweir+++ misc/build/hyphen-2.7.1/Makefile.in 2010-12-02 10:17:16.546875000 +0100 23*cdf0e10cSrcweir@@ -940,14 +940,13 @@ 24*cdf0e10cSrcweir 25*cdf0e10cSrcweir hyphen.us3: 26*cdf0e10cSrcweir cp -f $(srcdir)/hyphen.tex hyphen.us 27*cdf0e10cSrcweir- patch < $(srcdir)/hyphen.patch 28*cdf0e10cSrcweir+ $(GNUPATCH) < $(srcdir)/hyphen.patch 29*cdf0e10cSrcweir $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 30*cdf0e10cSrcweir cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 31*cdf0e10cSrcweir cat $(srcdir)/ligpatch.txt >>hyphen.us3 32*cdf0e10cSrcweir 33*cdf0e10cSrcweir-hyph_en_US.dic: hyphen.us3 34*cdf0e10cSrcweir- perl $(srcdir)/substrings.pl hyphen.us3 hyphen.us4 UTF-8 2 3 >/dev/null 35*cdf0e10cSrcweir- cat hyphen.us4 | $(SED) -f $(srcdir)/ooopatch.sed >hyph_en_US.dic 36*cdf0e10cSrcweir+hyph_en_US.dic: 37*cdf0e10cSrcweir+ @echo "hyph_en_US.txt distributed with Hyphen library" 38*cdf0e10cSrcweir 39*cdf0e10cSrcweir clean-local: 40*cdf0e10cSrcweir rm -rf hyphen.us* hyph_en_US.dic 41*cdf0e10cSrcweir--- misc/hyphen-2.7.1/makefile.mk 2010-12-02 10:35:40.265625000 +0100 42*cdf0e10cSrcweir+++ misc/build/hyphen-2.7.1/makefile.mk 2010-12-02 10:25:45.750000000 +0100 43*cdf0e10cSrcweir@@ -1 +1,28 @@ 44*cdf0e10cSrcweir-dummy 45*cdf0e10cSrcweir+PRJ = ..$/..$/..$/.. 46*cdf0e10cSrcweir+ 47*cdf0e10cSrcweir+PRJNAME = hyphen 48*cdf0e10cSrcweir+TARGET = hyphen 49*cdf0e10cSrcweir+CFLAGSCALL=gsd 50*cdf0e10cSrcweir+ 51*cdf0e10cSrcweir+USE_DEFFILE=TRUE 52*cdf0e10cSrcweir+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE 53*cdf0e10cSrcweir+UWINAPILIB= 54*cdf0e10cSrcweir+ 55*cdf0e10cSrcweir+.INCLUDE : settings.mk 56*cdf0e10cSrcweir+ 57*cdf0e10cSrcweir+# --- Files -------------------------------------------------------- 58*cdf0e10cSrcweir+ 59*cdf0e10cSrcweir+# !! not to be compiled because those belong to a stand alone programs: !! 60*cdf0e10cSrcweir+# $(SLO)$/createfp.obj\ 61*cdf0e10cSrcweir+# $(SLO)$/testtextcat.obj 62*cdf0e10cSrcweir+ 63*cdf0e10cSrcweir+SLOFILES= \ 64*cdf0e10cSrcweir+ $(SLO)$/hyphen.obj\ 65*cdf0e10cSrcweir+ $(SLO)$/hnjalloc.obj 66*cdf0e10cSrcweir+ 67*cdf0e10cSrcweir+# --- Targets ------------------------------------------------------ 68*cdf0e10cSrcweir+ 69*cdf0e10cSrcweir+ALL: ALLTAR 70*cdf0e10cSrcweir+ 71*cdf0e10cSrcweir+.INCLUDE : target.mk 72*cdf0e10cSrcweir+ 73