Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/2b3cad50c2b1/Makefile
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 08:48:55 2013
Кодировка:
allpy: 2b3cad50c2b1 Makefile

allpy

view Makefile @ 1106:2b3cad50c2b1

Partially reversed [afed1f] (see #49) As explained in the ticket, in real life usecases having a monomer belong to several sequences is sometimes extremely useful. ANY approach to attribution of monomer to only one sequence will be either confusing or hindering. * Removed `monomer.sequence` attribute * Removed unncecessary specialcasing in pickle * Removed unused tests * Restored APIs to backward-compatible * Added deprecated messages to the restored APIs
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Sun, 10 Jun 2012 16:08:47 +0400
parents bf873e4054c2
children 08d892230e8c
line source
1 all: codes blocks3d-www pair-cores-www blocks3d-wt tests
3 tests:
4 PYTHONPATH=$(shell pwd) $(MAKE) -C test
6 doc:
7 sphinx-autopackage --suffix=rst --dest-dir=docs/source/allpy/ allpy
8 $(MAKE) -C docs html
10 force-doc:
11 rm docs/source/allpy/*
12 rm -rf docs/build
13 $(MAKE) doc
15 codes:
16 $(MAKE) -C allpy/data
18 blocks3d-wt:
19 $(MAKE) -C blocks3d/wt
21 blocks3d-www:
22 $(MAKE) -C blocks3d
24 pair-cores-www:
25 $(MAKE) -C pair_cores/