From 159cdcacfabab6b0815de45c79832628cfe223c5 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 13 Feb 1995 16:57:15 +0000 Subject: Added reqgen to targets --- comm/Imakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'comm') diff --git a/comm/Imakefile b/comm/Imakefile index 339612d..0b83d89 100644 --- a/comm/Imakefile +++ b/comm/Imakefile @@ -3,7 +3,7 @@ # # by Michel Beaudouin-Lafon and Stephane Chatty # -# Copyright 1990-1993 +# Copyright 1990-1995 # Laboratoire de Recherche en Informatique (LRI) # Centre d'Etudes de la navigation Aerienne # @@ -74,11 +74,11 @@ CxxRule () all : UchTarget comm : $(LOCLIB)/libUch.a $(LOCBIN)/portserv $(LOCBIN)/porttest \ - $(LOCBIN)/tellagent $(LOCINCL)/uch.h + $(LOCBIN)/reqgen $(LOCBIN)/tellagent $(LOCINCL)/uch.h chan : $(LOCLIB)/libChan.a $(LOCINCL)/chan.h -local : libUch.a libChan.a uch.h chan.h portserv porttest tellagent +local : libUch.a libChan.a uch.h chan.h portserv porttest reqgen tellagent LibraryTarget (Uch, $(UCHOBJ)) LibraryTarget (Chan, $(CHANOBJ)) @@ -104,6 +104,7 @@ CopyTarget ($(LOCINCL)/chan.h, chan.h) CopyTarget ($(LOCBIN)/portserv, portserv) CopyTarget ($(LOCBIN)/porttest, porttest) CopyTarget ($(LOCBIN)/tellagent, tellagent) +CopyTarget ($(LOCBIN)/reqgen, reqgen) DocRule ("The Unix Channel") TeXRule () -- cgit v1.1