mirror of https://gitlab.com/QEF/q-e.git
17 lines
723 B
Fortran
17 lines
723 B
Fortran
!----------------------------------------------------------------------------------------
|
|
!!
|
|
!! The configure script auto-generates module file dependencies and does not handle
|
|
!! ifdef. To avoid broken make.depend, stub files are introduced
|
|
!!
|
|
!----------------------------------------------------------------------------------------
|
|
#if !defined (__ENVIRON)
|
|
!----------------------------------------------------------------------------------------
|
|
!>
|
|
!! Stand-in module for Environ's API
|
|
!!
|
|
!----------------------------------------------------------------------------------------
|
|
MODULE environ_api
|
|
END MODULE environ_api
|
|
!----------------------------------------------------------------------------------------
|
|
#endif
|