# Copyright 2011,2012 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 public header files ######################################################################## list(APPEND DEBUG_HEADER_FILES morse_debug_source.h debug_msg_source_raw.h debug_msg_source.h cw_encoder.h ) list(APPEND HEADER_FILES api.h ax25.h config.h convolutional_deinterleaver.h log.h morse_tree.h morse.h morse_decoder.h multi_format_msg_sink.h ogg_encoder.h cw_to_symbol.h utils.h udp_msg_source.h tcp_rigctl_msg_source.h frame_encoder.h doppler_correction_cc.h doppler_fit.h freq_drift.h upsat_fsk_frame_acquisition.h upsat_fsk_frame_encoder.h whitening.h udp_msg_sink.h coarse_doppler_correction_cc.h ax25_encoder_mb.h ax25_decoder_bm.h qb50_deframer.h waterfall_sink.h ogg_source.h noaa_apt_sink.h frame_file_sink.h iq_sink.h sstv_pd120_sink.h ) if(${INCLUDE_DEBUG_BLOCKS}) list(APPEND HEADER_FILES ${DEBUG_HEADER_FILES}) endif() install(FILES ${HEADER_FILES} quad_demod_filter_ff.h decoder_8b10b.h ccsds_rs_decoder_mm.h fox_telem_mm.h lrpt_sync.h lrpt_decoder.h frame_acquisition.h shift_reg.h golay24.h DESTINATION include/satnogs )