build-system-specific-makefile-configuration-from-configure-20011031
[openafs.git] / src / butm / Makefile.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 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10
11
12 CFLAGS=-g -w -I${TOP_OBJDIR}/src/config -I${TOP_INCDIR} ${XCFLAGS}
13 LDFLAGS = -g ${XLDFLAGS}
14 INCLS=${TOP_INCDIR}/afs/com_err.h ${TOP_INCDIR}/afs/butm.h
15
16 LIBS=${TOP_LIBDIR}/libbubasics.a \
17         ${TOP_LIBDIR}/liblwp.a \
18         ${TOP_LIBDIR}/libusd.a \
19         ${TOP_LIBDIR}/libcom_err.a \
20         ${TOP_LIBDIR}/libbutm.a \
21         ${TOP_LIBDIR}/libcom_err.a \
22         ${TOP_LIBDIR}/util.a \
23         ${XLIBS}
24
25 all: ${TOP_LIBDIR}/libbutm.a
26
27 install: ${DESTDIR}${libdir}/afs/libbutm.a
28
29 ${DEST}/lib/afs/libbutm.a: libbutm.a
30         ${INSTALL} $? $@
31
32 libbutm.a: file_tm.o AFS_component_version_number.o
33         -$(RM) -f $@
34         $(AR) crv $@ file_tm.o AFS_component_version_number.o
35         $(RANLIB) $@
36
37 file_tm.o: file_tm.c ${INCLS} AFS_component_version_number.c
38
39 test_ftm.o: test_ftm.c ${INCLS} AFS_component_version_number.c
40
41 test_ftm: test_ftm.o libbutm.a
42         ${CC} ${LDFLAGS} -o test_ftm test_ftm.o libbutm.a ${LIBS}
43
44 test: test_ftm
45         echo 'Usage: ./test_ftm -conf config -tape xxx *'
46
47 clean:
48         $(RM) -f *.o *.a core test_ftm AFS_component_version_number.c
49
50 include ../config/Makefile.version
51 ${DESTDIR}${libdir}/afs/libbutm.a: libbutm.a
52         ${INSTALL} $? $@
53
54 ${TOP_LIBDIR}/libbutm.a: libbutm.a
55         ${INSTALL} $? $@
56
57 dest: ${DEST}/lib/afs/libbutm.a
58