X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=odr%2FMakefile;h=deb99e42a28e370c18fe54e34617e74234ac2442;hb=eb2d32be86dd9b1db4303f37dcd4bc3b8927e5ad;hp=b17aa3d79c282547035bcf7e50e57233cb957da8;hpb=398d5857516b707c1697721ec92bb0ec15619252;p=yaz-moved-to-github.git diff --git a/odr/Makefile b/odr/Makefile index b17aa3d..deb99e4 100644 --- a/odr/Makefile +++ b/odr/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.4 1995-03-07 09:23:12 quinn Exp $ +# $Id: Makefile,v 1.6 1995-03-10 11:44:40 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 \ @@ -14,7 +14,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 CPP=cc -E -all: $(LIB) test +all: $(LIB) test: test.o $(LIB) $(CC) $(CFLAGS) $(INCLUDE) -o test test.o $(LIB)