Salome HOME
Join modifications from branch V3_1_0_For_CCRT
[modules/med.git] / src / MEDMEM / Makefile.in
1 #  MED MEDMEM : MED files in memory
2 #
3 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5
6 #  This library is free software; you can redistribute it and/or 
7 #  modify it under the terms of the GNU Lesser General Public 
8 #  License as published by the Free Software Foundation; either 
9 #  version 2.1 of the License. 
10
11 #  This library is distributed in the hope that it will be useful, 
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 #  Lesser General Public License for more details. 
15
16 #  You should have received a copy of the GNU Lesser General Public 
17 #  License along with this library; if not, write to the Free Software 
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19
20 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 #
22 #
23 #
24 #  File   : Makefile.in
25 #  Author : Patrick GOLDBRONN (CEA/DEN/DM2S/SFME/LGLS)
26 #  Module : MED
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:$(srcdir):$(srcdir)/tests
32
33 MACHINE=PCLINUX
34
35 @COMMENCE@
36
37
38 EXPORT_PYSCRIPTS = \
39
40
41 EXPORT_HEADERS = \
42 MEDMEM_PointerOf.hxx \
43 MEDMEM_CellModel.hxx \
44 MEDMEM_Connectivity.hxx \
45 MEDMEM_Coordinate.hxx \
46 MEDMEM_define.hxx \
47 MEDMEM_DriversDef.hxx \
48 MEDMEM_DriverFactory.hxx \
49 MEDMEM_Family.hxx \
50 MEDMEM_Field.hxx \
51 MEDMEM_GenDriver.hxx \
52 MEDMEM_Group.hxx \
53 MEDMEM_Array.hxx \
54 MEDMEM_Exception.hxx \
55 MEDMEM_MedFieldDriver.hxx \
56 MEDMEM_AsciiFieldDriver.hxx \
57 MEDMEM_Med.hxx \
58 MEDMEM_MedMedDriver.hxx \
59 MEDMEM_MedMeshDriver.hxx \
60 MEDMEM_GibiMeshDriver.hxx \
61 MEDMEM_PorflowMeshDriver.hxx \
62 MEDMEM_DriverTools.hxx \
63 MEDMEM_ModulusArray.hxx \
64 MEDMEM_SkyLineArray.hxx \
65 MEDMEM_VtkMedDriver.hxx \
66 MEDMEM_VtkMeshDriver.hxx \
67 MEDMEM_VtkFieldDriver.hxx \
68 MEDMEM_Mesh.hxx \
69 MEDMEM_Meshing.hxx \
70 MEDMEM_STRING.hxx \
71 MEDMEM_Support.hxx \
72 MEDMEM_Unit.hxx \
73 MEDMEM_Grid.hxx \
74 MEDMEM_RCBase.hxx \
75 MEDMEM_medimport_src.hxx \
76 MEDMEM_MedVersion.hxx \
77 MEDMEM_Compatibility21_22.hxx \
78 MEDMEM_MedFieldDriver21.hxx \
79 MEDMEM_MedMeshDriver21.hxx \
80 MEDMEM_MedMedDriver21.hxx \
81 MEDMEM_PolyhedronArray.hxx \
82 MEDMEM_MedFieldDriver22.hxx \
83 MEDMEM_MedMedDriver22.hxx \
84 MEDMEM_MedMeshDriver22.hxx \
85 MEDMEM_Utilities.hxx \
86 MEDMEM_ArrayInterface.hxx \
87 MEDMEM_IndexCheckingPolicy.hxx \
88 MEDMEM_InterlacingPolicy.hxx \
89 MEDMEM_InterlacingTraits.hxx \
90 MEDMEM_nArray.hxx \
91 MEDMEM_Tags.hxx \
92 MEDMEM_FieldConvert.hxx \
93 MEDMEM_ArrayConvert.hxx \
94 MEDMEM_FieldForward.hxx \
95 MEDMEM_GaussLocalization.hxx \
96 MEDMEM_MEDMEMgaussEcr.hxx \
97 MEDMEM_MEDMEMprofilEcr.hxx \
98 MEDMEM_MEDMEMchampLire.hxx \
99 MEDMEM_SetInterlacingType.hxx
100
101 # Libraries targets
102
103 LIB=libmedmem.la
104
105 LIB_SRC = \
106 MEDMEM_Init.cxx \
107 MEDMEM_CellModel.cxx \
108 MEDMEM_Connectivity.cxx \
109 MEDMEM_Coordinate.cxx \
110 MEDMEM_DriversDef.cxx \
111 MEDMEM_DriverFactory.cxx \
112 MEDMEM_Family.cxx \
113 MEDMEM_Field.cxx \
114 MEDMEM_GenDriver.cxx \
115 MEDMEM_Group.cxx \
116 MEDMEM_Med.cxx \
117 MEDMEM_Exception.cxx \
118 MEDMEM_MedMedDriver.cxx \
119 MEDMEM_MedMeshDriver.cxx \
120 MEDMEM_GibiMeshDriver.cxx \
121 MEDMEM_PorflowMeshDriver.cxx \
122 MEDMEM_DriverTools.cxx \
123 MEDMEM_SkyLineArray.cxx \
124 MEDMEM_Mesh.cxx \
125 MEDMEM_Meshing.cxx \
126 MEDMEM_Support.cxx \
127 MEDMEM_Unit.cxx \
128 MEDMEM_VtkMedDriver.cxx \
129 MEDMEM_VtkMeshDriver.cxx \
130 MEDMEM_Grid.cxx \
131 MEDMEM_MedVersion.cxx \
132 MEDMEM_MedMeshDriver21.cxx \
133 MEDMEM_MedMedDriver21.cxx \
134 MEDMEM_medimport_src.cxx \
135 MEDMEM_PolyhedronArray.cxx \
136 MEDMEM_MedMedDriver22.cxx \
137 MEDMEM_MedMeshDriver22.cxx \
138 MEDMEM_MEDMEMgaussEcr.cxx \
139 MEDMEM_MEDMEMprofilEcr.cxx \
140 MEDMEM_MEDMEMchampLire.cxx
141
142
143 # Executables targets
144 BIN = med2_1_To_med2_2 med2vtk duplicateMED med_test duplicateMEDMESH 
145 BIN_SRC = 
146 BIN_SERVER_IDL = 
147 BIN_CLIENT_IDL = 
148
149 TEST_PROGS = test_MEDMEM_ModulusArray test_MEDMEM_Array test_MEDMEM_SkyLineArray \
150         test_MEDMEM_CellModel testUPointerOf testUCoordinate testUUnit \
151         testUGeoNameMeshEntities testUMedException testUModulusArray \
152         testUSkyLineArray testUArray testUCellModel readEntete readCoordinate \
153         test_copie_field_ test_copie_fieldT test_copie_coordinate \
154         test_copie_medarray test_copie_connectivity test_copie_support \
155         test_copie_family test_copie_group test_copie_mesh test_affect_medarray \
156         test_MEDMEM_Meshing test_MEDMEM_MeshingPoly test_operation_fielddouble \
157         test_operation_fieldint test_gibi_driver test_porflow_driver \
158         test_grid test_MEDMEM_PolyhedronArray test_MEDMEM_PolyConnectivity \
159         test_MEDMEM_PolyDriverMedMeshRead test_MEDMEM_PolyDriverMedMeshWrite \
160         test_MEDMEM_poly3D test_MEDMEM_nArray test_MEDMEM_Meshing_poly test_profil_MedFieldDriver \
161         test_profil_gauss_MedFieldDriver test_GaussLocalization
162
163 LDFLAGS+= -L$(top_builddir)/lib/salome 
164 LDFLAGSFORBIN+= -L$(top_builddir)/lib/salome
165
166 CPPFLAGS+=$(MED2_INCLUDES) $(HDF5_INCLUDES)
167
168 CXXFLAGS+=@CXXTMPDPTHFLAGS@
169 #LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS)
170 # change motivated by the bug KERNEL4778.
171 LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS) -lmed_V2_1 $(STDLIB)
172
173 #LDFLAGSFORBIN+=$(MED2_LIBS) $(HDF5_LIBS)
174 # change motivated by the bug KERNEL4778.
175 LDFLAGSFORBIN+=-lm $(MED2_LIBS) $(HDF5_LIBS) -lmed_V2_1
176
177 ifeq ($(MED_WITH_KERNEL),yes)
178   CPPFLAGS+= -I${KERNEL_ROOT_DIR}/include/salome
179   CXXFLAGS+= -I${KERNEL_ROOT_DIR}/include/salome
180   LDFLAGS+= -L${KERNEL_ROOT_DIR}/lib/salome -lSALOMELocalTrace 
181   LDFLAGSFORBIN+= -L${KERNEL_ROOT_DIR}/lib/salome -lSALOMELocalTrace -lSALOMEBasics
182 endif
183
184 LIBSFORBIN=
185
186 LIBS=
187
188 # build create_mesh :
189 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
190
191 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
192         $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(MED2_LIBS) $(HDF5_LIBS) $< 
193
194 @CONCLUDE@