| Andrew Rist | 56b8502 | 2012-01-13 21:02:27 +0000 | [diff] [blame] | 1 | #************************************************************** |
| 2 | # |
| 3 | # Licensed to the Apache Software Foundation (ASF) under one |
| 4 | # or more contributor license agreements. See the NOTICE file |
| 5 | # distributed with this work for additional information |
| 6 | # regarding copyright ownership. The ASF licenses this file |
| 7 | # to you under the Apache License, Version 2.0 (the |
| 8 | # "License"); you may not use this file except in compliance |
| 9 | # with the License. You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, |
| 14 | # software distributed under the License is distributed on an |
| 15 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | # KIND, either express or implied. See the License for the |
| 17 | # specific language governing permissions and limitations |
| 18 | # under the License. |
| 19 | # |
| 20 | #************************************************************** |
| 21 | |
| 22 | |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 23 | |
| 24 | PRJ=. |
| 25 | |
| 26 | PRJNAME=afms |
| 27 | TARGET=afms |
| 28 | |
| 29 | # --- Settings ----------------------------------------------------- |
| 30 | |
| 31 | .INCLUDE : settings.mk |
| Ivo Hinkelmann | 57cf325 | 2009-09-16 11:45:54 +0000 | [diff] [blame] | 32 | .IF "$(L10N_framework)"=="" |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 33 | # --- Files -------------------------------------------------------- |
| 34 | |
| 35 | TARFILE_NAME=Adobe-Core35_AFMs-314 |
| Hans-Joachim Lankenau | b29bb2d | 2010-01-15 14:55:12 +0100 | [diff] [blame] | 36 | TARFILE_MD5=1756c4fa6c616ae15973c104cd8cb256 |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 37 | TARFILE_ROOTDIR=Adobe-Core35_AFMs-314 |
| 38 | |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 39 | # --- Targets ------------------------------------------------------ |
| 40 | |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 41 | .INCLUDE : set_ext.mk |
| René Engelhard | d23df62 | 2006-12-06 13:22:39 +0000 | [diff] [blame] | 42 | |
| Hans-Joachim Lankenau | 4ff694b | 2007-05-10 13:19:32 +0000 | [diff] [blame] | 43 | ZIP1DIR = $(MISC)$/build$/$(TARFILE_NAME) |
| René Engelhard | d23df62 | 2006-12-06 13:22:39 +0000 | [diff] [blame] | 44 | ZIP1TARGET = fontunxafm |
| Kurt Zenker | 3843217 | 2007-05-11 12:21:28 +0000 | [diff] [blame] | 45 | ZIP1LIST = *.afm -x "*Helvetica-Narrow*" |
| René Engelhard | d23df62 | 2006-12-06 13:22:39 +0000 | [diff] [blame] | 46 | |
| Ivo Hinkelmann | 57cf325 | 2009-09-16 11:45:54 +0000 | [diff] [blame] | 47 | .ENDIF # L10N_framework |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 48 | .INCLUDE : target.mk |
| 49 | |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 50 | .INCLUDE : tg_ext.mk |
| Ivo Hinkelmann | 57cf325 | 2009-09-16 11:45:54 +0000 | [diff] [blame] | 51 | .IF "$(L10N_framework)"=="" |
| Hans-Joachim Lankenau | f19d46f | 2010-11-29 18:50:33 +0100 | [diff] [blame] | 52 | .IF "$(ZIP1TARGETN)"!="" |
| René Engelhard | d23df62 | 2006-12-06 13:22:39 +0000 | [diff] [blame] | 53 | $(ZIP1TARGETN): $(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) |
| René Engelhard | ebd1613 | 2006-12-06 12:09:34 +0000 | [diff] [blame] | 54 | |
| Hans-Joachim Lankenau | f19d46f | 2010-11-29 18:50:33 +0100 | [diff] [blame] | 55 | .ENDIF # "$(ZIP1TARGETN)"!="" |
| 56 | |
| Ivo Hinkelmann | 57cf325 | 2009-09-16 11:45:54 +0000 | [diff] [blame] | 57 | .ENDIF # L10N_framework |