--- unixcw-2.3.orig/Makefile.inc
+++ unixcw-2.3/Makefile.inc
@@ -0,0 +1,52 @@
+# vi: set ts=8 shiftwidth=8:
+# vim: set syntax=make:syntax on:
+#
+# Copyright (C) 2001-2006 Simon Baldwin (simon_baldwin@yahoo.com)
+#
+# 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.
+#
+
+# Autoconfigure definitions.
+AC_CC = i486-linux-gnu-gcc
+AC_CFLAGS = -Wall -g -O2
+AC_CXX = i486-linux-gnu-g++
+AC_CXXFLAGS = -g -O2
+AC_DEFS = -DHAVE_CONFIG_H
+AC_GZIP = /bin/gzip
+AC_LDCONFIG = /sbin/ldconfig
+AC_LIBS = -lcurses
+AC_AWK = gawk
+AC_RANLIB = ranlib
+AC_QTDIR = /usr/share/qt3
+AC_QTMOC = /usr/share/qt3/bin/moc
+AC_CFLAG_PIC = -fPIC
+AC_SUBDIRS = cwlib cwutils cw cwgen cwcp xcwcp
+AC_CC_LINKS_SO = yes
+AC_LD_LINKS_SO = yes
+AC_LD = /usr/bin/ld
+AC_LN_S = ln -s
+
+# Portability values.
+INSTALL = /usr/bin/install -c
+INSTALL_PROGRAM = ${INSTALL}
+INSTALL_DATA = ${INSTALL} -m 644
+prefix = /usr
+exec_prefix = ${prefix}
+includedir = ${prefix}/include
+bindir = ${exec_prefix}/bin
+mandir = ${prefix}/share/man
+libdir = ${exec_prefix}/lib
+datarootdir = ${prefix}/share
+