Blame project/pydist.mk

107b64
PYCOPY        = $(PROJECT_DIR)/project/pycopy.sh
107b64
PYCABI        = cpython-$(PYTHON_MAJOR)$(PYTHON_MINOR)
107b64
PYCOPY_PYTHON = $(NICKNAME)
107b64
PYCOPY_PREFIX = $(PREFIX)
107b64
107b64
PYDIST_LIBDIR = lib
107b64
PYDIST_PYCDIR = lib/$(NICKNAME)
107b64
107b64
107b64
PYDIST_SYSCFG_SRCS = \
107b64
	$(PYDIST_PYCDIR)/./_sysconfigdata_$(PYTHON_ABIFL)_$(PYTHON_PLATFORM)_.py
107b64
107b64
f54c9d
ifneq ($(PYTHON_MAJOR),)
107b64
include pydist.mk
f54c9d
endif
107b64
107b64
107b64
pydist-py-srcs: $(PYDIST_PY_SRCS)
107b64
107b64
pydist-py-srcs-clean:
107b64
	rm -f   $(PYDIST_PY_SRCS)
107b64
	rm -f   pydist.tag
107b64
107b64
clean:  pydist-py-srcs-clean
107b64
107b64
install-app:	pydist-install-py
107b64
install-app:	pydist-install-pyc
107b64
107b64
107b64
.PHONY:	pydist-py-srcs
107b64
.PHONY:	pydist-py-srcs-clean
107b64
107b64
.PHONY:	pydist-install-tree
107b64
.PHONY:	pydist-install-py
107b64
.PHONY:	pydist-install-pyc