Salome HOME
21680: EDF 2288 SMESH: creation of 0D elements from other elements
[modules/smesh.git] / src / SMDS / Makefile.am
index 34e8f9c01db8fb441670a1406304ea7bae061c8e..9afd8d83b9ca1ebfba99383f5257c229c566b5f7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -74,14 +74,15 @@ salomeinclude_HEADERS = \
        SMDS_UnstructuredGrid.hxx \
        SMDS_Downward.hxx \
        SMDS_StdIterator.hxx \
-       SMDS_IteratorOnIterators.hxx
+       SMDS_IteratorOnIterators.hxx \
+       SMDS_BallElement.hxx
 
 
 # Libraries targets
 
 lib_LTLIBRARIES = libSMDS.la
 dist_libSMDS_la_SOURCES = \
-    chrono.cxx \
+       chrono.cxx \
        SMDS_MeshObject.cxx \
        SMDS_MeshElement.cxx \
        SMDS_MeshCell.cxx \
@@ -117,26 +118,20 @@ dist_libSMDS_la_SOURCES = \
        SMDS_QuadraticFaceOfNodes.cxx \
        SMDS_QuadraticVolumeOfNodes.cxx \
        SMDS_UnstructuredGrid.cxx \
-       SMDS_Downward.cxx
+       SMDS_Downward.cxx \
+       SMDS_BallElement.cxx
 
 # additionnal information to compil and link file
 libSMDS_la_CPPFLAGS = \
        $(KERNEL_CXXFLAGS) \
-       $(CAS_CPPFLAGS) \
         $(VTK_INCLUDES) \
        $(BOOST_CPPFLAGS)
 
 libSMDS_la_LDFLAGS  = \
        $(VTK_LIBS) \
-       $(KERNEL_LDFLAGS) -lSALOMELocalTrace \
-       $(CAS_KERNEL)
+       $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lOpUtil
 
 # Executables targets
 bin_PROGRAMS = SMDS_MemoryLimit
 dist_SMDS_MemoryLimit_SOURCES = \
        SMDS_MemoryLimit.cxx
-
-SMDS_MemoryLimit_LDADD = \
-       $(KERNEL_LDFLAGS) -lSALOMELocalTrace
-
-#libSMDS_la_LDFLAGS += -L/data/eap/S5_MV/INSTALL/SMESH/lib/salome -lPerfmeter