X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2FMakefile.in;h=67625d7e9cda83c60479f9ed6e6737ddf91b55bb;hp=9f38ec4cb64e2c3619819d691505b750a50aaa43;hb=84cf9f63bf604413fa5714ef91f83076ac8f236b;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/Ada95/Makefile.in b/Ada95/Makefile.in index 9f38ec4c..67625d7e 100644 --- a/Ada95/Makefile.in +++ b/Ada95/Makefile.in @@ -1,5 +1,7 @@ +# $Id: Makefile.in,v 1.23 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 1998 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2010,2015 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,12 +28,13 @@ # authorization. # ############################################################################## # -# Author: Juergen Pfeifer 1996 +# Author: Juergen Pfeifer, 1996 # # Version Control -# $Revision: 1.13 $ +# $Revision: 1.23 $ # -SHELL = /bin/sh +SHELL = @SHELL@ +VPATH = @srcdir@ THIS = Makefile SUBDIRS = @ADA_SUBDIRS@ @@ -61,7 +64,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 : @