📄 automake.rules
字号:
## $Id: /local/meteosatlib/hrit/Automake.rules 2141 2006-11-24T15:11:00.649178Z dsmaartens $## Copyright (C) 2005, 2006 Deneys S. Maartens <dsm@tlabs.ac.za>#### This program 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 2, or (at your option)## any later version.#### This program 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 this program; if not, write to the Free Software Foundation,## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.## Include this file in the top-level Makefile.am with an include## directive.lib_LTLIBRARIES += \ hrit/libhrit.labin_PROGRAMS += \ hrit/examples/GRIB2NetCDF \ hrit/examples/XRIT2Grib \ hrit/examples/XRIT2Image \ hrit/examples/XRIT2NetCDFhrit_includedir = \ $(includedir)/hrithrit_include_HEADERS = \ hrit/MSG_channel.h \ hrit/MSG_compression.h \ hrit/MSG_data_CelestialEvents.h \ hrit/MSG_data_format.h \ hrit/MSG_data_GeometricProc.h \ hrit/MSG_data_GeometricQuality.h \ hrit/MSG_data_gts.h \ hrit/MSG_data.h \ hrit/MSG_data_ImageAcquisition.h \ hrit/MSG_data_ImageDescription.h \ hrit/MSG_data_image.h \ hrit/MSG_data_image_mpef.h \ hrit/MSG_data_ImageProdStats.h \ hrit/MSG_data_IMPFConfiguration.h \ hrit/MSG_data_key.h \ hrit/MSG_data_NavigExtrResult.h \ hrit/MSG_data_RadiometricProc.h \ hrit/MSG_data_RadiometricQuality.h \ hrit/MSG_data_SatelliteStatus.h \ hrit/MSG_data_SGS_header.h \ hrit/MSG_data_text.h \ hrit/MSG_data_TimelinComple.h \ hrit/MSG_filetype.h \ hrit/MSG_header_ancillary_text.h \ hrit/MSG_header_annotation.h \ hrit/MSG_header.h \ hrit/MSG_header_image_datafunc.h \ hrit/MSG_header_image_navig.h \ hrit/MSG_header_image_struct.h \ hrit/MSG_header_key.h \ hrit/MSG_header_segment_id.h \ hrit/MSG_header_segment_quality.h \ hrit/MSG_header_timestamp.h \ hrit/MSG_HRIT.h \ hrit/MSG_hrit_specdoc.h \ hrit/MSG_machine.h \ hrit/MSG_projection.h \ hrit/MSG_quality.h \ hrit/MSG_spacecraft.h \ hrit/MSG_time_cds.hhrit_libhrit_la_CPPFLAGS = \ -Idecompress/COMP/Inc \ -Idecompress/COMP/JPEG/Inc \ -Idecompress/COMP/T4/Inc \ -Idecompress/COMP/WT/Inc \ -Idecompress/DISE# CURRENT:REVISION:AGE# - library source changed -> inc REVISION# - interfaces added/removed/changed -> inc CURRENT, REVISION = 0# - interfaces added -> inc AGE# - interfaces removed -> AGE = 0hrit_libhrit_la_LIBADD = \ decompress/COMP/JPEG/Src/libJPEG.a \ decompress/COMP/WT/Src/libWT.a \ decompress/COMP/T4/Src/libT4.a \ decompress/COMP/Src/libCOMP.a \ decompress/DISE/libDISE.ahrit_libhrit_la_SOURCES = \ hrit/MSG_channel.cpp \ hrit/MSG_compression.cpp \ hrit/MSG_data_CelestialEvents.cpp \ hrit/MSG_data.cpp \ hrit/MSG_data_format.cpp \ hrit/MSG_data_GeometricProc.cpp \ hrit/MSG_data_GeometricQuality.cpp \ hrit/MSG_data_gts.cpp \ hrit/MSG_data_ImageAcquisition.cpp \ hrit/MSG_data_image.cpp \ hrit/MSG_data_ImageDescription.cpp \ hrit/MSG_data_ImageProdStats.cpp \ hrit/MSG_data_IMPFConfiguration.cpp \ hrit/MSG_data_key.cpp \ hrit/MSG_data_NavigExtrResult.cpp \ hrit/MSG_data_RadiometricProc.cpp \ hrit/MSG_data_RadiometricQuality.cpp \ hrit/MSG_data_SatelliteStatus.cpp \ hrit/MSG_data_SGS_header.cpp \ hrit/MSG_data_text.cpp \ hrit/MSG_data_TimelinComple.cpp \ hrit/MSG_filetype.cpp \ hrit/MSG_header_ancillary_text.cpp \ hrit/MSG_header_annotation.cpp \ hrit/MSG_header.cpp \ hrit/MSG_header_image_datafunc.cpp \ hrit/MSG_header_image_navig.cpp \ hrit/MSG_header_image_struct.cpp \ hrit/MSG_header_key.cpp \ hrit/MSG_header_segment_id.cpp \ hrit/MSG_header_segment_quality.cpp \ hrit/MSG_header_timestamp.cpp \ hrit/MSG_HRIT.cpp \ hrit/MSG_machine.cpp \ hrit/MSG_quality.cpp \ hrit/MSG_spacecraft.cpp \ hrit/MSG_time_cds.cpphrit_examples_GRIB2NetCDF_CPPFLAGS = \ -I$(top_srcdir)/gribhrit_examples_GRIB2NetCDF_LDADD = \ hrit/libhrit.la \ -lnetcdf_c++ \ -lnetcdfhrit_examples_GRIB2NetCDF_SOURCES = \ grib/Ebisuzaki.cpp \ grib/GRIB.cpp \ hrit/examples/GRIB2NetCDF.cpphrit_examples_XRIT2Grib_CPPFLAGS = \ -I$(top_srcdir)/gribhrit_examples_XRIT2Grib_LDADD = \ hrit/libhrit.lahrit_examples_XRIT2Grib_SOURCES = \ grib/Ebisuzaki.cpp \ grib/GRIB.cpp \ hrit/examples/XRIT2Grib.cpphrit_examples_XRIT2Image_LDADD = \ hrit/libhrit.la \ -lMagick++hrit_examples_XRIT2Image_SOURCES = \ hrit/examples/XRIT2Image.cpphrit_examples_XRIT2NetCDF_LDADD = \ hrit/libhrit.la \ -lnetcdf_c++ \ -lnetcdfhrit_examples_XRIT2NetCDF_SOURCES = \ hrit/examples/XRIT2NetCDF.cpp## -fin-## vim:syn=automake:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -