Imported Upstream version 3.2.2
[debian/gnuradio] / gcell / ibm / Makefile.am
1 #
2 # Copyright 2008 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 3, 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 along
17 # with this program; if not, write to the Free Software Foundation, Inc.,
18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 #
20
21 include $(top_srcdir)/Makefile.common
22
23 EXTRA_DIST = \
24         ./README \
25         ./sync/ppu_source/atomic_add.h \
26         ./sync/ppu_source/atomic_add_return.h \
27         ./sync/ppu_source/atomic_dec_and_test.h \
28         ./sync/ppu_source/atomic_dec.h \
29         ./sync/ppu_source/atomic_dec_if_positive.h \
30         ./sync/ppu_source/atomic_dec_return.h \
31         ./sync/ppu_source/atomic.h \
32         ./sync/ppu_source/atomic_inc.h \
33         ./sync/ppu_source/atomic_inc_return.h \
34         ./sync/ppu_source/atomic_read.h \
35         ./sync/ppu_source/atomic_set.h \
36         ./sync/ppu_source/atomic_sub_and_test.h \
37         ./sync/ppu_source/atomic_sub.h \
38         ./sync/ppu_source/atomic_sub_return.h \
39         ./sync/ppu_source/complete_all.h \
40         ./sync/ppu_source/complete.h \
41         ./sync/ppu_source/completion.h \
42         ./sync/ppu_source/cond_broadcast.h \
43         ./sync/ppu_source/cond.h \
44         ./sync/ppu_source/cond_init.h \
45         ./sync/ppu_source/cond_signal.h \
46         ./sync/ppu_source/cond_wait.h \
47         ./sync/ppu_source/init_completion.h \
48         ./sync/ppu_source/libsync.h \
49         ./sync/ppu_source/mutex.h \
50         ./sync/ppu_source/mutex_init.h \
51         ./sync/ppu_source/mutex_lock.h \
52         ./sync/ppu_source/mutex_trylock.h \
53         ./sync/ppu_source/mutex_unlock.h \
54         ./sync/ppu_source/pdt_libsync_config.xml \
55         ./sync/ppu_source/pdt_libsync.xml \
56         ./sync/ppu_source/sync_utils.h \
57         ./sync/ppu_source/trace_libsync.h \
58         ./sync/ppu_source/wait_for_completion.h \
59         ./sync/spu_source/atomic_add.h \
60         ./sync/spu_source/atomic_add_return.h \
61         ./sync/spu_source/atomic_dec_and_test.h \
62         ./sync/spu_source/atomic_dec.h \
63         ./sync/spu_source/atomic_dec_if_positive.h \
64         ./sync/spu_source/atomic_dec_return.h \
65         ./sync/spu_source/atomic.h \
66         ./sync/spu_source/atomic_inc.h \
67         ./sync/spu_source/atomic_inc_return.h \
68         ./sync/spu_source/atomic_read.h \
69         ./sync/spu_source/atomic_set.h \
70         ./sync/spu_source/atomic_sub_and_test.h \
71         ./sync/spu_source/atomic_sub.h \
72         ./sync/spu_source/atomic_sub_return.h \
73         ./sync/spu_source/complete_all.h \
74         ./sync/spu_source/complete.h \
75         ./sync/spu_source/completion.h \
76         ./sync/spu_source/cond_broadcast.h \
77         ./sync/spu_source/cond.h \
78         ./sync/spu_source/cond_init.h \
79         ./sync/spu_source/cond_signal.h \
80         ./sync/spu_source/cond_wait.h \
81         ./sync/spu_source/init_completion.h \
82         ./sync/spu_source/libsync.h \
83         ./sync/spu_source/mutex.h \
84         ./sync/spu_source/mutex_init.h \
85         ./sync/spu_source/mutex_lock.h \
86         ./sync/spu_source/mutex_trylock.h \
87         ./sync/spu_source/mutex_unlock.h \
88         ./sync/spu_source/read_lock.h \
89         ./sync/spu_source/read_trylock.h \
90         ./sync/spu_source/read_unlock.h \
91         ./sync/spu_source/rwlock_init.h \
92         ./sync/spu_source/sync_irq.h \
93         ./sync/spu_source/sync_utils.h \
94         ./sync/spu_source/trace_libsync.h \
95         ./sync/spu_source/wait_for_completion.h \
96         ./sync/spu_source/write_lock.h \
97         ./sync/spu_source/write_trylock.h \
98         ./sync/spu_source/write_unlock.h