mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
make: Re-add files necessary for building jw-python
Re-add everything necessary for building and packaging jw-python. ldlibpath.mk is not strictly necessary, but might be with other Python packages backed by compiled C-code, so leave it in. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5b758023ac
commit
0a9340af49
7 changed files with 261 additions and 0 deletions
14
make/py-mods.mk
Normal file
14
make/py-mods.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
include $(JWBDIR)/make/defs.mk
|
||||
include $(JWBDIR)/make/py-defs.mk
|
||||
include $(JWBDIR)/make/dirs.mk
|
||||
include $(JWBDIR)/make/dev-utils.mk
|
||||
include $(JWBDIR)/make/py-rules.mk
|
||||
|
||||
all:
|
||||
install:
|
||||
clean: py.clean
|
||||
distclean:
|
||||
|
||||
ifeq ($(PY_RUN_CHECK_AFTER_BUILD),true)
|
||||
all: check
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue