X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Ada95%2FMakefile.in;h=63d28ad307e722b1332a3053c4a4ce52b87bf09c;hb=cf94c7485f7b40ff7870b5bf9a65e7ab87481a76;hp=b1743cfa6e3a7dcafcb11c5afd57b1c6d36f3066;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;p=ncurses.git diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in index b1743cfa..63d28ad3 100644 --- a/Ada95/Makefile.in +++ b/Ada95/Makefile.in @@ -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"), # @@ -29,7 +30,7 @@ # Author: Juergen Pfeifer, 1996 # # Version Control -# $Revision: 1.15 $ +# $Revision: 1.18 $ # SHELL = /bin/sh THIS = Makefile @@ -61,7 +62,14 @@ realclean :: 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 : @