@@ -213,23 +213,6 @@ $(QMLIBA): $(OBJ)
213
213
ar -cr $(QMLIBA ) $(OBJ )
214
214
@echo " done Library: " $(QMLIBA )
215
215
# ===============================================
216
- # === external libraries ========================
217
- # AD_dnSVM + QDUTIL Lib
218
- # ===============================================
219
- #
220
- $(QDLIBA ) :
221
- @test -d $(ExtLibDIR ) || (echo $( ExtLibDIR) " does not exist" ; exit 1)
222
- @test -d $(QD_DIR ) || (cd $( ExtLibDIR) ; ./get_QDUtilLib.sh $( EXTLIB_TYPE) )
223
- @test -d $(QD_DIR ) || (echo $( QD_DIR) " does not exist" ; exit 1)
224
- cd $(QD_DIR ) ; make lib FC=$(FFC ) OPT=$(OOPT ) OMP=$(OOMP ) LAPACK=$(LLAPACK ) ExtLibDIR=$(ExtLibDIR )
225
- @echo " done " $(QDLIBA ) " in QML"
226
- #
227
- $(ADLIBA ) :
228
- @test -d $(ExtLibDIR ) || (echo $( ExtLibDIR) " does not exist" ; exit 1)
229
- @test -d $(AD_DIR ) || (cd $( ExtLibDIR) ; ./get_AD_dnSVM.sh $( EXTLIB_TYPE) )
230
- @test -d $(AD_DIR ) || (echo $( AD_DIR) " does not exist" ; exit 1)
231
- cd $(AD_DIR ) ; make lib FC=$(FFC ) OPT=$(OOPT ) OMP=$(OOMP ) LAPACK=$(LLAPACK ) ExtLibDIR=$(ExtLibDIR )
232
- @echo " done " $(AD_DIR ) " in QML"
233
216
# ===============================================
234
217
#
235
218
# ===============================================
@@ -268,6 +251,23 @@ zip: cleanall
268
251
cd $(ExtLibSAVEDIR ) ; zip -r Save_$(BaseName ) _devloc.zip $(BaseName ) _devloc
269
252
cd $(ExtLibSAVEDIR ) ; rm -rf $(BaseName ) _devloc
270
253
@echo " done zip"
254
+ # === external libraries ========================
255
+ # AD_dnSVM + QDUTIL Lib
256
+ # ===============================================
257
+ #
258
+ $(QDLIBA ) :
259
+ @test -d $(ExtLibDIR ) || (echo $( ExtLibDIR) " does not exist" ; exit 1)
260
+ @test -d $(QD_DIR ) || (cd $( ExtLibDIR) ; ./get_QDUtilLib.sh $( EXTLIB_TYPE) )
261
+ @test -d $(QD_DIR ) || (echo $( QD_DIR) " does not exist" ; exit 1)
262
+ cd $(QD_DIR ) ; make lib FC=$(FFC ) OPT=$(OOPT ) OMP=$(OOMP ) LAPACK=$(LLAPACK ) ExtLibDIR=$(ExtLibDIR )
263
+ @echo " done " $(QDLIBA ) " in " $(BaseName )
264
+ #
265
+ $(ADLIBA ) :
266
+ @test -d $(ExtLibDIR ) || (echo $( ExtLibDIR) " does not exist" ; exit 1)
267
+ @test -d $(AD_DIR ) || (cd $( ExtLibDIR) ; ./get_AD_dnSVM.sh $( EXTLIB_TYPE) )
268
+ @test -d $(AD_DIR ) || (echo $( AD_DIR) " does not exist" ; exit 1)
269
+ cd $(AD_DIR ) ; make lib FC=$(FFC ) OPT=$(OOPT ) OMP=$(OOMP ) LAPACK=$(LLAPACK ) ExtLibDIR=$(ExtLibDIR )
270
+ @echo " done " $(AD_DIR ) " in " $(BaseName )
271
271
# ===============================================
272
272
# ============= module dependencies =============
273
273
# ===============================================
0 commit comments