X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FMakefile.in;h=1e79b8625cfb621173a93f3f6600b71755456f1c;hp=b69fa81b63c65014be052fe80223b47ab01604f7;hb=50acaeeb9b282767ffe9c6a80f120b32ce3bd966;hpb=a84fd46191c61f1151a7258e1539b89c395e61f9 diff --git a/c++/Makefile.in b/c++/Makefile.in index b69fa81b..1e79b862 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.107 2014/07/26 22:51:31 tom Exp $ +# $Id: Makefile.in,v 1.108 2014/11/15 00:46:17 tom Exp $ ############################################################################## # Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # # # @@ -44,6 +44,7 @@ o = .@OBJEXT@ MODEL = ../@DFT_OBJ_SUBDIR@ DESTDIR = @DESTDIR@ +top_srcdir = @top_srcdir@ srcdir = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -54,7 +55,10 @@ includesubdir = @includesubdir@ INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) +PACKAGE = @PACKAGE@ + LIBTOOL = @LIBTOOL_CXX@ +LIBTOOL_OPTS = @LIBTOOL_OPTS@ LIBTOOL_CLEAN = @LIB_CLEAN@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@