]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/Makefile.in
ncurses 5.7 - patch 20100731
[ncurses.git] / Ada95 / Makefile.in
index 9f38ec4cb64e2c3619819d691505b750a50aaa43..2ef1b67396854f3377b71fe790a7deac1a400785 100644 (file)
@@ -1,5 +1,6 @@
+# $Id: Makefile.in,v 1.20 2010/06/12 19:03:37 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"), #
 # authorization.                                                             #
 ##############################################################################
 #
-#  Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1996
+#  Author:  Juergen Pfeifer, 1996
 #
 #  Version Control
-#  $Revision: 1.13 $
+#  $Revision: 1.20 $
 #
 SHELL          = /bin/sh
 THIS           = Makefile
@@ -61,7 +62,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 :
        @