X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FAddComponent%2FMakefile.in;h=177478680c0b9b13eb8675eadf39a78a1d10ebf5;hb=fa4921e38b41b2776d718ccb1d86cb234c011e34;hp=3752921f7258a671ee514e8bc7e2a049614fd450;hpb=5829e4042f7e0e33ade96e9505aba45d4b63fbcd;p=samples%2Fcomponent.git diff --git a/src/AddComponent/Makefile.in b/src/AddComponent/Makefile.in index 3752921..1774786 100755 --- a/src/AddComponent/Makefile.in +++ b/src/AddComponent/Makefile.in @@ -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@