# Copyright 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.

# the commented xml files are generated by gr_modtool and should not be installed
install(FILES
    #specest_reciprocal_ff.xml
    #specest_pad_vector.xml
    #specest_stream_to_vector_overlap.xml
    #specest_moving_average_vff.xml
    #specest_adaptiveweighting_vff.xml
    #specest_arfcov_vcc.xml
    #specest_fcov.xml
    #specest_arfmcov_vcc.xml
    #specest_fmcov.xml
    specest_arburg_vcc.xml
    specest_burg.xml
    specest_welch.xml
    specest_esprit_vcf.xml
    #specest_esprit_spectrum_vcf.xml
    #specest_esprit.xml
    #specest_welchsp.xml
    #specest_cyclo_fam_calcspectrum_vcf.xml
    specest_cyclo_fam.xml
    specest_music_vcf.xml
    #specest_music.xml
    #specest_music_spectrum_vcf.xml 
    specest_spectrum_sink.xml
    DESTINATION share/gnuradio/grc/blocks
)
