X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile;h=03884b56810c4a0708882eea4c4f8c3dcaa091d8;hp=cdadcd094ddf358e1ab5700b48600d646fc0de15;hb=b97c5f66c697c58dc6ee56c402da4237236d70ce;hpb=6a0c308ce3cb682cb908d7c4acf634ed7ff1b90f diff --git a/util/Makefile b/util/Makefile index cdadcd0..03884b5 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.3 1995-03-30 11:10:56 quinn Exp $ +# $Id: Makefile,v 1.11 1995-05-29 08:12:16 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 -CPP=cc -E +PO = options.o log.o marcdisp.o yaz-ccl.o pquery.o oid.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