]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 6.0 - patch 20170729
[ncurses.git] / test / Makefile.in
index 6600cd788254600c95a44662da016b7735bbde71..2911c7e17361ed275af3ba625904bebedc40fa00 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.111 2013/10/05 23:46:10 tom Exp $
+# $Id: Makefile.in,v 1.115 2015/08/05 23:15:41 tom Exp $
 ##############################################################################
 ##############################################################################
-# Copyright (c) 1998-2011,2013 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2014,2015 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"), #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -34,7 +34,7 @@
 # turn off _all_ suffix rules; we'll generate our own
 .SUFFIXES:
 
 # turn off _all_ suffix rules; we'll generate our own
 .SUFFIXES:
 
-SHELL          = /bin/sh
+SHELL          = @SHELL@
 VPATH          = @srcdir@
 
 @SET_MAKE@
 VPATH          = @srcdir@
 
 @SET_MAKE@
@@ -44,6 +44,7 @@ x             = @EXEEXT@
 o              = .@OBJEXT@
 
 MODEL          = ../@DFT_OBJ_SUBDIR@
 o              = .@OBJEXT@
 
 MODEL          = ../@DFT_OBJ_SUBDIR@
+top_srcdir     = @top_srcdir@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -58,7 +59,10 @@ BINDIR               = $(DESTDIR)$(bindir)
 LIBDIR         = $(DESTDIR)$(libdir)
 INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
 LIBDIR         = $(DESTDIR)$(libdir)
 INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
+PACKAGE                = @PACKAGE@
+
 LIBTOOL                = @LIBTOOL@
 LIBTOOL                = @LIBTOOL@
+LIBTOOL_OPTS   = @LIBTOOL_OPTS@
 LIBTOOL_CLEAN  = @LIB_CLEAN@
 LIBTOOL_COMPILE        = @LIB_COMPILE@
 LIBTOOL_LINK   = @LIB_LINK@
 LIBTOOL_CLEAN  = @LIB_CLEAN@
 LIBTOOL_COMPILE        = @LIB_COMPILE@
 LIBTOOL_LINK   = @LIB_LINK@