X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2FMakefile.in;fp=Ada95%2FMakefile.in;h=22b922e96ff1949052cca89ae0db513adb1d629c;hp=eeff9606efa2d29285f04da24d2c9c3e6fa42a2e;hb=38e60f5f7931446480f1a7ca707c370ec365ba47;hpb=a09e8b13568e210a03ca4ad64e8552c0edea07c5;ds=sidebyside diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in index eeff9606..22b922e9 100644 --- a/Ada95/Makefile.in +++ b/Ada95/Makefile.in @@ -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 # @@ -31,14 +31,32 @@ # 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 : @