]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - form/Makefile.in
ncurses 5.6 - patch 20070224
[ncurses.git] / form / Makefile.in
index 4b052da33dd3d0727b02e8993b98a75ffec8d87b..a0e9c939a28f75e0e3dfe19b8fdce2a919c13038 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.41 2004/05/08 19:14:14 tom Exp $
+# $Id: Makefile.in,v 1.43 2007/02/24 21:57:31 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2003,2004 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -27,7 +27,7 @@
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey <dickey@clark.net> 1996,1997
+# Author: Thomas E. Dickey 1996-on
 #
 # Makefile for form source code.
 #
@@ -66,7 +66,7 @@ LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
 
 INSTALL                = @INSTALL@
 INSTALL_LIB    = @INSTALL@ @INSTALL_LIB@
-INSTALL_PROG   = @INSTALL_PROG@
+INSTALL_PROG   = @INSTALL_PROGRAM@
 INSTALL_DATA   = @INSTALL_DATA@
 
 AR             = @AR@
@@ -106,8 +106,6 @@ ABI_VERSION = @cf_cv_abi_version@
 
 RANLIB         = @LIB_PREP@
 
-IMPORT_LIB     = @IMPORT_LIB@
-SHARED_LIB     = @SHARED_LIB@
 LIBRARIES      = @LIBS_TO_MAKE@
 
 LINT           = @LINT@