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