]> SALOME platform Git repositories - modules/kernel.git/blob - src/Batch/Makefile.am
Salome HOME
Issue 0020349: compatibility python 2.6 in import_hook
[modules/kernel.git] / src / Batch / 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 ####################################### library
23 #  SALOME Container : implementation of container and engine for Kernel
24 #  File   : Makefile.in
25 #  Author : EDF
26 #  Module : SALOME
27 #  $Header$
28 #
29 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
30
31 # header files  
32 LIB_INCLUDES = \
33         Batch_APIInternalFailureException.hxx \
34         Batch_BatchManager.hxx \
35         Batch_BatchManagerCatalog.hxx \
36         Batch_BoolType.hxx \
37         Batch_CharType.hxx \
38         Batch_ConnexionFailureException.hxx \
39         Batch_Couple.hxx \
40         Batch_CoupleType.hxx \
41         Batch_Date.hxx \
42         Batch_DateType.hxx \
43         Batch_Environnement.hxx \
44         Batch_FactBatchManager.hxx \
45         Batch_GenericException.hxx \
46         Batch_GenericType.hxx \
47         Batch_IntType.hxx \
48         Batch_InvalidArgumentException.hxx \
49         Batch_InvalidKeyException.hxx \
50         Batch_Job.hxx \
51         Batch_JobId.hxx \
52         Batch_JobInfo.hxx \
53         Batch_ListIsFullException.hxx \
54         Batch_LongType.hxx \
55         Batch_MapKey.hxx \
56         Batch_NotYetImplementedException.hxx \
57         Batch_Parametre.hxx \
58         Batch_PyVersatile.hxx \
59         Batch_RunTimeException.hxx \
60         Batch_StringType.hxx \
61         Batch_TypeMismatchException.hxx \
62         Batch_BatchManager_eClient.hxx \
63         Batch_FactBatchManager_eClient.hxx \
64         Batch_BatchManager_eLSF.hxx \
65         Batch_FactBatchManager_eLSF.hxx \
66         Batch_JobInfo_eLSF.hxx \
67         Batch_BatchManager_ePBS.hxx \
68         Batch_FactBatchManager_ePBS.hxx \
69         Batch_JobInfo_ePBS.hxx \
70         MpiImpl.hxx \
71         Batch_Defines.hxx \
72         Batch_BatchManager_eSGE.hxx \
73         Batch_FactBatchManager_eSGE.hxx \
74         Batch_JobInfo_eSGE.hxx \
75         MpiImpl.hxx
76
77
78 LIB_SRC = \
79         Batch_APIInternalFailureException.cxx \
80         Batch_BatchManager.cxx \
81         Batch_BatchManagerCatalog.cxx \
82         Batch_BoolType.cxx \
83         Batch_CharType.cxx \
84         Batch_ConnexionFailureException.cxx \
85         Batch_Couple.cxx \
86         Batch_CoupleType.cxx \
87         Batch_Date.cxx \
88         Batch_DateType.cxx \
89         Batch_Environnement.cxx \
90         Batch_FactBatchManager.cxx \
91         Batch_GenericException.cxx \
92         Batch_GenericType.cxx \
93         Batch_IntType.cxx \
94         Batch_InvalidArgumentException.cxx \
95         Batch_InvalidKeyException.cxx \
96         Batch_Job.cxx \
97         Batch_JobId.cxx \
98         Batch_JobInfo.cxx \
99         Batch_ListIsFullException.cxx \
100         Batch_LongType.cxx \
101         Batch_MapKey.cxx \
102         Batch_NotYetImplementedException.cxx \
103         Batch_Parametre.cxx \
104         Batch_PyVersatile.cxx \
105         Batch_RunTimeException.cxx \
106         Batch_StringType.cxx \
107         Batch_TypeMismatchException.cxx \
108         Batch_BatchManager_eClient.cxx \
109         Batch_FactBatchManager_eClient.cxx \
110         Batch_BatchManager_eLSF.cxx \
111         Batch_FactBatchManager_eLSF.cxx \
112         Batch_JobInfo_eLSF.cxx \
113         Batch_BatchManager_ePBS.cxx \
114         Batch_FactBatchManager_ePBS.cxx \
115         Batch_JobInfo_ePBS.cxx \
116         Batch_BatchManager_eSGE.cxx \
117         Batch_FactBatchManager_eSGE.cxx \
118         Batch_JobInfo_eSGE.cxx \
119         MpiImpl.cxx
120
121
122 LIB_CPPFLAGS = \
123         ${PYTHON_INCLUDES}
124 if !WITHONLYLAUNCHER
125   LIB_CPPFLAGS += \
126         -I$(srcdir)/../Basics \
127         -I$(top_builddir)/salome_adm/unix
128 endif
129
130 LIB_LIBADD =
131 if !WITHONLYLAUNCHER
132   LIB_LIBADD   += \
133         ../Basics/libSALOMEBasics.la
134 endif
135
136 LIB_LIBADD   += $(PYTHON_LIBS)
137
138 #
139 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140 # Special add for local batch system
141 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142 #
143 if WITH_LOCAL
144 LIB_INCLUDES +=\
145         Batch_Versatile.hxx \
146         Batch_BatchManager_Local.hxx \
147         Batch_BatchManager_Local_RSH.hxx \
148         Batch_BatchManager_Local_SH.hxx \
149         Batch_BatchManager_Local_SSH.hxx \
150         Batch_FactBatchManager_Local.hxx \
151         Batch_FactBatchManager_Local_RSH.hxx \
152         Batch_FactBatchManager_Local_SH.hxx \
153         Batch_FactBatchManager_Local_SSH.hxx \
154         Batch_JobInfo_Local.hxx \
155         Batch_Job_Local.hxx \
156         Batch_IOMutex.hxx
157
158 LIB_SRC +=\
159         Batch_Versatile.cxx \
160         Batch_BatchManager_Local.cxx \
161         Batch_BatchManager_Local_RSH.cxx \
162         Batch_BatchManager_Local_SH.cxx \
163         Batch_BatchManager_Local_SSH.cxx \
164         Batch_FactBatchManager_Local.cxx \
165         Batch_FactBatchManager_Local_RSH.cxx \
166         Batch_FactBatchManager_Local_SH.cxx \
167         Batch_FactBatchManager_Local_SSH.cxx \
168         Batch_JobInfo_Local.cxx \
169         Batch_Job_Local.cxx \
170         Batch_IOMutex.cxx
171
172 if !WITHONLYLAUNCHER
173   LIB_CPPFLAGS += -DHAVE_CONFIG_H
174 endif
175
176 endif
177
178 #
179 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180 # Special add for openpbs batch system
181 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
182 #
183 if WITH_OPENPBS
184 LIB_INCLUDES += \
185         Batch_BatchManager_PBS.hxx \
186         Batch_FactBatchManager_PBS.hxx \
187         Batch_JobInfo_PBS.hxx \
188         Batch_Job_PBS.hxx
189
190 LIB_SRC +=\
191         Batch_BatchManager_PBS.cxx \
192         Batch_FactBatchManager_PBS.cxx \
193         Batch_JobInfo_PBS.cxx \
194         Batch_Job_PBS.cxx
195
196 LIB_CPPFLAGS += @OPENPBS_INCLUDES@
197 LIB_LIBADD   += @OPENPBS_LIBDIR@ @OPENPBS_LIBS@
198
199 endif
200
201 #
202 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
203 # Special add for lsf batch system
204 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
205 #
206 if WITH_LSF
207 LIB_INCLUDES += \
208         Batch_BatchManager_LSF.hxx \
209         Batch_FactBatchManager_LSF.hxx \
210         Batch_JobInfo_LSF.hxx \
211         Batch_Job_LSF.hxx
212
213 LIB_SRC += \
214         Batch_BatchManager_LSF.cxx \
215         Batch_FactBatchManager_LSF.cxx \
216         Batch_JobInfo_LSF.cxx \
217         Batch_Job_LSF.cxx
218
219 LIB_CPPFLAGS += ${LSF_INCLUDES}
220 LIB_LIBADD   += ${LSF_LDFLAGS} ${LSF_LIBS}
221 endif
222
223
224
225
226 salomeinclude_HEADERS = $(LIB_INCLUDES)
227
228 #
229 # ===============================================================
230 # Libraries targets
231 # ===============================================================
232 #
233 lib_LTLIBRARIES = libSalomeBatch.la 
234 libSalomeBatch_la_SOURCES = $(LIB_SRC)
235 libSalomeBatch_la_CPPFLAGS = ${LIB_CPPFLAGS}
236 libSalomeBatch_la_LDFLAGS  = -no-undefined -version-info=0:0:0
237 libSalomeBatch_la_LIBADD   = $(LIB_LIBADD)