Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[samples/component.git] / src / AddComponent / Makefile.in
index 28aff411b26b7f5a4df2ffe1404f93e864c9c187..4dac9a7c98afd03330c9cf576a22ddc09d9c714a 100755 (executable)
@@ -17,7 +17,7 @@
 #  License along with this library; if not, write to the Free Software 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 # 
-#  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -41,21 +41,23 @@ EXPORT_HEADERS =  \
 # Libraries targets
 LIB = libAddComponentEngine.la
 LIB_SRC = \
-       AddComponent_Impl.cxx 
+       AddComponent_Impl.cxx  \
+       Adder_Impl.cxx 
 
-LIB_SERVER_IDL = SALOME_Component.idl \
+LIB_SERVER_IDL = SALOME_ContainerManager.idl \
+                 SALOME_Component.idl SALOME_Exception.idl \
                  AddComponent.idl
 
 # Executables targets
 BIN = AddComponent_CheckOfUndefined
-BIN_SRC = 
+BIN_SRC = HandleServerSideSignals.cxx
 BIN_SERVER_IDL =
 
-CPPFLAGS+= $(PYTHON_INCLUDES)  -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS= -g -D_DEBUG_ -D__x86__ -D__linux__ $(PYTHON_INCLUDES) -ftemplate-depth-42 -Wall -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace
+CPPFLAGS+= $(PYTHON_INCLUDES)  $(KERNEL_CXXFLAGS)
+LDFLAGS+= $(KERNEL_LDFLAGS) -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace -lSalomeNS -lSalomeLifeCycleCORBA 
 
-LDFLAGSFORBIN+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace
+LIBSFORBIN= $(LIBS)
+LDFLAGSFORBIN+= $(KERNEL_LDFLAGS) -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace -lSalomeNS -lSalomeLifeCycleCORBA
 
 @CONCLUDE@