Blame project/pydist.mk

ece54d
PYCOPY        = $(PROJECT_DIR)/project/pycopy.sh
ece54d
PYCOPY_PYTHON = $(NICKNAME)
ece54d
PYCOPY_PREFIX = $(PREFIX)
ece54d
ece54d
PYDIST_LIBDIR = lib
ece54d
PYDIST_PYCDIR = lib/$(NICKNAME)
ece54d
ece54d
ece54d
PYDIST_SYSCFG_SRCS = \
ece54d
	$(PYDIST_PYCDIR)/./_sysconfigdata.py
ece54d
ece54d
1fcc4d
ifneq ($(PYTHON_MAJOR),)
ece54d
include pydist.mk
1fcc4d
endif
ece54d
ece54d
ece54d
pydist-py-srcs: $(PYDIST_PY_SRCS)
ece54d
ece54d
pydist-py-srcs-clean:
ece54d
	rm -f   $(PYDIST_PY_SRCS)
ece54d
	rm -f   pydist.tag
ece54d
ece54d
clean:  pydist-py-srcs-clean
ece54d
ece54d
install-app:	pydist-install-py
ece54d
install-app:	pydist-install-pyc
ece54d
ece54d
ece54d
.PHONY:	pydist-py-srcs
ece54d
.PHONY:	pydist-py-srcs-clean
ece54d
ece54d
.PHONY:	pydist-install-tree
ece54d
.PHONY:	pydist-install-py
ece54d
.PHONY:	pydist-install-pyc