Salome HOME
Replace oe by ?
[modules/smesh.git] / src / Tools / MeshCut / Makefile.am
1 #  version 2.1 of the License.
2 #
3 #  This library is distributed in the hope that it will be useful,
4 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
5 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
6 #  Lesser General Public License for more details.
7 #
8 #  You should have received a copy of the GNU Lesser General Public
9 #  License along with this library; if not, write to the Free Software
10 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
11 #
12 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
13 #
14
15 #  File   : Makefile.in
16 #  Author : Patrick GOLDBRONN (CEA)
17 #  Modified by : Alexander BORODIN (OCN) - autotools usage
18 #  Module : SMESH
19 #  $Header$
20 #
21 include $(top_srcdir)/adm_local/unix/make_common_starter.am
22
23
24 bin_PROGRAMS = MeshCut
25
26 MeshCut_SOURCES = \
27   MeshCut_Carre.cxx \
28   MeshCut_Cube.cxx \
29   MeshCut_Maillage.cxx \
30   MeshCut_Fonctions.cxx \
31   MeshCut_Utils.cxx \
32   MeshCut_Cas.cxx \
33   MeshCut_DC.cxx
34
35 MeshCut_CPPFLAGS =  $(MED2_INCLUDES)
36
37 MeshCut_LDFLAGS =  $(MED2_LIBS) $(HDF5_LIBS)
38