]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/Makefile.in
ncurses 6.2 - patch 20200212
[ncurses.git] / c++ / Makefile.in
index f39a2dd3974dd0e977639fba89b68ce751c98b95..9b22b6ac16ae321af6518ba6a54e51d2087aa4b1 100644 (file)
@@ -1,6 +1,7 @@
-# $Id: Makefile.in,v 1.113 2015/10/17 22:59:12 tom Exp $
+# $Id: Makefile.in,v 1.119 2020/02/02 23:34:34 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc.                #
+# Copyright 2018,2020 Thomas E. Dickey                                       #
+# Copyright 1998-2015,2016 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"), #
@@ -67,9 +68,10 @@ LIBTOOL_UNINSTALL = @LIB_UNINSTALL@
 LIBTOOL_VERSION = @LIBTOOL_VERSION@
 LT_UNDEF       = @LT_UNDEF@
 
-INSTALL                = @INSTALL@
-INSTALL_LIB    = @INSTALL@ @INSTALL_LIB@
+INSTALL                = @INSTALL@ 
+INSTALL_LIB    = $(INSTALL) @INSTALL_LIB@
 INSTALL_DATA   = @INSTALL_DATA@
+INSTALL_OPT_P  = @INSTALL_OPT_P@
 
 AR             = @AR@
 ARFLAGS                = @ARFLAGS@
@@ -87,7 +89,7 @@ CXXFLAGS      = @CXXFLAGS@ @EXTRA_CXXFLAGS@
 CXXLIBS                = @CXXLIBS@
 
 INCDIR         = ../include
-CPPFLAGS       = -DHAVE_CONFIG_H @CPPFLAGS@
+CPPFLAGS       = -DHAVE_CONFIG_H -I../c++ @CPPFLAGS@
 
 CTAGS          = @CTAGS@
 ETAGS          = @ETAGS@