Imported Upstream version 3.0
[debian/gnuradio] / usrp / firmware / src / common / Makefile.am
1 #
2 # Copyright 2004 Free Software Foundation, Inc.
3
4 # This file is part of GNU Radio
5
6 # GNU Radio is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
10
11 # GNU Radio is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with GNU Radio; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 51 Franklin Street,
19 # Boston, MA 02110-1301, USA.
20
21
22 EXTRA_DIST =                    \
23         _startup.a51            \
24         blink_leds.c            \
25         check_mdelay.c          \
26         check_udelay.c          \
27         edit-gpif               \
28         fpga.h                  \
29         fpga_load.h             \
30         fpga_load.c             \
31         gpif.c                  \
32         gpif.gpf                \
33         init_gpif.c             \
34         usrp_common.c           \
35         usrp_globals.h          \
36         vectors.a51             \
37         build_eeprom.py         
38
39 all: usrp_gpif.c
40
41 usrp_gpif.c usrp_gpif_inline.h : gpif.c
42         srcdir=$(srcdir) $(srcdir)/edit-gpif $(srcdir)/gpif.c usrp_gpif.c usrp_gpif_inline.h
43
44 CLEANFILES = \
45         *.ihx *.lnk *.lst *.map *.mem *.rel *.rst *.sym *.asm *.lib \
46         usrp_gpif.c usrp_gpif_inline.h
47
48 DISTCLEANFILES = \
49         *.ihx *.lnk *.lst *.map *.mem *.rel *.rst *.sym *.asm *.lib \
50         usrp_gpif.c usrp_gpif_inline.h