X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=2e3efcba9c99dfebb68136c4b281d691e559d30c;hb=d4c12ec7c451e74a949cc7c8d5fef226c995ddc6;hp=b6623b5af40a78bf677ce84015e42f36026175cc;hpb=e5e0b0c0af410a18ee3f57bdcfdc5e68265f0343;p=yaz-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index b6623b5..2e3efcb 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,24 +1,27 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.4 1995-03-30 14:03:32 quinn Exp $ +# $Id: Makefile,v 1.9 1995-05-22 11:32:15 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -LIBDIR=../../lib +LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-g -Wall -pedantic -ansi DEFS=$(INCLUDE) LIB=$(LIBDIR)/libutil.a LIBS= -PO = dmalloc.o options.o log.o +PO = options.o log.o marcdisp.o yaz-ccl.o # dmalloc.o CPP=$(CC) -E -all: $(LIBDIR) $(LIB) +all: $(LIBDIR) $(LIB) marcdump #test: test.o $(LIB) ../odr/odr.a # $(CC) $(CFLAGS) $(INCLUDE) -o test test.o $(LIB) ../odr/odr.a +marcdump: marcdump.o $(LIB) + $(CC) $(CFLAGS) $(INCLUDE) -o marcdump marcdump.o $(LIB) + alll: $(LIB): $(PO) @@ -33,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