X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2FMakefile;h=7c391e646a5d18d078b86cef7eb1ba9abf71d20c;hb=41f4b2c49b60cf5f9ae896b537211ae830c39a55;hp=8472c5b42dfd4eb5e478f7c811e40a696b66777a;hpb=10981b2f116449523a9f628c20a78212ce91553e;p=yaz-moved-to-github.git diff --git a/odr/Makefile b/odr/Makefile index 8472c5b..7c391e6 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,20 +1,20 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.2 1995-02-09 15:51:45 quinn Exp $ +# $Id: Makefile,v 1.5 1995-03-08 12:11:59 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG +#CFLAGS= -g -Wall -pedantic -ansi -DODR_DEBUG DEFS=$(INCLUDE) LIB=odr.a PO = odr_bool.o ber_bool.o ber_len.o ber_tag.o odr_util.o odr_null.o \ ber_null.o odr_int.o ber_int.o odr_tag.o odr_cons.o odr_seq.o\ odr_oct.o ber_oct.o odr_bit.o ber_bit.o odr_oid.o ber_oid.o odr_use.o \ - odr_choice.o odr_any.o ber_any.o + odr_choice.o odr_any.o ber_any.o odr.o CPP=cc -E -all: $(LIB) test +all: $(LIB) test: test.o $(LIB) $(CC) $(CFLAGS) $(INCLUDE) -o test test.o $(LIB)