Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/med.git] / src / MEDMEM / Makefile.in
diff --git a/src/MEDMEM/Makefile.in b/src/MEDMEM/Makefile.in
deleted file mode 100644 (file)
index 70c5cb4..0000000
+++ /dev/null
@@ -1,196 +0,0 @@
-#  MED MEDMEM : MED files in memory
-#
-#  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-# 
-#  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.in
-#  Author : Patrick GOLDBRONN (CEA/DEN/DM2S/SFME/LGLS)
-#  Module : MED
-
-top_srcdir=@top_srcdir@
-top_builddir=../..
-srcdir=@srcdir@
-VPATH=.:$(srcdir):$(srcdir)/tests
-
-MACHINE=PCLINUX
-
-@COMMENCE@
-
-
-EXPORT_PYSCRIPTS = \
-
-
-EXPORT_HEADERS = \
-MEDMEM_PointerOf.hxx \
-MEDMEM_CellModel.hxx \
-MEDMEM_Connectivity.hxx \
-MEDMEM_Coordinate.hxx \
-MEDMEM_define.hxx \
-MEDMEM_DriversDef.hxx \
-MEDMEM_DriverFactory.hxx \
-MEDMEM_Family.hxx \
-MEDMEM_Field.hxx \
-MEDMEM_GenDriver.hxx \
-MEDMEM_Group.hxx \
-MEDMEM_Array.hxx \
-MEDMEM_Exception.hxx \
-MEDMEM_MedFieldDriver.hxx \
-MEDMEM_AsciiFieldDriver.hxx \
-MEDMEM_Med.hxx \
-MEDMEM_MedMedDriver.hxx \
-MEDMEM_MedMeshDriver.hxx \
-MEDMEM_GibiMeshDriver.hxx \
-MEDMEM_PorflowMeshDriver.hxx \
-MEDMEM_DriverTools.hxx \
-MEDMEM_ModulusArray.hxx \
-MEDMEM_SkyLineArray.hxx \
-MEDMEM_VtkMedDriver.hxx \
-MEDMEM_VtkMeshDriver.hxx \
-MEDMEM_VtkFieldDriver.hxx \
-MEDMEM_Mesh.hxx \
-MEDMEM_Meshing.hxx \
-MEDMEM_STRING.hxx \
-MEDMEM_Support.hxx \
-MEDMEM_Unit.hxx \
-MEDMEM_Grid.hxx \
-MEDMEM_RCBase.hxx \
-MEDMEM_medimport_src.hxx \
-MEDMEM_MedVersion.hxx \
-MEDMEM_Compatibility21_22.hxx \
-MEDMEM_MedFieldDriver21.hxx \
-MEDMEM_MedMeshDriver21.hxx \
-MEDMEM_MedMedDriver21.hxx \
-MEDMEM_PolyhedronArray.hxx \
-MEDMEM_MedFieldDriver22.hxx \
-MEDMEM_MedMedDriver22.hxx \
-MEDMEM_MedMeshDriver22.hxx \
-MEDMEM_TopLevel.hxx \
-MEDMEM_Utilities.hxx \
-MEDMEM_ArrayInterface.hxx \
-MEDMEM_IndexCheckingPolicy.hxx \
-MEDMEM_InterlacingPolicy.hxx \
-MEDMEM_InterlacingTraits.hxx \
-MEDMEM_nArray.hxx \
-MEDMEM_Tags.hxx \
-MEDMEM_FieldConvert.hxx \
-MEDMEM_ArrayConvert.hxx \
-MEDMEM_FieldForward.hxx \
-MEDMEM_GaussLocalization.hxx \
-MEDMEM_MEDMEMgaussEcr.hxx \
-MEDMEM_MEDMEMprofilEcr.hxx \
-MEDMEM_MEDMEMchampLire.hxx \
-MEDMEM_SetInterlacingType.hxx
-
-# Libraries targets
-
-LIB=libmedmem.la
-
-LIB_SRC = \
-MEDMEM_Init.cxx \
-MEDMEM_CellModel.cxx \
-MEDMEM_Connectivity.cxx \
-MEDMEM_Coordinate.cxx \
-MEDMEM_DriversDef.cxx \
-MEDMEM_DriverFactory.cxx \
-MEDMEM_Family.cxx \
-MEDMEM_Field.cxx \
-MEDMEM_GenDriver.cxx \
-MEDMEM_Group.cxx \
-MEDMEM_Med.cxx \
-MEDMEM_Exception.cxx \
-MEDMEM_MedMedDriver.cxx \
-MEDMEM_MedMeshDriver.cxx \
-MEDMEM_GibiMeshDriver.cxx \
-MEDMEM_PorflowMeshDriver.cxx \
-MEDMEM_DriverTools.cxx \
-MEDMEM_SkyLineArray.cxx \
-MEDMEM_Mesh.cxx \
-MEDMEM_Meshing.cxx \
-MEDMEM_Support.cxx \
-MEDMEM_Unit.cxx \
-MEDMEM_VtkMedDriver.cxx \
-MEDMEM_VtkMeshDriver.cxx \
-MEDMEM_Grid.cxx \
-MEDMEM_MedVersion.cxx \
-MEDMEM_MedMeshDriver21.cxx \
-MEDMEM_MedMedDriver21.cxx \
-MEDMEM_medimport_src.cxx \
-MEDMEM_PolyhedronArray.cxx \
-MEDMEM_MedMedDriver22.cxx \
-MEDMEM_MedMeshDriver22.cxx \
-MEDMEM_TopLevel.cxx \
-MEDMEM_MEDMEMgaussEcr.cxx \
-MEDMEM_MEDMEMprofilEcr.cxx \
-MEDMEM_MEDMEMchampLire.cxx
-
-
-# Executables targets
-BIN = med2_1_To_med2_2 med2vtk duplicateMED med_test duplicateMEDMESH 
-BIN_SRC = 
-BIN_SERVER_IDL = 
-BIN_CLIENT_IDL = 
-
-TEST_PROGS = test_MEDMEM_ModulusArray test_MEDMEM_Array test_MEDMEM_SkyLineArray \
-       test_MEDMEM_CellModel testUPointerOf testUCoordinate testUUnit \
-       testUGeoNameMeshEntities testUMedException testUModulusArray \
-       testUSkyLineArray testUArray testUCellModel readEntete readCoordinate \
-       test_copie_field_ test_copie_fieldT test_copie_coordinate \
-       test_copie_medarray test_copie_connectivity test_copie_support \
-       test_copie_family test_copie_group test_copie_mesh test_affect_medarray \
-       test_MEDMEM_Meshing test_MEDMEM_MeshingPoly test_operation_fielddouble \
-       test_operation_fieldint test_gibi_driver test_porflow_driver \
-       test_grid test_MEDMEM_PolyhedronArray test_MEDMEM_PolyConnectivity \
-       test_MEDMEM_PolyDriverMedMeshRead test_MEDMEM_PolyDriverMedMeshWrite \
-       test_MEDMEM_poly3D test_MEDMEM_nArray test_MEDMEM_Meshing_poly test_profil_MedFieldDriver \
-       test_profil_gauss_MedFieldDriver test_GaussLocalization testAnalFile test_MEDMEM_MeshingFlica
-
-LDFLAGS+= -L$(top_builddir)/lib@LIB_LOCATION_SUFFIX@/salome 
-LDFLAGSFORBIN+= -L$(top_builddir)/lib@LIB_LOCATION_SUFFIX@/salome
-
-CPPFLAGS+=$(MED2_INCLUDES) $(HDF5_INCLUDES)
-
-CXXFLAGS+=@CXXTMPDPTHFLAGS@
-#LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS)
-# change motivated by the bug KERNEL4778.
-LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS) -lmed_V2_1 $(STDLIB)
-
-#LDFLAGSFORBIN+=$(MED2_LIBS) $(HDF5_LIBS)
-# change motivated by the bug KERNEL4778.
-LDFLAGSFORBIN+=-lm $(MED2_LIBS) $(HDF5_LIBS) -lmed_V2_1
-
-ifeq ($(MED_WITH_KERNEL),yes)
-  CPPFLAGS+= ${KERNEL_CXXFLAGS}
-  CXXFLAGS+= ${KERNEL_CXXFLAGS}
-  LDFLAGS+= ${KERNEL_LDFLAGS} -lSALOMELocalTrace 
-  LDFLAGSFORBIN+= ${KERNEL_LDFLAGS} -lSALOMELocalTrace -lSALOMEBasics
-endif
-
-LIBSFORBIN=
-
-LIBS=
-
-# build create_mesh :
-bin: create_mesh create_mesh_c2q4s2 create_mesh_c3h8q4 create_mesh_c3h8q4_wrong create_mesh_c2q4s2_wrong create_grid create_mesh_c2q4 create_mesh_c3h8 create_poly3D
-
-create_mesh create_mesh_c2q4s2 create_mesh_c3h8q4 create_grid create_mesh_c2q4 create_mesh_c3h8 create_mesh_c3h8q4_wrong create_mesh_c2q4s2_wrong create_poly3D: %: %.c
-       $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(MED2_LIBS) $(HDF5_LIBS) $< 
-
-@CONCLUDE@