]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 5.9 - patch 20150509
[ncurses.git] / test / Makefile.in
index 5e8bd42a6e93a080cbf31308a009a1eb96447fd7..15928eb4c833c3dd40637853ebfd7c4985dadfb3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.113 2014/08/02 15:45:05 tom Exp $
+# $Id: Makefile.in,v 1.114 2014/11/15 00:46:05 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -44,6 +44,7 @@ x             = @EXEEXT@
 o              = .@OBJEXT@
 
 MODEL          = ../@DFT_OBJ_SUBDIR@
+top_srcdir     = @top_srcdir@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -58,7 +59,10 @@ BINDIR               = $(DESTDIR)$(bindir)
 LIBDIR         = $(DESTDIR)$(libdir)
 INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
 
+PACKAGE                = @PACKAGE@
+
 LIBTOOL                = @LIBTOOL@
+LIBTOOL_OPTS   = @LIBTOOL_OPTS@
 LIBTOOL_CLEAN  = @LIB_CLEAN@
 LIBTOOL_COMPILE        = @LIB_COMPILE@
 LIBTOOL_LINK   = @LIB_LINK@