# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
# VISU OBJECT : interactive object for VISU entities implementation
# File : Makefile.am
# Module : VISU
-#
+
include $(top_srcdir)/adm_local/unix/make_common_starter.am
lib_LTLIBRARIES = libVisuConvertor.la
$(KERNEL_LDFLAGS) -lSALOMEBasics \
$(CAS_KERNEL) \
$(CAS_MATH) \
- $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase \
+ $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase \
$(GUI_LDFLAGS) -lVTKViewer
# Executables targets
dist_VISUConvertor_SOURCES= VISUConvertor.cxx
VISUConvertor_CPPFLAGS=$(libVisuConvertor_la_CPPFLAGS)
VISUConvertor_LDADD=$(libVisuConvertor_la_LDFLAGS) \
- -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lMEDWrapper -lVTKViewer -lsuit -lqtx libVisuConvertor.la
+ -lMEDWrapper_V2_2 -lMEDWrapperBase -lMEDWrapper -lVTKViewer -lsuit -lqtx libVisuConvertor.la
MED::TInt
GetPNOMLength(MED::EVersion theVersion)
{
- if(theVersion == MED::eV2_1)
- return MED::GetPNOMLength<MED::eV2_1>();
+ //if(theVersion == MED::eV2_1)
+ // return MED::GetPNOMLength<MED::eV2_1>();
return MED::GetPNOMLength<MED::eV2_2>();
}
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
# VISU OBJECT : interactive object for VISU entities implementation
# File : Makefile.in
# Module : VISU
-#
+
include $(top_srcdir)/adm_local/unix/make_common_starter.am
lib_LTLIBRARIES= libVisuPipeLine.la
AM_CPPFLAGS+=$(libVisuPipeLine_la_CPPFLAGS)
LDADD=$(libVisuPipeLine_la_LDFLAGS) libVisuPipeLine.la \
- -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets
+ -lOpUtil -lMEDWrapper -lMEDWrapper_V2_2 -lMEDWrapperBase -lsuit -lqtx -lSALOMEBasics -lvtkWidgets
# 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 : Alexey Petrov
# Module : VISU
-#
+
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# Libraries targets
-lMEDWrapper \
-lMEDWrapperBase \
-lMEDWrapper_V2_2 \
- -lMEDWrapper_V2_1 \
-lmedmem \
@CORBA_LIBS@