Commit 264a4ba1 authored by Stewart Brodie's avatar Stewart Brodie
Browse files

clean phase exports the makefile fragment so that the module clean rules can function.

Version 0.11. Tagged as 'Common-0_11'
parent efd329b1
......@@ -105,13 +105,14 @@ ${DEBUGLIB}: ${OBJ} ${DBG_OBJ}
${DEBUGLIBZM}: ${OBJZM} ${DBG_OBJZM}
${LIBFILE} ${LIBFILEFLAGS} ${OBJZM} ${DBG_OBJZM}
clean:
clean: dirs
${WIPE} o.* ${WFLAGS}
${WIPE} z.* ${WFLAGS}
${WIPE} ${DEBUGLIB} ${WFLAGS}
${WIPE} ${DEBUGLIBZM} ${WFLAGS}
${WIPE} ${TBOXLIB} ${WFLAGS}
${WIPE} ${TBOXLIBZM} ${WFLAGS}
${CP} TboxMake ${EXPORTS}.TboxMake ${CPFLAGS}
@echo ${DEBUGLIB} and ${TBOXLIB}: cleaned
export: export_${PHASE}
......
/* (0.10)
/* (0.11)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.10
#define Module_MajorVersion_CMHG 0.11
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 05 May 2000
#define Module_Date_CMHG 11 May 2000
#define Module_MajorVersion "0.10"
#define Module_Version 10
#define Module_MajorVersion "0.11"
#define Module_Version 11
#define Module_MinorVersion ""
#define Module_Date "05 May 2000"
#define Module_Date "11 May 2000"
#define Module_FullVersion "0.10"
#define Module_FullVersion "0.11"
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