added scritps to build package for OS X
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user