--- /dev/null
+++ waili-19990723/Rules.config
@@ -0,0 +1,60 @@
+#this file was automatically generated
+#by the script config/./config/Configure
+#from config/Rules.Linux.g++
+#on lun 13 gen 2014, 14.37.40, CET
+#################DO NOT EDIT################
+#new Debian configuration
+PREFIX=/usr
+PACKAGE=libwaili
+LIBTOOL = libtool
+LIBTOOLCXX = libtool --mode=compile 
+LIBTOOLLD  = libtool --mode=link    
+LIBTOOLINSTALL = libtool --mode=install    
+LIBWAILI = /home/debian/waili/waili-19990723/lib/libwaili.la
+INSTALL = install
+#
+#	Configuration for Linux 2.0.x and g++ 2.7.2
+#
+#   Tested on:
+#
+#	PC (Intel Pentium, Linux/i386 2.0.x, g++ 2.7.2)
+#	Amiga (Motorola 68040, Linux/m68k 2.0.x, g++ 2.7.2)
+#
+#   $Id: Rules.Linux.g++,v 4.1.4.1 1999/07/20 16:15:37 geert Exp $
+# 
+#   Copyright (C) 1996-1999 Department of Computer Science, K.U.Leuven, Belgium
+# 
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+# 
+#   This program 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 General Public License for more details.
+# 
+#   You should have received a copy of the GNU General Public License
+#   along with this program; if not, write to the Free Software
+#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
+
+CXX =		g++
+TOPDIR =	/home/debian/waili/waili-19990723
+TIFFDEF =	-DSUPPORT_TIFF
+#TIFFDIR =	../libtiff
+#TIFFINC =	-I$(TIFFDIR)
+#TIFFLIB =      -L$(TIFFDIR) -ltiff
+TIFFLIB =       -ltiff
+OPTFLAGS =	-O3 -fomit-frame-pointer
+#DEBUGFLAGS =	-DTRACK_MEMORY -DBOUNDS_CHECK -g
+
+#changed for Debian: much cleaner; and you can move the directory around
+CFLAGS =	-Wall $(TIFFINC) $(TIFFDEF) $(OPTFLAGS) $(DEBUGFLAGS)
+CPPFLAGS =       -I$(TOPDIR)/include $(TIFFINC) $(TIFFDEF) 
+
+#changed for debian: if -lwaili is specified, libtool fails to work
+LFLAGS =	 -lm $(LIBWAILI) $(TIFFLIB)
+AR =		ar
+RANLIB =	ranlib
+DEPLIBS =	$(LIBWAILI)
