view Makefile @ 968:e461a5529338
Backported fixes to Alignment.realign(), Markup.remove(), processors.Muscle(), *.Column.types from default branch (revs [853],[931],[932],[933],[934],[952],[954])
author |
Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
date |
Sat, 25 Feb 2012 18:50:58 +0400 |
parents |
101a23cd98ac |
children |
08d892230e8c |
line source
1 components_cif_gz_url = \
2 ftp://ftp.ebi.ac.uk/pub/databases/rcsb/pdb/data/monomers/components.cif.gz
3 codes_py = allpy/data/codes.py
4 components_cif = allpy/data/components.cif
6 all: tests doc codes blocks3d-wt blocks3d-www
9 PYTHONPATH=$(PWD
) nosetests --with-coverage
12 sphinx-autopackage --suffix
=rst --dest-dir
=docs/source/allpy/ allpy
16 rm docs/source/allpy/*
26 $(codes_py
):
$(components_cif
)
27 python allpy/data/mkcodes.py -i
$< -o
$@
30 wget -O -
$(components_cif_gz_url
) | zcat >
$@
33 $(MAKE
) -C blocks3d/wt
36 $(MAKE
) -C blocks3d/www