Converted assembly to use gcc instead of nasm, updated html man
authorlindahl <lindahl>
Wed, 20 Jun 2001 10:33:59 +0000 (10:33 +0000)
committerlindahl <lindahl>
Wed, 20 Jun 2001 10:33:59 +0000 (10:33 +0000)
commitf1406897bda2a35737eaaae516829075c714f3ab
treedd4dc69cc06cfd7987f2863d6942328519d74f12
parentaaf2d31659f33de11ab8d00dda1994d6036cad2c
Converted assembly to use gcc instead of nasm, updated html man
pages.
The x86 assembly loops is now a single option to configure,
and the single/double prec. is controlled with --enable-float
(default is yes), to be consistent with fftw.
Removed the less common options from the summary printed by
configure, but they are still available.
Introduced libtool to create both static and dynamic libraries -
you can control it with configure options. --disable-shared might
be suitable for development work.
To avoid compiling both PIC and non-PIC code you can try --with-pic,
but the default is both.
112 files changed:
.cvsignore
Makefile.am
acinclude.m4
aclocal.m4
config/config.guess
config/ltcf-c.sh [new file with mode: 0644]
config/ltcf-f77.sh [new file with mode: 0644]
config/ltconfig [new file with mode: 0755]
config/ltmain.sh [new file with mode: 0644]
configure
configure.in
include/config.h.in
include/copyrite.h
man/.cvsignore [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
share/html/gif/gmxlogo_small.jpg [new file with mode: 0644]
share/html/online.html
share/html/online/do_dssp.html
share/html/online/editconf.html
share/html/online/eneconv.html
share/html/online/g_anaeig.html
share/html/online/g_analyze.html
share/html/online/g_angle.html
share/html/online/g_bond.html
share/html/online/g_bundle.html
share/html/online/g_chi.html
share/html/online/g_cluster.html
share/html/online/g_confrms.html
share/html/online/g_covar.html
share/html/online/g_density.html
share/html/online/g_dielectric.html
share/html/online/g_dih.html
share/html/online/g_dipoles.html
share/html/online/g_disre.html
share/html/online/g_dist.html
share/html/online/g_dyndom.html
share/html/online/g_enemat.html
share/html/online/g_energy.html
share/html/online/g_gyrate.html
share/html/online/g_h2order.html
share/html/online/g_hbond.html
share/html/online/g_helix.html
share/html/online/g_lie.html
share/html/online/g_mdmat.html
share/html/online/g_mindist.html
share/html/online/g_morph.html
share/html/online/g_msd.html
share/html/online/g_nmeig.html
share/html/online/g_nmens.html
share/html/online/g_order.html
share/html/online/g_potential.html
share/html/online/g_rama.html
share/html/online/g_rdf.html
share/html/online/g_rms.html
share/html/online/g_rmsdist.html
share/html/online/g_rmsf.html
share/html/online/g_rotacf.html
share/html/online/g_saltbr.html
share/html/online/g_sas.html
share/html/online/g_sgangle.html
share/html/online/g_sorient.html
share/html/online/g_tcaf.html
share/html/online/g_traj.html
share/html/online/g_velacc.html
share/html/online/genbox.html
share/html/online/genconf.html
share/html/online/genion.html
share/html/online/genpr.html
share/html/online/gmxcheck.html
share/html/online/gmxdump.html
share/html/online/grompp.html
share/html/online/highway.html
share/html/online/make_ndx.html
share/html/online/mdrun.html
share/html/online/mk_angndx.html
share/html/online/ngmx.html
share/html/online/nmrun.html
share/html/online/pdb2gmx.html
share/html/online/protonate.html
share/html/online/style.css
share/html/online/tpbconv.html
share/html/online/trjcat.html
share/html/online/trjconv.html
share/html/online/trjorder.html
share/html/online/wheel.html
share/html/online/x2top.html
share/html/online/xmdrun.html [new file with mode: 0644]
share/html/online/xpm2ps.html
share/html/online/xrama.html
src/Makefile.inc
src/contrib/Makefile.am
src/contrib/gromacs-3.0.spec [new file with mode: 0644]
src/contrib/programs.txt
src/contrib/scripts/Makefile.am
src/contrib/scripts/mkhtml
src/gmxlib/Makefile.am
src/gmxlib/axp_asm.s [moved from src/gmxlib/axp_asm.S with 100% similarity]
src/gmxlib/bfunc.h
src/gmxlib/copyrite.c
src/gmxlib/fnbf.c
src/gmxlib/mkinl.h
src/gmxlib/wman.c
src/gmxlib/x86_3dnow.S [new file with mode: 0644]
src/gmxlib/x86_3dnow.asm [deleted file]
src/gmxlib/x86_cpuid.S [new file with mode: 0644]
src/gmxlib/x86_cpuid.asm [deleted file]
src/gmxlib/x86_sse.S [new file with mode: 0644]
src/gmxlib/x86_sse.asm [deleted file]
src/kernel/Makefile.am
src/mdlib/Makefile.am
src/ngmx/Makefile.am
src/tools/Makefile.am