Merge r6160:6168 from jcorgan/fg into trunk.
[debian/gnuradio] / gnuradio-core / src / lib / runtime / Makefile.am
1 #
2 # Copyright 2003,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 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
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 include $(top_srcdir)/Makefile.common
23
24 INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_INCLUDES)
25
26 noinst_LTLIBRARIES = libruntime.la libruntime-qa.la
27
28 libruntime_la_LIBADD =          \
29         $(SHM_OPEN_LIBS)
30
31
32 libruntime_la_SOURCES =                         \
33         gr_basic_block.cc                       \
34         gr_flowgraph.cc                         \
35         gr_flat_flowgraph.cc                    \
36         gr_block.cc                             \
37         gr_block_detail.cc                      \
38         gr_hier_block2.cc                       \
39         gr_hier_block2_detail.cc                \
40         gr_buffer.cc                            \
41         gr_dispatcher.cc                        \
42         gr_error_handler.cc                     \
43         gr_io_signature.cc                      \
44         gr_local_sighandler.cc                  \
45         gr_message.cc                           \
46         gr_msg_handler.cc                       \
47         gr_msg_queue.cc                         \
48         gr_pagesize.cc                          \
49         gr_preferences.cc                       \
50         gr_realtime.cc                          \
51         gr_runtime.cc                           \
52         gr_runtime_impl.cc                      \
53         gr_single_threaded_scheduler.cc         \
54         gr_sync_block.cc                        \
55         gr_sync_decimator.cc                    \
56         gr_sync_interpolator.cc                 \
57         gr_tmp_path.cc                          \
58         gr_vmcircbuf.cc                         \
59         gr_vmcircbuf_mmap_shm_open.cc           \
60         gr_vmcircbuf_mmap_tmpfile.cc            \
61         gr_vmcircbuf_createfilemapping.cc       \
62         gr_vmcircbuf_sysv_shm.cc                \
63         gr_select_handler.cc                    
64
65 libruntime_qa_la_SOURCES =                      \
66         qa_gr_block.cc                          \
67         qa_gr_hier_block2.cc                    \
68         qa_gr_buffer.cc                         \
69         qa_gr_flowgraph.cc                      \
70         qa_gr_io_signature.cc                   \
71         qa_gr_vmcircbuf.cc                      \
72         qa_runtime.cc                           
73
74 grinclude_HEADERS =                             \
75         gr_basic_block.h                        \
76         gr_flowgraph.h                          \
77         gr_flat_flowgraph.h                     \
78         gr_block.h                              \
79         gr_block_detail.h                       \
80         gr_hier_block2.h                        \
81         gr_hier_block2_detail.h                 \
82         gr_buffer.h                             \
83         gr_complex.h                            \
84         gr_dispatcher.h                         \
85         gr_error_handler.h                      \
86         gr_io_signature.h                       \
87         gr_local_sighandler.h                   \
88         gr_message.h                            \
89         gr_msg_handler.h                        \
90         gr_msg_queue.h                          \
91         gr_pagesize.h                           \
92         gr_preferences.h                        \
93         gr_realtime.h                           \
94         gr_runtime.h                            \
95         gr_runtime_impl.h                       \
96         gr_runtime_types.h                      \
97         gr_select_handler.h                     \
98         gr_single_threaded_scheduler.h          \
99         gr_sync_block.h                         \
100         gr_sync_decimator.h                     \
101         gr_sync_interpolator.h                  \
102         gr_timer.h                              \
103         gr_tmp_path.h                           \
104         gr_types.h                              \
105         gr_vmcircbuf.h                          
106
107 noinst_HEADERS =                                \
108         gr_vmcircbuf_mmap_shm_open.h            \
109         gr_vmcircbuf_mmap_tmpfile.h             \
110         gr_vmcircbuf_sysv_shm.h                 \
111         gr_vmcircbuf_createfilemapping.h        \
112         qa_gr_block.h                           \
113         qa_gr_flowgraph.h                       \
114         qa_gr_hier_block2.h                     \
115         qa_gr_buffer.h                          \
116         qa_gr_io_signature.h                    \
117         qa_gr_vmcircbuf.h                       \
118         qa_runtime.h                            
119
120 swiginclude_HEADERS =                   \
121         gr_basic_block.i                \
122         gr_block.i                      \
123         gr_block_detail.i               \
124         gr_hier_block2.i                \
125         gr_buffer.i                     \
126         gr_dispatcher.i                 \
127         gr_error_handler.i              \
128         gr_io_signature.i               \
129         gr_message.i                    \
130         gr_msg_handler.i                \
131         gr_msg_queue.i                  \
132         gr_realtime.i                   \
133         gr_runtime.i                    \
134         gr_single_threaded_scheduler.i  \
135         gr_sync_block.i                 \
136         gr_sync_decimator.i             \
137         gr_sync_interpolator.i          \
138         gr_swig_block_magic.i           \
139         runtime.i
140
141 MOSTLYCLEANFILES = *~ *.loT