xelm support enhanced, now supports simpler predicates
[idzebra-moved-to-github.git] / index / Makefile.am
index 069b8bd..1f3f2b8 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.16 2002-10-30 14:35:09 adam Exp $
+## $Id: Makefile.am,v 1.18 2003-02-04 12:06:47 pop Exp $
 
 noinst_PROGRAMS = apitest kdump
 
@@ -7,7 +7,8 @@ noinst_LIBRARIES = libzebra.a
 libzebra_a_SOURCES = dir.c dirs.c trav.c kinput.c kcompare.c \
  attribute.c symtab.c recindex.c recstat.c lockutil.c  \
  zebraapi.c zinfo.c invstat.c sortidx.c compact.c zsets.c zrpn.c \
- rank1.c trunc.c retrieve.c extract.c index.h recindex.h recindxp.h \
+ rank1.c trunc.c retrieve.c extract.c \
+ index.h recindex.h recindxp.h \
  zebraapi.h zinfo.h zserver.h
 
 libzebra_a_LIBADD = \
@@ -33,4 +34,5 @@ libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES)
        -rm -f atmp/*.o
        for i in $(libzebra_a_LIBADD); do cd atmp; rm -f __*; ar x ../$$i; cd ..; done
        ar cru libzebra.a $(libzebra_a_OBJECTS) atmp/*.o
+       -rm -fr atmp
        $(RANLIB) libzebra.a