Unbreak windows build
[LibreOffice.git] / mythes / mythes-1.2.0-makefile-mk.diff
blob30cdf46941863b2023550003f878bfeacd23d2e3
1 --- misc/mythes-1.2.0/makefile.mk 2010-05-14 23:36:09.000000000 +0200
2 +++ misc/build/mythes-1.2.0/makefile.mk 2010-05-14 23:35:14.000000000 +0200
3 @@ -1 +1,90 @@
4 -dummy
5 +#*************************************************************************
6 +#
7 +# $RCSfile: makefile.mk,v $
8 +#
9 +# $Revision: 1.1.1.1 $
11 +# last change: $Author: caolan $ $Date: 2010/02/27 15:52:17 $
13 +# The Contents of this file are made available subject to the terms of
14 +# either of the following licenses
16 +# - GNU Lesser General Public License Version 2.1
17 +# - Sun Industry Standards Source License Version 1.1
19 +# Sun Microsystems Inc., October, 2000
21 +# GNU Lesser General Public License Version 2.1
22 +# =============================================
23 +# Copyright 2000 by Sun Microsystems, Inc.
24 +# 901 San Antonio Road, Palo Alto, CA 94303, USA
26 +# This library is free software; you can redistribute it and/or
27 +# modify it under the terms of the GNU Lesser General Public
28 +# License version 2.1, as published by the Free Software Foundation.
30 +# This library is distributed in the hope that it will be useful,
31 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
32 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 +# Lesser General Public License for more details.
35 +# You should have received a copy of the GNU Lesser General Public
36 +# License along with this library; if not, write to the Free Software
37 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
38 +# MA 02111-1307 USA
41 +# Sun Industry Standards Source License Version 1.1
42 +# =================================================
43 +# The contents of this file are subject to the Sun Industry Standards
44 +# Source License Version 1.1 (the "License"); You may not use this file
45 +# except in compliance with the License. You may obtain a copy of the
46 +# License at http://www.openoffice.org/license.html.
48 +# Software provided under this License is provided on an "AS IS" basis,
49 +# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
50 +# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
51 +# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
52 +# See the License for the specific provisions governing your rights and
53 +# obligations concerning the Software.
55 +# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
57 +# Copyright: 2000 by Sun Microsystems, Inc.
59 +# All Rights Reserved.
61 +# Contributor(s): _______________________________________
65 +#*************************************************************************
67 +PRJ = ../../../..
69 +PRJNAME = mythes
70 +TARGET = mythes
71 +LIBTARGET=YES
72 +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
74 +#----- Settings ---------------------------------------------------------
76 +.INCLUDE : settings.mk
78 +# --- Files --------------------------------------------------------
80 +all_target: ALLTAR
84 +SLOFILES= \
85 + $(SLO)$/mythes.obj
87 +LIB1TARGET= $(SLB)$/lib$(TARGET).lib
88 +LIB1ARCHIV= $(LB)/lib$(TARGET).a
89 +LIB1OBJFILES= $(SLOFILES)
91 +# --- Targets ------------------------------------------------------
93 +.INCLUDE : target.mk