X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2FMakefile.in;h=2ef1b67396854f3377b71fe790a7deac1a400785;hp=5ba9feec0bb9643e575c4d16804a9779c64797d0;hb=b35ecb17e0406b48556609207aa52e9fee15cec6;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in index 5ba9feec..2ef1b673 100644 --- a/Ada95/Makefile.in +++ b/Ada95/Makefile.in @@ -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"), # @@ -26,10 +27,10 @@ # authorization. # ############################################################################## # -# Author: Juergen Pfeifer 1996 +# Author: Juergen Pfeifer, 1996 # # Version Control -# $Revision: 1.12 $ +# $Revision: 1.20 $ # SHELL = /bin/sh THIS = Makefile @@ -40,6 +41,7 @@ CF_MFLAGS = @cf_cv_makeflags@ @SET_MAKE@ all \ +libs \ sources \ install \ install.libs \ @@ -60,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 : @