summaryrefslogtreecommitdiff
path: root/bitstream_vera_fonts
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-15 11:13:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-15 11:13:51 +0000
commit04fd6596d714e34515918d13ac2ef19f13e39834 (patch)
tree8c024adc3724b6ffb98a3da3728144ed8fc18c4f /bitstream_vera_fonts
parentb7f697cfa913a066aaeebe42974550ff2f63db61 (diff)
INTEGRATION: CWS symex (1.1.2); FILE ADDED
2007/11/30 14:15:07 hdu 1.1.2.2: #i59853# simplify makefiles and build.lst (thanks Ause!) 2007/11/29 14:29:01 hdu 1.1.2.1: #i59853# font family Dejavu replaced Vera fonts
Diffstat (limited to 'bitstream_vera_fonts')
-rw-r--r--bitstream_vera_fonts/fonts/ttf_dejavu/makefile.mk68
1 files changed, 68 insertions, 0 deletions
diff --git a/bitstream_vera_fonts/fonts/ttf_dejavu/makefile.mk b/bitstream_vera_fonts/fonts/ttf_dejavu/makefile.mk
new file mode 100644
index 000000000000..52839c9f41b2
--- /dev/null
+++ b/bitstream_vera_fonts/fonts/ttf_dejavu/makefile.mk
@@ -0,0 +1,68 @@
+#*************************************************************************
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: ihi $ $Date: 2008-01-15 12:13:51 $
+#
+# The Contents of this file are made available subject to
+# the terms of GNU Lesser General Public License Version 2.1.
+#
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2005 by Sun Microsystems, Inc.
+# 901 San Antonio Road, Palo Alto, CA 94303, USA
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+#*************************************************************************
+
+PRJ=..$/..
+
+PRJNAME=bitstream_vera_fonts
+TARGET=ttf_dejavu
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Files --------------------------------------------------------
+
+TARFILE_NAME=dejavu-ttf-2.21
+TARFILE_ROOTDIR=dejavu-ttf-2.21
+
+PATCH_FILE_NAME=
+
+
+CONFIGURE_DIR=
+CONFIGURE_ACTION=
+
+BUILD_DIR=
+BUILD_ACTION=
+BUILD_FLAGS=
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : set_ext.mk
+.INCLUDE : target.mk
+
+.IF "$(WITH_FONTS)"!="NO"
+.INCLUDE : tg_ext.mk
+.ENDIF
+