Commit 5824b11f authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Removed conflicting VersionNum file from eventlib directory.

  Version number exported.
Detail:
  The tag validity checks are being defeated by the VersionNum file
    in the eventlib directory.  This is now removed, and the assembler
    fragment pulls in (the new) VersionASM from the parent directory.
  Top-level makefile now exports a LibVersion file.
  !MkClean scripts removed dynamic dependencies from Makefiles.
  Dynamic dependencies removed from existing Makefiles.
Admin:
  Built.

Version 0.14. Tagged as 'Libs-0_14'
parent 4abefdfe
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
| |
Dir <Obey$Dir> Dir <Obey$Dir>
amu_machine clean amu_machine clean
stripdepnd Makefile
...@@ -84,6 +84,7 @@ export_hdrs: ...@@ -84,6 +84,7 @@ export_hdrs:
${CD} renderlib ${CD} renderlib
${MAKE} export PHASE=hdrs ${MAKE} export PHASE=hdrs
${CD} ^ ${CD} ^
${CP} VersionNum ${LIBDIR}.tboxlibs.LibVersion ${CPFLAGS}
@echo Library $(COMPONENT): export headers complete. @echo Library $(COMPONENT): export headers complete.
......
;
; This file is automatically maintained by srccommit, do not edit manually.
;
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
Module_MajorVersion SETS "0.14"
Module_Version SETA 14
Module_MinorVersion SETS ""
Module_Date SETS "21 Jul 2000"
Module_ApplicationDate2 SETS "21-Jul-00"
Module_ApplicationDate4 SETS "21-Jul-2000"
Module_FullVersion SETS "0.14"
END
/* (0.13) /* (0.14)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 0.13 #define Module_MajorVersion_CMHG 0.14
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 20 Jul 2000 #define Module_Date_CMHG 21 Jul 2000
#define Module_MajorVersion "0.13" #define Module_MajorVersion "0.14"
#define Module_Version 13 #define Module_Version 14
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "20 Jul 2000" #define Module_Date "21 Jul 2000"
#define Module_ApplicationDate2 "20-Jul-00" #define Module_ApplicationDate2 "21-Jul-00"
#define Module_ApplicationDate4 "20-Jul-2000" #define Module_ApplicationDate4 "21-Jul-2000"
#define Module_FullVersion "0.13" #define Module_FullVersion "0.14"
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
| |
Dir <Obey$Dir> Dir <Obey$Dir>
amu_machine -k clean amu_machine -k clean
stripdepnd Makefile
;
; This file is automatically maintained by srccommit, do not edit manually.
;
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
Module_MajorVersion SETS "0.05"
Module_Version SETA 5
Module_MinorVersion SETS ""
Module_Date SETS "22 May 1998"
END
/* (0.05)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.05
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 22 May 1998
#define Module_MajorVersion "0.05"
#define Module_Version 5
#define Module_MinorVersion ""
#define Module_Date "22 May 1998"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
; limitations under the License. ; limitations under the License.
; ;
GET VersionASM GET ^.VersionASM
AREA |C$$Code|, CODE, READONLY AREA |C$$Code|, CODE, READONLY
EXPORT |__version| EXPORT |__version|
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment