X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Finclude%2FMakefile.in;h=23ab32d6e7b4178fcfb6defdf224a71734701214;hp=7e68434a1bf60005f770c0b4d99895008f55e679;hb=7ca9d1eb1a8a995514d4dee312bf136fba88ec62;hpb=677412a37f53a465b9b127843d4aa070077659e8 diff --git a/Ada95/include/Makefile.in b/Ada95/include/Makefile.in index 7e68434a..23ab32d6 100644 --- a/Ada95/include/Makefile.in +++ b/Ada95/include/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.1 2010/02/27 01:07:34 tom Exp $ +# $Id: Makefile.in,v 1.3 2011/03/19 23:39:59 tom Exp $ ############################################################################## -# Copyright (c) 2010 Free Software Foundation, Inc. # +# Copyright (c) 2010,2011 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"), # @@ -40,6 +40,7 @@ .SUFFIXES: SHELL = /bin/sh +VPATH = @srcdir@ THIS = Makefile DESTDIR = @DESTDIR@ @@ -64,6 +65,8 @@ depend \ sources \ install :: $(AUTO_SRC) +uninstall :: + ncurses_def.h: $(srcdir)/ncurses_defs $(srcdir)/MKncurses_def.sh AWK=$(AWK) sh $(srcdir)/MKncurses_def.sh $(srcdir)/ncurses_defs >$@