Salome HOME
Join modifications from branch V3_1_0_For_CCRT
[samples/component.git] / src / AddComponent / Makefile.in
index 3752921f7258a671ee514e8bc7e2a049614fd450..177478680c0b9b13eb8675eadf39a78a1d10ebf5 100755 (executable)
@@ -41,21 +41,22 @@ EXPORT_HEADERS =  \
 # Libraries targets
 LIB = libAddComponentEngine.la
 LIB_SRC = \
-       AddComponent_Impl.cxx 
+       AddComponent_Impl.cxx  \
+       Adder_Impl.cxx 
 
 LIB_SERVER_IDL = SALOME_ContainerManager.idl \
-                 SALOME_Component.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 -lSalomeNS -lSalomeLifeCycleCORBA 
 
+LIBSFORBIN= $(LIBS)
 LDFLAGSFORBIN+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace
 
 @CONCLUDE@