XCOMM $Id: Imakefile,v 1.00 95/11/28 12:00:00 taieb Exp $

#include "../project.config"


OBJS	= Gauge.o f_co_cnx_c5.o f_co_dcl_serveur.o f_co_shm_create.o\
	  f_co_cnx_c12.o f_co_cnx_c6.o f_co_get_connexion.o f_co_send.o \
          ihm_util.o f_co_cnx_c34.o f_co_cnx_srv.o f_co_shm_attach.o 

SRCS    = Gauge.c f_co_cnx_c5.c f_co_dcl_serveur.c f_co_shm_create.c\
	  f_co_cnx_c12.o f_co_cnx_c6.c f_co_get_connexion.c f_co_send.c \
	  ihm_util.c f_co_cnx_c34.c f_co_cnx_srv.c f_co_shm_attach.c
         
        
       

NormalLibraryTarget(kara, $(OBJS))
DependTarget()  

