From 1b2f4362552dcb365b6e4722d5eac7bb704c6c01 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 30 May 1995 10:16:03 +0000 Subject: [PATCH 1/1] Makefile fix --- client/Makefile | 11 ++--------- server/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/client/Makefile b/client/Makefile index db508fd..e4c37d2 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.3 1995-05-22 15:30:13 adam Exp $ +# $Id: Makefile,v 1.4 1995-05-30 10:16:03 quinn Exp $ LIBDIR=../lib @@ -12,10 +12,8 @@ INCLUDE=-I../include -I. -I../../xtimosi/src LIBINCLUDE=-L$(LIBDIR) #CFLAGS=-Wall -pedantic -g DEFS=$(INCLUDE) -DRPN_QUERY -DPREFIX_QUERY -#LIB=$(LIBDIR)/libserver.a LIBS=$(LIBDIR)/libasn.a $(LIBDIR)/libodr.a \ $(LIBDIR)/libcomstack.a ../lib/ccl.a $(LIBMOSI) $(LIBDIR)/libutil.a -#PO = CPP=$(CC) -E PROG=client PROGO=client.o @@ -27,11 +25,6 @@ $(PROG): $(LIB) $(PROGO) alll: -$(LIB): $(PO) - rm -f $(LIB) - ar qc $(LIB) $(PO) - ranlib $(LIB) - $(LIBDIR): mkdir $(LIBDIR) @@ -42,7 +35,7 @@ clean: rm -f *.[oa] test core mon.out gmon.out errlist tst cli $(PROG) depend: depend2 -: + depend1: mv Makefile Makefile.tmp sed '/^#Depend/q' Makefile diff --git a/server/Makefile b/server/Makefile index bb674fd..824b76e 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.23 1995-05-22 15:31:26 adam Exp $ +# $Id: Makefile,v 1.24 1995-05-30 10:16:09 quinn Exp $ LIBDIR=../lib @@ -42,7 +42,7 @@ clean: rm -f *.[oa] test core mon.out gmon.out errlist tst cli $(PROG) depend: depend2 -: + depend1: mv Makefile Makefile.tmp sed '/^#Depend/q' Makefile -- 1.7.10.4