backport to buster
[hcoop/debian/openafs.git] / Makefile-libafs.in
1 # -*- makefile -*-
2 #
3 # Copyright 2000, International Business Machines Corporation and others.
4 # All Rights Reserved.
5 #
6 # This software has been released under the terms of the IBM Public
7 # License. For details, see the LICENSE file in the top-level source
8 # directory or online at http://www.openafs.org/dl/license10.html
9
10 include src/config/Makefile.config
11
12 all:
13 cd src && cd config && $(MAKE)
14 src/config/config src/libafs/MakefileProto \
15 src/libafs/Makefile ${SYS_NAME}
16 cd src && cd libafs && $(MAKE)
17
18 clean:
19 cd src && cd config && $(MAKE) clean
20 cd src && cd libafs && $(MAKE) clean
21
22 distclean: clean
23 rm -f Makefile src/config/Makefile src/config/Makefile.config \
24 src/config/Makefile.version src/libafs/Makefile.common \
25 src/libafs/Makefile