Last change
on this file was 3933, checked in by bird, 11 years ago |
0.6: gearing up to 0.6.6
|
-
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:
894 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
|
---|
[2493] | 6 | VM = 6
|
---|
| 7 | # Low part of version number
|
---|
[2457] | 8 | ifdef OFFICIAL_BIRD_VERSION
|
---|
[3933] | 9 | VL = 6
|
---|
[2452] | 10 | else
|
---|
[3933] | 11 | VL = 6x
|
---|
[2452] | 12 | endif
|
---|
[157] | 13 |
|
---|
| 14 | # The name of this package
|
---|
| 15 | PACKAGE = GNU C for OS/2 runtime and tools
|
---|
| 16 |
|
---|
| 17 | # Full version number
|
---|
| 18 | VERSION = $(VH).$(VM).$(VL)
|
---|
| 19 |
|
---|
[236] | 20 | # The flag for C compiler to pass the VERSION macro to preprocessor
|
---|
[894] | 21 | CFLAGS.DEF.VERSION = -DVERSION=\"$(VERSION)\"
|
---|
[236] | 22 |
|
---|
[244] | 23 | # INNOTEK_VERSION is normally defined in the environment by a toplevel makefile.
|
---|
| 24 | ifndef INNOTEK_VERSION
|
---|
[2457] | 25 | ifdef OFFICIAL_BIRD_VERSION
|
---|
| 26 | export INNOTEK_VERSION ?= (Bird Build $(shell date '+%Y-%m-%d %H:%M'))
|
---|
[2452] | 27 | else
|
---|
[2457] | 28 | export INNOTEK_VERSION ?= (Non-Bird Build $(shell date '+%Y-%m-%d %H:%M'))
|
---|
[244] | 29 | endif
|
---|
[2452] | 30 | endif
|
---|
[894] | 31 | CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"'
|
---|
[244] | 32 |
|
---|
[157] | 33 | # Copyright
|
---|
[1775] | 34 | COPYRIGHT = Copyright (c) 2003-2005 InnoTek Systemberatung GmbH
|
---|
[3933] | 35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.