X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2FMakefile.in;h=4aa5e80aade592ec54792119324c083d65bd7e6e;hp=ce528409a6860aee086daa8b0fa7da0a64af8ca6;hb=da518a7ad2d94c8e63186a49621e907967a31a37;hpb=bbb7fd37298f7d81386a4cf868417b9e084d7d90 diff --git a/include/Makefile.in b/include/Makefile.in index ce528409..4aa5e80a 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.37 2009/08/10 20:50:04 tom Exp $ +# $Id: Makefile.in,v 1.38 2010/04/03 15:27:33 tom Exp $ ############################################################################## -# Copyright (c) 1998,2001,2009 Free Software Foundation, Inc. # +# Copyright (c) 1998,2009,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"), # @@ -54,6 +54,9 @@ INSTALL_DATA = @INSTALL_DATA@ AWK = @AWK@ LN_S = @LN_S@ +CTAGS = @CTAGS@ +ETAGS = @ETAGS@ + VERSION = @cf_cv_rel_version@ # The "Caps" file specifies the terminfo database format, as well as the list @@ -106,10 +109,10 @@ parametrized.h: $(TERMINFO_CAPS) $(srcdir)/MKparametrized.sh AWK=$(AWK) sh $(srcdir)/MKparametrized.sh $(TERMINFO_CAPS) >$@ tags: - ctags *.[ch] + $(CTAGS) *.[ch] @MAKE_UPPER_TAGS@TAGS: -@MAKE_UPPER_TAGS@ etags *.[ch] +@MAKE_UPPER_TAGS@ $(ETAGS) *.[ch] mostlyclean :: -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace