Salome HOME
Merge from BR_V5_DEV 16Feb09
[plugins/ghs3dprlplugin.git] / src / tepal2med / Makefile.am
diff --git a/src/tepal2med/Makefile.am b/src/tepal2med/Makefile.am
new file mode 100644 (file)
index 0000000..a64fd0a
--- /dev/null
@@ -0,0 +1,49 @@
+# Copyright (C) 2007-2008 OPEN CASCADE, CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# 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.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+# ---
+#
+# File   : Makefile.am
+# Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
+#
+# ---
+
+include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
+bin_PROGRAMS = tepal2med
+
+dist_tepal2med_SOURCES = \
+       ghs3dprl_mesh_wrap.h    \
+       ghs3dprl_mesh_wrap.cxx  \
+       ghs3dprl_msg_parser.h   \
+       ghs3dprl_msg_parser.cxx \
+       dlg_ghs3dmain.h         \
+       dlg_ghs3dmain.cxx       \
+       tepal2med.cxx
+
+MOC_FILES = dlg_ghs3dmain_moc.cxx
+
+UIC_FILES = ui_dlg_ghs3dmain.h
+
+BUILT_SOURCES = $(UIC_FILES)
+
+nodist_tepal2med_SOURCES = $(MOC_FILES) $(UIC_FILES)
+
+tepal2med_CPPFLAGS = $(QT_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) $(LIBXML_INCLUDES)
+
+tepal2med_LDADD = $(QT_LIBS) $(MED2_LIBS) $(HDF5_LIBS) $(LIBXML_LIBS)