]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/Makefile.in
ncurses 5.9 - patch 20150307
[ncurses.git] / Ada95 / Makefile.in
index b1743cfa6e3a7dcafcb11c5afd57b1c6d36f3066..f820793302108ca3d3378a95c24ecbc356b8b03e 100644 (file)
@@ -1,5 +1,6 @@
+# $Id: Makefile.in,v 1.21 2010/11/27 21:45:27 tom Exp $
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright (c) 1998-2003,2010 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.15 $
+#  $Revision: 1.21 $
 #
 SHELL          = /bin/sh
+VPATH          = @srcdir@
 THIS           = Makefile
 
 SUBDIRS         = @ADA_SUBDIRS@
@@ -61,7 +63,19 @@ realclean ::
        for d in $(SUBDIRS); do \
                (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
        done
-       rm -f Makefile
+       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 :
+       @
 
 install.data :
        @