]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/Makefile.in
ncurses 5.7 - patch 20100403
[ncurses.git] / Ada95 / Makefile.in
index 9f6db419a51f6273216375a68d0b26c68f693844..63d28ad307e722b1332a3053c4a4ce52b87bf09c 100644 (file)
@@ -1,5 +1,6 @@
+# $Id: Makefile.in,v 1.18 2010/04/03 15:24:33 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"), #
 #                                                                            #
 # 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
 ##############################################################################
 #
 #  Author:  Juergen Pfeifer, 1996
-#  Contact: http://www.familiepfeifer.de/Contact.aspx?Lang=en
 #
 #  Version Control
 #
 #  Version Control
-#  $Revision: 1.14 $
+#  $Revision: 1.18 $
 #
 SHELL          = /bin/sh
 THIS           = Makefile
 #
 SHELL          = /bin/sh
 THIS           = Makefile
@@ -62,7 +62,14 @@ realclean ::
        for d in $(SUBDIRS); do \
                (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
        done
        for d in $(SUBDIRS); do \
                (cd $$d ; $(MAKE) $(CF_MFLAGS) $@) ;\
        done
-       rm -f Makefile
+       -rm -f config.cache config.log config.status include/ncurses_cfg.h
+       -rm -f Makefile
+
+tags :
+       @
+
+preinstall :
+       @
 
 install.data :
        @
 
 install.data :
        @