X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2FMakefile.in;h=2ef1b67396854f3377b71fe790a7deac1a400785;hp=349c5abfa2eaeb4cd4647ae696ab06746a0447e7;hb=0141530788318928d6e4da45eb1ec88c86940645;hpb=677412a37f53a465b9b127843d4aa070077659e8 diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in index 349c5abf..2ef1b673 100644 --- a/Ada95/Makefile.in +++ b/Ada95/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.17 2010/02/27 00:55:23 tom Exp $ +# $Id: Makefile.in,v 1.20 2010/06/12 19:03:37 tom Exp $ ############################################################################## # Copyright (c) 1998-2003,2010 Free Software Foundation, Inc. # # # @@ -30,7 +30,7 @@ # Author: Juergen Pfeifer, 1996 # # Version Control -# $Revision: 1.17 $ +# $Revision: 1.20 $ # SHELL = /bin/sh THIS = Makefile @@ -62,9 +62,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 : @