summaryrefslogtreecommitdiff
path: root/sysui/desktop/icons
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 19:42:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 19:42:55 +0000
commit99e112c74f3421c227a0ce9b6a4e4532d5e12857 (patch)
treeb40337b332d67a8fa932790b25e0e3568c3c0209 /sysui/desktop/icons
parentf1e7d342bff9d58cc6aa1ab3878ef0d112cc26ed (diff)
INTEGRATION: CWS sysint1 (1.1.2); FILE ADDED
2004/11/24 15:02:37 hro 1.1.2.2: #i36906# UseoOld icons for old document formats 2004/11/23 13:21:44 hro 1.1.2.1: #i36906# New document icons
Diffstat (limited to 'sysui/desktop/icons')
-rw-r--r--sysui/desktop/icons/makefile.mk119
1 files changed, 119 insertions, 0 deletions
diff --git a/sysui/desktop/icons/makefile.mk b/sysui/desktop/icons/makefile.mk
new file mode 100644
index 000000000000..a4bed7ad9b62
--- /dev/null
+++ b/sysui/desktop/icons/makefile.mk
@@ -0,0 +1,119 @@
+#*************************************************************************
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# last change: $Author: hr $ $Date: 2004-11-26 20:42:55 $
+#
+# The Contents of this file are made available subject to the terms of
+# either of the following licenses
+#
+# - GNU Lesser General Public License Version 2.1
+# - Sun Industry Standards Source License Version 1.1
+#
+# Sun Microsystems Inc., October, 2000
+#
+# GNU Lesser General Public License Version 2.1
+# =============================================
+# Copyright 2000 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
+#
+#
+# Sun Industry Standards Source License Version 1.1
+# =================================================
+# The contents of this file are subject to the Sun Industry Standards
+# Source License Version 1.1 (the "License"); You may not use this file
+# except in compliance with the License. You may obtain a copy of the
+# License at http://www.openoffice.org/license.html.
+#
+# Software provided under this License is provided on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+# See the License for the specific provisions governing your rights and
+# obligations concerning the Software.
+#
+# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+#
+# Copyright: 2000 by Sun Microsystems, Inc.
+#
+# All Rights Reserved.
+#
+# Contributor(s): _______________________________________
+#
+#
+#
+#*************************************************************************
+
+PRJ=..$/..
+
+PRJNAME=sysui
+TARGET=icons
+
+# --- Settings -----------------------------------------------------------
+
+.INCLUDE : settings.mk
+
+# --- Targets -------------------------------------------------------------
+
+all: \
+ $(MISC)$/ooo-base-app.ico \
+ $(MISC)$/ooo-base-doc.ico \
+ $(MISC)$/ooo-calc-app.ico \
+ $(MISC)$/ooo-calc-doc.ico \
+ $(MISC)$/ooo-calc-tem.ico \
+ $(MISC)$/ooo-chart-doc.ico \
+ $(MISC)$/ooo-configuration.ico \
+ $(MISC)$/ooo-draw-app.ico \
+ $(MISC)$/ooo-draw-doc.ico \
+ $(MISC)$/ooo-draw-tem.ico \
+ $(MISC)$/ooo-empty-doc.ico \
+ $(MISC)$/ooo-empty-tem.ico \
+ $(MISC)$/ooo-image-doc.ico \
+ $(MISC)$/ooo-impress-app.ico \
+ $(MISC)$/ooo-impress-doc.ico \
+ $(MISC)$/ooo-impress-tem.ico \
+ $(MISC)$/ooo-macro-doc.ico \
+ $(MISC)$/ooo-main-app.ico \
+ $(MISC)$/ooo-master-doc.ico \
+ $(MISC)$/ooo-math-app.ico \
+ $(MISC)$/ooo-math-doc.ico \
+ $(MISC)$/ooo-open.ico \
+ $(MISC)$/ooo-printer.ico \
+ $(MISC)$/ooo-web-doc.ico \
+ $(MISC)$/ooo-writer-app.ico \
+ $(MISC)$/ooo-writer-doc.ico \
+ $(MISC)$/ooo-writer-tem.ico \
+ $(MISC)$/ooo11-base-doc.ico \
+ $(MISC)$/ooo11-calc-doc.ico \
+ $(MISC)$/ooo11-calc-tem.ico \
+ $(MISC)$/ooo11-chart-doc.ico \
+ $(MISC)$/ooo11-draw-doc.ico \
+ $(MISC)$/ooo11-draw-tem.ico \
+ $(MISC)$/ooo11-impress-doc.ico \
+ $(MISC)$/ooo11-impress-tem.ico \
+ $(MISC)$/ooo11-master-doc.ico \
+ $(MISC)$/ooo11-math-doc.ico \
+ $(MISC)$/ooo11-writer-doc.ico \
+ $(MISC)$/ooo11-writer-tem.ico
+
+$(MISC)$/%.ico: %.ico
+ +$(COPY) $< $@
+
+.INCLUDE : target.mk
+