X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-firmware.git;a=blobdiff_plain;f=Makefile.am;h=392069f8297024dc66731d10d79937612afeca9d;hp=eda7ddb162f43d40f6f2c3c705351aa79716c7e2;hb=HEAD;hpb=54b67f901d3665da9b141a6e483ce0042a6df372 diff --git a/Makefile.am b/Makefile.am index eda7ddb..392069f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ## Copyright (C) 2012 Bert Vermeulen @@ -15,19 +15,30 @@ ## 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 . ## -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