Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / config / Makefile.version-CML.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 PACKAGE=@PACKAGE_TARNAME@
9 VERSION=@PACKAGE_VERSION@
10
11 AFS_component_version_number.o: AFS_component_version_number.c $(TOP_SRCDIR)/config/mkvers
12 version.xml version.txt: $(TOP_SRCDIR)/config/mkvers
13
14 # mkvers checks timestamps
15
16 AFS_component_version_number.c:
17 $(TOP_SRCDIR)/config/mkvers -o AFS_component_version_number.c
18 # only done for RX in NT
19 # -c $(CML_PREFIX)
20
21 AFS_component_version_number.h:
22 $(TOP_SRCDIR)/config/mkvers -o AFS_component_version_number.h -v
23
24 version.txt:
25 $(TOP_SRCDIR)/config/mkvers -o version.txt -t
26
27 version.xml:
28 $(TOP_SRCDIR)/config/mkvers -o version.xml -x
29
30 noversion: install