# Copyright (C) 2000 Stefan Buehler # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. bin_PROGRAMS = arts arts_SOURCES = \ main.cc \ absorption.h \ absorption.cc \ abs_species_tags.h \ abs_species_tags.cc \ gas_abs_lookup.h \ gas_abs_lookup.cc \ lineshapes.cc \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ auto_md.cc \ auto_md.h \ auto_wsv.h \ auto_wsv_groups.h \ bifstream.h \ bifstream.cc \ bofstream.h \ bofstream.cc \ binio.h \ binio.cc \ check_input.cc \ check_input.h \ cloudbox.h \ cloudbox.cc \ complex.h \ complex.cc \ constants.cc \ disort.cc \ disort.h \ disort_DISORT.h \ exceptions.h \ fastem.cc \ fastem.h \ file.cc \ file.h \ geomag_calc.cc \ geomag_calc.h \ getopt.c \ getopt.h \ getopt1.c \ globals_2.cc \ gridded_fields.cc\ gridded_fields.h\ groups.cc \ interpolation.cc \ interpolation.h \ iotraits.h \ jacobian.cc \ jacobian.h \ legendre.cc \ legendre.h \ m_agenda.cc \ m_atmosphere.cc \ m_basic_types.cc \ m_basic_types.h \ m_cloudbox.cc \ m_disort.cc \ m_general.cc \ m_general.h \ m_optproperties.cc \ m_physics.cc \ m_ppath.cc \ m_refraction.cc \ m_rte.cc \ m_scatrte.cc \ m_abs_lookup.cc \ m_copy.h \ m_ignore.h \ m_jacobian.cc \ m_montecarlo.cc \ m_sensor.cc \ m_xml.cc \ m_xml.h \ m_batch.cc \ make_array.h \ make_vector.cc \ make_vector.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mc_antenna.cc \ mc_antenna.h \ mc_interp.cc \ mc_interp.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ montecarlo.cc \ montecarlo.h \ optproperties.cc \ optproperties.h \ parameters.cc \ parameters.h \ parser.cc \ parser.h \ partition_function_data.cc \ ppath.h \ ppath.cc \ poly_roots.h \ poly_roots.cc \ physics_funcs.cc \ physics_funcs.h \ refraction.h \ refraction.cc \ rng.cc \ rng.h \ rte.cc \ rte.h \ sensor.cc \ sensor.h \ scatrte.cc \ scatrte.h \ sorting.h \ special_interp.cc \ special_interp.h \ species_data.cc \ sstream.h \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h \ xml_io.h \ xml_io_instantiation.h \ xml_io_private.h \ xml_io_basic_types.cc \ xml_io_basic_types.h \ xml_io_compound_types.cc \ xml_io_compound_types.h \ xml_io_array_types.cc \ xml_io_array_types.h \ xml_io.cc \ agenda_class.h \ agenda_class.cc \ agenda_record.h \ agenda_record.cc \ agendas.cc \ logic.h \ logic.cc \ lin_alg.h \ lin_alg.cc \ supergeneric.h if DISORT noinst_LIBRARIES = libdisort.a arts_LDADD = -lf2c libdisort.a test_binaryio_LDADD = -lf2c libdisort.a test_disort_LDADD = -lf2c libdisort.a test_interpolation_LDADD = -lf2c libdisort.a test_sensor_LDADD = -lf2c libdisort.a test_sparse_LDADD = -lf2c libdisort.a test_xml_LDADD = -lf2c libdisort.a libdisort_a_SOURCES = \ disort_D1MACH.c \ disort_DISORT.c \ disort_ErrPack.c \ disort_FAKEMAIN.c \ disort_LINPAK.c \ disort_R1MACH.c test_disort_SOURCES = \ disort_DISOTEST.c else test_disort$(EXEEXT): endif methods.o: arts.h arts_mpi.h make_array.h auto_wsv.h methods.h auto_wsv_groups.h methods.cc $(CXX) $(DEFS) $(INCLUDES) -I.. $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS_FIXED) -c methods.cc species_data.o: arts.h arts_mpi.h make_array.h absorption.h species_data.cc $(CXX) $(DEFS) $(INCLUDES) -I.. $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS_FIXED) -c species_data.cc partition_function_data.o: arts.h make_array.h absorption.h partition_function_data.cc $(CXX) $(DEFS) $(INCLUDES) -I.. $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS_FIXED) -c partition_function_data.cc # OLE: Temporarely added to work around a bug in gcc 3.0 xml_io.o: arts.h arts_mpi.h xml_io.h xml_io.cc xml_io_instantiation.h xml_io_private.h xml_io_basic_types.h xml_io_compound_types.h xml_io_array_types.h bofstream.h bifstream.h $(CXX) $(DEFS) $(INCLUDES) -I.. $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS_FIXED) -c xml_io.cc noinst_PROGRAMS = \ make_auto_md_cc \ make_auto_md_h \ make_auto_wsv_groups_h \ make_auto_wsv_h \ test_binaryio \ test_disort \ test_matpack \ test_sparse \ test_poly \ test_readpp \ test_tensor \ test_legendre \ test_linalg \ test_interpolation \ test_sensor \ test_xml \ test_complex \ test_mpi \ test_sorting \ test_integration test_binaryio_SOURCES = \ absorption.h \ absorption.cc \ abs_species_tags.h \ abs_species_tags.cc \ gas_abs_lookup.h \ gas_abs_lookup.cc \ lineshapes.cc \ array.h \ arts.h \ arts.cc \ arts_mpi.cc \ arts_mpi.h \ auto_md.cc \ auto_md.h \ auto_wsv.h \ auto_wsv_groups.h \ bifstream.h \ bifstream.cc \ bofstream.h \ bofstream.cc \ binio.h \ binio.cc \ check_input.cc \ check_input.h \ cloudbox.h \ cloudbox.cc \ complex.h \ complex.cc \ constants.cc \ disort.cc \ disort.h \ disort_DISORT.h \ exceptions.h \ fastem.cc \ fastem.h \ file.cc \ file.h \ geomag_calc.cc \ geomag_calc.h \ getopt.c \ getopt.h \ getopt1.c \ globals_2.cc \ gridded_fields.cc\ gridded_fields.h\ groups.cc \ interpolation.cc \ interpolation.h \ iotraits.h \ jacobian.cc \ jacobian.h \ legendre.cc \ legendre.h \ m_agenda.cc \ m_atmosphere.cc \ m_basic_types.cc \ m_basic_types.h \ m_cloudbox.cc \ m_disort.cc \ m_general.cc \ m_general.h \ m_optproperties.cc \ m_physics.cc \ m_ppath.cc \ m_refraction.cc \ m_rte.cc \ m_scatrte.cc \ m_abs_lookup.cc \ m_copy.h \ m_ignore.h \ m_jacobian.cc \ m_montecarlo.cc \ m_sensor.cc \ m_xml.cc \ m_xml.h \ m_batch.cc \ make_array.h \ make_vector.cc \ make_vector.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mc_antenna.cc \ mc_antenna.h \ mc_interp.cc \ mc_interp.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ montecarlo.cc \ montecarlo.h \ optproperties.cc \ optproperties.h \ parameters.cc \ parameters.h \ parser.cc \ parser.h \ partition_function_data.cc \ ppath.h \ ppath.cc \ poly_roots.h \ poly_roots.cc \ physics_funcs.cc \ physics_funcs.h \ refraction.h \ refraction.cc \ rng.cc \ rng.h \ rte.cc \ rte.h \ sensor.cc \ sensor.h \ scatrte.cc \ scatrte.h \ sorting.h \ special_interp.cc \ special_interp.h \ species_data.cc \ sstream.h \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h \ xml_io.h \ xml_io_instantiation.h \ xml_io_private.h \ xml_io_basic_types.cc \ xml_io_basic_types.h \ xml_io_compound_types.cc \ xml_io_compound_types.h \ xml_io_array_types.cc \ xml_io_array_types.h \ xml_io.cc \ agenda_class.h \ agenda_class.cc \ agenda_record.h \ agenda_record.cc \ agendas.cc \ logic.h \ logic.cc \ lin_alg.h\ lin_alg.cc\ supergeneric.h \ test_binaryio.cc #test_geomag_calc_SOURCES = \ # absorption.cc \ # absorption.h \ # array.h \ # arts.cc \ # arts.h \ # arts_mpi.cc \ # arts_mpi.h \ # auto_md.cc \ # auto_md.h \ # auto_wsv.h \ # auto_wsv_groups.h \ # bifstream.h \ # bifstream.cc \ # bofstream.h \ # bofstream.cc \ # binio.h \ # binio.cc \ # check_input.cc \ # check_input.h \ # cloudbox.h \ # cloudbox.cc \ # complex.h \ # complex.cc \ # constants.cc \ # exceptions.h \ # fastem.cc \ # fastem.h \ # file.cc \ # file.h \ # getopt.c \ # getopt.h \ # getopt1.c \ # globals_2.cc \ # gridded_fields.cc\ # gridded_fields.h\ # groups.cc \ # interpolation.cc \ # interpolation.h \ # iotraits.h \ # jacobian.cc \ # jacobian.h \ # legendre.cc \ # legendre.h \ # m_agenda.cc \ # m_atmosphere.cc \ # m_basic_types.cc \ # m_batch.cc \ # m_cloudbox.cc \ # m_general.cc \ # m_general.h \ # m_jacobian.cc \ # m_montecarlo.cc \ # m_optproperties.cc \ # m_physics.cc \ # m_ppath.cc \ # m_refraction.cc \ # m_rte.cc \ # m_scatrte.cc \ # m_sensor.cc \ # m_abs_lookup.cc \ # m_copy.h \ # m_ignore.h \ # m_xml.cc \ # m_xml.h \ # make_array.h \ # make_vector.cc \ # make_vector.h \ # math_funcs.cc \ # math_funcs.h \ # matpackI.cc \ # matpackI.h \ # matpackII.cc \ # matpackII.h \ # matpackIII.cc \ # matpackIII.h \ # matpackIV.cc \ # matpackIV.h \ # matpackV.cc \ # matpackV.h \ # matpackVI.cc \ # matpackVI.h \ # matpackVII.cc \ # matpackVII.h \ # mc_interp.cc \ # mc_interp.h \ # messages.cc \ # messages.h \ # methods.cc \ # methods.h \ # methods_aux.cc \ # montecarlo.cc \ # montecarlo.h \ # optproperties.cc \ # optproperties.h \ # parameters.cc \ # parameters.h \ # parser.cc \ # parser.h \ # partition_function_data.cc \ # ppath.h \ # ppath.cc \ # poly_roots.h \ # poly_roots.cc \ # physics_funcs.cc \ # physics_funcs.h \ # refraction.h \ # refraction.cc \ # rng.cc \ # rng.h \ # rte.cc \ # rte.h \ # sensor.cc \ # sensor.h \ # scatrte.cc \ # scatrte.h \ # special_interp.cc \ # special_interp.h \ # species_data.cc \ # sstream.h \ # token.cc \ # token.h \ # version.cc \ # workspace.cc \ # workspace_aux.cc \ # workspace_ng.cc \ # workspace_ng.h \ # wsv_aux.h \ # xml_io.h \ # xml_io_instantiation.h \ # xml_io_private.h \ # xml_io_basic_types.cc \ # xml_io_basic_types.h \ # xml_io_compound_types.cc \ # xml_io_compound_types.h \ # xml_io_array_types.cc \ # xml_io_array_types.h \ # xml_io.cc \ # agenda_class.h \ # agenda_class.cc \ # agenda_record.h \ # agenda_record.cc \ # agendas.cc \ # logic.h \ # logic.cc \ # lin_alg.h\ # lin_alg.cc\ # supergeneric.h \ # geomag_calc.cc \ # geomag_calc.h \ # gas_abs_lookup.h \ # gas_abs_lookup.cc \ # test_geomag_calc.cc test_interpolation_SOURCES = \ absorption.h \ absorption.cc \ abs_species_tags.h \ abs_species_tags.cc \ gas_abs_lookup.h \ gas_abs_lookup.cc \ lineshapes.cc \ array.h \ arts.h \ arts.cc \ arts_mpi.cc \ arts_mpi.h \ auto_md.cc \ auto_md.h \ auto_wsv.h \ auto_wsv_groups.h \ bifstream.h \ bifstream.cc \ bofstream.h \ bofstream.cc \ binio.h \ binio.cc \ check_input.cc \ check_input.h \ cloudbox.h \ cloudbox.cc \ complex.h \ complex.cc \ constants.cc \ disort.cc \ disort.h \ disort_DISORT.h \ exceptions.h \ fastem.cc \ fastem.h \ file.cc \ file.h \ geomag_calc.cc \ geomag_calc.h \ getopt.c \ getopt.h \ getopt1.c \ globals_2.cc \ gridded_fields.cc\ gridded_fields.h\ groups.cc \ interpolation.cc \ interpolation.h \ iotraits.h \ jacobian.cc \ jacobian.h \ legendre.cc \ legendre.h \ m_agenda.cc \ m_atmosphere.cc \ m_basic_types.cc \ m_basic_types.h \ m_cloudbox.cc \ m_disort.cc \ m_general.cc \ m_general.h \ m_optproperties.cc \ m_physics.cc \ m_ppath.cc \ m_refraction.cc \ m_rte.cc \ m_scatrte.cc \ m_abs_lookup.cc \ m_copy.h \ m_ignore.h \ m_jacobian.cc \ m_montecarlo.cc \ m_sensor.cc \ m_xml.cc \ m_xml.h \ m_batch.cc \ make_array.h \ make_vector.cc \ make_vector.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mc_antenna.cc \ mc_antenna.h \ mc_interp.cc \ mc_interp.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ montecarlo.cc \ montecarlo.h \ optproperties.cc \ optproperties.h \ parameters.cc \ parameters.h \ parser.cc \ parser.h \ partition_function_data.cc \ ppath.h \ ppath.cc \ poly_roots.h \ poly_roots.cc \ physics_funcs.cc \ physics_funcs.h \ refraction.h \ refraction.cc \ rng.cc \ rng.h \ rte.cc \ rte.h \ sensor.cc \ sensor.h \ scatrte.cc \ scatrte.h \ sorting.h \ special_interp.cc \ special_interp.h \ species_data.cc \ sstream.h \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h \ xml_io.h \ xml_io_instantiation.h \ xml_io_private.h \ xml_io_basic_types.cc \ xml_io_basic_types.h \ xml_io_compound_types.cc \ xml_io_compound_types.h \ xml_io_array_types.cc \ xml_io_array_types.h \ xml_io.cc \ agenda_class.h \ agenda_class.cc \ agenda_record.h \ agenda_record.cc \ agendas.cc \ logic.h \ logic.cc \ lin_alg.h\ lin_alg.cc\ supergeneric.h \ test_interpolation.cc test_legendre_SOURCES = \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ constants.cc \ logic.cc \ logic.h \ make_array.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ legendre.h \ legendre.cc \ test_legendre.cc test_linalg_SOURCES = \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ constants.cc \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ make_vector.h\ make_vector.cc\ lin_alg.cc \ lin_alg.h \ test_linalg.cc\ logic.h\ logic.cc test_poly_SOURCES = \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ make_array.h \ matpackI.cc \ matpackI.h \ poly_roots.h \ poly_roots.cc \ test_poly.cc test_tensor_SOURCES = \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ make_array.h \ make_vector.cc \ make_vector.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mystring.h \ test_tensor.cc test_matpack_SOURCES = \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ make_array.h \ make_vector.cc \ make_vector.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mystring.h \ describe.h \ describe.cc \ test_matpack.cc test_sparse_SOURCES = \ absorption.h \ absorption.cc \ abs_species_tags.h \ abs_species_tags.cc \ gas_abs_lookup.h \ gas_abs_lookup.cc \ lineshapes.cc \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ auto_md.cc \ auto_md.h \ auto_wsv.h \ auto_wsv_groups.h \ bifstream.h \ bifstream.cc \ bofstream.h \ bofstream.cc \ binio.h \ binio.cc \ check_input.cc \ check_input.h \ cloudbox.h \ cloudbox.cc \ complex.h \ complex.cc \ constants.cc \ disort.cc \ disort.h \ disort_DISORT.h \ exceptions.h \ fastem.cc \ fastem.h \ file.cc \ file.h \ geomag_calc.cc \ geomag_calc.h \ getopt.c \ getopt.h \ getopt1.c \ globals_2.cc \ gridded_fields.cc\ gridded_fields.h\ groups.cc \ interpolation.cc \ interpolation.h \ iotraits.h \ jacobian.cc \ jacobian.h \ legendre.cc \ legendre.h \ m_agenda.cc \ m_atmosphere.cc \ m_basic_types.cc \ m_basic_types.h \ m_cloudbox.cc \ m_disort.cc \ m_general.cc \ m_general.h \ m_optproperties.cc \ m_physics.cc \ m_ppath.cc \ m_refraction.cc \ m_rte.cc \ m_scatrte.cc \ m_abs_lookup.cc \ m_copy.h \ m_ignore.h \ m_jacobian.cc \ m_montecarlo.cc \ m_sensor.cc \ m_xml.cc \ m_xml.h \ m_batch.cc \ make_array.h \ make_vector.cc \ make_vector.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mc_interp.cc \ mc_interp.h \ mc_antenna.cc \ mc_antenna.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ montecarlo.cc \ montecarlo.h \ optproperties.cc \ optproperties.h \ parameters.cc \ parameters.h \ parser.cc \ parser.h \ partition_function_data.cc \ ppath.h \ ppath.cc \ poly_roots.h \ poly_roots.cc \ physics_funcs.cc \ physics_funcs.h \ refraction.h \ refraction.cc \ rng.cc \ rng.h \ rte.cc \ rte.h \ sensor.cc \ sensor.h \ scatrte.cc \ scatrte.h \ sorting.h \ special_interp.cc \ special_interp.h \ species_data.cc \ sstream.h \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h \ xml_io.h \ xml_io_instantiation.h \ xml_io_private.h \ xml_io_basic_types.cc \ xml_io_basic_types.h \ xml_io_compound_types.cc \ xml_io_compound_types.h \ xml_io_array_types.cc \ xml_io_array_types.h \ xml_io.cc \ agenda_class.h \ agenda_class.cc \ agenda_record.h \ agenda_record.cc \ agendas.cc \ logic.h \ logic.cc \ lin_alg.h\ lin_alg.cc\ supergeneric.h \ test_sparse.cc test_xml_SOURCES = \ absorption.h \ absorption.cc \ abs_species_tags.h \ abs_species_tags.cc \ gas_abs_lookup.h \ gas_abs_lookup.cc \ lineshapes.cc \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ auto_md.cc \ auto_md.h \ auto_wsv.h \ auto_wsv_groups.h \ bifstream.h \ bifstream.cc \ bofstream.h \ bofstream.cc \ binio.h \ binio.cc \ check_input.cc \ check_input.h \ cloudbox.h \ cloudbox.cc \ complex.h \ complex.cc \ constants.cc \ disort.cc \ disort.h \ disort_DISORT.h \ exceptions.h \ fastem.cc \ fastem.h \ file.cc \ file.h \ geomag_calc.cc \ geomag_calc.h \ getopt.c \ getopt.h \ getopt1.c \ globals_2.cc \ gridded_fields.cc\ gridded_fields.h\ groups.cc \ interpolation.cc \ interpolation.h \ iotraits.h \ jacobian.cc \ jacobian.h \ legendre.cc \ legendre.h \ m_agenda.cc \ m_atmosphere.cc \ m_basic_types.cc \ m_basic_types.h \ m_cloudbox.cc \ m_disort.cc \ m_general.cc \ m_general.h \ m_optproperties.cc \ m_physics.cc \ m_ppath.cc \ m_refraction.cc \ m_rte.cc \ m_scatrte.cc \ m_abs_lookup.cc \ m_copy.h \ m_ignore.h \ m_jacobian.cc \ m_montecarlo.cc \ m_sensor.cc \ m_xml.cc \ m_xml.h \ m_batch.cc \ make_array.h \ make_vector.cc \ make_vector.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mc_antenna.cc \ mc_antenna.h \ mc_interp.cc \ mc_interp.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ montecarlo.cc \ montecarlo.h \ optproperties.cc \ optproperties.h \ parameters.cc \ parameters.h \ parser.cc \ parser.h \ partition_function_data.cc \ ppath.h \ ppath.cc \ poly_roots.h \ poly_roots.cc \ physics_funcs.cc \ physics_funcs.h \ refraction.h \ refraction.cc \ rng.cc \ rng.h \ rte.cc \ rte.h \ sensor.cc \ sensor.h \ scatrte.cc \ scatrte.h \ sorting.h \ special_interp.cc \ special_interp.h \ species_data.cc \ sstream.h \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h \ xml_io.h \ xml_io_instantiation.h \ xml_io_private.h \ xml_io_basic_types.cc \ xml_io_basic_types.h \ xml_io_compound_types.cc \ xml_io_compound_types.h \ xml_io_array_types.cc \ xml_io_array_types.h \ xml_io.cc \ agenda_class.h \ agenda_class.cc \ agenda_record.h \ agenda_record.cc \ agendas.cc \ logic.h \ logic.cc \ lin_alg.h \ lin_alg.cc \ supergeneric.h \ test_xml.cc test_complex_SOURCES = \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ complex.h \ complex.cc \ test_complex.cc test_mpi_SOURCES = \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ matpackI.cc \ matpackI.h \ test_mpi.cc test_sorting_SOURCES = \ arts.h \ matpackI.h \ matpackI.cc \ array.h \ sorting.h \ test_sorting.cc test_sensor_SOURCES = \ absorption.h \ absorption.cc \ abs_species_tags.h \ abs_species_tags.cc \ gas_abs_lookup.h \ gas_abs_lookup.cc \ lineshapes.cc \ array.h \ arts.cc \ arts.h \ arts_mpi.cc \ arts_mpi.h \ auto_md.cc \ auto_md.h \ auto_wsv.h \ auto_wsv_groups.h \ bifstream.h \ bifstream.cc \ bofstream.h \ bofstream.cc \ binio.h \ binio.cc \ check_input.cc \ check_input.h \ cloudbox.h \ cloudbox.cc \ complex.h \ complex.cc \ constants.cc \ disort.cc \ disort.h \ disort_DISORT.h \ exceptions.h \ fastem.cc \ fastem.h \ file.cc \ file.h \ geomag_calc.cc \ geomag_calc.h \ getopt.c \ getopt.h \ getopt1.c \ globals_2.cc \ gridded_fields.cc\ gridded_fields.h\ groups.cc \ interpolation.cc \ interpolation.h \ iotraits.h \ jacobian.cc \ jacobian.h \ legendre.cc \ legendre.h \ m_agenda.cc \ m_atmosphere.cc \ m_basic_types.cc \ m_basic_types.h \ m_cloudbox.cc \ m_disort.cc \ m_general.cc \ m_general.h \ m_optproperties.cc \ m_physics.cc \ m_ppath.cc \ m_refraction.cc \ m_rte.cc \ m_scatrte.cc \ m_abs_lookup.cc \ m_copy.h \ m_ignore.h \ m_jacobian.cc \ m_montecarlo.cc \ m_sensor.cc \ m_xml.cc \ m_xml.h \ m_batch.cc \ make_array.h \ make_vector.cc \ make_vector.h \ math_funcs.cc \ math_funcs.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ mc_antenna.cc \ mc_antenna.h \ mc_interp.cc \ mc_interp.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ montecarlo.cc \ montecarlo.h \ optproperties.cc \ optproperties.h \ parameters.cc \ parameters.h \ parser.cc \ parser.h \ partition_function_data.cc \ ppath.h \ ppath.cc \ poly_roots.h \ poly_roots.cc \ physics_funcs.cc \ physics_funcs.h \ refraction.h \ refraction.cc \ rng.cc \ rng.h \ rte.cc \ rte.h \ sensor.cc \ sensor.h \ scatrte.cc \ scatrte.h \ sorting.h \ special_interp.cc \ special_interp.h \ species_data.cc \ sstream.h \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h \ xml_io.h \ xml_io_instantiation.h \ xml_io_private.h \ xml_io_basic_types.cc \ xml_io_basic_types.h \ xml_io_compound_types.cc \ xml_io_compound_types.h \ xml_io_array_types.cc \ xml_io_array_types.h \ xml_io.cc \ agenda_class.h \ agenda_class.cc \ agenda_record.h \ agenda_record.cc \ agendas.cc \ logic.h \ logic.cc \ lin_alg.h \ lin_alg.cc \ supergeneric.h \ test_sensor.cc test_integration_SOURCES = \ matpackI.cc \ matpackI.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ math_funcs.cc \ math_funcs.h \ logic.cc \ logic.h \ constants.cc \ test_integration.cc test_readpp_SOURCES = \ bifstream.cc \ bifstream.h \ binio.cc \ binio.h \ matpackI.cc \ matpackI.h \ test_readpp.cc make_auto_wsv_groups_h_SOURCES = \ arts.cc \ arts.h \ file.cc \ file.h \ groups.cc \ m_general.h \ make_auto_wsv_groups_h.cc \ matpackI.cc \ matpackI.h \ messages.cc \ version.cc make_auto_wsv_h_SOURCES = \ absorption.h \ agenda_class.h \ arts.cc \ arts.h \ auto_wsv_groups.h \ binio.cc \ binio.h \ file.cc \ file.h \ groups.cc \ m_general.h \ make_auto_wsv_h.cc \ matpackI.cc \ matpackI.h \ messages.cc \ version.cc \ workspace.cc \ workspace_aux.cc \ wsv_aux.h make_auto_md_h_SOURCES = \ absorption.h \ agenda_record.cc \ agenda_record.h \ agendas.cc \ arts.cc \ arts.h \ auto_wsv.h \ auto_wsv_groups.h \ binio.cc \ binio.h \ file.cc \ file.h \ globals_2.cc \ groups.cc \ make_array.h \ make_auto_md_h.cc \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h make_auto_md_cc_SOURCES = \ absorption.h \ agenda_record.cc \ agenda_record.h \ agendas.cc \ arts.cc \ arts.h \ auto_wsv.h \ auto_wsv_groups.h \ binio.cc \ binio.h \ file.cc \ file.h \ globals_2.cc \ groups.cc \ make_array.h \ make_auto_md_cc.cc \ make_array.h \ matpackI.cc \ matpackI.h \ matpackII.cc \ matpackII.h \ matpackIII.cc \ matpackIII.h \ matpackIV.cc \ matpackIV.h \ matpackV.cc \ matpackV.h \ matpackVI.cc \ matpackVI.h \ matpackVII.cc \ matpackVII.h \ messages.cc \ messages.h \ methods.cc \ methods.h \ methods_aux.cc \ token.cc \ token.h \ version.cc \ workspace.cc \ workspace_aux.cc \ workspace_ng.cc \ workspace_ng.h \ wsv_aux.h auto_wsv.h: make_auto_wsv_h$(EXEEXT) $(top_builddir)/src/make_auto_wsv_h$(EXEEXT) auto_wsv_groups.h: make_auto_wsv_groups_h$(EXEEXT) $(top_builddir)/src/make_auto_wsv_groups_h$(EXEEXT) auto_md.h: make_auto_md_h$(EXEEXT) $(top_builddir)/src/make_auto_md_h$(EXEEXT) auto_md.cc: make_auto_md_cc$(EXEEXT) $(top_builddir)/src/make_auto_md_cc$(EXEEXT) BUILT_SOURCES = \ auto_wsv_groups.h \ auto_wsv.h \ auto_md.h \ auto_md.cc CLEANFILES = \ auto_wsv.h \ auto_wsv_groups.h \ auto_md.h \ auto_md.cc TESTS = \ ./check-code-cheaders.pl \ ./check-code-tab-indent.sh