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