~abinit-maintainers/abinit/6.0-stable

1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
1
#
2
# Default configuration parameters obtained from Autoconf
3
#
4
5
# ---------------------------------------------------------------------------- #
6
7
#
8
# Package information
9
#
10
11
PACKAGE           = @PACKAGE@
12
VERSION           = @VERSION@
13
PACKAGE_NAME      = @PACKAGE_NAME@
14
PACKAGE_VERSION   = @PACKAGE_VERSION@
15
PACKAGE_STRING    = @PACKAGE_STRING@
16
PACKAGE_TARNAME   = @PACKAGE_TARNAME@
17
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
18
19
# Version
20
ABINIT_VERSION       = @ABINIT_VERSION@
21
ABINIT_VERSION_BASE  = @ABINIT_VERSION_BASE@
22
ABINIT_VERSION_MAJOR = @ABINIT_VERSION_MAJOR@
23
ABINIT_VERSION_MINOR = @ABINIT_VERSION_MINOR@
24
ABINIT_VERSION_MICRO = @ABINIT_VERSION_MICRO@
25
ABINIT_VERSION_BUILD = @ABINIT_VERSION_BUILD@
26
27
# Binary package
28
ABINIT_TARGET         = @ABINIT_TARGET@
29
ABINIT_BINARY_PACKAGE = @ABINIT_BINARY_PACKAGE@
30
31
# ---------------------------------------------------------------------------- #
32
33
#
34
# System information
35
#
36
37
# Utilities
38
SHELL   = @BOURNE_SHELL@
39
SED     = @SED@
40
PERL    = @PERL@
41
PYTHON  = @PYTHON@
42
LN_S    = @LN_S@
43
EGREP   = @EGREP@
44
INSTALL = @INSTALL@
45
46
# Architecture
47
target          = @target@
48
abi_cpu_model   = @abi_cpu_model@
49
abi_cpu_64bits  = @abi_cpu_64bits@
3.2.42 by Yann Pouillon (Vega)
[ab6:hints] Activated hints support - currently broken
50
abi_cpu_spec    = @abi_cpu_spec@
51
abi_sys_spec    = @abi_sys_spec@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
52
53
# Directory locations
54
abinit_builddir = @abinit_builddir@
55
abinit_srcdir   = @abinit_srcdir@
56
abinit_tardir   = @abinit_tardir@
57
58
# ---------------------------------------------------------------------------- #
59
60
#
61
# Installation
62
#
63
64
abinit_prefix = @abinit_prefix@
65
abinit_bindir = @abinit_bindir@
66
abinit_datdir = @abinit_datdir@
67
abinit_docdir = @abinit_docdir@
68
abinit_incdir = @abinit_incdir@
69
abinit_libdir = @abinit_libdir@
70
abinit_mandir = @abinit_mandir@
71
abinit_rundir = @abinit_rundir@
72
abinit_wwwdir = @abinit_wwwdir@
73
74
# ---------------------------------------------------------------------------- #
75
76
#
77
# Libraries and linking
78
#
79
80
with_ar_dbgflags    = @with_ar_dbgflags@
81
with_ar_optflags    = @with_ar_optflags@
82
83
AR             = @AR@
84
ARFLAGS        = @ARFLAGS@
85
ARFLAGS_64BITS = @ARFLAGS_64BITS@
86
ARFLAGS_DEBUG  = @ARFLAGS_DEBUG@
87
ARFLAGS_OPT    = @ARFLAGS_OPT@
88
ARFLAGS_EXTRA  = @ARFLAGS_EXTRA@
89
ARFLAGS_CMD    = @ARFLAGS_CMD@
90
RANLIB         = @RANLIB@
91
92
# ---------------------------------------------------------------------------- #
93
94
#
95
# Preprocessing options
96
#
97
98
with_cpp_dbgflags = @with_cpp_dbgflags@
99
with_cpp_optflags = @with_cpp_optflags@
100
101
CPP               = @CPP@
102
TRUE_CPP          = @TRUE_CPP@
103
TRUE_CPPFLAGS     = @TRUE_CPPFLAGS@
104
CPPFLAGS          = @CPPFLAGS@
105
CPPFLAGS_DEBUG    = @CPPFLAGS_DEBUG@
106
CPPFLAGS_EXTRA    = @CPPFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
107
CPPFLAGS_HINTS    = @CPPFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
108
CPPFLAGS_OPT      = @CPPFLAGS_OPT@
109
110
DEFS              = @DEFS@
111
112
# ---------------------------------------------------------------------------- #
113
114
#
115
# C compilation
116
#
117
118
with_cc_dbgflags    = @with_cc_dbgflags@
119
with_cc_optflags    = @with_cc_optflags@
120
with_cc_ld_dbgflags = @with_cc_ld_dbgflags@
121
with_cc_ld_optflags = @with_cc_ld_optflags@
122
with_cc_ld_dbglibs  = @with_cc_ld_dbglibs@
123
with_cc_ld_optlibs  = @with_cc_ld_optlibs@
124
125
abi_cc_vendor       = @abi_cc_vendor@
126
abi_cc_version      = @abi_cc_version@
127
128
CC                  = @CC@
129
CFLAGS              = @CFLAGS@
130
CFLAGS_64BITS       = @CFLAGS_64BITS@
131
CFLAGS_DEBUG        = @CFLAGS_DEBUG@
132
CFLAGS_EXTRA        = @CFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
133
CFLAGS_HINTS        = @CFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
134
CFLAGS_OPT          = @CFLAGS_OPT@
135
136
CC_LDFLAGS_64BITS   = @CC_LDFLAGS_64BITS@
137
CC_LDFLAGS_DEBUG    = @CC_LDFLAGS_DEBUG@
138
CC_LDFLAGS_EXTRA    = @CC_LDFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
139
CC_LDFLAGS_HINTS    = @CC_LDFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
140
CC_LDFLAGS_OPT      = @CC_LDFLAGS_OPT@
141
CC_LDFLAGS          = @CC_LDFLAGS@
142
143
CC_LIBS_DEBUG       = @CC_LIBS_DEBUG@
144
CC_LIBS_EXTRA       = @CC_LIBS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
145
CC_LIBS_HINTS       = @CC_LIBS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
146
CC_LIBS_OPT         = @CC_LIBS_OPT@
147
CC_LIBS             = @CC_LIBS@
148
149
# ---------------------------------------------------------------------------- #
150
151
#
152
# C++ compilation
153
#
154
155
with_cxx_dbgflags    = @with_cxx_dbgflags@
156
with_cxx_optflags    = @with_cxx_optflags@
157
with_cxx_ld_dbgflags = @with_cxx_ld_dbgflags@
158
with_cxx_ld_optflags = @with_cxx_ld_optflags@
159
with_cxx_ld_dbglibs  = @with_cxx_ld_dbglibs@
160
with_cxx_ld_optlibs  = @with_cxx_ld_optlibs@
161
162
abi_cxx_vendor       = @abi_cxx_vendor@
163
abi_cxx_version      = @abi_cxx_version@
164
165
CXX                  = @CXX@
166
CXXFLAGS             = @CXXFLAGS@
167
CXXFLAGS_64BITS      = @CXXFLAGS_64BITS@
168
CXXFLAGS_DEBUG       = @CXXFLAGS_DEBUG@
169
CXXFLAGS_EXTRA       = @CXXFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
170
CXXFLAGS_HINTS       = @CXXFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
171
CXXFLAGS_OPT         = @CXXFLAGS_OPT@
172
173
CXX_LDFLAGS_64BITS   = @CXX_LDFLAGS_64BITS@
174
CXX_LDFLAGS_DEBUG    = @CXX_LDFLAGS_DEBUG@
175
CXX_LDFLAGS_EXTRA    = @CXX_LDFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
176
CXX_LDFLAGS_HINTS    = @CXX_LDFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
177
CXX_LDFLAGS_OPT      = @CXX_LDFLAGS_OPT@
178
CXX_LDFLAGS          = @CXX_LDFLAGS@
179
180
CXX_LIBS_DEBUG       = @CXX_LIBS_DEBUG@
181
CXX_LIBS_EXTRA       = @CXX_LIBS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
182
CXX_LIBS_HINTS       = @CXX_LIBS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
183
CXX_LIBS_OPT         = @CXX_LIBS_OPT@
184
CXX_LIBS             = @CXX_LIBS@
185
186
# ---------------------------------------------------------------------------- #
187
188
#
189
# Fortran compilation
190
#
191
192
enable_fc_wrapper   = @enable_fc_wrapper@
193
with_fc_dbgflags    = @with_fc_dbgflags@
194
with_fc_optflags    = @with_fc_optflags@
195
with_fc_ld_dbgflags = @with_fc_ld_dbgflags@
196
with_fc_ld_optflags = @with_fc_ld_optflags@
197
with_fc_ld_dbglibs  = @with_fc_ld_dbglibs@
198
with_fc_ld_optlibs  = @with_fc_ld_optlibs@
199
with_fc_vendor      = @with_fc_vendor@
200
with_fc_version     = @with_fc_version@
201
202
abi_fc_vendor       = @abi_fc_vendor@
203
abi_fc_version      = @abi_fc_version@
204
abi_fc_wrap         = @abi_fc_wrap@
205
206
abinit_moddir       = @abinit_moddir@
207
208
FC                  = @FC@
209
FCFLAGS             = @FCFLAGS@
210
FCFLAGS_64BITS      = @FCFLAGS_64BITS@
211
FCFLAGS_DEBUG       = @FCFLAGS_DEBUG@
212
FCFLAGS_EXTRA       = @FCFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
213
FCFLAGS_HINTS       = @FCFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
214
FCFLAGS_MODDIR      = @FCFLAGS_MODDIR@
215
FCFLAGS_OPT         = @FCFLAGS_OPT@
216
217
FCFLAGS_FIXEDFORM   = @FCFLAGS_FIXEDFORM@
218
FCFLAGS_FREEFORM    = @FCFLAGS_FREEFORM@
219
220
FC_LDFLAGS_64BITS   = @FC_LDFLAGS_64BITS@
221
FC_LDFLAGS_DEBUG    = @FC_LDFLAGS_DEBUG@
222
FC_LDFLAGS_EXTRA    = @FC_LDFLAGS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
223
FC_LDFLAGS_HINTS    = @FC_LDFLAGS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
224
FC_LDFLAGS_OPT      = @FC_LDFLAGS_OPT@
225
FC_LDFLAGS          = @FC_LDFLAGS@
226
227
FC_LIBS_DEBUG       = @FC_LIBS_DEBUG@
228
FC_LIBS_EXTRA       = @FC_LIBS_EXTRA@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
229
FC_LIBS_HINTS       = @FC_LIBS_HINTS@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
230
FC_LIBS_OPT         = @FC_LIBS_OPT@
231
FC_LIBS             = @FC_LIBS@
232
233
MODEXT              = @MODEXT@
234
235
# ---------------------------------------------------------------------------- #
236
237
#
238
# Python support
239
#
240
241
# Python bindings
242
PYTHON          = @PYTHON@
243
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
244
245
# Bazaar information
246
BAZAAR     = @BAZAAR@
247
bzr_branch = @bzr_branch@
248
bzr_revno  = @bzr_revno@
249
bzr_clean  = @bzr_clean@
250
251
# ---------------------------------------------------------------------------- #
252
253
#
254
# Documentation
255
#
256
257
# Text-to-HTML processors
258
MARKDOWN = @MARKDOWN@
259
MDFLAGS  = @MDFLAGS@
260
261
# LaTeX
262
LATEX    = @LATEX@
263
LTXFLAGS = @LTXFLAGS@
264
DVI2PDF  = @DVI2PDF@
265
PDFFLAGS = @PDFFLAGS@
266
267
# ---------------------------------------------------------------------------- #
268
269
#
270
# Miscellaneous command-line options
271
#
272
273
enable_config_file    = @enable_config_file@
274
with_config_file      = @with_config_file@
275
276
enable_64bit_flags    = @enable_64bit_flags@
277
enable_bindings       = @enable_bindings@
278
enable_cclock         = @enable_cclock@
279
enable_debug          = @enable_debug@
280
enable_error_handlers = @enable_error_handlers@
281
enable_exports        = @enable_exports@
282
enable_fc_wrapper     = @enable_fc_wrapper@
283
enable_gw_dpc         = @enable_gw_dpc@
284
enable_macroave       = @enable_macroave@
285
enable_stdin          = @enable_stdin@
3.2.47 by Yann Pouillon (Vega)
Fixed inappropriate references to tricks and updated config template
286
enable_hints          = @enable_hints@
1 by Yann Pouillon
Imported abinit5/trunk/5.9.4-public/806
287
288
with_gnu_ld           = @with_gnu_ld@
289
290
# ---------------------------------------------------------------------------- #
291
# Connectors                                                                   #
292
# ---------------------------------------------------------------------------- #
293
294
#
295
# CUDA support
296
#
297
298
enable_cuda         = @enable_cuda@
299
with_cuda_includes  = @with_cuda_includes@
300
with_cuda_libs      = @with_cuda_libs@
301
302
CPPFLAGS_CUDA       = @CPPFLAGS_CUDA@
303
304
CFLAGS_CUDA         = @CFLAGS_CUDA@
305
CC_LDFLAGS_CUDA     = @CC_LDFLAGS_CUDA@
306
CC_LIBS_CUDA        = @CC_LIBS_CUDA@
307
308
CXXFLAGS_CUDA       = @CXXFLAGS_CUDA@
309
CXX_LDFLAGS_CUDA    = @CXX_LDFLAGS_CUDA@
310
CXX_LIBS_CUDA       = @CXX_LIBS_CUDA@
311
312
NVCC                = @NVCC@
313
NVCC_CPPFLAGS       = @NVCC_CPPFLAGS@
314
NVCC_CFLAGS         = @NVCC_CFLAGS@
315
NVCC_LDFLAGS        = @NVCC_LDFLAGS@
316
NVCC_LIBS           = @NVCC_LIBS@
317
318
# ---------------------------------------------------------------------------- #
319
320
#
321
# FFTW support
322
#
323
324
enable_fftw         = @enable_fftw@
325
enable_fftw_threads = @enable_fftw_threads@
326
with_fftw_libs      = @with_fftw_libs@
327
328
# ---------------------------------------------------------------------------- #
329
330
#
331
# GSL support
332
#
333
334
enable_gsl         = @enable_gsl@
335
with_gsl_includes  = @with_gsl_includes@
336
with_gsl_libs      = @with_gsl_libs@
337
338
# ---------------------------------------------------------------------------- #
339
# Prerequisites                                                                #
340
# ---------------------------------------------------------------------------- #
341
342
#
343
# Linear algebra support
344
#
345
346
linalg_pkg_name      = @linalg_pkg_name@
347
linalg_pkg_string    = @linalg_pkg_string@
348
349
with_linalg_includes = @with_linalg_includes@
350
with_linalg_libs     = @with_linalg_libs@
351
352
build_linalg         = @build_linalg@
353
354
# Linear algebra build flags
355
CPPFLAGS_LINALG      = @CPPFLAGS_LINALG@
356
CFLAGS_LINALG        = @CFLAGS_LINALG@
357
CXXFLAGS_LINALG      = @CXXFLAGS_LINALG@
358
FCFLAGS_LINALG       = @FCFLAGS_LINALG@
359
360
# Linear algebra use flags
361
lib_linalg_incs      = @lib_linalg_incs@
362
lib_linalg_libs      = @lib_linalg_libs@
363
364
# ---------------------------------------------------------------------------- #
365
366
#
367
# MPI support
368
#
369
370
enable_mpi           = @enable_mpi@
371
enable_mpi_io        = @enable_mpi_io@
372
enable_mpi_io_test   = @enable_mpi_io_test@
373
enable_mpi_trace     = @enable_mpi_trace@
374
375
with_mpi_includes    = @with_mpi_includes@
376
with_mpi_level       = @with_mpi_level@
377
with_mpi_libs        = @with_mpi_libs@
378
with_mpi_prefix      = @with_mpi_prefix@
379
with_mpi_runner      = @with_mpi_runner@
380
381
# MPI use flags
382
lib_mpi_incs         = @lib_mpi_incs@
383
lib_mpi_libs         = @lib_mpi_libs@
384
385
MPI_RUNNER           = @MPI_RUNNER@
386
387
# ---------------------------------------------------------------------------- #
388
# Plug-ins                                                                     #
389
# ---------------------------------------------------------------------------- #
390
391
#
392
# Generic options
393
#
394
395
with_plugins_prefix = @with_plugins_prefix@
396
with_plugins_tardir = @with_plugins_tardir@
397
398
# ---------------------------------------------------------------------------- #
399
400
#
401
# BigDFT support
402
#
403
404
bigdft_pkg_name      = @bigdft_pkg_name@
405
bigdft_pkg_string    = @bigdft_pkg_string@
406
407
enable_bigdft        = @enable_bigdft@
408
with_bigdft_includes = @with_bigdft_includes@
409
with_bigdft_libs     = @with_bigdft_libs@
410
411
build_bigdft         = @build_bigdft@
412
413
# BigDFT build flags
414
CFGFLAGS_BIGDFT      = @CFGFLAGS_BIGDFT@
415
CPPFLAGS_BIGDFT      = @CPPFLAGS_BIGDFT@
416
CFLAGS_BIGDFT        = @CFLAGS_BIGDFT@
417
CXXFLAGS_BIGDFT      = @CXXFLAGS_BIGDFT@
418
FCFLAGS_BIGDFT       = @FCFLAGS_BIGDFT@
419
420
# BigDFT use flags
421
lib_bigdft_incs      = @lib_bigdft_incs@
422
lib_bigdft_libs      = @lib_bigdft_libs@
423
424
# ---------------------------------------------------------------------------- #
425
426
#
427
# ETSF I/O support
428
#
429
430
etsf_io_pkg_name      = @etsf_io_pkg_name@
431
etsf_io_pkg_string    = @etsf_io_pkg_string@
432
433
enable_etsf_io        = @enable_etsf_io@
434
with_etsf_io_includes = @with_etsf_io_includes@
435
with_etsf_io_libs     = @with_etsf_io_libs@
436
437
build_etsf_io         = @build_etsf_io@
438
439
# ETSF I/O build flags
440
CFGFLAGS_ETSF_IO      = @CFGFLAGS_ETSF_IO@
441
CPPFLAGS_ETSF_IO      = @CPPFLAGS_ETSF_IO@
442
CFLAGS_ETSF_IO        = @CFLAGS_ETSF_IO@
443
CXXFLAGS_ETSF_IO      = @CXXFLAGS_ETSF_IO@
444
FCFLAGS_ETSF_IO       = @FCFLAGS_ETSF_IO@
445
446
# ETSF I/O use flags
447
lib_etsf_io_incs      = @lib_etsf_io_incs@
448
lib_etsf_io_libs      = @lib_etsf_io_libs@
449
450
# ---------------------------------------------------------------------------- #
451
452
#
453
# ETSF I/O Test support
454
#
455
456
etsf_io_test_pkg_name      = @etsf_io_test_pkg_name@
457
etsf_io_test_pkg_string    = @etsf_io_test_pkg_string@
458
459
enable_etsf_io_test        = @enable_etsf_io_test@
460
with_etsf_io_test_includes = @with_etsf_io_test_includes@
461
with_etsf_io_test_libs     = @with_etsf_io_test_libs@
462
463
build_etsf_io_test         = @build_etsf_io_test@
464
465
# ETSF I/O Test build flags
466
CFGFLAGS_ETSF_IO_TEST      = @CFGFLAGS_ETSF_IO_TEST@
467
CPPFLAGS_ETSF_IO_TEST      = @CPPFLAGS_ETSF_IO_TEST@
468
CFLAGS_ETSF_IO_TEST        = @CFLAGS_ETSF_IO_TEST@
469
CXXFLAGS_ETSF_IO_TEST      = @CXXFLAGS_ETSF_IO_TEST@
470
FCFLAGS_ETSF_IO_TEST       = @FCFLAGS_ETSF_IO_TEST@
471
472
# ETSF I/O Test use flags
473
lib_etsf_io_test_incs      = @lib_etsf_io_test_incs@
474
lib_etsf_io_test_libs      = @lib_etsf_io_test_libs@
475
476
# ---------------------------------------------------------------------------- #
477
478
#
479
# LibXC support
480
#
481
482
libxc_pkg_name      = @libxc_pkg_name@
483
libxc_pkg_string    = @libxc_pkg_string@
484
485
enable_libxc        = @enable_libxc@
486
with_libxc_includes = @with_libxc_includes@
487
with_libxc_libs     = @with_libxc_libs@
488
489
build_libxc         = @build_libxc@
490
491
# LibXC build flags
492
CFGFLAGS_LIBXC      = @CFGFLAGS_LIBXC@
493
CPPFLAGS_LIBXC      = @CPPFLAGS_LIBXC@
494
CFLAGS_LIBXC        = @CFLAGS_LIBXC@
495
CXXFLAGS_LIBXC      = @CXXFLAGS_LIBXC@
496
FCFLAGS_LIBXC       = @FCFLAGS_LIBXC@
497
498
# LibXC use flags
499
lib_libxc_incs      = @lib_libxc_incs@
500
lib_libxc_libs      = @lib_libxc_libs@
501
502
# ---------------------------------------------------------------------------- #
503
504
#
505
# FoX support
506
#
507
508
fox_pkg_name      = @fox_pkg_name@
509
fox_pkg_string    = @fox_pkg_string@
510
511
enable_fox        = @enable_fox@
512
with_fox_includes = @with_fox_includes@
513
with_fox_libs     = @with_fox_libs@
514
515
build_fox         = @build_fox@
516
517
# FOX build flags
518
CFGFLAGS_FOX      = @CFGFLAGS_FOX@
519
CPPFLAGS_FOX      = @CPPFLAGS_FOX@
520
CFLAGS_FOX        = @CFLAGS_FOX@
521
CXXFLAGS_FOX      = @CXXFLAGS_FOX@
522
FCFLAGS_FOX       = @FCFLAGS_FOX@
523
524
# FOX use flags
525
lib_fox_incs      = @lib_fox_incs@
526
lib_fox_libs      = @lib_fox_libs@
527
528
# ---------------------------------------------------------------------------- #
529
530
#
531
# NetCDF support
532
#
533
534
netcdf_pkg_name      = @netcdf_pkg_name@
535
netcdf_pkg_string    = @netcdf_pkg_string@
536
537
enable_netcdf        = @enable_netcdf@
538
with_netcdf_includes = @with_netcdf_includes@
539
with_netcdf_libs     = @with_netcdf_libs@
540
541
build_netcdf         = @build_netcdf@
542
543
# NetCDF build flags
544
CFGFLAGS_NETCDF      = @CFGFLAGS_NETCDF@
545
CPPFLAGS_NETCDF      = @CPPFLAGS_NETCDF@
546
CFLAGS_NETCDF        = @CFLAGS_NETCDF@
547
CXXFLAGS_NETCDF      = @CXXFLAGS_NETCDF@
548
FCFLAGS_NETCDF       = @FCFLAGS_NETCDF@
549
550
# NetCDF use flags
551
lib_netcdf_incs      = @lib_netcdf_incs@
552
lib_netcdf_libs      = @lib_netcdf_libs@
553
554
# ---------------------------------------------------------------------------- #
555
556
#
557
# Wannier90 Support
558
#
559
560
wannier90_pkg_name      = @wannier90_pkg_name@
561
wannier90_pkg_string    = @wannier90_pkg_string@
562
563
enable_wannier90        = @enable_wannier90@
564
with_wannier90_includes = @with_wannier90_includes@
565
with_wannier90_libs     = @with_wannier90_libs@
566
567
build_wannier90         = @build_wannier90@
568
569
# Wannier90 build flags
570
CFGFLAGS_WANNIER90      = @CFGFLAGS_WANNIER90@
571
CPPFLAGS_WANNIER90      = @CPPFLAGS_WANNIER90@
572
CFLAGS_WANNIER90        = @CFLAGS_WANNIER90@
573
CXXFLAGS_WANNIER90      = @CXXFLAGS_WANNIER90@
574
FCFLAGS_WANNIER90       = @FCFLAGS_WANNIER90@
575
FCLIBS_WANNIER90        = @FCLIBS_WANNIER90@
576
577
# wannier90 use flags
578
lib_wannier90_incs      = @lib_wannier90_incs@
579
lib_wannier90_libs      = @lib_wannier90_libs@