| 
            Last change
 on this file since 2602 was             2446, checked in by bird, 20 years ago           | 
        
        
          | 
             
serious restructuring in progress. 
 
           | 
        
        
          
            
              - 
Property                 cvs2svn:cvs-rev
 set to                 
1.25
               
              - 
Property                 svn:eol-style
 set to                 
native
               
              - 
Property                 svn:executable
 set to                 
*
               
              - 
Property                 svn:keywords
 set to                 
Author Date Id Revision
               
             
           | 
        
        
          | 
            File size:
            730 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [157] | 1 | # Define the version of the libc and toolkit
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | # High part of version number
 | 
|---|
 | 4 | VH = 0
 | 
|---|
 | 5 | # Middle part of version number
 | 
|---|
| [2314] | 6 | VM = 6r2
 | 
|---|
| [157] | 7 | # Low part of version number
 | 
|---|
| [871] | 8 | VL = 0
 | 
|---|
| [157] | 9 | 
 | 
|---|
 | 10 | # The name of this package
 | 
|---|
 | 11 | PACKAGE = GNU C for OS/2 runtime and tools
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 | # Full version number
 | 
|---|
 | 14 | VERSION = $(VH).$(VM).$(VL)
 | 
|---|
 | 15 | 
 | 
|---|
| [236] | 16 | # The flag for C compiler to pass the VERSION macro to preprocessor
 | 
|---|
| [894] | 17 | CFLAGS.DEF.VERSION = -DVERSION=\"$(VERSION)\"
 | 
|---|
| [236] | 18 | 
 | 
|---|
| [244] | 19 | # INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
 | 
|---|
 | 20 | ifndef INNOTEK_VERSION
 | 
|---|
 | 21 | export INNOTEK_VERSION        ?= (Innotek Build $(shell date '+%Y-%m-%d %H:%M'))
 | 
|---|
 | 22 | endif
 | 
|---|
| [894] | 23 | CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
 | 
|---|
| [244] | 24 | 
 | 
|---|
| [157] | 25 | # Copyright
 | 
|---|
| [1775] | 26 | COPYRIGHT = Copyright (c) 2003-2005 InnoTek Systemberatung GmbH
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.