X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FMakefile.in;h=3f24a08a42f324097ca6d4f08153fa65c804397e;hb=902a6da0b24e3d6b3914c29d28f00befc442053b;hp=5891f6e809322bd07262b168b0863964724cdafe;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/Makefile.in b/src/StdMeshers_I/Makefile.in index 5891f6e80..3f24a08a4 100644 --- a/src/StdMeshers_I/Makefile.in +++ b/src/StdMeshers_I/Makefile.in @@ -35,6 +35,24 @@ VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl # EXPORT_PYSCRIPTS = smeshpy.py SMESH_test.py +# header files +EXPORT_HEADERS = \ + StdMeshers_LocalLength_i.hxx \ + StdMeshers_StartEndLength_i.hxx \ + StdMeshers_Arithmetic1D_i.hxx \ + StdMeshers_NumberOfSegments_i.hxx \ + StdMeshers_Deflection1D_i.hxx \ + StdMeshers_Propagation_i.hxx \ + StdMeshers_LengthFromEdges_i.hxx \ + StdMeshers_MaxElementArea_i.hxx \ + StdMeshers_MaxElementVolume_i.hxx \ + StdMeshers_NotConformAllowed_i.hxx \ + StdMeshers_Regular_1D_i.hxx \ + StdMeshers_Quadrangle_2D_i.hxx \ + StdMeshers_MEFISTO_2D_i.hxx \ + StdMeshers_Hexa_3D_i.hxx \ + StdMeshers_AutomaticLength_i.hxx + # Libraries targets LIB= libStdMeshersEngine.la @@ -42,22 +60,28 @@ LIB= libStdMeshersEngine.la LIB_SRC = \ StdMeshers_i.cxx \ StdMeshers_LocalLength_i.cxx \ + StdMeshers_StartEndLength_i.cxx \ + StdMeshers_Arithmetic1D_i.cxx \ + StdMeshers_NumberOfSegments_i.cxx \ + StdMeshers_Deflection1D_i.cxx \ + StdMeshers_Propagation_i.cxx \ StdMeshers_LengthFromEdges_i.cxx \ StdMeshers_MaxElementArea_i.cxx \ StdMeshers_MaxElementVolume_i.cxx \ - StdMeshers_NumberOfSegments_i.cxx \ StdMeshers_NotConformAllowed_i.cxx \ StdMeshers_Regular_1D_i.cxx \ StdMeshers_Quadrangle_2D_i.cxx \ StdMeshers_MEFISTO_2D_i.cxx \ - StdMeshers_Hexa_3D_i.cxx + StdMeshers_Hexa_3D_i.cxx \ + StdMeshers_AutomaticLength_i.cxx LIB_SERVER_IDL = SMESH_BasicHypothesis.idl LIB_CLIENT_IDL = \ SALOMEDS.idl SALOME_Exception.idl \ - GEOM_Gen.idl GEOM_Shape.idl MED.idl SALOMEDS_Attributes.idl \ - SMESH_Gen.idl SMESH_Hypothesis.idl SMESH_Group.idl + GEOM_Gen.idl MED.idl SALOMEDS_Attributes.idl \ + SMESH_Gen.idl SMESH_Hypothesis.idl SMESH_Group.idl \ + SALOME_Comm.idl # Executables targets BIN =