]> SALOME platform Git repositories - modules/med.git/blob - src/MEDMEM/Makefile.in
Salome HOME
remove a reference to the $MED_ROOT_DIR in the Makefile.in wich is useless
[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
86 # Libraries targets
87
88 LIB=libmedmem.la
89
90 LIB_SRC = \
91 MEDMEM_Init.cxx \
92 MEDMEM_CellModel.cxx \
93 MEDMEM_Connectivity.cxx \
94 MEDMEM_Coordinate.cxx \
95 MEDMEM_DriversDef.cxx \
96 MEDMEM_DriverFactory.cxx \
97 MEDMEM_Family.cxx \
98 MEDMEM_Field.cxx \
99 MEDMEM_GenDriver.cxx \
100 MEDMEM_Group.cxx \
101 MEDMEM_Med.cxx \
102 MEDMEM_Exception.cxx \
103 MEDMEM_MedMedDriver.cxx \
104 MEDMEM_MedMeshDriver.cxx \
105 MEDMEM_GibiMeshDriver.cxx \
106 MEDMEM_PorflowMeshDriver.cxx \
107 MEDMEM_DriverTools.cxx \
108 MEDMEM_SkyLineArray.cxx \
109 MEDMEM_Mesh.cxx \
110 MEDMEM_Meshing.cxx \
111 MEDMEM_Support.cxx \
112 MEDMEM_Unit.cxx \
113 MEDMEM_VtkMedDriver.cxx \
114 MEDMEM_VtkMeshDriver.cxx \
115 MEDMEM_Grid.cxx \
116 MEDMEM_MedVersion.cxx \
117 MEDMEM_MedMeshDriver21.cxx \
118 MEDMEM_MedMedDriver21.cxx \
119 MEDMEM_medimport_src.cxx \
120 MEDMEM_PolyhedronArray.cxx \
121 MEDMEM_MedMedDriver22.cxx \
122 MEDMEM_MedMeshDriver22.cxx
123
124 # Executables targets
125 BIN = med2_1_To_med2_2 med2vtk duplicateMED med_test duplicateMEDMESH 
126 BIN_SRC = 
127 BIN_SERVER_IDL = 
128 BIN_CLIENT_IDL = 
129
130 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
131 # test_MEDMEM_Meshing_poly
132
133 # testUCellModel -> a revoir car l'API a changee (plus de vector)
134
135 LDFLAGS+= -L$(top_builddir)/lib/salome 
136 LDFLAGSFORBIN+= -L$(top_builddir)/lib/salome
137
138 CPPFLAGS+=$(MED2_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
139
140 CXXFLAGS+=@CXXTMPDPTHFLAGS@ -I${KERNEL_ROOT_DIR}/include/salome
141 #LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS) -lSalomeLoggerServer -L${KERNEL_ROOT_DIR}/lib/salome
142 # change motivated by the bug KERNEL4778.
143 LDFLAGS+=$(MED2_LIBS) $(HDF5_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome -lSALOMELocalTrace -lMEDWrapper_V2_1 $(STDLIB)
144
145 #LDFLAGSFORBIN+=$(MED2_LIBS) $(HDF5_LIBS) -lSalomeLoggerServer -L${KERNEL_ROOT_DIR}/lib/salome
146 # change motivated by the bug KERNEL4778.
147 LDFLAGSFORBIN+=-lm $(MED2_LIBS) $(HDF5_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome -lSALOMELocalTrace -lMEDWrapper_V2_1 -lMEDWrapperBase
148
149 LIBSFORBIN=
150
151 LIBS=
152
153 # build create_mesh :
154 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
155
156 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
157         $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(MED2_LIBS) $(HDF5_LIBS) $< 
158
159 @CONCLUDE@