Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

Makefile

Go to the documentation of this file.
00001 OBJET= no_prop_channel.o total_order_channel.o
00002 
00003 appli1:$(OBJET) appli.cpp
00004         g++ -lposix4 -lpthread -lnsl -lsocket $(OBJET) appli.cpp -o appli1
00005 
00006 no_prop_channel.o :no_prop_channel.h no_prop_channel.cpp
00007         g++ -c no_prop_channel.cpp
00008 
00009 total_order_channel.o : total_order_channel.h total_order_channel.cpp
00010         g++ -c total_order_channel.cpp
00011         

Generated at Mon Mar 1 18:05:54 2004 for Groupware by doxygen 1.1.1 written by Dimitri van Heesch, © 1997-2000