Merge jcorgan/hier developer branch into trunk. Enables creation of true hierarchica...
[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 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 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_simple_flowgraph.cc                  \
35         gr_simple_flowgraph_detail.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_tmp_path.cc                          \
55         gr_vmcircbuf.cc                         \
56         gr_vmcircbuf_mmap_shm_open.cc           \
57         gr_vmcircbuf_mmap_tmpfile.cc            \
58         gr_vmcircbuf_createfilemapping.cc       \
59         gr_vmcircbuf_sysv_shm.cc                \
60         gr_select_handler.cc                    
61
62 libruntime_qa_la_SOURCES =                      \
63         qa_gr_block.cc                          \
64         qa_gr_hier_block2.cc                    \
65         qa_gr_buffer.cc                         \
66         qa_gr_io_signature.cc                   \
67         qa_gr_vmcircbuf.cc                      \
68         qa_runtime.cc                           
69
70 grinclude_HEADERS =                             \
71         gr_basic_block.h                        \
72         gr_simple_flowgraph.h                   \
73         gr_simple_flowgraph_detail.h            \
74         gr_block.h                              \
75         gr_block_detail.h                       \
76         gr_hier_block2.h                        \
77         gr_hier_block2_detail.h                 \
78         gr_buffer.h                             \
79         gr_complex.h                            \
80         gr_dispatcher.h                         \
81         gr_error_handler.h                      \
82         gr_io_signature.h                       \
83         gr_local_sighandler.h                   \
84         gr_message.h                            \
85         gr_msg_handler.h                        \
86         gr_msg_queue.h                          \
87         gr_pagesize.h                           \
88         gr_preferences.h                        \
89         gr_realtime.h                           \
90         gr_runtime.h                            \
91         gr_runtime_impl.h                       \
92         gr_runtime_types.h                      \
93         gr_select_handler.h                     \
94         gr_single_threaded_scheduler.h          \
95         gr_timer.h                              \
96         gr_tmp_path.h                           \
97         gr_types.h                              \
98         gr_vmcircbuf.h                          
99
100 noinst_HEADERS =                                \
101         gr_vmcircbuf_mmap_shm_open.h            \
102         gr_vmcircbuf_mmap_tmpfile.h             \
103         gr_vmcircbuf_sysv_shm.h                 \
104         gr_vmcircbuf_createfilemapping.h        \
105         qa_gr_block.h                           \
106         qa_gr_hier_block2.h                     \
107         qa_gr_buffer.h                          \
108         qa_gr_io_signature.h                    \
109         qa_gr_vmcircbuf.h                       \
110         qa_runtime.h                            
111
112 swiginclude_HEADERS =                   \
113         gr_basic_block.i                \
114         gr_block.i                      \
115         gr_block_detail.i               \
116         gr_hier_block2.i                \
117         gr_buffer.i                     \
118         gr_dispatcher.i                 \
119         gr_error_handler.i              \
120         gr_io_signature.i               \
121         gr_message.i                    \
122         gr_msg_handler.i                \
123         gr_msg_queue.i                  \
124         gr_realtime.i                   \
125         gr_runtime.i                    \
126         gr_simple_flowgraph.i           \
127         gr_single_threaded_scheduler.i  \
128         gr_swig_block_magic.i           \
129         runtime.i