+#
+# Template makefile for building wxWindows companion libraries.
+#
+# Author: Ron Lee <ron@debian.org>
+# Created: 19/3/2000
+#
+# To use, set the following vars before including it.
+#
+# TARGET_LIBNAME
+# LIBVERSION_CURRENT
+# LIBVERSION_REVISION
+# LIBVERSION_AGE
+#
+# either a shared or static lib will be built according to the
+# option given to configure.
+#
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+libdir = @libdir@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+
+TARGETLIB_STATIC=$(TARGET_LIBNAME).a
+TARGETLIB_SHARED=$(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT).$(LIBVERSION_REVISION).$(LIBVERSION_AGE)
+TARGETLIB_LINK1=$(TARGET_LIBNAME).so.$(LIBVERSION_CURRENT)
+TARGETLIB_LINK2=$(TARGET_LIBNAME).so