X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=eeec9d40b77d2365be6f94ff9ebdc8c7d7b37700;hb=327f8d22cfd0b717efd69bb105ffee1d05f08e4e;hp=924e66e062bcb15edf6d14f423a5481b2e4bcf99;hpb=549074d1394b37eb04b612c0f2f16fe1361d6243;p=yaz-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index 924e66e..eeec9d4 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.6 1995-04-17 09:37:50 quinn Exp $ +# $Id: Makefile,v 1.8 1995-05-17 08:37:31 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -11,7 +11,7 @@ LIBINCLUDE=-L$(LIBDIR) DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= -PO = dmalloc.o options.o log.o marcdisp.o +PO = options.o log.o marcdisp.o # dmalloc.o CPP=$(CC) -E all: $(LIBDIR) $(LIB) marcdump @@ -36,7 +36,7 @@ $(LIBDIR): $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] test core mon.out gmon.out errlist + rm -f *.[oa] test marcdump core mon.out gmon.out errlist depend: depend2