Release calc version 2.12.0.6

This commit is contained in:
Landon Curt Noll
2006-06-25 22:56:58 -07:00
parent 87570b56fe
commit ee99adf8ca
9 changed files with 297 additions and 23 deletions

View File

@@ -17,8 +17,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc.
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
#
# @(#) $Revision: 29.17 $
# @(#) $Id: Makefile,v 29.17 2003/01/14 02:00:23 chongo Exp $
# @(#) $Revision: 29.18 $
# @(#) $Id: Makefile,v 29.18 2006/06/26 05:46:06 chongo Exp $
# @(#) $Source: /usr/local/src/cmd/calc/sample/RCS/Makefile,v $
#
# Under source code control: 1997/04/19 22:46:49
@@ -558,11 +558,24 @@ clobber:
-rm -f ${TARGETS}
rm -f .all Makefile.tmp sample
# for right now we will not install anything
# install everything
#
# NOTE: Keep the uninstall rule in reverse order to the install rule
#
# NOTE: for right now we will not install anything
#
install: all
@true
# Try to remove everything that was installed
#
# NOTE: Keep the uninstall rule in reverse order to the install rule
#
# NOTE: nothing installed, nothing to uninstall
#
uninstall:
@true
##
#
# make depend stuff