]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 6.0 - patch 20170930
[ncurses.git] / test / Makefile.in
index 5e8bd42a6e93a080cbf31308a009a1eb96447fd7..c6e03cea873c1339308efd2537b5cd335df098bb 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.113 2014/08/02 15:45:05 tom Exp $
+# $Id: Makefile.in,v 1.117 2017/09/04 00:50:06 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2015,2017 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"), #
@@ -34,7 +34,7 @@
 # turn off _all_ suffix rules; we'll generate our own
 .SUFFIXES:
 
-SHELL          = /bin/sh
+SHELL          = @SHELL@
 VPATH          = @srcdir@
 
 @SET_MAKE@
@@ -44,6 +44,7 @@ x             = @EXEEXT@
 o              = .@OBJEXT@
 
 MODEL          = ../@DFT_OBJ_SUBDIR@
+top_srcdir     = @top_srcdir@
 srcdir         = @srcdir@
 prefix         = @prefix@
 exec_prefix    = @exec_prefix@
@@ -53,18 +54,25 @@ bindir              = @bindir@
 libdir         = @libdir@
 includedir     = @includedir@
 includesubdir  = @includesubdir@
+datarootdir    = @datarootdir@
+datadir                = @datadir@
 
 BINDIR         = $(DESTDIR)$(bindir)
 LIBDIR         = $(DESTDIR)$(libdir)
 INCLUDEDIR     = $(DESTDIR)$(includedir)$(includesubdir)
+DATADIR                = $(DESTDIR)$(datadir)
+
+PACKAGE                = @PACKAGE@
 
 LIBTOOL                = @LIBTOOL@
+LIBTOOL_OPTS   = @LIBTOOL_OPTS@
 LIBTOOL_CLEAN  = @LIB_CLEAN@
 LIBTOOL_COMPILE        = @LIB_COMPILE@
 LIBTOOL_LINK   = @LIB_LINK@
 
 INSTALL                = @INSTALL@
 INSTALL_PROG   = @INSTALL_PROGRAM@
+INSTALL_DATA   = @INSTALL_DATA@
 transform      = @program_transform_name@
 TRANSFORM      = sed 's/$x$$//'|sed '$(transform)'|sed 's/$$/$x/'
 
@@ -75,7 +83,7 @@ CC            = @CC@
 CPP            = @CPP@
 
 CFLAGS         = @CFLAGS@ @EXTRA_CFLAGS@
-CPPFLAGS       = -I. -I$(srcdir) -I../test -DHAVE_CONFIG_H @CPPFLAGS@
+CPPFLAGS       = -I. -I$(srcdir) -I../test -DHAVE_CONFIG_H -DDATA_DIR=\"$(datadir)\" @CPPFLAGS@
 
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)