3.02 (7-8-2001)
---------------
* Updated the AIX OS files to have shared libraries work.

3.01 (4-3-2000)
---------------
* Only a small fix, to have the installdir included by
  Makefile.inc.

3.01 (5/1/2000)
---------------
* BUGfix: doc_concat didn't remove the ID.txt file, before
  recreating it. Because of this the ID.txt file doubled
  each time.

3.00 (4/1/2000)
---------------
* Added the doc-1.7 package. Now, SimpleMake and Doc
  are integrated into the SimpleMake and SimpleDoc package.
* DOCS variable has been added to Makefile.def and make doc
  can be used to make the documentation.
* The make srcdist option has a new feature that makes 
  a multiple copy when you ask (TAR_ALIASES).

2.26
----
* Made the make srcdist code a more robust. Now
  that we have .simplemake/Makefile.ver this can be done
  very nice. 
* BUG FIX: .simplemake/Makefile.ver is not made when
  newMakefile is used. Now, if .simplemake/Makefile.ver
  does not exist, newMakefile, initializes it on 1.0
* FIX: makedep uses find to find all files that may
  be dependend on. But this often results in to many
  files. Now we changed it to the current directory
  by using ls.

2.25
----
* Now .simplemake/Makefile.ver sets the current version
  of the project in variable SIMPLE_VERSION.
  Default it's 1.0. Each new version ('make newversion') 
  sets the version asked in the file
  default: .simplemake/Makefile.ver is included in Makefile,
  before including Makefile.def. The variable can thus be
  used in Makefile.def

2.23
----
* No stripping anymore for libraries!
* Now make srcdist kan also make use of compress in stead of
  gzip.
* A new option make srcdistZ is added to make sure compress
  is used in stead of gzip.
* AIX files are added in Makefile.os.
* BUGFIX: script striptargets should always give exitcode 0
  because, sometimes stripping needs not be done, but this 
  is not harmful.

2.22
----
* BUGFIX: When doing a recursive make, thirst the subdirectories
  must be made, then my own directory.

2.21
----
* Added an option strip to strip executables when used for
  production (makes them smaller). Use 'make strip', 
  'make production' or 'make nodebug'.
* Changed 'make install' to do be dependend on strip.
* Added a 'make debug_install' to be not dependend on strip.
* If a ../simplemake directory already exists, a symbolic link
  is made to that directory instead of a fysical copy.
* changed simplemake directory to .simplemake directory.
* BUGFIX: when installing, check on the existence of the
  install directory, if the undelying directory does not
  exist, error generated.

2.2
---
* Now, when calling newMakefile, the makefile environment
  will be placed under your project directory. All commands
  in Makefile, will be executed from this directory. It is
  possible to distribute the project without de neccessity 
  to accompany the SimpleMake package.
* Removed bootstrap.sh, because it's no longer neccessary.
  The simplemake package will now bootstrap itself when
  the used issues 'make makefile'.

2.1
---
* Now, for binaries the CHMOD mode is 555 when installing.
* for header files the CHMOD mode is 444
* for libraries the CHMOD mode is 555

2.0
---
* Directory recursion is provided now, but no dependencies
  over directories are allowed.

1.94
----
* This version was made only because 1.93 didn't upload correctly.
* Some minor changes in the LSM file and usage information for
  tools/updatever.sh made.

1.93
----
* BUG fix: Check added if a C, C++, LEX, YACC, or header 
  file already exists when checking this file for include files.

1.92
----
* Added extension .cc for c++ files.
* BUG fix: also include files should be scanned for includes.
  The include files are scanned in a recurrent way.

1.91
----
* Textual changes to the README/TODO/CHANGES/.lsm files only.

1.9
---
* Added include file extracting from C/C++/LEX/YACC sources.
  It simply looks if the include files can be found in the
  current directory or subdirectories of the current directory.
  It used 'find' the find the files.

  NOTE:
    header files that are not specified in Makefile.def 
    will not be installed in the INSTALLHDR directory.

  The source files will be scanned on C/C++ comments. C comments
  will be interpreted as (possibly) being nested.

* Changed the calling of $(INSTALLEXE). An environment variable
  INST_TYPE has been added to provide in the type of installation:

	BIN	- for the binaries (INSTALLDIR)
	HDR	- for the headerfiles (INSTALLHDR)
	LIB	- for the libraries (INSTALLLIB)

   NOTE:
	$(INSTALLEXE) won't be called for HDR/LIB if there 
	are no libraries/headerfiles to install.


1.8
---
* Changed the Makefile.os directory, and the makeosconf
  script to use OS.gcc for gcc environments and OS.lex/flex
  for lex environments.
* Added an option --use-cc to 'make makefile' when OS.gcc
  should not be used by default.
  Use 'make makefile OPTIONS="--use-cc"' for that.
* Added an option --use-lex to 'make makefile' when OS.flex
  should not be used by default.
  USe 'make makefile OPTIONS="--use-lex"' for that.

1.73
----
* BUG fix: With gcc the combination -o -c doesn't work.
  This combination has been removed.
* BUG fix: When using gcc under HPUX, CFLAGS isn't correct
  anymore. GCCFLAGS has been added and is used instead.
  This resulted in a change in the makeosconf script
* Added support for flex instead of lex. As a default,
  when flex is found in the PATH (which flex), code
  for flex will be generated instead of code for lex.

1.72
----
* Altered README to be more clear on the OS files part,
  and added a description of Makefile.lsm.
* Extended INSTALL for better information on the initial
  installation of this package.
* BUG fix: Under Linux, makeinstall did not work good when
  installing itself. The @VERSION@ replacement part has been
  removed.

1.71
----
* BUG fix: When working with subdirectories, the object outputs
  would be put in the wrong directory (i.e. current directory).
* BUG fix: The library installation went wrong.
* BUG fix: Dependency on libraries was created like dependency
           on .o files. This is corrected. The dependency
           on the library is created.
* Fix for NFS problem. When making a srcdist: the directory
  where the sources are is moved. This generates an NFS problem
  which is solved by not moving te directory.

1.7
---
* Now we can also install headerfiles

1.62
----
* BUG fix, when installing, install.sh did a head on
  a directory.
* BUG fix, when calculating sizes for lsm in makesrcdist
  a ' was lost

1.61
----
* BUG Fix, when making a new version, the old srcdist
  files still exist.
* BUG Fix, when no TAR file is given in Makefile.def
  makesrcdist still tries to do it's work, failing.

1.6
---
* Made the srcdist option also fill in the sizes
  of the .lsm and the .tar.gz entry.
* Changed the srcdist part to use a script in stead
  of using the makefile directly
* srcdist files now extract to $TAR/$VERSION in stead of
  $TAR-$VERSION.

1.5
---
* Wrote the README file and recoded the software to 
  be better readable for maintenance.
* Enhanced the installation to copy an empty Makefile.def
  to the installation directory
* changed the os directory to Makefile.os
* Renamed the package to SimpleMake

1.4
---
* Extended the makefile for installation of libraries
* Made makefile extension for making new versions
  make newversion...

1.3
---
* Made the clean part of the Makefile up to the targets
  in stead of a general cleaning.

1.2
---
* Enhanced the OS part.


1.1
---
* Extended the makefile making to include variables for the OS that we work
  in.
* Added HPUX (uname | sed -e s/-//) -> HP-UX -> HPUX

