X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FMakefile.in;h=6406799db354bd4365777802e5b6ec860b43537f;hp=4f5b960457db616dfd8a95bb293bd54df0f5b2b5;hb=d66080c21038ad4feb2e41a0c4e517d5b4a03ab2;hpb=02f02dcd4464143580e783ae32c822d8eb8cdcbf diff --git a/c++/Makefile.in b/c++/Makefile.in index 4f5b9604..6406799d 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.111 2015/08/05 23:15:41 tom Exp $ +# $Id: Makefile.in,v 1.114 2016/05/21 23:26:12 tom Exp $ ############################################################################## -# Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. # +# Copyright (c) 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"), # @@ -58,7 +58,7 @@ INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) PACKAGE = @PACKAGE@ LIBTOOL = @LIBTOOL_CXX@ -LIBTOOL_OPTS = @LIBTOOL_OPTS@ +LIBTOOL_OPTS = @LIBTOOL_OPTS@ @LIBTOOL_OPTS_CXX@ LIBTOOL_CLEAN = @LIB_CLEAN@ LIBTOOL_COMPILE = @LIB_COMPILE@ LIBTOOL_LINK = @LIB_LINK@ @@ -87,7 +87,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@