#============================================================================== # File : Makefile.in # Created : mar jui 3 12:58:13 CEST 2001 # Author : Paul RASCLE, EDF # Project : SALOME # Copyright : EDF 2001 # $Header$ #============================================================================== # source path top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl @COMMENCE@ EXPORT_HEADERS = NOTIFICATION.hxx \ NOTIFICATION_Supplier.hxx \ NOTIFICATION_Consumer.hxx \ CosNotifyShorthands.h # Libraries targets LIB = libSalomeNotification.la LIB_SRC = NOTIFICATION.cxx \ NOTIFICATION_Supplier.cxx \ NOTIFICATION_Consumer.cxx LDFLAGS+= -lOpUtil OMNIORB_IDLCXXFLAGS+= -Wbtp @CONCLUDE@