2004-05-24 12:10:47 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# $RCSfile: makefile.mk,v $
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# 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=..
|
2004-11-18 01:18:53 -06:00
|
|
|
PRJNAME=instsetoo_native
|
2004-05-24 12:10:47 -05:00
|
|
|
TARGET=util
|
2004-10-14 06:57:56 -05:00
|
|
|
GEN_HID2=TRUE
|
2004-05-24 12:10:47 -05:00
|
|
|
|
|
|
|
.INCLUDE: settings.mk
|
2005-02-15 05:30:17 -06:00
|
|
|
.IF "$(USE_SHELL)"=="4nt"
|
2005-02-15 11:48:17 -06:00
|
|
|
PYTHONPATH:=$(BIN);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-dynload
|
|
|
|
.ELSE # "$(USE_SHELL)"=="4nt"
|
|
|
|
PYTHONPATH:=$(BIN):$(SOLARLIBDIR)$/python:$(SOLARLIBDIR)$/python$/lib-dynload
|
2005-02-15 05:30:17 -06:00
|
|
|
.ENDIF # "$(USE_SHELL)"=="4nt"
|
2005-02-15 11:48:17 -06:00
|
|
|
.EXPORT: PYTHONPATH
|
2005-02-15 05:30:17 -06:00
|
|
|
|
2004-07-06 09:06:39 -05:00
|
|
|
.EXPORT: LAST_MINOR
|
2004-11-18 01:18:53 -06:00
|
|
|
.EXPORT: PRJ
|
|
|
|
.EXPORT: PRJNAME
|
2004-05-24 12:10:47 -05:00
|
|
|
|
2004-12-10 10:03:50 -06:00
|
|
|
.INCLUDE .IGNORE: $(SRC_ROOT)$/cwsname.mk
|
|
|
|
|
2004-05-24 12:10:47 -05:00
|
|
|
SHARED_COM_SDK_PATH*:=.
|
|
|
|
|
|
|
|
INSTALLDIR=$(OUT)
|
|
|
|
|
|
|
|
.INCLUDE: target.mk
|
|
|
|
|
2004-11-18 01:18:53 -06:00
|
|
|
.IF "$(OS)" == "LINUX"
|
|
|
|
FORMAT*=-format rpm
|
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
.IF "$(OS)" == "SOLARIS"
|
|
|
|
FORMAT*=-format pkg
|
|
|
|
.ENDIF
|
|
|
|
|
2005-01-31 03:38:15 -06:00
|
|
|
.IF "$(OS)"=="MACOSX"
|
|
|
|
FORMAT*=-format osx
|
|
|
|
.ENDIF
|
|
|
|
|
2005-02-15 11:48:17 -06:00
|
|
|
LOCALPYFILES= \
|
|
|
|
$(BIN)$/uno.py \
|
|
|
|
$(BIN)$/unohelper.py \
|
|
|
|
$(BIN)$/pythonloader.py \
|
|
|
|
$(BIN)$/pythonscript.py
|
|
|
|
|
2004-11-18 01:18:53 -06:00
|
|
|
# epm supports the following formats:
|
|
|
|
# aix - AIX software distribution
|
|
|
|
# bsd - FreeBSD, NetBSD, or OpenBSD software distribution
|
|
|
|
# depot or swinstall - HP-UX software distribution
|
|
|
|
# dpkg - Debian software distribution
|
|
|
|
# inst or tardist - IRIX software distribution
|
|
|
|
# osx - MacOS X software distribution
|
|
|
|
# pkg - Solaris software distribution
|
|
|
|
# rpm - RedHat software distribution
|
|
|
|
# setld - Tru64 (setld) software distribution
|
|
|
|
# native - "Native" software distribution for the platform
|
|
|
|
# portable - Portable software distribution
|
2004-05-24 12:10:47 -05:00
|
|
|
|
2004-11-16 06:32:13 -06:00
|
|
|
.IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
|
2004-05-24 12:10:47 -05:00
|
|
|
ALLTAR : openoffice
|
2004-11-16 06:32:13 -06:00
|
|
|
.ELSE # "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
|
|
|
|
ALLTAR : updatepack
|
|
|
|
.ENDIF # "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
|
2004-07-29 10:36:31 -05:00
|
|
|
|
|
|
|
updatepack:
|
|
|
|
+$(PERL) -w $(SOLARENV)$/bin$/packager.pl
|
2004-05-24 12:10:47 -05:00
|
|
|
|
2004-06-28 07:39:36 -05:00
|
|
|
.IF "$(alllangiso)"!=""
|
2004-05-24 12:10:47 -05:00
|
|
|
|
|
|
|
.IF "$(BUILD_SPECIAL)"!=""
|
|
|
|
.IF "$(OOO_RELEASE_BUILD)"==""
|
2004-06-28 07:39:36 -05:00
|
|
|
openoffice: openoffice_en-US
|
2004-05-24 12:10:47 -05:00
|
|
|
.ELSE
|
2004-06-28 07:39:36 -05:00
|
|
|
openoffice: $(foreach,i,$(alllangiso) openoffice_$i)
|
2004-05-24 12:10:47 -05:00
|
|
|
.ENDIF
|
|
|
|
.ELSE
|
2004-06-28 07:39:36 -05:00
|
|
|
openoffice: $(foreach,i,$(alllangiso) openoffice_$i)
|
2004-05-24 12:10:47 -05:00
|
|
|
.ENDIF
|
|
|
|
|
2004-06-28 07:39:36 -05:00
|
|
|
ooolanguagepack : $(foreach,i,$(alllangiso) ooolanguagepack_$i)
|
2004-05-24 12:10:47 -05:00
|
|
|
|
|
|
|
openoffice_%:
|
2004-11-18 01:18:53 -06:00
|
|
|
+$(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f $(PRJ)$/util$/openoffice.lst -l $(@:s/openoffice_//) -p OpenOffice -packagelist $(PRJ)$/inc_openoffice$/unix$/packagelist.txt -u $(OUT) -buildid $(BUILD) -msitemplate $(PRJ)$/inc_openoffice$/windows$/msi_templates -msilanguage $(COMMONMISC)$/win_ulffiles $(FORMAT)
|
2004-09-08 09:00:25 -05:00
|
|
|
|
|
|
|
ooolanguagepack_%:
|
2004-11-18 01:18:53 -06:00
|
|
|
+$(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f $(PRJ)$/util$/openoffice.lst -l $(@:s/ooolanguagepack_//) -p OpenOffice -packagelist $(PRJ)$/inc_openoffice$/unix$/packagelist_language.txt -u $(OUT) -buildid $(BUILD) -msitemplate $(PRJ)$/inc_ooolangpack$/windows$/msi_templates -msilanguage $(COMMONMISC)$/win_ulffiles -languagepack $(FORMAT)
|
2004-05-24 12:10:47 -05:00
|
|
|
|
2004-06-28 07:39:36 -05:00
|
|
|
.ELSE # "$(alllangiso)"!=""
|
2004-05-24 12:10:47 -05:00
|
|
|
openoffice:
|
|
|
|
@+echo cannot pack nothing...
|
|
|
|
|
2004-06-28 07:39:36 -05:00
|
|
|
.ENDIF # "$(alllangiso)"!=""
|
2005-02-15 11:48:17 -06:00
|
|
|
|
|
|
|
.IF "$(LOCALPYFILES)"!=""
|
|
|
|
$(foreach,i,$(alllangiso) openoffice_$i) updatepack $(foreach,i,$(alllangiso) ooolanguagepack_$i) : $(LOCALPYFILES)
|
|
|
|
.ENDIF # "$(LOCALPYFILES)"!=""
|
|
|
|
|
|
|
|
$(BIN)$/%.py : $(SOLARSHAREDBIN)$/pyuno$/%.py
|
|
|
|
@+$(COPY) $< $@
|