--- ./include/Mversion.h Mon Dec 10 14:58:10 2001 +++ ../mahogany-0.64/./include/Mversion.h Sun Sep 22 21:17:32 2002 @@ -1,17 +1,15 @@ +// DO NOT EDIT - generated file // //// //// //// //// //// //// //// //// //// //// //// //// //// //// ////// -// Project: M -// File name: version.h - contains the M version and patchlevel -// Purpose: -// Author: Vadim Zeitlin -// Modified by: -// Created: 20.08.98 -// CVS-ID: $Id: Mversion.h,v 1.22 2001/11/13 22:11:27 vadz Exp $ -// Copyright: (c) 1998 Vadim Zeitlin -// Licence: M license +// Project: Mahogany +// File name: Mversion.h - contains the M version and patchlevel +// Purpose: provide version and patchlevel information +// Created: automatically generated by makeversion.in +// Copyright: (c) 1998 Vadim Zeitlin +// Licence: M license // //// //// //// //// //// //// //// //// //// //// //// //// //// //// ////// -#ifndef _M_VERSION_H -#define _M_VERSION_H +#ifndef _M_VERSION_H +#define _M_VERSION_H // ---------------------------------------------------------------------------- // version info constants @@ -18,15 +16,16 @@ // ---------------------------------------------------------------------------- /// version info -#define M_VERSION_MAJOR 0 -#define M_VERSION_MINOR 64 -#define M_VERSION_RELEASE 1 -#define M_VERSION_STATUS "" // "a"=alpha +#define M_VERSION_MAJOR 0 +#define M_VERSION_MINOR 64 +#define M_VERSION_RELEASE 0 +#define M_PATCHLEVEL 0 +#define M_VERSION_STATUS "a" // "a"=alpha /// short version string (it should always have this format!) -#define M_VERSION "0.64.1" +#define M_VERSION "0.64" /// full version string -#define M_VERSION_STRING "0.64.1 'Sparc'" +#define M_VERSION_STRING "0.64 'Sparc'" -#endif //_M_VERSION_H +#endif //_M_VERSION_H --- ./makerules Thu Jun 21 18:09:21 2001 +++ ../mahogany-0.64/./makerules Sun Sep 22 21:26:47 2002 @@ -17,7 +17,7 @@ # common initial flags define M_COMPILE_CPP -$(M_FLAGS$(subst .,_,$(suffix $@))) -fPIC $(CPPFLAGS) \ +$(M_FLAGS$(subst .,_,$(suffix $@))) -KPIC $(CPPFLAGS) \ $(CPPFLAGS$(subst /,_,$(subst /$(notdir $*),,/$*))) \ $(CPPFLAGS_$(subst .,_,$(subst /,_,$@))) endef