X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-firmware.git;a=blobdiff_plain;f=Makefile.am;h=392069f8297024dc66731d10d79937612afeca9d;hp=ca146261a75945a181ba435974d225751b670739;hb=HEAD;hpb=2f579c55135eb586ddcee1475dda3c679e7b14e7 diff --git a/Makefile.am b/Makefile.am index ca14626..392069f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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