Update to ncurses-6.0

Change-Id: I98ab2ea8a5e13cca9f8b7cf6277b9b14a4da4299
diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in
index b1743cf..4d80fe3 100644
--- a/Ada95/Makefile.in
+++ b/Ada95/Makefile.in
@@ -1,5 +1,6 @@
+# $Id: Makefile.in,v 1.22 2015/08/05 23:15:41 tom Exp $
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 1998-2010,2015 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"), #
@@ -29,9 +30,10 @@
 #  Author:  Juergen Pfeifer, 1996
 #
 #  Version Control
-#  $Revision: 1.15 $
+#  $Revision: 1.22 $
 #
-SHELL		= /bin/sh
+SHELL		= @SHELL@
+VPATH		= @srcdir@
 THIS		= Makefile
 
 SUBDIRS         = @ADA_SUBDIRS@
@@ -61,7 +63,19 @@
 	for d in $(SUBDIRS); do \
 		(cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
 	done
-	rm -f Makefile
+	rm -rf lib
+	for lib_kind in static dynamic; do \
+		rm -rf $${lib_kind}-ali; \
+		rm -rf $${lib_kind}-obj; \
+	done
+	-rm -f config.cache config.log config.status include/ncurses_cfg.h
+	-rm -f Makefile
+
+tags :
+	@
+
+preinstall :
+	@
 
 install.data :
 	@