]> andersk Git - moira.git/blobdiff - lib/Makefile.in
Build without krb4 if it's unavailable.
[moira.git] / lib / Makefile.in
index 0a70061ac08d53dd2c01038688a0a7b298516d13..71f33c7c6a533415579f5e8124fd6412b0dabd44 100644 (file)
@@ -3,7 +3,7 @@
 SHELL=/bin/sh
 
 CC=@CC@
-CPPFLAGS=@CPPFLAGS@ @CRYPT_CPPFLAGS@
+CPPFLAGS=@CPPFLAGS@
 CFLAGS=@CFLAGS@
 DEFS=@DEFS@
 ALL_CFLAGS=$(CPPFLAGS) $(CFLAGS) $(DEFS)
@@ -15,20 +15,20 @@ VPATH=@srcdir@
 SRCTOP=@top_srcdir@
 BUILDTOP=..
 
-OBJS=  critical.o fixhost.o fixname.o gdss_convert.o gdss_et.o \
-       hash.o idno.o kname_unparse.o krb_et.o mr_access.o mr_auth.o \
+OBJS=  critical.o fixhost.o fixname.o \
+       hash.o kname_unparse.o kname_parse.o krb_et.o mr_access.o mr_auth.o \
        mr_call.o mr_connect.o mr_et.o mr_init.o mr_ops.o mr_query.o \
        nfsparttype.o sq.o strs.o ureg_err.o
 
-ET_H=  mr_et.h krb_et.h ureg_err.h gdss_et.h
-ET_C=  mr_et.c krb_et.c ureg_err.c gdss_et.c
+ET_H=  mr_et.h krb_et.h ureg_err.h
+ET_C=  mr_et.c krb_et.c ureg_err.c
 
 .c.o:
        $(CC) -c $(ALL_CFLAGS) $<
 
 .SUFFIXES: .et
 
-.et.h:
+.et.c:
        $(COMPILE_ET) $<
 
 all: depend libmoira.a
@@ -36,7 +36,10 @@ all: depend libmoira.a
 clean:
        rm -f $(OBJS) $(ET_H) $(ET_C) libmoira.a
 
-depend: $(ET_H)
+cleandir distclean: clean
+       rm -f Makefile
+
+depend: $(ET_C)
 
 install: all
 
This page took 0.036442 seconds and 4 git commands to generate.