Fix make dist
* 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. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1922 b68d4a1b-bc3d-0410-92ed-d4ac073336b7master
parent
f549fac82f
commit
895f2384b8
@ -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
|
||||
|
Loading…
Reference in New Issue