1 PIP_OPTIONS
:= --extra-index-url
=https
://pypi.auf.org
/
2 TARGET
:= django_auf django_auf_common django_auf_dev
#django_14 squeeze wheezy
6 requirements
/%.txt
: seeds
/%.txt
8 freeze-requirements freeze
$< -m
$@
--exclude django
--exclude-requirements seeds
/squeeze.txt
10 sdk
/%: requirements
/%.txt
11 pip
install -r
$< -t
$@
$(PIP_OPTIONS
) --no-deps
13 touch sdk
/auf
/auf
/__init__.py || true
14 touch sdk
/auf
/auf
/django
/__init__.py || true
19 .PRECIOUS
: requirements
/%.txt sdk
/%