]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
lib DSCSuperv compiles
authorribes <ribes>
Tue, 6 Mar 2007 09:28:50 +0000 (09:28 +0000)
committerribes <ribes>
Tue, 6 Mar 2007 09:28:50 +0000 (09:28 +0000)
src/DSC/DSC_User/Makefile.am
src/DSC/DSC_User/Superv_Component_i.hxx

index 92f65e3c915b351d1e344a7cefc474f95ad66fad..a4348b4f702b1a8fe2720e0486fbfaa241400ed2 100644 (file)
 SUBDIRS = Basic Datastream
 
 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
+
+#
+# ===============================================================
+# Header to be installed
+# ===============================================================
+#
+# header files  
+salomeinclude_HEADERS = base_port.hxx \
+                       uses_port.hxx \
+                       provides_port.hxx \
+                       Superv_Component_i.hxx \
+                       DSC_Exception.hxx
+
+#
+# ===============================================================
+# Local definitions
+# ===============================================================
+#
+
+# This local variable defines the list of CPPFLAGS common to all target in this package.
+COMMON_CPPFLAGS= -I$(srcdir)/Basic \
+                -I$(srcdir)/Datastream  \
+                -I$(srcdir)/Datastream/Palm \
+                -I$(srcdir)/Datastream/Calcium \
+                -I$(top_srcdir)/src/Container \
+                -I$(top_srcdir)/src/Notification \
+                -I$(top_srcdir)/src/DSC/DSC_Basic \
+                -I$(top_srcdir)/src/SALOMELocalTrace \
+                -I$(top_srcdir)/src/Basics \
+                -I$(top_srcdir)/src/Utils \
+                -I$(top_builddir)/salome_adm/unix \
+                -I$(top_builddir)/idl \
+                @CORBA_CXXFLAGS@ @CORBA_INCLUDES@
+
+# This local variable defines the list of dependant libraries common to all target in this package.
+COMMON_LIBS = 
+
+#
+# ===============================================================
+# Libraries targets
+# ===============================================================
+#
+lib_LTLIBRARIES = libSalomeDSCSuperv.la 
+
+libSalomeDSCSuperv_la_SOURCES  = uses_port.cxx \
+                                provides_port.cxx \
+                                Superv_Component_i.cxx
+
+libSalomeDSCSuperv_la_CXXFLAGS = -no-undefined -version-info=0:0:0 \
+                                $(COMMON_CPPFLAGS)
+
+#
+# ===============================================================
+# Executables targets
+# ===============================================================
+#
+noinst_PROGRAMS = test_DSC_Exception
+
+test_DSC_Exception_SOURCES = test_DSC_Exception.cxx
+
+test_DSC_Exception_CXXFLAGS = $(COMMON_CPPFLAGS)
+
+test_DSC_Exception_LDADD = $(top_builddir)/src/Utils/libOpUtil.la
+
index a515f864a2b1922282670122dcf697b009552998..5cb74f7d1a10ec04c17dd25a6c9df0fe76cbf5de 100644 (file)
@@ -31,7 +31,6 @@
 #ifndef _SUPERV_COMPONENT_I_HXX_
 #define _SUPERV_COMPONENT_I_HXX_
 
-#include "parallel_salome_config.h"
 #include "DSC_i.hxx"
 #include "base_port.hxx"
 #include "uses_port.hxx"