More binaries into the wrapper binary.
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 26 Jun 2013 04:29:13 +0000 (07:29 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 27 Jun 2013 17:57:40 +0000 (20:57 +0300)
commitbebc698f72060d89123ed4bdf5bd40dbdd830c0f
treee1cf23664ab570b34f9fc9e67dd3246948d24cb7
parentcc6daae88401ad68b564de821490da31d49331c2
More binaries into the wrapper binary.

Move most remaining binaries to be built into the 'gmx' wrapper binary.
Now, only mdrun and g_pme_error (which have a different initialization
sequence), and ngmx (and other X11 programs) remain outside.

Renamed a few headers to match the name of their implementation file.

Part of #685.

Change-Id: I3fb7e3de905c01d7564d809893390bbb9b8f8368
36 files changed:
CMakeLists.txt
src/gromacs/gmxana/gmx_tune_pme.c
src/programs/CMakeLists.txt
src/programs/g_protonate/CMakeLists.txt [deleted file]
src/programs/g_x2top/CMakeLists.txt [deleted file]
src/programs/gmx/CMakeLists.txt
src/programs/gmx/CreateLinks.cmake.cmakein
src/programs/gmx/convparm.c [moved from src/programs/grompp/convparm.c with 100% similarity]
src/programs/gmx/convparm.h [moved from src/programs/grompp/convparm.h with 100% similarity]
src/programs/gmx/g_protonate.c [moved from src/programs/g_protonate/g_protonate.c with 99% similarity]
src/programs/gmx/g_x2top.c [moved from src/programs/g_x2top/g_x2top.c with 99% similarity]
src/programs/gmx/gmxcheck.c [moved from src/programs/gmxcheck/gmxcheck.c with 99% similarity]
src/programs/gmx/gmxdump.c [moved from src/programs/gmxdump/gmxdump.c with 99% similarity]
src/programs/gmx/grompp.c [moved from src/programs/grompp/grompp.c with 99% similarity]
src/programs/gmx/hizzie.c [moved from src/programs/pdb2gmx/hizzie.c with 100% similarity]
src/programs/gmx/hizzie.h [moved from src/programs/pdb2gmx/hizzie.h with 100% similarity]
src/programs/gmx/legacymodules.cpp
src/programs/gmx/nm2type.c [moved from src/programs/g_x2top/nm2type.c with 99% similarity]
src/programs/gmx/nm2type.h [moved from src/programs/g_x2top/g_x2top.h with 97% similarity]
src/programs/gmx/pdb2gmx.c [moved from src/programs/pdb2gmx/pdb2gmx.c with 99% similarity]
src/programs/gmx/specbond.c [moved from src/programs/pdb2gmx/specbond.c with 100% similarity]
src/programs/gmx/specbond.h [moved from src/programs/pdb2gmx/specbond.h with 100% similarity]
src/programs/gmx/tomorse.c [moved from src/programs/grompp/tomorse.c with 99% similarity]
src/programs/gmx/tomorse.h [moved from src/programs/grompp/gpp_tomorse.h with 100% similarity]
src/programs/gmx/tpbcmp.c [moved from src/programs/gmxcheck/tpbcmp.c with 100% similarity]
src/programs/gmx/tpbcmp.h [moved from src/programs/gmxcheck/tpbcmp.h with 100% similarity]
src/programs/gmx/tpbconv.c [moved from src/programs/tpbconv/tpbconv.c with 99% similarity]
src/programs/gmx/xlate.c [moved from src/programs/pdb2gmx/xlate.c with 100% similarity]
src/programs/gmx/xlate.h [moved from src/programs/pdb2gmx/xlate.h with 100% similarity]
src/programs/gmxcheck/CMakeLists.txt [deleted file]
src/programs/gmxdump/CMakeLists.txt [deleted file]
src/programs/grompp/CMakeLists.txt [deleted file]
src/programs/pdb2gmx/CMakeLists.txt [deleted file]
src/programs/tpbconv/CMakeLists.txt [deleted file]
src/tools/CMakeLists.txt
src/tools/g_tune_pme.c [deleted file]