added scritps to build package for OS X

This commit is contained in:
Frank Morgner
2015-05-15 18:25:12 +02:00
parent c7f757b2fb
commit 36f64cf59a
8 changed files with 284 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc npa-example-data
SUBDIRS = src doc npa-example-data MacOSX
EXTRA_DIST = test_vicc_with_npa-tool.sh test_vicc_with_handler_test.sh
@@ -10,3 +10,6 @@ distcheck-hook:
test -d ../.git && \
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true
osx:
$(MAKE) -C MacOSX $@