Revision 24319,
1.2 KB
checked in by broder, 15 years ago
(diff) |
New Moira snapshot from SVN.
|
Line | |
---|
1 | # $Id: Makefile.in 3956 2010-01-05 20:56:56Z zacheiss $ |
---|
2 | |
---|
3 | SHELL=/bin/sh |
---|
4 | @SET_MAKE@ |
---|
5 | |
---|
6 | CC=@CC@ |
---|
7 | CPPFLAGS=@CPPFLAGS@ |
---|
8 | AFS_CPPFLAGS=@AFS_CPPFLAGS@ |
---|
9 | CFLAGS=@CFLAGS@ |
---|
10 | DEFS=@DEFS@ |
---|
11 | ALL_CFLAGS=$(CPPFLAGS) $(AFS_CPPFLAGS) $(CFLAGS) $(DEFS) |
---|
12 | LIBTOOL=@LIBTOOL@ |
---|
13 | LDFLAGS=@LDFLAGS@ |
---|
14 | AFS_LIBS=@AFS_LIBS@ |
---|
15 | AFS_DIR=@AFS_DIR@ |
---|
16 | LIBS=@LIBS@ |
---|
17 | MR_LIBDEP=@MR_LIBDEP@ |
---|
18 | INSTALL=@INSTALL@ |
---|
19 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ |
---|
20 | |
---|
21 | srcdir=@srcdir@ |
---|
22 | VPATH=@srcdir@ |
---|
23 | SRCTOP=@top_srcdir@ |
---|
24 | top_builddir=@top_builddir@ |
---|
25 | BUILDTOP=../.. |
---|
26 | mrbindir=@mrbindir@ |
---|
27 | |
---|
28 | AFS_OBJS=afs.lo |
---|
29 | |
---|
30 | TARGET=afs.incr |
---|
31 | |
---|
32 | .SUFFIXES: .pc .lo |
---|
33 | |
---|
34 | .pc.c: |
---|
35 | $(PRO_C) $(PRO_C_FLAGS) INAME=$< |
---|
36 | |
---|
37 | .c.lo: |
---|
38 | $(LIBTOOL) --mode=compile $(CC) -c $(ALL_CFLAGS) $< |
---|
39 | |
---|
40 | all: $(TARGET) |
---|
41 | |
---|
42 | clean: |
---|
43 | $(LIBTOOL) --mode=clean rm -f $(AFS_OBJS) $(TARGET) |
---|
44 | |
---|
45 | cleandir distclean: clean |
---|
46 | rm -f Makefile |
---|
47 | |
---|
48 | depend: |
---|
49 | |
---|
50 | install: |
---|
51 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) afs.incr $(DESTDIR)$(mrbindir) |
---|
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 |
---|
53 | |
---|
54 | afs.incr: $(AFS_OBJS) $(MR_LIBDEP) |
---|
55 | $(LIBTOOL) --mode=link $(CC) -o $@ $(LDFLAGS) $(AFS_OBJS) $(AFS_LIBS) -lprot -lauth \ |
---|
56 | -lrxkad -ldes -lrx -llwp -lubik -lsys -laudit \ |
---|
57 | $(AFS_DIR)/lib/afs/util.a $(LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.