X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=rfc1006%2FMakefile.in;fp=rfc1006%2FMakefile.in;h=0000000000000000000000000000000000000000;hp=c8b4a0474b357457f1903534a650ae3f5a696b8f;hb=b0ea0712dd81e2d3dd25ec14c0bb9a6ce0a51056;hpb=9f6bbd483ea92b4a5ae114a36bfebd942e138460 diff --git a/rfc1006/Makefile.in b/rfc1006/Makefile.in deleted file mode 100644 index c8b4a04..0000000 --- a/rfc1006/Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright (C) 1994-1998, Index Data -# All rights reserved. -# Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.2 1998-10-28 15:10:10 adam Exp $ - -SHELL=/bin/sh - -CC=@CC@ -CPP=@CPP@ -RANLIB=@RANLIB@ -CDEFS=@DEFS@ - -INCLUDE=-I../include -I. -I../../xtimosi/src -LIBDIR=../lib -DEFS=$(INCLUDE) $(CDEFS) -LIB=$(LIBDIR)/librfc.a -PO = rfct.o makensap.o - -all: $(LIB) - -alll: - -$(LIB): $(PO) - rm -f $(LIB) - ar qc $(LIB) $(PO) - $(RANLIB) $(LIB) - -.c.o: - $(CC) -c $(DEFS) $(CFLAGS) $< - -clean: - rm -f *.[oa] test core mon.out gmon.out errlist - -depend: - sed '/^#Depend/q' Makefile.tmp - $(CPP) $(DEFS) -M *.c >>Makefile.tmp - mv -f Makefile.tmp Makefile - -#Depend --- DOT NOT DELETE THIS LINE