Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / Notification / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : mar jui  3 12:58:13 CEST 2001
4 #  Author    : Paul RASCLE, EDF
5 #  Project   : SALOME
6 #  Copyright : EDF 2001
7 #  $Header$
8 #==============================================================================
9
10 # source path
11 top_srcdir=@top_srcdir@
12 top_builddir=../..
13 srcdir=@srcdir@
14 VPATH=.:@srcdir@:@top_srcdir@/idl
15
16
17 @COMMENCE@
18
19 EXPORT_HEADERS = NOTIFICATION.hxx          \
20                  NOTIFICATION_Supplier.hxx \
21                  NOTIFICATION_Consumer.hxx \
22                  CosNotifyShorthands.h
23
24 # Libraries targets
25
26 LIB = libSalomeNotification.la
27
28 LIB_SRC = NOTIFICATION.cxx          \
29           NOTIFICATION_Supplier.cxx \
30           NOTIFICATION_Consumer.cxx
31
32 LDFLAGS+= -lOpUtil
33 OMNIORB_IDLCXXFLAGS+= -Wbtp
34
35 @CONCLUDE@