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