root / gr-qtgui / swig / Makefile.am @ 42caa092
History | View | Annotate | Download (1.6 kB)
| 1 | # |
|---|---|
| 2 | # Copyright 2004,2005,2006,2008,2009,2010 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 | include $(top_srcdir)/Makefile.swig |
| 24 | |
| 25 | TESTS = |
| 26 | EXTRA_DIST += $(nobase_guile_DATA) |
| 27 | |
| 28 | AM_CPPFLAGS = \ |
| 29 | -I$(top_srcdir)/gr-qtgui/lib \ |
| 30 | -I$(top_builddir)/gr-qtgui/lib \ |
| 31 | $(STD_DEFINES_AND_INCLUDES) \ |
| 32 | $(PYTHON_CPPFLAGS) \ |
| 33 | $(QT_INCLUDES) \ |
| 34 | $(WITH_INCLUDES) |
| 35 | |
| 36 | ############################## |
| 37 | # SWIG interface and library |
| 38 | TOP_SWIG_IFILES = \ |
| 39 | qtgui_swig.i |
| 40 | |
| 41 | # Install so that they end up available as: |
| 42 | # import gnuradio.qtgui |
| 43 | # This ends up at: |
| 44 | # ${prefix}/lib/python${python_version}/site-packages/gnuradio/qtgui
|
| 45 | qtgui_swig_pythondir_category = \ |
| 46 | gnuradio/qtgui |
| 47 | |
| 48 | # additional libraries for linking with the SWIG-generated library |
| 49 | qtgui_swig_la_swig_libadd = \ |
| 50 | $(abs_top_builddir)/gr-qtgui/lib/libgnuradio-qtgui.la |
| 51 | |
| 52 | # additional SWIG files to be installed |
| 53 | qtgui_swig_swiginclude_headers = |