X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=asn%2FMakefile;h=9e1237a2cbfe16b7641a6b1e3507982336741bac;hb=87a9bdcb0fda85461f9992519f4239645c8b2826;hp=b37dd0859a2350cef27553e6d7f31d63ac48b01f;hpb=6707f9687d531abc58665df48168d8c800300a54;p=yaz-moved-to-github.git diff --git a/asn/Makefile b/asn/Makefile index b37dd08..9e1237a 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,10 +1,10 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.6 1995-03-27 08:32:09 quinn Exp $ +# $Id: Makefile,v 1.8 1995-03-30 14:02:50 quinn Exp $ SHELL=/bin/sh -INCLUDE=-I../include -I. -I../odr -I../util +INCLUDE=-I../include -I. LIBDIR=../../lib LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-g -Wall -pedantic -ansi @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libasn.a LIBS=-lodr -lasn PO = proto.o diagbib1.o oid.o -CPP=cc -E +CPP=$(CC) -E all: $(LIBDIR) $(LIB)