]> andersk Git - moira.git/blame - incremental/afs/Makefile.in
Build shared libmoira via libtool.
[moira.git] / incremental / afs / Makefile.in
CommitLineData
5d0a7127 1# $Id$
2
3SHELL=/bin/sh
4@SET_MAKE@
5
6CC=@CC@
7CPPFLAGS=@CPPFLAGS@
8AFS_CPPFLAGS=@AFS_CPPFLAGS@
9CFLAGS=@CFLAGS@
10DEFS=@DEFS@
11ALL_CFLAGS=$(CPPFLAGS) $(AFS_CPPFLAGS) $(CFLAGS) $(DEFS)
a816420b 12LIBTOOL=@LIBTOOL@
5d0a7127 13LDFLAGS=@LDFLAGS@
14AFS_LIBS=@AFS_LIBS@
5d0a7127 15AFS_DIR=@AFS_DIR@
16LIBS=@LIBS@
17MR_LIBDEP=@MR_LIBDEP@
18INSTALL=@INSTALL@
19INSTALL_PROGRAM=@INSTALL_PROGRAM@
20
21srcdir=@srcdir@
22VPATH=@srcdir@
23SRCTOP=@top_srcdir@
a816420b 24top_builddir=@top_builddir@
5d0a7127 25BUILDTOP=../..
26mrbindir=@mrbindir@
27
a816420b 28AFS_OBJS=afs.lo
5d0a7127 29
30TARGET=afs.incr
31
a816420b 32.SUFFIXES: .pc .lo
5d0a7127 33
34.pc.c:
35 $(PRO_C) $(PRO_C_FLAGS) INAME=$<
36
a816420b 37.c.lo:
38 $(LIBTOOL) --mode=compile $(CC) -c $(ALL_CFLAGS) $<
5d0a7127 39
40all: $(TARGET)
41
42clean:
a816420b 43 $(LIBTOOL) --mode=clean rm -f $(AFS_OBJS) $(TARGET)
5d0a7127 44
45cleandir distclean: clean
46 rm -f Makefile
47
48depend:
49
50install:
a816420b 51 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) afs.incr $(DESTDIR)$(mrbindir)
2f4d95f0 52 @set -x; for p in afs_create.pl afs_nightly.pl afs_quota.pl afs_rename.pl afs_utils.pl; do $(INSTALL_PROGRAM) $$p $(DESTDIR)$(mrbindir); done
5d0a7127 53
54afs.incr: $(AFS_OBJS) $(MR_LIBDEP)
a816420b 55 $(LIBTOOL) --mode=link $(CC) -o $@ $(LDFLAGS) $(AFS_OBJS) $(AFS_LIBS) -lprot -lauth \
5d0a7127 56 -lrxkad -ldes -lrx -llwp -lubik -lsys -laudit \
5b723b3d 57 $(AFS_DIR)/lib/afs/util.a $(LIBS)
This page took 0.068807 seconds and 5 git commands to generate.