Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio...
[debian/gnuradio] / gnuradio-core / src / lib / runtime / Makefile.am
1 #
2 # Copyright 2003,2004,2007,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
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) $(WITH_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_scheduler_thread.cc                  \
52         gr_single_threaded_scheduler.cc         \
53         gr_sync_block.cc                        \
54         gr_sync_decimator.cc                    \
55         gr_sync_interpolator.cc                 \
56         gr_top_block.cc                         \
57         gr_top_block_impl.cc                    \
58         gr_tmp_path.cc                          \
59         gr_vmcircbuf.cc                         \
60         gr_vmcircbuf_mmap_shm_open.cc           \
61         gr_vmcircbuf_mmap_tmpfile.cc            \
62         gr_vmcircbuf_createfilemapping.cc       \
63         gr_vmcircbuf_sysv_shm.cc                \
64         gr_select_handler.cc                    
65
66 libruntime_qa_la_SOURCES =                      \
67         qa_gr_block.cc                          \
68         qa_gr_hier_block2.cc                    \
69         qa_gr_buffer.cc                         \
70         qa_gr_flowgraph.cc                      \
71         qa_gr_top_block.cc                      \
72         qa_gr_io_signature.cc                   \
73         qa_gr_vmcircbuf.cc                      \
74         qa_runtime.cc                           
75
76 grinclude_HEADERS =                             \
77         gr_basic_block.h                        \
78         gr_flowgraph.h                          \
79         gr_flat_flowgraph.h                     \
80         gr_block.h                              \
81         gr_block_detail.h                       \
82         gr_hier_block2.h                        \
83         gr_hier_block2_detail.h                 \
84         gr_buffer.h                             \
85         gr_complex.h                            \
86         gr_dispatcher.h                         \
87         gr_error_handler.h                      \
88         gr_io_signature.h                       \
89         gr_local_sighandler.h                   \
90         gr_message.h                            \
91         gr_msg_handler.h                        \
92         gr_msg_queue.h                          \
93         gr_pagesize.h                           \
94         gr_preferences.h                        \
95         gr_realtime.h                           \
96         gr_runtime_types.h                      \
97         gr_scheduler_thread.h                   \
98         gr_select_handler.h                     \
99         gr_single_threaded_scheduler.h          \
100         gr_sync_block.h                         \
101         gr_sync_decimator.h                     \
102         gr_sync_interpolator.h                  \
103         gr_top_block.h                          \
104         gr_top_block_impl.h                     \
105         gr_timer.h                              \
106         gr_tmp_path.h                           \
107         gr_types.h                              \
108         gr_vmcircbuf.h                          
109
110 noinst_HEADERS =                                \
111         gr_vmcircbuf_mmap_shm_open.h            \
112         gr_vmcircbuf_mmap_tmpfile.h             \
113         gr_vmcircbuf_sysv_shm.h                 \
114         gr_vmcircbuf_createfilemapping.h        \
115         qa_gr_block.h                           \
116         qa_gr_flowgraph.h                       \
117         qa_gr_hier_block2.h                     \
118         qa_gr_buffer.h                          \
119         qa_gr_io_signature.h                    \
120         qa_gr_top_block.h                       \
121         qa_gr_vmcircbuf.h                       \
122         qa_runtime.h                            
123
124 swiginclude_HEADERS =                   \
125         gr_basic_block.i                \
126         gr_block.i                      \
127         gr_block_detail.i               \
128         gr_hier_block2.i                \
129         gr_buffer.i                     \
130         gr_dispatcher.i                 \
131         gr_error_handler.i              \
132         gr_io_signature.i               \
133         gr_message.i                    \
134         gr_msg_handler.i                \
135         gr_msg_queue.i                  \
136         gr_realtime.i                   \
137         gr_single_threaded_scheduler.i  \
138         gr_sync_block.i                 \
139         gr_sync_decimator.i             \
140         gr_sync_interpolator.i          \
141         gr_swig_block_magic.i           \
142         gr_top_block.i                  \
143         runtime.i
144
145 MOSTLYCLEANFILES = *~ *.loT