]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/Makefile.in
ncurses 6.3 - patch 20221217
[ncurses.git] / Ada95 / Makefile.in
index eeff9606efa2d29285f04da24d2c9c3e6fa42a2e..22b922e96ff1949052cca89ae0db513adb1d629c 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.29 2021/10/23 16:00:22 tom Exp $
+# $Id: Makefile.in,v 1.30 2022/12/17 23:33:33 tom Exp $
 ##############################################################################
-# Copyright 2020,2021 Thomas E. Dickey                                       #
+# Copyright 2020-2021,2022 Thomas E. Dickey                                  #
 # Copyright 1998-2010,2015 Free Software Foundation, Inc.                    #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 #  Author:  Juergen Pfeifer, 1996
 #
 #  Version Control
-#  $Revision: 1.29 $
+#  $Revision: 1.30 $
 #
 SHELL          = @SHELL@
 VPATH          = @srcdir@
 THIS           = Makefile
 
+srcdir         = @srcdir@
+prefix         = @prefix@
+exec_prefix    = @exec_prefix@
+bindir         = @bindir@
+datarootdir    = @datarootdir@
+datadir                = @datadir@
+libdir         = @libdir@
+libexecdir     = @libexecdir@
+includedir     = @includedir@
+
+BINDIR         = $(DESTDIR)$(bindir)
+DATADIR                = $(DESTDIR)$(datadir)
+LIBDIR         = $(DESTDIR)$(libdir)
+LIBEXECDIR     = $(DESTDIR)$(libexecdir)
+
 SUBDIRS         = @ADA_SUBDIRS@
 
+INSTALL                = @INSTALL@ @INSTALL_OPT_O@
+INSTALL_SCRIPT = @INSTALL@
+
 TOP_MFLAGS     = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)"
 @SET_MAKE@
 
@@ -91,7 +109,7 @@ depend :
        @
 
 check :
-       @
+       @echo "The test-programs are interactive"
 
 tags :
        @