summaryrefslogtreecommitdiff
path: root/comm/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Imakefile')
-rw-r--r--comm/Imakefile7
1 files changed, 4 insertions, 3 deletions
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 ()