]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/Makefile.in
ncurses 6.2 - patch 20200509
[ncurses.git] / Ada95 / Makefile.in
index 349c5abfa2eaeb4cd4647ae696ab06746a0447e7..67625d7e9cda83c60479f9ed6e6737ddf91b55bb 100644 (file)
@@ -1,6 +1,7 @@
-# $Id: Makefile.in,v 1.17 2010/02/27 00:55:23 tom Exp $
+# $Id: Makefile.in,v 1.23 2020/02/02 23:34:34 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2003,2010 Free Software Foundation, Inc.                #
+# Copyright 2020 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"), #
 #  Author:  Juergen Pfeifer, 1996
 #
 #  Version Control
-#  $Revision: 1.17 $
+#  $Revision: 1.23 $
 #
-SHELL          = /bin/sh
+SHELL          = @SHELL@
+VPATH          = @srcdir@
 THIS           = Makefile
 
 SUBDIRS         = @ADA_SUBDIRS@
@@ -62,9 +64,17 @@ realclean ::
        for d in $(SUBDIRS); do \
                (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
        done
+       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 :
        @