This patch should fix "make dist". Some explanations:
* urjtag.h should not be in the dist package. It's generated when user
run configure.
* extra/fjmem should be in dist package.
Tested by "make dist" and build from the dist package.
I think this patch is obvious. So I will commit it soon.
Regards,
Jie
* include/urjtag/Makefile.am (pkginclude_HEADERS): Remove urjtag.h.
* extra/fjmem/Makefile.am: New file.
* src/jim/Makefile.am (EXTRA_DIST): New.
* src/pld/Makefile.am (libpld_la_SOURCES): Add xilinx.h.
* src/bus/Makefile.am (libbus_la_SOURCES): Add blackfin.h.
* src/bfin/Makefile.am (libbfin_la_SOURCES): Add bfin-part.h.
* configure.ac: Add extra/fjmem/Makefile to AC_CONFIG_FILES.
* data/Makefile.am (nobase_dist_pkgdata_DATA): Add
xilinx/xc18v02pc44/xc18v02pc44 and xilinx/xc18v02pc44/STEPPINGS.
* Makefile.am (SUBDIRS): Add extra/fjmem.
Index: include/urjtag/Makefile.am
===================================================================
--- include/urjtag/Makefile.am (revision 1921)
+++ include/urjtag/Makefile.am (working copy)
@@ -56,5 +56,4 @@
tap.h \
svf.h \
types.h \
- urjtag.h \
usbconn.h
Index: extra/fjmem/Makefile.am
===================================================================
--- extra/fjmem/Makefile.am (revision 0)
+++ extra/fjmem/Makefile.am (revision 0)
@@ -0,0 +1,33 @@
+#
+# Copyright (C) 2011 Analog Devices, Inc.
+#
+# 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 the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# 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., 59 Temple Place - Suite 330, Boston, MA
+# 02111-1307, USA.
+#
+
+include $(top_srcdir)/Makefile.rules
+
+EXTRA_DIST = \
+ fjmem_config_pack_cyclone-p.vhd \
+ fjmem_config_pack_spartan3-p.vhd \
+ fjmem_config_pack_spartan6-p.vhd \
+ fjmem_core.vhd \
+ fjmem_cyclone.vhd \
+ fjmem_pack-p.vhd \
+ fjmem_spartan3.vhd \
+ fjmem_spartan6.vhd \
+ generic_ram_ena.vhd \
+ README
+
Index: src/jim/Makefile.am
===================================================================
--- src/jim/Makefile.am (revision 1921)
+++ src/jim/Makefile.am (working copy)
@@ -30,4 +30,8 @@
some_cpu.c \
intel_28f800b3.c
+EXTRA_DIST = \
+ README.jim \
+ some_cpu.bsd
+
AM_CFLAGS = $(WARNINGCFLAGS)
Index: src/pld/Makefile.am
===================================================================
--- src/pld/Makefile.am (revision 1921)
+++ src/pld/Makefile.am (working copy)
@@ -28,6 +28,7 @@
libpld_la_SOURCES = \
pld.c \
xilinx_bitstream.c \
- xilinx.c
+ xilinx.c \
+ xilinx.h
AM_CFLAGS = $(WARNINGCFLAGS)
Index: src/bus/Makefile.am
===================================================================
--- src/bus/Makefile.am (revision 1921)
+++ src/bus/Makefile.am (working copy)
@@ -54,6 +54,7 @@
if ENABLE_BUS_BLACKFIN
libbus_la_SOURCES += \
blackfin.c \
+ blackfin.h \
bf518f_ezbrd.c \
bf533_stamp.c \
bf537_stamp.c \
Index: src/bfin/Makefile.am
===================================================================
--- src/bfin/Makefile.am (revision 1921)
+++ src/bfin/Makefile.am (working copy)
@@ -29,6 +29,7 @@
insn-gen.c \
bfin.c \
bfin-part.c \
+ bfin-part.h \
bfin-part-bfin.c
AM_CFLAGS = $(WARNINGCFLAGS)
Index: configure.ac
===================================================================
--- configure.ac (revision 1921)
+++ configure.ac (working copy)
@@ -68,6 +68,7 @@
Makefile
doc/Makefile
data/Makefile
+ extra/fjmem/Makefile
include/urjtag/Makefile
src/Makefile
src/urjtag.pc
Index: data/Makefile.am
===================================================================
--- data/Makefile.am (revision 1921)
+++ data/Makefile.am (working copy)
@@ -191,6 +191,8 @@
toshiba/tx4926/STEPPINGS \
toshiba/tx4926/tx4926 \
xilinx/PARTS \
+ xilinx/xc18v02pc44/xc18v02pc44 \
+ xilinx/xc18v02pc44/STEPPINGS \
xilinx/xc18v04pc44/xc18v04pc44 \
xilinx/xc18v04pc44/STEPPINGS \
xilinx/xc2c256-tq144/STEPPINGS \
Index: Makefile.am
===================================================================
--- Makefile.am (revision 1921)
+++ Makefile.am (working copy)
@@ -25,6 +25,7 @@
SUBDIRS = \
doc \
+ extra/fjmem \
include/urjtag \
data \
src \
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development