]> sigrok.org Git - sigrok-firmware.git/blobdiff - Makefile.am
doc: update IRC reference to Libera.Chat
[sigrok-firmware.git] / Makefile.am
index eda7ddb162f43d40f6f2c3c705351aa79716c7e2..392069f8297024dc66731d10d79937612afeca9d 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the sigrok-firmware project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ## Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
 ## 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
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
-ACLOCAL_AMFLAGS = -I autostuff
+GNUMAKEFLAGS = --no-print-directory
 
-SUBDIRS = asix-sigma nexus-osciprime
+dist_pkgdata_DATA = \
+       asix-sigma/asix-sigma-100.fw \
+       asix-sigma/asix-sigma-200.fw \
+       asix-sigma/asix-sigma-50.fw \
+       asix-sigma/asix-sigma-50sync.fw \
+       sysclk-lwla/sysclk-lwla1034-extneg.rbf \
+       sysclk-lwla/sysclk-lwla1034-extpos.rbf \
+       sysclk-lwla/sysclk-lwla1034-int.rbf \
+       sysclk-lwla/sysclk-lwla1034-off.rbf
+
+dist_noinst_DATA = \
+       asix-sigma/LICENSE.Sigma \
+       sysclk-lwla/LICENSE.LWLA
 
 MAINTAINERCLEANFILES = ChangeLog
 
 .PHONY: ChangeLog
 ChangeLog:
-       git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
+       git --git-dir '$(top_srcdir)/.git' log >$@ || touch $@
 
 dist-hook: ChangeLog