mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
initial checkin
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
commit
5755d14d84
13 changed files with 124 additions and 0 deletions
4
make/Makefile
Normal file
4
make/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR = ..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(MODDIR)/make/make.mk
|
||||
11
make/proj.mk
Normal file
11
make/proj.mk
Normal 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
18
make/project.conf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue