Salome HOME
Fix bug 12796: Warning missed for the bad file 'test18.med'
[modules/smesh.git] / src / SMESHDS / Makefile.in
index bc62fc4ca839456559b3f935f78228090702fa8c..a182eaa83bb61109becc1e633834637d6d1cb740 100644 (file)
@@ -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
 #
 #
 #
@@ -42,7 +42,10 @@ LIB_SRC = \
        SMESHDS_Script.cxx \
        SMESHDS_Command.cxx \
        SMESHDS_SubMesh.cxx \
-       SMESHDS_Mesh.cxx
+       SMESHDS_Mesh.cxx \
+       SMESHDS_GroupBase.cxx \
+       SMESHDS_Group.cxx \
+       SMESHDS_GroupOnGeom.cxx
 
 LIB_CLIENT_IDL = 
 LIB_SERVER_IDL = 
@@ -61,12 +64,15 @@ EXPORT_HEADERS= \
        SMESHDS_Script.hxx \
        SMESHDS_Command.hxx \
        SMESHDS_CommandType.hxx \
-       SMESHDS_SubMesh.hxx 
+       SMESHDS_SubMesh.hxx \
+       SMESHDS_GroupBase.hxx \
+       SMESHDS_Group.hxx \
+       SMESHDS_GroupOnGeom.hxx
 
 # additionnal information to compil and link file
-CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS  += $(OCC_KERNEL_LIBS)
+CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS) $(BOOST_CPPFLAGS)
+CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS)
+LDFLAGS  += $(OCC_KERNEL_LIBS) -lSMDS
 
 
 # additional file to be cleaned