diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-02-10 10:18:53 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-02-10 10:18:53 +0000 |
commit | ea9447c929e0b5ec2b7dce9f8670629baf62f889 (patch) | |
tree | 0106b5cbe67220c6bca20c0b1d8aefaeda39838b /psprint_config | |
parent | 905d3201c516a5308dbcf1010bb641d6bda5b981 (diff) |
INTEGRATION: CWS mh20137 (1.1.94); FILE MERGED
2006/02/09 15:50:42 hr 1.1.94.4: #i50989#: fix logic
2006/02/09 15:28:35 mh 1.1.94.3: chg: build condition, #i50989#
2006/02/09 15:15:39 mh 1.1.94.2: add: license header, build condition, #i50989#
2005/11/04 14:01:02 mh 1.1.94.1: i50989: remove psprint drivers (*afm + *.ps) when packaging OOo
Diffstat (limited to 'psprint_config')
-rw-r--r-- | psprint_config/configuration/ppds/makefile.mk | 61 |
1 files changed, 50 insertions, 11 deletions
diff --git a/psprint_config/configuration/ppds/makefile.mk b/psprint_config/configuration/ppds/makefile.mk index c11441e5d289..12d858f3bc38 100644 --- a/psprint_config/configuration/ppds/makefile.mk +++ b/psprint_config/configuration/ppds/makefile.mk @@ -1,11 +1,50 @@ -PRJ=..$/..
-PRJNAME=psp_config
-TARGET=unxfontsxp3ppds
-
-.INCLUDE : settings.mk
-
-ZIP1TARGET = fontunxppds
-ZIP1LIST = * -x makefile.* -x delzip
-
-.INCLUDE : target.mk
-
+#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: rt $ $Date: 2006-02-10 11:18:53 $ +# +# 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=psp_config +TARGET=unxfontsxp3ppds + +.INCLUDE : settings.mk + +.IF "$(WITHOUT_PPDS)"=="YES" +all: + @echo "Building without OOo postscript printer definition files." +.ENDIF + +ZIP1TARGET = fontunxppds +ZIP1LIST = * -x makefile.* -x delzip + +.INCLUDE : target.mk + |