# Define the version of the libc and toolkit # High part of version number VH = 0 # Middle part of version number VM = 5 # Low part of version number VL = 1 # The name of this package PACKAGE = GNU C for OS/2 runtime and tools # Full version number VERSION = $(VH).$(VM).$(VL) # The flag for C compiler to pass the VERSION macro to preprocessor CFLAGS.DEF.VERSION = -DVERSION=\"$(VERSION)\" # INNOTEK_VERSION is normally defined in the environment by a toplevel makefile. ifndef INNOTEK_VERSION export INNOTEK_VERSION ?= (Innotek Build $(shell date '+%Y-%m-%d %H:%M')) endif CFLAGS.DEF.VERSION += '-DINNOTEK_VERSION=" $(INNOTEK_VERSION)"' # Copyright COPYRIGHT = Copyright (c) 2003-2004 InnoTek Systemberatung GmbH