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 $ 10+# 11+# last change: $Author: caolan $ $Date: 2010/02/27 15:52:17 $ 12+# 13+# The Contents of this file are made available subject to the terms of 14+# either of the following licenses 15+# 16+# - GNU Lesser General Public License Version 2.1 17+# - Sun Industry Standards Source License Version 1.1 18+# 19+# Sun Microsystems Inc., October, 2000 20+# 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 25+# 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. 29+# 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. 34+# 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 39+# 40+# 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. 47+# 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. 54+# 55+# The Initial Developer of the Original Code is: Sun Microsystems, Inc. 56+# 57+# Copyright: 2000 by Sun Microsystems, Inc. 58+# 59+# All Rights Reserved. 60+# 61+# Contributor(s): _______________________________________ 62+# 63+# 64+# 65+#************************************************************************* 66+ 67+PRJ = ../../../.. 68+ 69+PRJNAME = mythes 70+TARGET = mythes 71+LIBTARGET=YES 72+EXTERNAL_WARNINGS_NOT_ERRORS := TRUE 73+ 74+#----- Settings --------------------------------------------------------- 75+ 76+.INCLUDE : settings.mk 77+ 78+# --- Files -------------------------------------------------------- 79+ 80+all_target: ALLTAR 81+ 82+ 83+ 84+SLOFILES= \ 85+ $(SLO)$/mythes.obj 86+ 87+LIB1TARGET= $(SLB)$/lib$(TARGET).lib 88+LIB1ARCHIV= $(LB)/lib$(TARGET).a 89+LIB1OBJFILES= $(SLOFILES) 90+ 91+# --- Targets ------------------------------------------------------ 92+ 93+.INCLUDE : target.mk 94+ 95