X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=rfc1006%2FMakefile;h=5f6052be1e081fca2f1040e02f2cb6a7c4deac17;hp=214cc21e8a5f3832a91cf45ca585d338befb663c;hb=6a39772ad0cbd1bcb5d0984cd783d4a9e06bdfdb;hpb=502061d0cd291d3858c9b70eccd09dc35f400080 diff --git a/rfc1006/Makefile b/rfc1006/Makefile index 214cc21..5f6052b 100644 --- a/rfc1006/Makefile +++ b/rfc1006/Makefile @@ -1,13 +1,12 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.8 1995-06-25 10:53:56 quinn Exp $ +# $Id: Makefile,v 1.10 1998-02-11 11:53:35 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. -I../../xtimosi/src LIBDIR=../lib LIBINCLUDE=-L$(LIBDIR) -CFLAGS= -g -Wall -pedantic -ansi DEFS=$(INCLUDE) # -DTRACE_TRANSPORT LIB=$(LIBDIR)/librfc.a LIBS=-lodr @@ -46,8 +45,8 @@ depend1: depend2: $(CPP) $(INCLUDE) -M *.c >.depend -ifeq (.depend,$(wildcard .depend)) -include .depend -endif +#ifeq (.depend,$(wildcard .depend)) +#include .depend +#endif #Depend --- DOT NOT DELETE THIS LINE