X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2FMakefile.in;h=f820793302108ca3d3378a95c24ecbc356b8b03e;hp=9f6db419a51f6273216375a68d0b26c68f693844;hb=aefc1659d732acf7e62c0c78a443d6d8352a3c6e;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in index 9f6db419..f8207933 100644 --- a/Ada95/Makefile.in +++ b/Ada95/Makefile.in @@ -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"), # @@ -27,12 +28,12 @@ ############################################################################## # # Author: Juergen Pfeifer, 1996 -# Contact: http://www.familiepfeifer.de/Contact.aspx?Lang=en # # Version Control -# $Revision: 1.14 $ +# $Revision: 1.21 $ # SHELL = /bin/sh +VPATH = @srcdir@ THIS = Makefile SUBDIRS = @ADA_SUBDIRS@ @@ -62,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 : @