diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:39:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:39:07 +0000 |
commit | 9ab0969df22e2fe99c9bfba2f671dd18aaad3286 (patch) | |
tree | 549e0ff17d573b104761b65c72e7bef7d179e7d5 | |
parent | 99c2f2f6954610ee7915054b590a113a576f3997 (diff) |
INTEGRATION: CWS internatiodel (1.1.2); FILE ADDED
2006/02/14 16:35:18 er 1.1.2.2: #i52115# static object files aren't needed
2006/02/10 19:13:28 er 1.1.2.1: #i52115# move tools/source/intntl/ to i18npool/source/isolang/
-rw-r--r-- | i18npool/source/isolang/makefile.mk | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/i18npool/source/isolang/makefile.mk b/i18npool/source/isolang/makefile.mk new file mode 100644 index 000000000000..f4fdb38f1b52 --- /dev/null +++ b/i18npool/source/isolang/makefile.mk @@ -0,0 +1,78 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: vg $ $Date: 2006-04-07 14:39:07 $ +# +# 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=i18npool +TARGET=i18nisolang + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/version.mk +.INCLUDE : $(PRJ)$/util$/makefile.pmk + +# --- Files -------------------------------------------------------- + +SLOFILES= $(SLO)$/insys.obj \ + $(SLO)$/isolang.obj \ + $(SLO)$/mslangid.obj + +SHL1TARGET= $(ISOLANG_TARGET)$(ISOLANG_MAJOR)$(COMID) +SHL1IMPLIB= i$(ISOLANG_TARGET) + +DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt +SHL1DEF= $(MISC)$/$(SHL1TARGET).def +DEF1NAME= $(SHL1TARGET) +DEFLIB1NAME= $(SHL1TARGET) + +SHL1OBJS= $(SLOFILES) + +LIB1TARGET= $(SLB)$/$(SHL1TARGET).lib +LIB1OBJFILES=$(SHL1OBJS) + +SHL1STDLIBS= \ + $(CPPULIB) \ + $(SALLIB) + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk + +$(MISC)$/$(SHL1TARGET).flt: makefile.mk + @echo ------------------------------ + @echo Making: $@ + @echo CLEAR_THE_FILE > $@ + @echo __CT >> $@ |