]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.9 - patch 20121026
[ncurses.git] / ncurses / Makefile.in
index fa34e1abc2182232d80799e9d26ca82590326c27..79f4ebcf14581d48246b87138338e4e5c9cbeed0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.132 2012/03/17 16:45:38 tom Exp $
+# $Id: Makefile.in,v 1.135 2012/10/06 18:58:03 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2011,2012 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -64,6 +64,7 @@ exec_prefix   = @exec_prefix@
 bindir         = @bindir@
 libdir         = @libdir@
 includedir     = @includedir@
+datarootdir    = @datarootdir@
 datadir                = @datadir@
 
 LIBTOOL                = @LIBTOOL@
@@ -107,7 +108,7 @@ BUILD_LIBS  = @BUILD_LIBS@
 # is compiled into the build, or are test-programs that are not installed.
 
 BUILD_EXEEXT   = @BUILD_EXEEXT@
-x              = @PROG_EXT@
+x              = @EXEEXT@
 
 CFLAGS_LIBTOOL = $(CCFLAGS)
 CFLAGS_NORMAL  = $(CCFLAGS)
@@ -135,7 +136,7 @@ ABI_VERSION = @cf_cv_abi_version@
 
 RANLIB         = @LIB_PREP@
 
-LIBRARIES      = @LIBS_TO_MAKE@
+LIBRARIES      = @Libs_To_Make@
 
 LINT           = @LINT@
 LINT_OPTS      = @LINT_OPTS@