X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2FMakefile;h=89b1a079b4906cd623308523da8d3fa2397b4b9f;hb=e8464a391ad260860795a69bcd1bcf6940cc17de;hp=24a2d47edb86472c69bc590310147b0255c2487e;hpb=892f7f56860a1ee8e8d816eeaec0387c54c1a0a7;p=yaz-moved-to-github.git diff --git a/odr/Makefile b/odr/Makefile index 24a2d47..89b1a07 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,13 +1,13 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.8 1995-03-17 10:17:37 quinn Exp $ +# $Id: Makefile,v 1.12 1995-03-29 08:06:35 quinn Exp $ SHELL=/bin/sh -INCLUDE=-I../include -I. +INCLUDE=-I../include -I. -I../util LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) -#CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG +CFLAGS= -g -Wall -pedantic -ansi #-DODR_DEBUG DEFS=$(INCLUDE) LIB=$(LIBDIR)/libodr.a LIBS=-lodr @@ -17,7 +17,7 @@ PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \ odr_choice.o odr_any.o ber_any.o odr.o odr_mem.o CPP=cc -E -all: $(LIBDIR) $(LIB) +all: $(LIBDIR) $(INCDIR) $(LIB) test: test.o $(LIB) $(CC) $(CFLAGS) $(LIBINCLUDE) -o test test.o $(LIBS)