summaryrefslogtreecommitdiff
path: root/Ada95/samples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Ada95/samples/Makefile.in')
-rw-r--r--Ada95/samples/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Ada95/samples/Makefile.in b/Ada95/samples/Makefile.in
index 3731085a3e51..d3cee0732ba3 100644
--- a/Ada95/samples/Makefile.in
+++ b/Ada95/samples/Makefile.in
@@ -1,5 +1,5 @@
##############################################################################
-# Copyright 2018-2020,2021 Thomas E. Dickey #
+# Copyright 2018-2024,2025 Thomas E. Dickey #
# Copyright 1998-2015,2018 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
@@ -29,7 +29,7 @@
#
# Author: Juergen Pfeifer, 1996
#
-# $Id: Makefile.in,v 1.64 2021/07/03 15:45:33 tom Exp $
+# $Id: Makefile.in,v 1.67 2025/10/18 13:40:00 tom Exp $
#
.SUFFIXES:
@@ -37,6 +37,8 @@ SHELL = @SHELL@
VPATH = @srcdir@
THIS = Makefile
+@SET_DESTDIR@
+
x = @EXEEXT@
srcdir = @srcdir@
@@ -78,9 +80,9 @@ LDFLAGS = @LDFLAGS@ @LD_MODEL@ @LIBS@
RANLIB = @RANLIB@
################################################################################
-BINDIR = $(DESTDIR)$(bindir)
-DATADIR = $(DESTDIR)$(datadir)
-LIBDIR = $(DESTDIR)$(libdir)
+BINDIR = $(DESTDIR)$(bindir@MERGE_PREFIX@)
+DATADIR = $(DESTDIR)$(datadir@MERGE_PREFIX@)
+LIBDIR = $(DESTDIR)$(libdir@MERGE_PREFIX@)
MY_DATADIR = $(DATADIR)/@ADA_LIBNAME@
THIS_DATADIR = $(datadir)/@ADA_LIBNAME@
@@ -133,7 +135,7 @@ sources :
libs \
install \
-install.libs ::
+install.libs :: $(PROGS)
@echo made $@
uninstall \