X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=265102377b3ef47f723c0eb062398af3f2561a52;hb=b2daf81ca2e892b5b80ce4bc35ff5a846853b50b;hp=3e9dec7d87ceb61b0ccfd382ddf547e70334226d;hpb=b6efd7061d22b599a895a69c5b37e7c8623a2619;p=sigrok-firmware.git diff --git a/Makefile.am b/Makefile.am index 3e9dec7..2651023 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ ## -## This file is part of the sigrok project. +## This file is part of the sigrok-firmware project. ## ## Copyright (C) 2012 Uwe Hermann +## Copyright (C) 2012 Bert Vermeulen ## ## 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 @@ -18,15 +19,29 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -ACLOCAL_AMFLAGS = -I autostuff +GNUMAKEFLAGS = --no-print-directory -SUBDIRS = asix-sigma +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-lwla1016-100.rbf \ + sysclk-lwla/sysclk-lwla1016-100-ts.rbf \ + 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