65b2ae1aac98d6985ba2a758f600704da63eed50
[openafs.git] / src / config / Makefile.version-CML
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 VERSFILE=AFS_component_version_number
9
10 $(VERSFILE).o: $(VERSFILE).c
11
12 # mkvers checks timestamps
13
14 $(VERSFILE).c:
15         $(DESTDIR)bin/mkvers -o $(VERSFILE).c
16 # only done for RX in NT
17 #       -c $(CML_PREFIX)
18
19 $(VERSFILE).h:
20         $(DESTDIR)bin/mkvers -o $(VERSFILE).h -v
21
22 $(VERSFILE).txt:
23         $(DESTDIR)bin/mkvers -o $(VERSFILE).txt -t
24
25 noversion: install