jw-pkg is a Python-heavy project, so include py-topdir.mk.
Signed-off-by: Jan Lindemann <jan@janware.com>
14 lines
422 B
Makefile
14 lines
422 B
Makefile
TOPDIR = .
|
|
PKG_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@pkg.janware.com:/srv/dav/pub/packages/jw-foss/$(PKG_UPLOAD_OS_NAME)/$(PKG_UPLOAD_OS_VERSION)
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/topdir.mk
|
|
include $(JWBDIR)/make/srcdist.mk
|
|
include $(JWBDIR)/make/git-cvs-bridge.mk
|
|
include $(JWBDIR)/make/py-topdir.mk
|
|
|
|
all:
|
|
clean: clean.pkgconfig
|
|
|
|
clean.pkgconfig:
|
|
rm -rf pkgconfig
|