Statistics
| Branch: | Tag: | Revision:

root / gr-wxgui / Makefile.am @ 35940091

History | View | Annotate | Download (1 kB)

1 5d69a524 jcorgan
#
2 42d9c6f4 jcorgan
# Copyright 2004,2006,2008 Free Software Foundation, Inc.
3 5d69a524 jcorgan
# 
4 5d69a524 jcorgan
# This file is part of GNU Radio
5 5d69a524 jcorgan
# 
6 5d69a524 jcorgan
# GNU Radio is free software; you can redistribute it and/or modify
7 5d69a524 jcorgan
# it under the terms of the GNU General Public License as published by
8 937b719d eb
# the Free Software Foundation; either version 3, or (at your option)
9 5d69a524 jcorgan
# any later version.
10 5d69a524 jcorgan
# 
11 5d69a524 jcorgan
# GNU Radio is distributed in the hope that it will be useful,
12 5d69a524 jcorgan
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13 5d69a524 jcorgan
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 5d69a524 jcorgan
# GNU General Public License for more details.
15 5d69a524 jcorgan
# 
16 5d69a524 jcorgan
# You should have received a copy of the GNU General Public License
17 5d69a524 jcorgan
# along with GNU Radio; see the file COPYING.  If not, write to
18 86f5c924 eb
# the Free Software Foundation, Inc., 51 Franklin Street,
19 86f5c924 eb
# Boston, MA 02110-1301, USA.
20 5d69a524 jcorgan
# 
21 5d69a524 jcorgan
22 5d69a524 jcorgan
include $(top_srcdir)/Makefile.common
23 5d69a524 jcorgan
24 36649d4e jcorgan
EXTRA_DIST = \
25 36649d4e jcorgan
    gr-wxgui.pc.in \
26 36649d4e jcorgan
    README \
27 36649d4e jcorgan
    README.gl
28 503efe1f jcorgan
29 40b8a57d jcorgan
if PYTHON
30 5d69a524 jcorgan
SUBDIRS = src
31 5d69a524 jcorgan
32 3b0db383 jcorgan
etcdir = $(gr_prefsdir)
33 503efe1f jcorgan
dist_etc_DATA = gr-wxgui.conf
34 42d9c6f4 jcorgan
35 42d9c6f4 jcorgan
pkgconfigdir = $(libdir)/pkgconfig
36 42d9c6f4 jcorgan
pkgconfig_DATA = gr-wxgui.pc
37 40b8a57d jcorgan
endif