]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/Makefile.in
ncurses 6.2 - patch 20210403
[ncurses.git] / Ada95 / Makefile.in
index 2ef1b67396854f3377b71fe790a7deac1a400785..8d78bbf4f19c4335d73c6d9cc51fb4062d7f77de 100644 (file)
@@ -1,6 +1,7 @@
-# $Id: Makefile.in,v 1.20 2010/06/12 19:03:37 tom Exp $
+# $Id: Makefile.in,v 1.26 2021/01/23 20:34:50 tom Exp $
 ##############################################################################
 ##############################################################################
-# Copyright (c) 1998-2003,2010 Free Software Foundation, Inc.                #
+# Copyright 2020,2021 Thomas E. Dickey                                       #
+# Copyright 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"), #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
 #  Author:  Juergen Pfeifer, 1996
 #
 #  Version Control
 #  Author:  Juergen Pfeifer, 1996
 #
 #  Version Control
-#  $Revision: 1.20 $
+#  $Revision: 1.26 $
 #
 #
-SHELL          = /bin/sh
+SHELL          = @SHELL@
+VPATH          = @srcdir@
 THIS           = Makefile
 
 SUBDIRS         = @ADA_SUBDIRS@
 
 THIS           = Makefile
 
 SUBDIRS         = @ADA_SUBDIRS@
 
-CF_MFLAGS      = @cf_cv_makeflags@
+TOP_MFLAGS     = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)"
 @SET_MAKE@
 
 all \
 @SET_MAKE@
 
 all \
@@ -48,19 +50,19 @@ install.libs \
 uninstall \
 uninstall.libs ::
        for d in $(SUBDIRS); do \
 uninstall \
 uninstall.libs ::
        for d in $(SUBDIRS); do \
-               (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
+               ( cd $$d && $(MAKE) $(TOP_MFLAGS) $@ ) ;\
        done
 
 clean \
 mostlyclean ::
        for d in $(SUBDIRS); do \
        done
 
 clean \
 mostlyclean ::
        for d in $(SUBDIRS); do \
-               (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
+               ( cd $$d && $(MAKE) $(TOP_MFLAGS) $@ ) ;\
        done
 
 distclean \
 realclean ::
        for d in $(SUBDIRS); do \
        done
 
 distclean \
 realclean ::
        for d in $(SUBDIRS); do \
-               (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
+               ( cd $$d && $(MAKE) $(TOP_MFLAGS) $@ ) ;\
        done
        rm -rf lib
        for lib_kind in static dynamic; do \
        done
        rm -rf lib
        for lib_kind in static dynamic; do \