summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorsc1999-01-26 08:53:24 +0000
committersc1999-01-26 08:53:24 +0000
commit4853dbf7e1e3d69064f6af735acc802b5971b5f5 (patch)
tree6bf6b5113243896236f4e898a4928933f7b193e2 /src/Makefile
parentc3f74fec7009f561928ed38d2228845a11d31849 (diff)
downloadivy-c-4853dbf7e1e3d69064f6af735acc802b5971b5f5.zip
ivy-c-4853dbf7e1e3d69064f6af735acc802b5971b5f5.tar.gz
ivy-c-4853dbf7e1e3d69064f6af735acc802b5971b5f5.tar.bz2
ivy-c-4853dbf7e1e3d69064f6af735acc802b5971b5f5.tar.xz
A bit of clean up in headers
Changes in IvyStart and IvyInit: - expanded parsing of IvyStart argument to bus addresses like 123.123,123.122:2019 - socket for receiving broadcast handshakes is now in IvyStart (we thus lose the ability to have "passive" agents (agents that listen but don't say hello))
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index 3b49ad7..b10514f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,20 +1,21 @@
#
# Ivy, C interface
#
-# Copyright (C) 1997-1999
-# Centre d'Études de la Navigation Aérienne
+# Copyright (C) 1997-1999
+# Centre d'Études de la Navigation Aérienne
#
# Makefile
#
-# Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
-# Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
+# Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+# Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
#
# $Id$
#
-# Please refer to file version.h for the
-# copyright notice regarding this software
+# Please refer to file version.h for the
+# copyright notice regarding this software
#
#
+
XTINC = /usr/X11R6/include
XTLIB = /usr/X11R6/lib
CC=gcc