Statistics
| Branch: | Tag: | Revision:

root / gr-gpio / src / fpga / top / Makefile.am @ 8cfa8db4

History | View | Annotate | Download (1.2 kB)

1 48fefc9b jcorgan
#
2 48fefc9b jcorgan
# Copyright 2008 Free Software Foundation, Inc.
3 48fefc9b jcorgan
# 
4 48fefc9b jcorgan
# This file is part of GNU Radio
5 48fefc9b jcorgan
# 
6 48fefc9b jcorgan
# GNU Radio is free software; you can redistribute it and/or modify
7 48fefc9b jcorgan
# it under the terms of the GNU General Public License as published by
8 48fefc9b jcorgan
# the Free Software Foundation; either version 3, or (at your option)
9 48fefc9b jcorgan
# any later version.
10 48fefc9b jcorgan
# 
11 48fefc9b jcorgan
# GNU Radio is distributed in the hope that it will be useful,
12 48fefc9b jcorgan
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13 48fefc9b jcorgan
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 48fefc9b jcorgan
# GNU General Public License for more details.
15 48fefc9b jcorgan
# 
16 48fefc9b jcorgan
# You should have received a copy of the GNU General Public License
17 48fefc9b jcorgan
# along with GNU Radio; see the file COPYING.  If not, write to
18 48fefc9b jcorgan
# the Free Software Foundation, Inc., 51 Franklin Street,
19 48fefc9b jcorgan
# Boston, MA 02110-1301, USA.
20 48fefc9b jcorgan
# 
21 48fefc9b jcorgan
22 48fefc9b jcorgan
include $(top_srcdir)/Makefile.common
23 48fefc9b jcorgan
24 48fefc9b jcorgan
datadir = $(prefix)/share/usrp
25 48fefc9b jcorgan
26 8cfa8db4 gdt
datarev2dir = $(datadir)/rev2
27 8cfa8db4 gdt
28 8cfa8db4 gdt
datarev4dir = $(datadir)/rev4
29 8cfa8db4 gdt
30 8cfa8db4 gdt
datarev2_DATA = usrp_gpio.rbf
31 8cfa8db4 gdt
32 8cfa8db4 gdt
datarev4_DATA = usrp_gpio.rbf
33 8cfa8db4 gdt
34 48fefc9b jcorgan
RBFS = usrp_gpio.rbf
35 48fefc9b jcorgan
36 48fefc9b jcorgan
EXTRA_DIST = \
37 48fefc9b jcorgan
	config.vh    \
38 48fefc9b jcorgan
	usrp_gpio.csf \
39 48fefc9b jcorgan
	usrp_gpio.esf \
40 48fefc9b jcorgan
	usrp_gpio.psf \
41 48fefc9b jcorgan
	usrp_gpio.qpf \
42 48fefc9b jcorgan
	usrp_gpio.qsf \
43 48fefc9b jcorgan
	usrp_gpio.v   \
44 48fefc9b jcorgan
	$(RBFS)
45 48fefc9b jcorgan
46 48fefc9b jcorgan
MOSTLYCLEANFILES = 	\
47 48fefc9b jcorgan
	db/*		\
48 48fefc9b jcorgan
	*.rpt		\
49 48fefc9b jcorgan
	*.summary	\
50 48fefc9b jcorgan
	*.qws		\
51 48fefc9b jcorgan
	*.smsg		\
52 48fefc9b jcorgan
	*.done		\
53 48fefc9b jcorgan
	*.pin		\
54 48fefc9b jcorgan
	*.sof		\
55 48fefc9b jcorgan
	*~