compile with swig files if available

This commit is contained in:
Philippe Teuwen
2020-11-11 00:03:58 +01:00
parent 2f6261badb
commit f37088095b
17 changed files with 198 additions and 593 deletions

View File

@@ -27,7 +27,7 @@ LD = g++
SH = sh
BASH = bash
PERL = perl
CCC =foo
SWIG = swig
CC_VERSION = $(shell $(CC) -dumpversion 2>/dev/null|sed 's/\..*//')
CC_VERSION := $(or $(strip $(CC_VERSION)),0)