Clean up gmx_header_config
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 9 Jul 2014 05:09:26 +0000 (08:09 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Wed, 9 Jul 2014 05:09:26 +0000 (08:09 +0300)
commit22d744325d1266b09afd746d2abe50f8094c745e
treeaa9a2ffcbb1a0c96ca35d53175d161dc203c2fe9
parent75b05a363b39cde9137bc6d66969268aee311cd1
Clean up gmx_header_config

- Remove some probably unnecessary uses for GMX_CYGWIN.
- Move GMX_CYGWIN to config.h as it is not used in installed headers
  (maybe it would be better to get rid of even the remaining uses in
  favor of some other mechanism).
- Remove gmx_header_config_gen.h and all complexity that supports it as
  there is nothing generated there any longer.
- GMX_NATIVE_WINDOWS could possibly be moved somewhere else, but
  currently it is only used in two headers, so possibly even better
  would be to just get rid of those two.

Closes #1454

Change-Id: Id27370a007eda30b7c803a3c14aa687d43555db8
CMakeLists.txt
doxygen/suppressions.txt
src/config.h.cmakein
src/gromacs/linearalgebra/gmx_blas.h
src/gromacs/linearalgebra/gmx_lapack.h
src/gromacs/utility/.gitignore
src/gromacs/utility/CMakeLists.txt
src/gromacs/utility/gmx_header_config.h
src/gromacs/utility/gmx_header_config_gen.h.cmakein [deleted file]