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

