More fixes for ticket:35, which was reopened.
[debian/gnuradio] / gr-comedi / src / Makefile.am
1 #
2 # Copyright 2005 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., 59 Temple Place - Suite 330,
19 # Boston, MA 02111-1307, USA.
20
21
22 include $(top_srcdir)/Makefile.common
23
24 # Install this stuff so that it ends up as the gnuradio.comedi module
25 # This usually ends up at:
26 #   ${prefix}/lib/python${python_version}/site-packages/gnuradio
27
28 ourpythondir = $(grpythondir)
29 ourlibdir    = $(grpyexecdir)
30
31 EXTRA_DIST = run_tests.in
32
33 TESTS = run_tests
34
35 LOCAL_IFILES =                          \
36         $(top_srcdir)/gr-comedi/src/comedi.i                            
37
38 NON_LOCAL_IFILES =                      \
39         $(GNURADIO_I)
40
41 ALL_IFILES =                            \
42         $(LOCAL_IFILES)                 \
43         $(NON_LOCAL_IFILES)             
44
45 BUILT_SOURCES =                         \
46         comedi.cc                       \
47         comedi.py                               
48
49 ourpython_PYTHON =                      \
50         comedi.py
51
52 INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS)
53
54 SWIGCPPPYTHONARGS = -c++ -python $(PYTHON_CPPFLAGS) $(STD_DEFINES_AND_INCLUDES)
55 #       -I$(swigincludedir) $(S-I$(grincludedir) -I$(comediincludedir)
56
57 ourlib_LTLIBRARIES = _comedi.la
58
59 _comedi_la_SOURCES =            \
60         comedi.cc               \
61         comedi_sink_s.cc        \
62         comedi_source_s.cc      \
63         gri_comedi.cc                   
64
65 grinclude_HEADERS =             \
66         comedi_sink_s.h         \
67         comedi_source_s.h               
68
69 noinst_HEADERS =                \
70         gri_comedi.h                    
71
72
73 swiginclude_HEADERS =           \
74         $(LOCAL_IFILES)
75
76 _comedi_la_LIBADD =             \
77         $(PYTHON_LDFLAGS)       \
78         $(GNURADIO_CORE_LIBS)   \
79         $(COMEDI_LIBS)          \
80         -lstdc++                                
81
82 _comedi_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version
83
84 comedi.cc comedi.py: $(LOCAL_IFILES)
85         $(SWIG) $(SWIGCPPPYTHONARGS) -module comedi -o comedi.cc $(LOCAL_IFILES)
86
87
88 noinst_PYTHON =                 \
89         qa_comedi.py                    
90
91 MOSTLYCLEANFILES = \
92         $(BUILT_SOURCES) *~ *.pyc