## This file is part of the sigrok project.
##
## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
+## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
ACLOCAL_AMFLAGS = -I autostuff
-SUBDIRS = asix-sigma
+SUBDIRS = asix-sigma nexus-osciprime
MAINTAINERCLEANFILES = ChangeLog
## This file is part of the sigrok project.
##
## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
+## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
fi
echo "Generating build system..."
-mkdir autostuff
+mkdir -p autostuff
aclocal ${ACLOCAL_DIR} || exit 1
autoheader || exit 1
automake --add-missing --copy --foreign || exit 1
AC_CONFIG_FILES([Makefile
asix-sigma/Makefile
+ nexus-osciprime/Makefile
])
AC_OUTPUT
--- /dev/null
+The firmware in this directory is intended for use on a Cypress FX2LP on
+a Nexus Computing OsciPrime oscilloscope. The source code is available under
+the terms of the GPLv2. For further information, see:
+
+ http://www.osciprime.com/
+
--- /dev/null
+##
+## This file is part of the sigrok project.
+##
+## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+##
+
+dist_pkgdata_DATA = nexus-osciprime.fw
+
+EXTRA_DIST = COPYING
+