SWIG compilation speedup! Fixes ticket:9.
[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_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_io_signature.cc                   \
70         qa_gr_vmcircbuf.cc                      \
71         qa_runtime.cc                           
72
73 grinclude_HEADERS =                             \
74         gr_basic_block.h                        \
75         gr_simple_flowgraph.h                   \
76         gr_simple_flowgraph_detail.h            \
77         gr_block.h                              \
78         gr_block_detail.h                       \
79         gr_hier_block2.h                        \
80         gr_hier_block2_detail.h                 \
81         gr_buffer.h                             \
82         gr_complex.h                            \
83         gr_dispatcher.h                         \
84         gr_error_handler.h                      \
85         gr_io_signature.h                       \
86         gr_local_sighandler.h                   \
87         gr_message.h                            \
88         gr_msg_handler.h                        \
89         gr_msg_queue.h                          \
90         gr_pagesize.h                           \
91         gr_preferences.h                        \
92         gr_realtime.h                           \
93         gr_runtime.h                            \
94         gr_runtime_impl.h                       \
95         gr_runtime_types.h                      \
96         gr_select_handler.h                     \
97         gr_single_threaded_scheduler.h          \
98         gr_sync_block.h                         \
99         gr_sync_decimator.h                     \
100         gr_sync_interpolator.h                  \
101         gr_timer.h                              \
102         gr_tmp_path.h                           \
103         gr_types.h                              \
104         gr_vmcircbuf.h                          
105
106 noinst_HEADERS =                                \
107         gr_vmcircbuf_mmap_shm_open.h            \
108         gr_vmcircbuf_mmap_tmpfile.h             \
109         gr_vmcircbuf_sysv_shm.h                 \
110         gr_vmcircbuf_createfilemapping.h        \
111         qa_gr_block.h                           \
112         qa_gr_hier_block2.h                     \
113         qa_gr_buffer.h                          \
114         qa_gr_io_signature.h                    \
115         qa_gr_vmcircbuf.h                       \
116         qa_runtime.h                            
117
118 swiginclude_HEADERS =                   \
119         gr_basic_block.i                \
120         gr_block.i                      \
121         gr_block_detail.i               \
122         gr_hier_block2.i                \
123         gr_buffer.i                     \
124         gr_dispatcher.i                 \
125         gr_error_handler.i              \
126         gr_io_signature.i               \
127         gr_message.i                    \
128         gr_msg_handler.i                \
129         gr_msg_queue.i                  \
130         gr_realtime.i                   \
131         gr_runtime.i                    \
132         gr_simple_flowgraph.i           \
133         gr_single_threaded_scheduler.i  \
134         gr_sync_block.i                 \
135         gr_sync_decimator.i             \
136         gr_sync_interpolator.i          \
137         gr_swig_block_magic.i           \
138         runtime.i