summaryrefslogtreecommitdiff
path: root/builds/amiga/makefile.os4
diff options
context:
space:
mode:
Diffstat (limited to 'builds/amiga/makefile.os4')
-rw-r--r--builds/amiga/makefile.os416
1 files changed, 16 insertions, 0 deletions
diff --git a/builds/amiga/makefile.os4 b/builds/amiga/makefile.os4
index a3e6f823f..858e1bb9a 100644
--- a/builds/amiga/makefile.os4
+++ b/builds/amiga/makefile.os4
@@ -2,6 +2,18 @@
# Makefile for FreeType2 link library using gcc 3.4.3 from the
# AmigaOS4 SDK
#
+
+
+# Copyright 2005 by
+# Werner Lemberg and Detlef Würkner.
+#
+# This file is part of the FreeType project, and may only be used, modified,
+# and distributed under the terms of the FreeType project license,
+# LICENSE.TXT. By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
+
# to build from the builds/amiga directory call
#
# make
@@ -252,3 +264,7 @@ FONTD = cff.ppc.o type1.ppc.o type42.ppc.o type1cid.ppc.o truetype.ppc.o\
libft2_ppc.a: $(BASE) $(AFIT) $(OTV) $(PS) $(RASTER) sfnt.ppc.o ftcache.ppc.o $(FONTD) gzip.ppc.o lzw.ppc.o
$(AR) r $@ $(BASE) $(AFIT) $(OTV) $(PS) $(RASTER) sfnt.ppc.o ftcache.ppc.o $(FONTD) gzip.ppc.o lzw.ppc.o
$(RANLIB) $@
+
+#Local Variables:
+#coding: latin-1
+#End: