# 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.

install(FILES
    satellites_kiss_to_pdu.xml
    satellites_pdu_to_kiss.xml
    satellites_hdlc_framer.xml
    satellites_nrzi_encode.xml
    satellites_nrzi_decode.xml
    satellites_hdlc_deframer.xml
    satellites_check_address.xml
    satellites_fixedlen_tagger.xml
    satellites_print_header.xml
    satellites_check_crc.xml
    satellites_swap_crc.xml
    satellites_swap_header.xml
    satellites_submit.xml
    satellites_print_timestamp.xml
    satellites_sat3cat2_telemetry_parser.xml
    satellites_ao40_syncframe.xml
    satellites_ao40_deinterleaver.xml
    satellites_ao40_rs_decoder.xml
    satellites_funcube_telemetry_parser.xml
    satellites_gomx3_beacon_parser.xml
    satellites_adsb_kml.xml
    satellites_ax100_decode.xml
    satellites_u482c_decode.xml
    satellites_gomx1_beacon_parser.xml
    satellites_ks1q_header_remover.xml
    satellites_decode_rs.xml
    satellites_encode_rs.xml
    satellites_lilacsat1_demux.xml
    satellites_by701_image_decoder.xml
    satellites_by701_telemetry_parser.xml
    satellites_by701_camera_telemetry_parser.xml
    satellites_kr01_telemetry_parser.xml
    satellites_check_ao40_uncoded_crc.xml
    satellites_lilacsat1_gps_kml.xml
    satellites_au03_telemetry_parser.xml
    satellites_check_tt64_crc.xml
    satellites_varlen_packet_tagger.xml
    satellites_varlen_packet_framer.xml
    satellites_append_crc32c.xml
    satellites_dsat_image_decoder.xml
    satellites_nusat_decoder.xml
    satellites_rscode_decoder.xml
    satellites_strip_ax25_header.xml
    satellites_picsat_telemetry_parser.xml
    satellites_snet_deframer.xml
    satellites_ao40_syncframe_soft.xml
    satellites_ao40_deinterleaver_soft.xml
    satellites_beesat_classifier.xml
    satellites_snet_telemetry_parser.xml
    satellites_snet_classifier.xml
    satellites_sat_1kuns_pf_telemetry_parser.xml
    satellites_sat_1kuns_pf_image_decoder.xml
    satellites_k2sat_deframer.xml
    satellites_k2sat_image_decoder.xml
    satellites_descrambler308.xml
    satellites_cc11xx_packet_crop.xml
    satellites_check_cc11xx_crc.xml
    satellites_cc11xx_remove_length.xml
    satellites_sat_3cat_1_telemetry_parser.xml
    satellites_suomi_100_telemetry_parser.xml
    satellites_mysat1_telemetry_parser.xml
    satellites_pwsat2_telemetry_parser.xml
    satellites_pwsat2_submitter.xml
    satellites_eseo_packet_crop.xml
    satellites_eseo_line_decoder.xml
    satellites_check_eseo_crc.xml
    satellites_decode_rs_general.xml
    satellites_funcube_submit.xml
    satellites_eseo_telemetry_parser.xml
    satellites_dstar_one_telemetry_parser.xml
    satellites_reflect_bytes.xml
    satellites_check_astrocast_crc.xml
    satellites_lume1_telemetry_parser.xml
    satellites_qo100_telemetry_print.xml
    satellites_decode_rs_interleaved.xml
    satellites_swiatowid_packet_crop.xml
    satellites_check_swiatowid_crc.xml
    satellites_swiatowid_packet_split.xml
    satellites_swiatowid_image_decoder.xml
    satellites_taurus1_telemetry_parser.xml
    CCSDS/satellites_space_packet_parser.xml
    CCSDS/satellites_telemetry_parser.xml
    CCSDS/satellites_telecommand_parser.xml
    CCSDS/satellites_space_packet_primaryheader_adder.xml
    CCSDS/satellites_telemetry_primaryheader_adder.xml
    CCSDS/satellites_telecommand_primaryheader_adder.xml
    CCSDS/satellites_pathID_demultiplexer.xml
    CCSDS/satellites_virtual_channel_demultiplexer.xml
    CCSDS/satellites_telemetry_ocf_adder.xml
    CCSDS/satellites_space_packet_time_stamp_adder.xml
    CCSDS/variable_time_format_parameters.xml
    CCSDS/satellites_telemetry_packet_reconstruction.xml
    DESTINATION share/gnuradio/grc/blocks
)
