]> SALOME platform Git repositories - modules/med.git/blob - src/MEDWrapper/V2_1/Core/Makefile.am
Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/med.git] / src / MEDWrapper / V2_1 / Core / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  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.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  File   : 
23 #  Author : 
24 #  Module : 
25 #  $Header$
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES= libmed_V2_1.la
30
31 LIB_SRC_TOOLS_HDFI= \
32 MEDattrFermer.cxx \
33 MEDattrNumEcrire.cxx \
34 MEDattrNumLire.cxx \
35 MEDattrOuvrir.cxx \
36 MEDattrStringEcrire.cxx \
37 MEDattrStringLire.cxx \
38 MEDdatagroupCreer.cxx \
39 MEDdatagroupFermer.cxx \
40 MEDdatagroupOuvrir.cxx \
41 MEDdatasetFermer.cxx \
42 MEDdatasetNumEcrire.cxx \
43 MEDdatasetNumLire.cxx \
44 MEDdatasetOuvrir.cxx \
45 MEDdatasetStringEcrire.cxx \
46 MEDdatasetStringLire.cxx \
47 MEDfichierCreer.cxx \
48 MEDfichierFermer.cxx \
49 MEDfichierOuvrir.cxx \
50 MEDindiceInfo.cxx \
51 MEDindiceNum.cxx \
52 MEDmodeErreurVerrouiller.cxx \
53 MEDnObjets.cxx \
54 MEDobjetIdentifer.cxx 
55
56 LIB_SRC_TOOLS_MISC= \
57 MED1cstring.cxx             MEDnomDataset.cxx \
58 MED2cstring.cxx             MEDnomEntite.cxx \
59 MEDGeometrieElement.cxx     MEDnomGeometrie.cxx \
60 MEDcstringFree.cxx          MEDparametresGeometrie.cxx \
61 MEDfstring.cxx
62
63 LIB_SRC_API_CI= \
64 MEDchampCr.cxx \
65 MEDchampEcr.cxx \
66 MEDchampInfo.cxx \
67 MEDchampLire.cxx \
68 MEDconnEcr.cxx \
69 MEDconnLire.cxx \
70 MEDcoordEcr.cxx \
71 MEDcoordLire.cxx \
72 MEDdimLire.cxx \
73 MEDelementsEcr.cxx \
74 MEDelementsLire.cxx \
75 MEDequivCr.cxx \
76 MEDequivEcr.cxx \
77 MEDequivInfo.cxx \
78 MEDequivLire.cxx \
79 MEDfam2groA.cxx \
80 MEDfam2groB.cxx \
81 MEDfamCr.cxx \
82 MEDfamEcr.cxx \
83 MEDfamInfo.cxx \
84 MEDfamLire.cxx \
85 MEDfamMaaCr.cxx \
86 MEDfamMaaInfo.cxx \
87 MEDfamMaaLire.cxx \
88 MEDfermer.cxx \
89 MEDfichDesEcr.cxx \
90 MEDfichEntete.cxx \
91 MEDgro2famA.cxx \
92 MEDgro2famB.cxx \
93 MEDlFichDes.cxx \
94 MEDmaaCr.cxx \
95 MEDmaaInfo.cxx \
96 MEDnChamp.cxx \
97 MEDnCorres.cxx \
98 MEDnEntMaa.cxx \
99 MEDnEntites.cxx \
100 MEDnEquiv.cxx \
101 MEDnFam.cxx \
102 MEDnMaa.cxx \
103 MEDnPasdetemps.cxx \
104 MEDnProfil.cxx \
105 MEDnVal.cxx \
106 MEDnValProfil.cxx \
107 MEDnbnoisEcr.cxx \
108 MEDnbnoisLire.cxx \
109 MEDnbnomaEcr.cxx \
110 MEDnbnomaLire.cxx \
111 MEDnbnosoEcr.cxx \
112 MEDnbnosoLire.cxx \
113 MEDnoeudsEcr.cxx \
114 MEDnoeudsLire.cxx \
115 MEDnomEcr.cxx \
116 MEDnomLire.cxx \
117 MEDnumEcr.cxx \
118 MEDnumLire.cxx \
119 MEDouvrir.cxx \
120 MEDpasdetempsInfo.cxx \
121 MEDprofilEcr.cxx \
122 MEDprofilLire.cxx \
123 MEDprofilInfo.cxx \
124 MEDunvCr.cxx \
125 MEDunvLire.cxx \
126 MEDformatConforme.cxx \
127 MEDversionConforme.cxx \
128 MEDversionDonner.cxx \
129 MEDversionLire.cxx \
130 MEDbodyFittedEcr.cxx \
131 MEDbodyFittedLire.cxx \
132 MEDfamGridEcr.cxx \
133 MEDfamGridLire.cxx \
134 MEDgridCr.cxx \
135 MEDgridEcr.cxx \
136 MEDgridInfo.cxx \
137 MEDgridLire.cxx \
138 MEDnGrid.cxx
139
140 dist_libmed_V2_1_la_SOURCES= \
141         $(LIB_SRC_TOOLS_HDFI) \
142         $(LIB_SRC_TOOLS_MISC) \
143         $(LIB_SRC_API_CI)
144
145 salomeinclude_HEADERS= \
146         med.hxx \
147         med_proto.hxx \
148         hdf5_version2api.hxx
149
150 EXTRA_DIST+= med_outils.hxx \
151         med_misc.hxx \
152         med_hdfi.hxx \
153         med_utils.hxx
154
155 libmed_V2_1_la_CPPFLAGS= -D@MACHINE@ $(HDF5_INCLUDES) $(MED_CPPFLAGS)
156 libmed_V2_1_la_LDFLAGS= $(HDF5_LIBS)
157
158 # Executables targets
159 bin_PROGRAMS= mdump_V2_1 test1_V2_1
160
161 dist_mdump_V2_1_SOURCES= mdump_V2_1.cxx
162 mdump_V2_1_CPPFLAGS= $(libmed_V2_1_la_CPPFLAGS)
163 mdump_V2_1_LDADD= $(HDF5_LIBS) libmed_V2_1.la
164
165 dist_test1_V2_1_SOURCES= test1_V2_1.cxx
166 test1_V2_1_CPPFLAGS= $(libmed_V2_1_la_CPPFLAGS)
167 test1_V2_1_LDADD= $(HDF5_LIBS) libmed_V2_1.la