summaryrefslogtreecommitdiffstats
path: root/psprint_config/configuration
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-30 23:45:11 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-02 17:11:12 +0200
commit84fb7420a69205ed187d1debd600304eacde9a34 (patch)
tree8f13e09427e36b356be35904327df130c98b3888 /psprint_config/configuration
parentget this building under windows (diff)
downloadcore-84fb7420a69205ed187d1debd600304eacde9a34.tar.gz
core-84fb7420a69205ed187d1debd600304eacde9a34.zip
convert psprint_config to gbuild
Diffstat (limited to 'psprint_config/configuration')
-rw-r--r--psprint_config/configuration/delzip0
-rw-r--r--psprint_config/configuration/makefile.mk11
-rw-r--r--psprint_config/configuration/ppds/delzip0
-rw-r--r--psprint_config/configuration/ppds/makefile.mk46
4 files changed, 0 insertions, 57 deletions
diff --git a/psprint_config/configuration/delzip b/psprint_config/configuration/delzip
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/psprint_config/configuration/delzip
+++ /dev/null
diff --git a/psprint_config/configuration/makefile.mk b/psprint_config/configuration/makefile.mk
deleted file mode 100644
index 6f8e7615570e..000000000000
--- a/psprint_config/configuration/makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-PRJ=..
-PRJNAME=psprint_config
-TARGET=unxfontspsprintgeneral
-
-.INCLUDE : settings.mk
-
-ZIP1TARGET = fontunxpsprint
-ZIP1LIST = psprint.conf
-
-.INCLUDE : target.mk
-
diff --git a/psprint_config/configuration/ppds/delzip b/psprint_config/configuration/ppds/delzip
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/psprint_config/configuration/ppds/delzip
+++ /dev/null
diff --git a/psprint_config/configuration/ppds/makefile.mk b/psprint_config/configuration/ppds/makefile.mk
deleted file mode 100644
index eab740a4bef0..000000000000
--- a/psprint_config/configuration/ppds/makefile.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-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
-.IF "$(WITH_SYSTEM_PPD_DIR)" != ""
-ZIP1LIST = SGENPRT.PS SGENT42.PS GENERIC.PS
-.ELSE
-ZIP1LIST = * -x makefile.* -x delzip -x *.orig
-.ENDIF
-
-.INCLUDE : target.mk
-