initial checkin

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-07-24 12:19:34 +02:00
commit 5755d14d84
13 changed files with 124 additions and 0 deletions

4
make/Makefile Normal file
View file

@ -0,0 +1,4 @@
TOPDIR = ..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/make.mk

11
make/proj.mk Normal file
View file

@ -0,0 +1,11 @@
# to be included from inside the project directory
CVS_PROJ_DIR ?= $(TOPDIR)/..
ifeq ($(TARGET),mingw)
FLAVOUR_PATH_PREFIX = win32/
endif
MODDIR = $(firstword $(wildcard $(CVS_PROJ_DIR)/jw-build /opt/$(FLAVOUR_PATH_PREFIX)jw-build))
USE_PROJECT_LIB = false
HDRDIR_SCOPE_SUFFIX = $(PROJECT)

18
make/project.conf Normal file
View file

@ -0,0 +1,18 @@
[summary]
janware Python utility library
[description]
janware Python utility library
[global]
group = "Amusements/Teaching/Other"
subpackages = run
license = Copyright (c) Jan Lindemann, all rights reserved
jw-maintainer = jan
[build]
libname = none
[pkg.requires.jw]
devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION
build = jw-build-devel