[GRASS5] Makefile clean options modified

Hello all

I have modified the Makefile so that there are now 3 options for cleaning the
source code. The easiest way to describe them is to use the comments I put in
the Makefile.

# GRASS source code cleaning options:
#
# There are three options for cleaning the GRASS source code. Each option
# performs the following operations:
#
# make clean - delete all object files and the next step file - good for
# saving disk space
# make distclean - delete object files, next step file, libraries, and
# generated directories like etc/ and dev/ - good for
# recompiling on the same system (keep configure files)
# make veryclean - delete object files, next step file, libraries, generated
# directories, head file, configure files, and Makefile - good
# for starting the whole installation from scratch
#
# Note that some files may not be deleted due to difficulties in specifying
# them in this Makefile. These files include the C files generated by lex and
# yacc, and any other file that is not listed in the options above.

I also put something similar to the above in the INSTALL file. Please see the
Makefile (or Makefile.in) for details of what directories and files are deleted
for each option. Please let me know of any problems.

Thank you for your time.

--
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Dear developers,

yesterday I checked in *many* updates from Bill Hughes
basically related to the Vect.c headers. To avoid compilation
problems it is required to cvs update the entire tree as
many files have been modified.

Use

  cvs update -d -P

-d gets new directories (there is src/include/vect/ now)
-P removes empty directories

Otherwise you may have troubles to compile it.

Programming recommendation:
To include vector headers, please just use
#include "Vect.h"
now instead of the individual dig*.h headers. Thanks to
Bill, this makes (GRASS) life easier!

Justin: Please integrate these changes into your new v.digit.tcl.

Best wishes

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'