Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/multipr.git] / src / MULTIPR / Makefile.in
index 3290eb654e5e58916b3ae77bc35c00369815101b..3a0d876f28703cae20ac035e6687428f7b98c794 100644 (file)
@@ -32,59 +32,32 @@ MACHINE=PCLINUX
 
 LIB = libMULTIPREngine.la
 
-LIB_SRC = \
-MULTIPR_i.cxx \
-MULTIPR_API.cxx \
-MULTIPR_Mesh.cxx \
-MULTIPR_Profil.cxx \
-MULTIPR_GaussLoc.cxx \
-MULTIPR_Field.cxx \
-MULTIPR_Nodes.cxx \
-MULTIPR_Elements.cxx \
-MULTIPR_Family.cxx \
-MULTIPR_MeshDis.cxx \
-MULTIPR_DecimationFilter.cxx \
-MULTIPR_DecimationAccel.cxx \
-MULTIPR_Utils.cxx \
-MULTIPR_Obj.cxx
-          
+LIB_SRC = MULTIPR_i.cxx
+
 LIB_SERVER_IDL = MULTIPR.idl 
 
 LIB_CLIENT_IDL = SALOME_Component.idl SALOME_Exception.idl SALOMEDS.idl SALOME_GenericObj.idl Logger.idl 
 
-EXPORT_HEADERS = \
-MULTIPR_API.hxx \
-MULTIPR_DecimationAccel.hxx \
-MULTIPR_DecimationFilter.hxx \
-MULTIPR_Elements.hxx \
-MULTIPR_Exceptions.hxx \
-MULTIPR_Family.hxx \
-MULTIPR_Field.hxx \
-MULTIPR_GaussLoc.hxx \
-MULTIPR_Globals.hxx \
-MULTIPR_MeshDis.hxx \
-MULTIPR_Mesh.hxx \
-MULTIPR_Nodes.hxx \
-MULTIPR_PointOfField.hxx \
-MULTIPR_Profil.hxx \
-MULTIPR_Utils.hxx \
-MULTIPR_Obj.hxx \
-MULTIPR_ProgressCallback.hxx
-
-BIN = multipr
-BIN_SRC = 
+EXPORT_HEADERS =
 
 # additionnal information to compile and link file
 
-CPPFLAGS += $(KERNEL_CXXFLAGS) $(MED_CXXFLAGS) $(MED2_INCLUDES) -Wall -pthread  
-
-CPPFLAGSFORBIN=$(CPPFLAGS)
+CPPFLAGS += $(KERNEL_CXXFLAGS) $(MED_CXXFLAGS) $(MED2_INCLUDES) $(BOOST_CPPFLAGS) -Wall -pthread  
+
+LDFLAGS += \
+       $(KERNEL_LDFLAGS) \
+       -lSalomeContainer \
+       -lSalomeGenericObj \
+       -lOpUtil \
+       -lTOOLSDS \
+       -lSALOMELocalTrace \
+       $(MED2_LIBS) $(MED_LDFLAGS) \
+       $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \
+       -lmedsplitter \
+       -lmedmem \
+       -lmed_V2_1 \
+       -lMULTIPR_API
 
-LDFLAGS += $(KERNEL_LDFLAGS) $(MED_LDFLAGS) $(MED2_LIBS) -lSalomeContainer -lOpUtil -lm -lmed -lmedsplitter -lmedmem -lmed_V2_1 -lSALOMELocalTrace
-
-LDFLAGSFORBIN=$(LDFLAGS)
 # Executables targets
 
 @CONCLUDE@
-