[med-svn] [lamarc] 05/07: New upstream version 2.1.10.1+dfsg

Andreas Tille tille at debian.org
Thu Jan 4 20:52:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository lamarc.

commit 0f706980d6c88a6fa55a2d63a2ca1834aa880bc4
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jan 4 21:32:48 2018 +0100

    New upstream version 2.1.10.1+dfsg
---
 CONTENTS                                           |    71 +
 COPYING                                            |    57 +
 HISTORY                                            |    97 +
 INSTALL                                            |     2 +
 MAINTAINER.README                                  |   179 +
 Makefile.am                                        |    22 +-
 Makefile.in                                        | 10162 +++++++++++++++++++
 README                                             |    61 +
 aclocal.m4                                         |  1188 +++
 config/{conf.h.in => conf.h}                       |    70 +-
 config/conf.h.in                                   |     5 +-
 config/config.guess                                |  1447 +++
 config/config.sub                                  |  1555 +++
 config/depcomp                                     |   520 +
 config/dynacounter.bash                            |   138 +
 config/install-sh                                  |   316 +
 config/missing                                     |   360 +
 configure                                          |  7765 ++++++++++++++
 configure.ac                                       |     4 +-
 depcomp                                            |   520 +
 doc/html/changes.html                              |    15 +-
 doc/html/compiling.html                            |     6 +-
 doc/html/converter_cmd.html                        |     6 +-
 doc/html/genetic_map.html                          |     6 +-
 doc/html/index.html                                |     4 +-
 doc/html/mapping.html                              |     4 +-
 doc/html/menu.html                                 |    11 +-
 doc/html/panels.html                               |     8 +-
 doc/pipeline.txt                                   |   235 +
 doc/wx-osx-notes.txt                               |    52 +
 firstLinuxBuild.sh                                 |     4 +
 install-sh                                         |   316 +
 makedebug.sh                                       |    26 +
 makegcov.sh                                        |    14 +
 makeopt.sh                                         |    17 +
 missing                                            |   360 +
 projects/macos/MacOSPrefix.h                       |    37 +
 projects/macos/MacOSPrefixDebug.h                  |    68 +
 projects/macos/carb.r                              |    18 +
 projects/macos/lam_conv make                       |   Bin 0 -> 85969 bytes
 projects/macos/lamarc make                         |   Bin 0 -> 94970 bytes
 projects/macos/make_mwerks.pl                      |   171 +
 projects/macos/mwerks_xml_template                 |  1261 +++
 projects/win32/README                              |     2 +
 projects/win32/gui_lam_conv.vcproj                 |   324 +
 projects/win32/lam_conv.vcproj                     |   183 +
 projects/win32/lamarc.vcproj                       |   433 +
 projects/win32/make_vcproj.pl                      |   174 +
 projects/win32/vcproj_template                     |   126 +
 scripts/buildDmg.sh                                |   134 +
 scripts/pyParallel/README                          |    19 +
 scripts/pyParallel/combine_regions.py              |   191 +
 scripts/pyParallel/combine_replicates.py           |   164 +
 scripts/pyParallel/divide_data.py                  |   108 +
 scripts/pyParallel/parallelCommon.py               |   239 +
 .../binutils-2.15.91-20040904-1-src.tar.gz         |   Bin 0 -> 14507299 bytes
 .../xmingw32/gcc-core-3.4.2-20040916-1-src.tar.gz  |   Bin 0 -> 14096017 bytes
 .../xmingw32/gcc-g++-3.4.2-20040916-1-src.tar.gz   |   Bin 0 -> 3607955 bytes
 .../xmingw32/gcc-g77-3.4.2-20040916-1-src.tar.gz   |   Bin 0 -> 1200272 bytes
 scripts/xmingw32/mingw-runtime-3.7.tar.gz          |   Bin 0 -> 343841 bytes
 scripts/xmingw32/w32api-3.2.tar.gz                 |   Bin 0 -> 1530078 bytes
 scripts/xmingw32/xmingw32.bat.in                   |    59 +
 scripts/xmingw32/xmingw32.mak                      |   285 +
 scripts/xmingw32/xmingw32.sh.in                    |    53 +
 src/BUGS                                           |   453 -
 src/bayeslike/bayesanalyzer_1d.cpp                 |    22 +-
 src/bayeslike/bayesanalyzer_1d.h                   |    22 +-
 src/bayeslike/bayescurve.cpp                       |    22 +-
 src/bayeslike/bayescurve.h                         |    22 +-
 src/bayeslike/bayesparamlike_1d.cpp                |    22 +-
 src/bayeslike/bayesparamlike_1d.h                  |    22 +-
 src/control/chainmanager.cpp                       |    22 +-
 src/control/chainmanager.h                         |    22 +-
 src/control/chainout.cpp                           |    22 +-
 src/control/chainout.h                             |    22 +-
 src/control/chainpack.cpp                          |    22 +-
 src/control/chainpack.h                            |    22 +-
 src/control/chainparam.cpp                         |    22 +-
 src/control/chainparam.h                           |    22 +-
 src/control/constants.cpp                          |    22 +-
 src/control/constants.h                            |    22 +-
 src/control/definitions.h                          |    22 +-
 src/control/dynatracer.cpp                         |    26 +-
 src/control/dynatracer.h                           |    26 +-
 src/control/errhandling.cpp                        |    22 +-
 src/control/errhandling.h                          |    22 +-
 src/control/lamarc.cpp                             |    28 +-
 src/control/lamarc.h                               |    22 +-
 src/control/regiongammainfo.cpp                    |    22 +-
 src/control/regiongammainfo.h                      |    22 +-
 src/control/registry.cpp                           |    22 +-
 src/control/registry.h                             |    22 +-
 src/control/sumfilehandler.cpp                     |    28 +-
 src/control/sumfilehandler.h                       |    22 +-
 src/control/types.h                                |    24 +-
 src/control/userparam.cpp                          |    22 +-
 src/control/userparam.h                            |    22 +-
 src/control/xmlsum_strings.cpp                     |    22 +-
 src/control/xmlsum_strings.h                       |    22 +-
 src/convErr/gc_cmdfile_err.cpp                     |    22 +-
 src/convErr/gc_cmdfile_err.h                       |    22 +-
 src/convErr/gc_data_missing_err.cpp                |    22 +-
 src/convErr/gc_data_missing_err.h                  |    22 +-
 src/convErr/gc_errhandling.cpp                     |    22 +-
 src/convErr/gc_errhandling.h                       |    22 +-
 src/convErr/gc_individual_err.cpp                  |    22 +-
 src/convErr/gc_individual_err.h                    |    22 +-
 src/convErr/gc_infile_err.cpp                      |    22 +-
 src/convErr/gc_infile_err.h                        |    22 +-
 src/convErr/gc_locus_err.cpp                       |    22 +-
 src/convErr/gc_locus_err.h                         |    22 +-
 src/convErr/gc_map_err.cpp                         |    22 +-
 src/convErr/gc_map_err.h                           |    22 +-
 src/convErr/gc_phase_err.cpp                       |    22 +-
 src/convErr/gc_phase_err.h                         |    22 +-
 src/convErr/gc_structures_err.cpp                  |    24 +-
 src/convErr/gc_structures_err.h                    |    22 +-
 src/convErr/gc_trait_err.cpp                       |    22 +-
 src/convErr/gc_trait_err.h                         |    22 +-
 src/convModel/cmdfileschema.cpp                    |    22 +-
 src/convModel/cmdfileschema.h                      |    22 +-
 src/convModel/gc_creation_info.cpp                 |    22 +-
 src/convModel/gc_creation_info.h                   |    22 +-
 src/convModel/gc_datastore.cpp                     |    22 +-
 src/convModel/gc_datastore.h                       |    22 +-
 src/convModel/gc_datastore_export.cpp              |    22 +-
 src/convModel/gc_datastore_files.cpp               |    22 +-
 src/convModel/gc_datastore_readcmd.cpp             |    22 +-
 src/convModel/gc_datastore_writebatch.cpp          |    22 +-
 src/convModel/gc_default.cpp                       |    22 +-
 src/convModel/gc_default.h                         |    22 +-
 src/convModel/gc_dictionary.cpp                    |    22 +-
 src/convModel/gc_dictionary.h                      |    22 +-
 src/convModel/gc_exportable.cpp                    |    22 +-
 src/convModel/gc_exportable.h                      |    22 +-
 src/convModel/gc_file.cpp                          |    22 +-
 src/convModel/gc_file.h                            |    22 +-
 src/convModel/gc_file_info.cpp                     |    22 +-
 src/convModel/gc_file_info.h                       |    22 +-
 src/convModel/gc_id_set.cpp                        |    22 +-
 src/convModel/gc_id_set.h                          |    22 +-
 src/convModel/gc_individual.cpp                    |    22 +-
 src/convModel/gc_individual.h                      |    22 +-
 src/convModel/gc_mapfile.cpp                       |    22 +-
 src/convModel/gc_mapfile.h                         |    22 +-
 src/convModel/gc_migration.cpp                     |    22 +-
 src/convModel/gc_migration.h                       |    22 +-
 src/convModel/gc_panel.cpp                         |    22 +-
 src/convModel/gc_panel.h                           |    22 +-
 src/convModel/gc_parent.cpp                        |    22 +-
 src/convModel/gc_parent.h                          |    22 +-
 src/convModel/gc_phase.cpp                         |    22 +-
 src/convModel/gc_phase.h                           |    22 +-
 src/convModel/gc_phase_info.cpp                    |    22 +-
 src/convModel/gc_phase_info.h                      |    22 +-
 src/convModel/gc_phenotype.cpp                     |    22 +-
 src/convModel/gc_phenotype.h                       |    22 +-
 src/convModel/gc_set_util.cpp                      |    22 +-
 src/convModel/gc_set_util.h                        |    22 +-
 src/convModel/gc_structure_maps.cpp                |    26 +-
 src/convModel/gc_structure_maps.h                  |    22 +-
 src/convModel/gc_structures.cpp                    |    58 +-
 src/convModel/gc_structures.h                      |    36 +-
 src/convModel/gc_trait.cpp                         |    22 +-
 src/convModel/gc_trait.h                           |    22 +-
 src/convModel/gc_trait_allele.cpp                  |    22 +-
 src/convModel/gc_trait_allele.h                    |    22 +-
 src/convModel/gc_types.cpp                         |    22 +-
 src/convModel/gc_types.h                           |    22 +-
 src/convParse/gc_genotype_resolution.cpp           |    22 +-
 src/convParse/gc_genotype_resolution.h             |    22 +-
 src/convParse/gc_loci_match.cpp                    |    22 +-
 src/convParse/gc_loci_match.h                      |    22 +-
 src/convParse/gc_locus.cpp                         |    22 +-
 src/convParse/gc_locus.h                           |    22 +-
 src/convParse/gc_migrate.cpp                       |    22 +-
 src/convParse/gc_migrate.h                         |    22 +-
 src/convParse/gc_parse.cpp                         |    22 +-
 src/convParse/gc_parse.h                           |    22 +-
 src/convParse/gc_parse_block.cpp                   |    22 +-
 src/convParse/gc_parse_block.h                     |    22 +-
 src/convParse/gc_parse_locus.cpp                   |    22 +-
 src/convParse/gc_parse_locus.h                     |    22 +-
 src/convParse/gc_parse_pop.cpp                     |    22 +-
 src/convParse/gc_parse_pop.h                       |    22 +-
 src/convParse/gc_parse_sample.cpp                  |    22 +-
 src/convParse/gc_parse_sample.h                    |    22 +-
 src/convParse/gc_parser.cpp                        |    22 +-
 src/convParse/gc_parser.h                          |    22 +-
 src/convParse/gc_phylip.cpp                        |    22 +-
 src/convParse/gc_phylip.h                          |    22 +-
 src/convParse/gc_pop_match.cpp                     |    22 +-
 src/convParse/gc_pop_match.h                       |    22 +-
 src/convParse/gc_population.cpp                    |    22 +-
 src/convParse/gc_population.h                      |    22 +-
 src/convParse/gc_region.cpp                        |    22 +-
 src/convParse/gc_region.h                          |    22 +-
 src/convParse/gc_sequential_data.cpp               |    22 +-
 src/convParse/gc_sequential_data.h                 |    22 +-
 src/convParse/tixml_util.cpp                       |    22 +-
 src/convParse/tixml_util.h                         |    22 +-
 src/convStrings/cnv_strings.cpp                    |    22 +-
 src/convStrings/cnv_strings.h                      |    22 +-
 src/convStrings/gc_strings.h                       |    22 +-
 src/convStrings/gc_strings_cmdfile.cpp             |    22 +-
 src/convStrings/gc_strings_cmdfile.h               |    22 +-
 src/convStrings/gc_strings_creation.cpp            |    22 +-
 src/convStrings/gc_strings_creation.h              |    22 +-
 src/convStrings/gc_strings_data.cpp                |    22 +-
 src/convStrings/gc_strings_data.h                  |    22 +-
 src/convStrings/gc_strings_err.cpp                 |    22 +-
 src/convStrings/gc_strings_individual.cpp          |    22 +-
 src/convStrings/gc_strings_individual.h            |    22 +-
 src/convStrings/gc_strings_infile.cpp              |    22 +-
 src/convStrings/gc_strings_infile.h                |    22 +-
 src/convStrings/gc_strings_io.cpp                  |    22 +-
 src/convStrings/gc_strings_io.h                    |    22 +-
 src/convStrings/gc_strings_locus.cpp               |    22 +-
 src/convStrings/gc_strings_locus.h                 |    22 +-
 src/convStrings/gc_strings_map.cpp                 |    22 +-
 src/convStrings/gc_strings_map.h                   |    22 +-
 src/convStrings/gc_strings_mig.cpp                 |    22 +-
 src/convStrings/gc_strings_mig.h                   |    22 +-
 src/convStrings/gc_strings_parse.cpp               |    22 +-
 src/convStrings/gc_strings_parse.h                 |    22 +-
 src/convStrings/gc_strings_parse_locus.cpp         |    22 +-
 src/convStrings/gc_strings_parse_locus.h           |    22 +-
 src/convStrings/gc_strings_phase.cpp               |    22 +-
 src/convStrings/gc_strings_phase.h                 |    22 +-
 src/convStrings/gc_strings_pop.cpp                 |    22 +-
 src/convStrings/gc_strings_pop.h                   |    22 +-
 src/convStrings/gc_strings_region.cpp              |    22 +-
 src/convStrings/gc_strings_region.h                |    22 +-
 src/convStrings/gc_strings_str_a_m.cpp             |    24 +-
 src/convStrings/gc_strings_str_n_z.cpp             |    22 +-
 src/convStrings/gc_strings_structures.cpp          |    22 +-
 src/convStrings/gc_strings_structures.h            |    22 +-
 src/convStrings/gc_strings_trait.cpp               |    22 +-
 src/convStrings/gc_strings_trait.h                 |    22 +-
 src/convUtil/gc_file_util.cpp                      |    22 +-
 src/convUtil/gc_file_util.h                        |    22 +-
 src/conversion/ConverterIf.cpp                     |    25 +-
 src/conversion/ConverterUI.cpp                     |    25 +-
 src/conversion/ConverterUIMain.cpp                 |    25 +-
 src/conversion/Converter_ConverterIf.h             |    25 +-
 src/conversion/Converter_ConverterUI.h             |    25 +-
 src/conversion/Converter_DataSourceException.h     |    25 +-
 src/conversion/Converter_DataSourceIf.h            |    25 +-
 src/conversion/Converter_HapConverter.h            |    25 +-
 src/conversion/Converter_IndividualDS.h            |    25 +-
 src/conversion/Converter_LamarcDS.h                |    25 +-
 src/conversion/Converter_MigrateConverter.h        |    25 +-
 src/conversion/Converter_ModelDS.h                 |    25 +-
 src/conversion/Converter_ParserUtil.h              |    25 +-
 src/conversion/Converter_PhylipConverter.h         |    25 +-
 src/conversion/Converter_PopulationDS.h            |    25 +-
 src/conversion/Converter_RegionDS.h                |    25 +-
 src/conversion/Converter_Sequence.h                |    25 +-
 src/conversion/Converter_SpaceConverter.h          |    25 +-
 src/conversion/Converter_SpacingDS.h               |    25 +-
 src/conversion/Converter_UserFileUtil.h            |    25 +-
 src/conversion/Converter_XmlParserUtil.h           |    25 +-
 src/conversion/Converter_types.h                   |    25 +-
 src/conversion/DataSourceException.cpp             |    22 +-
 src/conversion/DataSourceIf.cpp                    |    25 +-
 src/conversion/HapConverter.cpp                    |    25 +-
 src/conversion/IndividualDS.cpp                    |    25 +-
 src/conversion/LamarcDS.cpp                        |    25 +-
 src/conversion/MigrateConverter.cpp                |    25 +-
 src/conversion/ModelDS.cpp                         |    25 +-
 src/conversion/ParserUtil.cpp                      |    25 +-
 src/conversion/PhylipConverter.cpp                 |    25 +-
 src/conversion/PopulationDS.cpp                    |    25 +-
 src/conversion/RegionDS.cpp                        |    25 +-
 src/conversion/Sequence.cpp                        |    25 +-
 src/conversion/SpaceConverter.cpp                  |    25 +-
 src/conversion/SpacingDS.cpp                       |    25 +-
 src/conversion/UserFileUtil.cpp                    |    25 +-
 src/conversion/XmlParserUtil.cpp                   |    25 +-
 src/conversion/nomenuglobals.cpp                   |    22 +-
 src/conversion/nomenuglobals.h                     |    22 +-
 src/datalike/calculators.cpp                       |    28 +-
 src/datalike/calculators.h                         |    22 +-
 src/datalike/cellmanager.cpp                       |    22 +-
 src/datalike/cellmanager.h                         |    22 +-
 src/datalike/datapack.cpp                          |    22 +-
 src/datalike/datapack.h                            |    22 +-
 src/datalike/datatype.cpp                          |    24 +-
 src/datalike/datatype.h                            |    22 +-
 src/datalike/dlcalc.cpp                            |    26 +-
 src/datalike/dlcalc.h                              |    22 +-
 src/datalike/dlcell.cpp                            |    24 +-
 src/datalike/dlcell.h                              |    36 +-
 src/datalike/dlmodel.cpp                           |    36 +-
 src/datalike/dlmodel.h                             |    26 +-
 src/datalike/funcMax.cpp                           |    22 +-
 src/datalike/funcMax.h                             |    22 +-
 src/datalike/haplotypes.cpp                        |    22 +-
 src/datalike/haplotypes.h                          |    22 +-
 src/datalike/locus.cpp                             |    24 +-
 src/datalike/locus.h                               |    22 +-
 src/datalike/locuscell.cpp                         |    22 +-
 src/datalike/locuscell.h                           |    22 +-
 src/datalike/phenotypes.cpp                        |    22 +-
 src/datalike/phenotypes.h                          |    22 +-
 src/datalike/region.cpp                            |    22 +-
 src/datalike/region.h                              |    22 +-
 src/datalike/tipdata.cpp                           |    22 +-
 src/datalike/tipdata.h                             |    22 +-
 src/force/epoch.cpp                                |    22 +-
 src/force/epoch.h                                  |    22 +-
 src/force/event.cpp                                |    22 +-
 src/force/event.h                                  |    22 +-
 src/force/force.cpp                                |    54 +-
 src/force/force.h                                  |    26 +-
 src/force/forceparam.cpp                           |    22 +-
 src/force/forceparam.h                             |    22 +-
 src/force/forcesummary.cpp                         |    22 +-
 src/force/forcesummary.h                           |    22 +-
 src/force/paramstat.cpp                            |    24 +-
 src/force/paramstat.h                              |    46 +-
 src/force/priorreport.cpp                          |    22 +-
 src/force/priorreport.h                            |    22 +-
 src/force/stair.cpp                                |    22 +-
 src/force/stair.h                                  |    22 +-
 src/force/timemanager.cpp                          |    44 +-
 src/force/timemanager.h                            |    22 +-
 src/force/timesize.cpp                             |    22 +-
 src/force/timesize.h                               |    22 +-
 src/guiconv/batchconverter.cpp                     |    22 +-
 src/guiconv/batchconverter.h                       |    22 +-
 src/guiconv/gc_assigntab.cpp                       |    22 +-
 src/guiconv/gc_assigntab.h                         |    22 +-
 src/guiconv/gc_block_dialogs.cpp                   |    22 +-
 src/guiconv/gc_block_dialogs.h                     |    22 +-
 src/guiconv/gc_cmdline.cpp                         |    22 +-
 src/guiconv/gc_cmdline.h                           |    22 +-
 src/guiconv/gc_color.cpp                           |    22 +-
 src/guiconv/gc_color.h                             |    22 +-
 src/guiconv/gc_data.cpp                            |    22 +-
 src/guiconv/gc_data.h                              |    22 +-
 src/guiconv/gc_data_display.cpp                    |    22 +-
 src/guiconv/gc_data_display.h                      |    22 +-
 src/guiconv/gc_dialog.cpp                          |    22 +-
 src/guiconv/gc_dialog.h                            |    22 +-
 src/guiconv/gc_event_ids.h                         |    22 +-
 src/guiconv/gc_event_publisher.cpp                 |    22 +-
 src/guiconv/gc_event_publisher.h                   |    22 +-
 src/guiconv/gc_export_dialogs.cpp                  |    22 +-
 src/guiconv/gc_export_dialogs.h                    |    22 +-
 src/guiconv/gc_file_dialogs.cpp                    |    22 +-
 src/guiconv/gc_file_dialogs.h                      |    22 +-
 src/guiconv/gc_file_list.cpp                       |    22 +-
 src/guiconv/gc_file_list.h                         |    22 +-
 src/guiconv/gc_frame.cpp                           |    22 +-
 src/guiconv/gc_frame.h                             |    22 +-
 src/guiconv/gc_layout.cpp                          |    22 +-
 src/guiconv/gc_layout.h                            |    22 +-
 src/guiconv/gc_locitab.cpp                         |    22 +-
 src/guiconv/gc_locitab.h                           |    22 +-
 src/guiconv/gc_locus_dialogs.cpp                   |    22 +-
 src/guiconv/gc_locus_dialogs.h                     |    22 +-
 src/guiconv/gc_logic.cpp                           |    22 +-
 src/guiconv/gc_logic.h                             |    22 +-
 src/guiconv/gc_matrix_display.cpp                  |    22 +-
 src/guiconv/gc_matrix_display.h                    |    22 +-
 src/guiconv/gc_menu_actors.cpp                     |    22 +-
 src/guiconv/gc_menu_actors.h                       |    22 +-
 src/guiconv/gc_migration_dialogs.cpp               |    28 +-
 src/guiconv/gc_migration_dialogs.h                 |    24 +-
 src/guiconv/gc_migtab.cpp                          |    22 +-
 src/guiconv/gc_migtab.h                            |    22 +-
 src/guiconv/gc_panel_dialogs.cpp                   |    22 +-
 src/guiconv/gc_panel_dialogs.h                     |    22 +-
 src/guiconv/gc_parent_dialogs.cpp                  |    22 +-
 src/guiconv/gc_parent_dialogs.h                    |    22 +-
 src/guiconv/gc_poptab.cpp                          |    22 +-
 src/guiconv/gc_poptab.h                            |    22 +-
 src/guiconv/gc_population_dialogs.cpp              |    22 +-
 src/guiconv/gc_population_dialogs.h                |    22 +-
 src/guiconv/gc_quantum.cpp                         |    22 +-
 src/guiconv/gc_quantum.h                           |    22 +-
 src/guiconv/gc_region_dialogs.cpp                  |    22 +-
 src/guiconv/gc_region_dialogs.h                    |    22 +-
 src/guiconv/gc_regiontab.cpp                       |    22 +-
 src/guiconv/gc_regiontab.h                         |    22 +-
 src/guiconv/gc_trait_dialogs.cpp                   |    22 +-
 src/guiconv/gc_trait_dialogs.h                     |    22 +-
 src/guiconv/gc_unit_dialogs.cpp                    |    22 +-
 src/guiconv/gc_unit_dialogs.h                      |    22 +-
 src/guiconv/guiconverter.cpp                       |    22 +-
 src/guiconv/guiconverter.h                         |    22 +-
 src/guiutil/gc_clickpanel.cpp                      |    22 +-
 src/guiutil/gc_clickpanel.h                        |    22 +-
 src/guiutil/gc_gridpanel.cpp                       |    22 +-
 src/guiutil/gc_gridpanel.h                         |    22 +-
 src/guiutil/gc_text_ctrl.cpp                       |    22 +-
 src/guiutil/gc_text_ctrl.h                         |    22 +-
 src/guiutil/gc_validators.cpp                      |    22 +-
 src/guiutil/gc_validators.h                        |    22 +-
 src/lamarcmenus/coalmenus.cpp                      |    22 +-
 src/lamarcmenus/coalmenus.h                        |    22 +-
 src/lamarcmenus/constraintmenus.cpp                |    28 +-
 src/lamarcmenus/constraintmenus.h                  |    26 +-
 src/lamarcmenus/datafilenamedialog.cpp             |    22 +-
 src/lamarcmenus/datafilenamedialog.h               |    22 +-
 src/lamarcmenus/datamodelmenu.cpp                  |    30 +-
 src/lamarcmenus/datamodelmenu.h                    |    22 +-
 src/lamarcmenus/diseasemenus.cpp                   |    22 +-
 src/lamarcmenus/diseasemenus.h                     |    22 +-
 src/lamarcmenus/divmenus.cpp                       |    22 +-
 src/lamarcmenus/divmenus.h                         |    22 +-
 src/lamarcmenus/divmigmenus.cpp                    |    22 +-
 src/lamarcmenus/divmigmenus.h                      |    22 +-
 src/lamarcmenus/forcesmenus.cpp                    |    22 +-
 src/lamarcmenus/forcesmenus.h                      |    22 +-
 src/lamarcmenus/growthmenus.cpp                    |    22 +-
 src/lamarcmenus/growthmenus.h                      |    22 +-
 src/lamarcmenus/lamarc_strings.cpp                 |    27 +-
 src/lamarcmenus/lamarc_strings.h                   |    27 +-
 src/lamarcmenus/lamarcheaderdialog.cpp             |    22 +-
 src/lamarcmenus/lamarcheaderdialog.h               |    22 +-
 src/lamarcmenus/lamarcmenu.cpp                     |    22 +-
 src/lamarcmenus/lamarcmenu.h                       |    22 +-
 src/lamarcmenus/lamarcmenuitems.cpp                |    22 +-
 src/lamarcmenus/lamarcmenuitems.h                  |    22 +-
 src/lamarcmenus/logselectmenus.cpp                 |    22 +-
 src/lamarcmenus/logselectmenus.h                   |    22 +-
 src/lamarcmenus/migmenus.cpp                       |    22 +-
 src/lamarcmenus/migmenus.h                         |    22 +-
 src/lamarcmenus/nomenufilereaddialog.cpp           |    22 +-
 src/lamarcmenus/nomenufilereaddialog.h             |    22 +-
 src/lamarcmenus/outfilemenus.cpp                   |    22 +-
 src/lamarcmenus/outfilemenus.h                     |    22 +-
 src/lamarcmenus/overviewmenus.cpp                  |    62 +-
 src/lamarcmenus/overviewmenus.h                    |    22 +-
 src/lamarcmenus/popsizemenu.cpp                    |    22 +-
 src/lamarcmenus/popsizemenu.h                      |    22 +-
 src/lamarcmenus/priormenus.cpp                     |    22 +-
 src/lamarcmenus/priormenus.h                       |    22 +-
 src/lamarcmenus/profilemenus.cpp                   |    22 +-
 src/lamarcmenus/profilemenus.h                     |    22 +-
 src/lamarcmenus/recmenus.cpp                       |    22 +-
 src/lamarcmenus/recmenus.h                         |    22 +-
 src/lamarcmenus/regiongammamenus.cpp               |    22 +-
 src/lamarcmenus/regiongammamenus.h                 |    22 +-
 src/lamarcmenus/traitmodelmenu.cpp                 |    22 +-
 src/lamarcmenus/traitmodelmenu.h                   |    22 +-
 src/lamarcmenus/treesummenus.cpp                   |    22 +-
 src/lamarcmenus/treesummenus.h                     |    22 +-
 src/menu/dialog.cpp                                |    22 +-
 src/menu/dialog.h                                  |    22 +-
 src/menu/dialognoinput.cpp                         |    22 +-
 src/menu/dialognoinput.h                           |    22 +-
 src/menu/dialogrepeat.cpp                          |    22 +-
 src/menu/dialogrepeat.h                            |    22 +-
 src/menu/display.cpp                               |    36 +-
 src/menu/display.h                                 |    22 +-
 src/menu/matrixitem.cpp                            |    22 +-
 src/menu/matrixitem.h                              |    22 +-
 src/menu/menu_strings.cpp                          |    27 +-
 src/menu/menu_strings.h                            |    27 +-
 src/menu/menudefs.h                                |    22 +-
 src/menu/menuerror.h                               |    22 +-
 src/menu/menuinteraction.cpp                       |    22 +-
 src/menu/menuinteraction.h                         |    22 +-
 src/menu/menuitem.cpp                              |    26 +-
 src/menu/menuitem.h                                |    28 +-
 src/menu/menutypedefs.h                            |    22 +-
 src/menu/newmenu.cpp                               |    22 +-
 src/menu/newmenu.h                                 |    22 +-
 src/menu/newmenuitems.cpp                          |    36 +-
 src/menu/newmenuitems.h                            |    26 +-
 src/menu/setmenuitem.cpp                           |    22 +-
 src/menu/setmenuitem.h                             |    28 +-
 src/menu/togglemenuitem.cpp                        |    22 +-
 src/menu/togglemenuitem.h                          |    22 +-
 src/menu/twodtable.cpp                             |    24 +-
 src/menu/twodtable.h                               |    22 +-
 src/postlike/analyzer.cpp                          |    22 +-
 src/postlike/analyzer.h                            |    22 +-
 src/postlike/derivatives.cpp                       |    22 +-
 src/postlike/likelihood.cpp                        |    22 +-
 src/postlike/likelihood.h                          |    22 +-
 src/postlike/maximizer.cpp                         |    24 +-
 src/postlike/maximizer.h                           |    22 +-
 src/postlike/maximizer_strings.cpp                 |    22 +-
 src/postlike/maximizer_strings.h                   |    22 +-
 src/postlike/plforces.cpp                          |    22 +-
 src/postlike/plforces.h                            |    56 +-
 src/postlike/plotstat.cpp                          |    22 +-
 src/postlike/plotstat.h                            |    22 +-
 src/postlike/profile.cpp                           |    22 +-
 src/report/curvefiles.cpp                          |    22 +-
 src/report/curvefiles.h                            |    22 +-
 src/report/outputfile.cpp                          |    22 +-
 src/report/outputfile.h                            |    22 +-
 src/report/reportpage.cpp                          |    22 +-
 src/report/reportpage.h                            |    26 +-
 src/report/runreport.cpp                           |    22 +-
 src/report/runreport.h                             |    22 +-
 src/report/spreadsheet.cpp                         |    22 +-
 src/report/spreadsheet.h                           |    22 +-
 src/report/xml_report.cpp                          |    22 +-
 src/report/xml_report.h                            |    22 +-
 src/tools/mathx.cpp                                |    25 +-
 src/tools/mathx.h                                  |    22 +-
 src/tools/random.cpp                               |    22 +-
 src/tools/random.h                                 |    22 +-
 src/tools/rangex.cpp                               |    22 +-
 src/tools/rangex.h                                 |    22 +-
 src/tools/stringx.cpp                              |    23 +-
 src/tools/stringx.h                                |    22 +-
 src/tools/timex.cpp                                |    22 +-
 src/tools/timex.h                                  |    22 +-
 src/tools/tools.h                                  |    22 +-
 src/tools/vector_constants.cpp                     |    22 +-
 src/tools/vector_constants.h                       |    27 +-
 src/tools/vectorx.cpp                              |    22 +-
 src/tools/vectorx.h                                |    22 +-
 src/tree/argtree.cpp                               |    30 +-
 src/tree/argtree.h                                 |    22 +-
 src/tree/arranger.cpp                              |    22 +-
 src/tree/arranger.h                                |    28 +-
 src/tree/arranger_types.cpp                        |    22 +-
 src/tree/arranger_types.h                          |    22 +-
 src/tree/arrangervec.cpp                           |    24 +-
 src/tree/arrangervec.h                             |    22 +-
 src/tree/branch.cpp                                |    22 +-
 src/tree/branch.h                                  |    30 +-
 src/tree/branchbuffer.cpp                          |    22 +-
 src/tree/branchbuffer.h                            |    22 +-
 src/tree/branchtag.cpp                             |    22 +-
 src/tree/branchtag.h                               |    22 +-
 src/tree/chain.cpp                                 |    22 +-
 src/tree/chain.h                                   |    22 +-
 src/tree/chainstate.cpp                            |    22 +-
 src/tree/chainstate.h                              |    22 +-
 src/tree/collector.cpp                             |    24 +-
 src/tree/collector.h                               |    26 +-
 src/tree/collmanager.cpp                           |    22 +-
 src/tree/collmanager.h                             |    22 +-
 src/tree/fc_status.cpp                             |    26 +-
 src/tree/fc_status.h                               |    26 +-
 src/tree/individual.cpp                            |    22 +-
 src/tree/individual.h                              |    22 +-
 src/tree/intervaldata.cpp                          |    22 +-
 src/tree/intervaldata.h                            |    22 +-
 src/tree/newick.h                                  |    24 +-
 src/tree/parameter.cpp                             |    22 +-
 src/tree/parameter.h                               |    22 +-
 src/tree/partition.cpp                             |    22 +-
 src/tree/partition.h                               |    22 +-
 src/tree/prior.cpp                                 |    41 +-
 src/tree/prior.h                                   |    22 +-
 src/tree/range.cpp                                 |    22 +-
 src/tree/range.h                                   |    32 +-
 src/tree/rectree.cpp                               |    22 +-
 src/tree/sticksum.h                                |    28 +-
 src/tree/summary.cpp                               |    22 +-
 src/tree/summary.h                                 |    26 +-
 src/tree/tempident.cpp                             |    22 +-
 src/tree/tempident.h                               |    22 +-
 src/tree/timelist.cpp                              |    22 +-
 src/tree/timelist.h                                |    22 +-
 src/tree/tree.cpp                                  |    24 +-
 src/tree/tree.h                                    |    26 +-
 src/tree/treesum.cpp                               |    22 +-
 src/tree/treesum.h                                 |    20 +-
 src/ui_interface/chainparam_interface.cpp          |    27 +-
 src/ui_interface/chainparam_interface.h            |    27 +-
 src/ui_interface/constraint_interface.cpp          |    27 +-
 src/ui_interface/constraint_interface.h            |    27 +-
 src/ui_interface/data_interface.cpp                |    27 +-
 src/ui_interface/data_interface.h                  |    27 +-
 src/ui_interface/datamodel_interface.cpp           |    27 +-
 src/ui_interface/datamodel_interface.h             |    27 +-
 src/ui_interface/force_interface.cpp               |    27 +-
 src/ui_interface/force_interface.h                 |    27 +-
 src/ui_interface/front_end_warnings.cpp            |    22 +-
 src/ui_interface/front_end_warnings.h              |    27 +-
 src/ui_interface/prior_interface.cpp               |    27 +-
 src/ui_interface/prior_interface.h                 |    27 +-
 src/ui_interface/profile_interface.cpp             |    27 +-
 src/ui_interface/profile_interface.h               |    27 +-
 src/ui_interface/setget.h                          |    87 +-
 src/ui_interface/setgetmachine.cpp                 |    27 +-
 src/ui_interface/setgetmachine.h                   |    22 +-
 src/ui_interface/traitmodel_interface.cpp          |    27 +-
 src/ui_interface/traitmodel_interface.h            |    27 +-
 src/ui_interface/ui_constants.cpp                  |    27 +-
 src/ui_interface/ui_constants.h                    |    27 +-
 src/ui_interface/ui_id.cpp                         |    27 +-
 src/ui_interface/ui_id.h                           |    27 +-
 src/ui_interface/ui_interface.cpp                  |    27 +-
 src/ui_interface/ui_interface.h                    |    27 +-
 src/ui_interface/ui_regid.cpp                      |    27 +-
 src/ui_interface/ui_regid.h                        |    27 +-
 src/ui_interface/ui_strings.cpp                    |    22 +-
 src/ui_interface/ui_strings.h                      |    27 +-
 src/ui_interface/ui_warnings.cpp                   |    22 +-
 src/ui_interface/ui_warnings.h                     |    27 +-
 src/ui_interface/userparam_interface.cpp           |    27 +-
 src/ui_interface/userparam_interface.h             |    27 +-
 src/ui_util/undoredochain.cpp                      |    27 +-
 src/ui_util/undoredochain.h                        |    27 +-
 src/ui_vars/report_strings.cpp                     |    22 +-
 src/ui_vars/report_strings.h                       |    22 +-
 src/ui_vars/ui_vars.cpp                            |    27 +-
 src/ui_vars/ui_vars.h                              |    27 +-
 src/ui_vars/ui_vars_chainparams.cpp                |    27 +-
 src/ui_vars/ui_vars_chainparams.h                  |    27 +-
 src/ui_vars/ui_vars_component.cpp                  |    27 +-
 src/ui_vars/ui_vars_component.h                    |    27 +-
 src/ui_vars/ui_vars_datamodel.cpp                  |    27 +-
 src/ui_vars/ui_vars_datamodel.h                    |    27 +-
 src/ui_vars/ui_vars_datapackplus.cpp               |    22 +-
 src/ui_vars/ui_vars_datapackplus.h                 |    27 +-
 src/ui_vars/ui_vars_forces.cpp                     |    27 +-
 src/ui_vars/ui_vars_forces.h                       |    27 +-
 src/ui_vars/ui_vars_prior.cpp                      |    27 +-
 src/ui_vars/ui_vars_prior.h                        |    27 +-
 src/ui_vars/ui_vars_traitmodels.cpp                |    27 +-
 src/ui_vars/ui_vars_traitmodels.h                  |    27 +-
 src/ui_vars/ui_vars_userparams.cpp                 |    27 +-
 src/ui_vars/ui_vars_userparams.h                   |    27 +-
 src/xml/lamarc_input_schema.h                      |    22 +-
 src/xml/lamarcschema.cpp                           |    22 +-
 src/xml/parsetreeschema.cpp                        |    22 +-
 src/xml/parsetreeschema.h                          |    22 +-
 src/xml/parsetreetodata.cpp                        |    22 +-
 src/xml/parsetreetodata.h                          |    22 +-
 src/xml/parsetreetosettings.cpp                    |    22 +-
 src/xml/parsetreetosettings.h                      |    22 +-
 src/xml/parsetreewalker.cpp                        |    22 +-
 src/xml/parsetreewalker.h                          |    22 +-
 src/xml/tixml_base.cpp                             |    23 +-
 src/xml/tixml_base.h                               |    22 +-
 src/xml/toxml.cpp                                  |    22 +-
 src/xml/toxml.h                                    |    22 +-
 src/xml/xml.cpp                                    |    22 +-
 src/xml/xml.h                                      |    22 +-
 src/xml/xml_strings.cpp                            |    22 +-
 src/xml/xml_strings.h                              |    22 +-
 tools/README                                       |     2 +
 tools/apache-forrest-0.7.tar.gz                    |   Bin 0 -> 21917527 bytes
 website/apacheInput/skinconf.xml                   |   446 +
 website/apacheInput/xdocs/documentation/index.xml  |    15 +
 website/apacheInput/xdocs/download/index.xml       |    15 +
 website/apacheInput/xdocs/images/icon.png          |   Bin 0 -> 696 bytes
 website/apacheInput/xdocs/images/lamarc.gif        |   Bin 0 -> 1359 bytes
 website/apacheInput/xdocs/index.xml                |    55 +
 website/apacheInput/xdocs/more/index.xml           |    26 +
 .../xdocs/publications/beerli-felsenstein-2001.pdf |   Bin 0 -> 137971 bytes
 .../xdocs/publications/evolution2000-pb-mkk.pdf    |  1340 +++
 .../xdocs/publications/fluctuate1.1.pdf            |   Bin 0 -> 1914419 bytes
 .../apacheInput/xdocs/publications/g_explain.pdf   |   Bin 0 -> 39859 bytes
 .../apacheInput/xdocs/publications/genetics763.pdf |   Bin 0 -> 210247 bytes
 website/apacheInput/xdocs/publications/index.xml   |    75 +
 .../xdocs/publications/metro-hastings.pdf          |   Bin 0 -> 2579896 bytes
 website/apacheInput/xdocs/site.xml                 |    59 +
 website/apacheInput/xdocs/tabs.xml                 |    42 +
 662 files changed, 41963 insertions(+), 3877 deletions(-)

diff --git a/CONTENTS b/CONTENTS
new file mode 100644
index 0000000..947679f
--- /dev/null
+++ b/CONTENTS
@@ -0,0 +1,71 @@
+
+Contents of this distribution
+
+==============================================
+Files with information about this distribution
+==============================================
+CONTENTS          -- this file
+COPYING           -- license info for Lamarc and third party tools we 
+                       distribute
+HISTORY           -- major Lamarc project versions/milestones
+INSTALL           -- a pointer to doc/html/compiling.html (installation 
+                       instructions)
+README            -- overview of Lamarc project and distributions available
+
+======================================
+Files used or created by the autotools
+======================================
+Makefile.am       -- Automake makefile for the entire project
+Makefile.in       -- generated from Makefile.am by automake, 
+aclocal.m4        -- aclocal generates this
+configure.ac      -- autoconf generates configure from this
+configure         -- generates Makefile from Makefile.in
+
+config/           -- helper scripts and files used or generated by ./configure
+                     including conf.h
+
+depcomp           -- belongs in config/ directory but awaiting autotools bugfix
+install-sh        -- belongs in config/ directory but awaiting autotools bugfix
+missing           -- belongs in config/ directory but awaiting autotools bugfix
+
+=============================
+Lamarc Code and Documentation
+=============================
+doc/              -- documentation directory
+doc/html          -- HTML documentation
+doc/licenses/     -- complete text of licences for all software in this distribution
+doc/testfiles     -- program test files
+resources/        -- icons and packaging support
+src/bayeslike     -- code specific to doing Bayesian search
+src/control       -- the main control routines of LAMARC
+src/convErr       -- error handling for converter gui
+src/conversion    -- legacy file conversion program
+src/convModel     -- gui-free parts of data storage for converter gui
+src/convParse     -- parsing related structures for converter gui
+src/convStrings   -- error messages and dialog strings for converter gui
+src/convUtil      -- utility methods for converter gui
+src/datalike      -- routines dealing with data and data likelihoods
+src/force         -- code for different evolutionary forces (e.g. migration)
+src/guiconv       -- gui-involved parts of converter gui
+src/guiutil       -- gui stuff thought to be generally useful
+src/lamarcmenus   -- lamarc-specific menus
+src/menu          -- general-purpose menu routines
+src/postlike      -- posterior-likelihood computation and display routines
+src/report        -- output reporting
+src/tools         -- utility routines (string handling, random numbers, etc.)
+src/tree          -- phylogenetic trees and rearrangement
+src/ui_interface  -- non-menu parts of lamarc's UI
+src/ui_util       -- utilities used by UI (e.g. undo/redo machinery)
+src/ui_vars       -- storage of settings data during user input
+src/xml           -- input data handling in XML
+
+================================================================
+Third-party tools -- see COPYING file for licenses and more info
+================================================================
+boost/            -- highly useful C++ library collection
+tinyxml/          -- bare-bones xml parser 
+wxWidgets/        -- multi-platform GUI library
+wxWidgetsLamarc/  -- (may be empty) Lamarc patches to wxWidgets library
+
+
+$Id: CONTENTS,v 1.5 2007/09/17 20:39:53 lpsmith Exp $
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..40f4eff
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,57 @@
+========================================================================
+
+Code, documentation, libraries, and executables included with this 
+distribution are subject to various licenses.
+
+Without the availablilty of other open source projects to draw
+upon, producing Lamarc would be much less satisfying and much
+more difficult. We are greatful to the authors of the software
+projects we have used. Their licenses, and ours are available in
+the subdirectory ./doc/licenses as summarized below.
+
+========================================================================
+
+* the lamarc project, including code, documentation, examples, and images
+  located under ./doc/html ./doc/testfiles ./resources ./scripts ./src
+  is licensed under the Apache License, Version 2.0
+  see ./doc/licenses/lamarc.txt
+
+* MS windows executables were produced using a cross-compiling tool
+  chain that makes use of the MinGW tools. These executables probably
+  contain the mingw w32api library which
+  is licensed under the mingw license,
+  available at ./doc/licenses/mingw.txt
+  See http://www.mingw.org for more info
+
+* the boost library
+  located under ./boost
+  is licensed under the boost license
+  available at ./doc/licenses/boost.txt
+  See http://www.boost.org
+
+* tinyxml, 
+  located under ./tinyxml 
+  is licensed under the zlib license,
+  available at ./doc/licenses/zlib.txt
+  See http://www.grinninglizard.com/tinyxml/
+  and http://sourceforge.net/projects/tinyxml
+
+* wxWidgets code (which may include wxWidgets-produced patches), 
+  located under ./wxWidgets
+  is licenced under the wxWindows license,
+  available in doc/licenses/wx.txt
+  This license refers to the GNU GPL and GNU L-GPL licenses
+  which are available in ./doc/licenses/gpl.txt and ./doc/licenses/lgpl.txt
+  See http://www.wxwidgets.org for more info
+
+* wxWidgets documentation
+  located under ./wxWidgets
+  is licenced under the wxWindows Documentation license,
+  available in doc/licenses/wxdoc.txt
+  See http://www.wxwidgets.org for more info
+
+* wxWidgets patches created by the lamarc team,
+  located under ./wxWidgetsLamarc
+  are intended to be contributed to the wxWidgets project and are
+  licenced under the wxWindows license,
+  available in doc/licenses/wx.txt
diff --git a/HISTORY b/HISTORY
new file mode 100644
index 0000000..d0eb12c
--- /dev/null
+++ b/HISTORY
@@ -0,0 +1,97 @@
+History of Lamarc -- the program
+--------------------------------
+2013
+Nov 14        Lamarc-2.1.9:  This is a bug fix release
+                   * FIXED MULTIPLE BUGS IN DIVERGENCE.  Results
+                     from release 2.1.8 with divergence turned on
+                     should be re-run.
+                   * DIVERGENCE PRIORS can be set from menu
+                   * INVARIANT LOCI no longer cause crashes as in 2.1.8
+
+2012
+May 29        Lamarc-2.1.8: This is a bug fix and new feature release
+                   * FIXED BUG in MIGRATION
+                   * FIXED BUG in negative GROWTH cases
+                   * FASTER convergence in LIKELIHOOD cases
+                   * NEW FEATURE -- panels
+                   * NEW FEATURE -- divergence
+
+2011
+January 21    Lamarc-2.1.6: This is a bug fix release, with the
+                   following changes:
+                   * FIXED data likelihood bug that appears only
+                     in cases with RECOMBINATION turned on. Results
+                     obtained from releases 2.1.2 through 2.1.5
+                     with the recombination force turned on should
+                     be re-run.
+                   * FIXED calculation of invariant data term for
+                     SNP data modeled with a per-base error rate
+                   * UPDATED random number generator to use the
+                     Boost library, and added guards against 
+                     returning values of exactly 0 or 1 for
+                     double values
+
+2009
+December 21   Lamarc-2.1.5: This release includes a beta test version
+                   of "data uncertainty", csv output formats for
+                   curvefile and profile data (to make them easier
+                   to read with R or Excel), and supplemental XML output
+                   file "report.xml" to make it easier to automate
+                   reading lamarc output.
+
+2009
+July 17       Lamarc-2.1.4: This release brings the code base up to
+                   compilability with g++ 4.3.3. Additionally, minor user
+                   experience bugs are fixed. This was used at the 
+                   Woods Hole Molecular Evolution Conference but
+                   not distributed via the Lamarc web site
+
+2008
+July 14       Lamarc-2.1.3: This release fixes a bug introduced into 
+                   the code used to guess haplotype resolution. Analyses
+                   using this feature in LAMARC versions 2.1.2 and 2.1.2b
+                   should be re-run. Additional improvements include:
+                    * Tracer output now renders step counts as integers
+                      instead of reals.
+                    * Mapping output now writable to its own file.
+                    * Upgraded default wxWidgets installation to 2.8.8. 
+
+2007
+October 9     Lamarc-2.1.2b: Minor fixes to 2.1.2 affecting user
+                   experience only
+
+2007
+October 4     Lamarc-2.1.2: Recombination now does not attempt to 
+                   insert recombination events that have no effect on 
+                   present-day data.
+
+2007
+July          Lamarc-2.1.1: Bug fixes 
+
+2007
+May           Lamarc-2.1:  full support for trait mapping, multi-locus data.
+              New GUI for lam_conv; batch modes for lamarc and lam_conv.
+
+2006
+July 24       Lamarc-2.0.3_Woods_Hole_Beta:  Bug fixes, preliminary 
+              support for trait mapping, multi-locus data.
+
+2005
+August 26     Lamarc-2.0.2: bug-fix replication, Bayesian multi-region,
+                  and multi-region effective popsize, version numbers in xml,
+                  Bayesian summary file reading
+2005
+June 1        Lamarc-2.0: Bayes, constraints, models, replicates, max.
+
+2004
+June 25       Lamarc-1.2.2:  bug-fix of growth, improved maximization
+
+2004
+June 1        Lamarc-1.2.1:  added growth, adaptive heating
+
+2002
+June 25       Lamarc-1.1: added microsatellites, SNPs, genotypic data
+
+2001
+December 10   Lamarc-1.0: first (alpha) version of lamarc.
+
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..fba44d9
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,2 @@
+
+This file has been superceded by doc/html/compiling.html
diff --git a/MAINTAINER.README b/MAINTAINER.README
new file mode 100644
index 0000000..92097be
--- /dev/null
+++ b/MAINTAINER.README
@@ -0,0 +1,179 @@
+********************************************************
+********************************************************
+NOTES ON BUILDING AND MAINTAINING LAMARC USING AUTOTOOLS
+********************************************************
+********************************************************
+
+With each new CVS checkout of the lamarc package, and
+with each update to the files Makefile.am or configure.ac,
+developers should use the autotools to generate the
+configure script and an up-to-date Makefile. 
+
+Maintaners need recent versions of automake and autoconf.
+I used automake 1.8.3 and autoconf 2.59. These are
+readily available from
+   http://www.gnu.org/software/autoconf/
+   http://www.gnu.org/software/automake/
+If you don't have root permission, you can install these
+in a directory tree you call <sandbox> by invoking the
+autoconf and automake ./configure scripts like this:
+    ./configure --prefix=<sandbox>
+and putting <sandbox>/bin on your path. You will need
+to install autoconf before automake.
+
+Our code now relies on the wxWidgets (a.k.a. wxWindows)
+library. We include a gzip'd tar file of a release of
+wxWindows 2.6.3 in the lamarc/wxWidgets directory
+To unpack the archive and  build the wxWidgets library, the
+easiest thing to do is execute the following steps
+from this directory:
+    cvs co lamarc
+    cd lamarc
+    mkdir debug
+    cd debug
+    ../configure --enable-debug --enable-buildwx
+    make
+
+If you make changes to Makefile.am (such as adding or removing source
+files) you'll need to do
+    cd <lamarc top dir>
+    aclocal
+    autoconf
+    automake
+    cd debug
+    ../configure --enable-debug
+    make
+
+The Lamarc version number is set only in configure.ac
+
+Our users build distributions that are created by us
+using the "dist" target and should not be required
+to follow the maintainer building instructions
+above. They need to be supported to do only:
+    mkdir release
+    cd release
+    ../configure --enable-buildwx
+    make
+
+===========================
+Building a universal binary
+===========================
+
+(1) check out the lamarc source on a linux box and build the
+distribution. The "--disable-gui and --disable-batch are to
+keep the configure script from requiring wxWidgets, which is
+not needed for building a distribution
+    cvs co lamarc
+    cd lamarc
+    mkdir dist
+    cd dist
+    ../configure --disable-gui --disable-batch
+    make dist
+
+(2) copy the resulting distribution lamarc-<version_number>.tar.gz
+to a modern mac
+
+(3) on the mac, unpack the distribution and build
+    tar xfvz lamarc-<version_number>.tar.gz
+    cd lamarc-<version_number>
+    mkdir debug
+    cd debug
+    ../configure --enable-buildwx --enable-universal_binary --disable-dependency-tracking --enable-debug
+    make
+
+the "--disable-dependency-tracking" should be automatic with the
+"--enable-universal_binary", but I haven't done that yet.
+
+==============================
+Additional configuration files
+==============================
+
+Several settings can also be changed using a copy of the local_build.h
+file. The default lives in ./config . Read the comments in the default
+version for more information
+    ./config/local_build.h
+
+Additionally, the local_build.h file includes information on how to
+use Lamarc's tracing abilities. See local_build.h plus these files
+for more information:
+    ./src/control/dynatracer.h
+    ./src/control/dynatracer.cpp
+
+
+
+================
+Updating Tinyxml
+================
+
+When updating to a new version of tinyxml (or any other
+third-party software) please use the "cvs import" command.
+This is how I did it for tinyxml:
+
+    got the latest tinyxml src distribution
+    untar'd it
+    cd into top level directory ("tinyxml")
+    cvs import lamarc/tinyxml tinyxml v_2_2_1
+
+As of this writing (7/28/2004) there are two versions of
+the scripts "missing", "install-sh", and "depcomp" under
+this directory and under the config subdirectory. This is
+due to a bug in autoconf. Eventually they should only need
+to be in the config subdirectory
+
+==========================================================
+How we used to compile lamarc under codewarrior on the Mac
+(Probably doesn't work anymore)
+==========================================================
+
+    started up codewarrior
+
+    New > Mac OS C++ Stationery
+        folder macos, 
+        project "lamarc_proj"
+        C++ console carbon (Under Mac OS Carbon > Standard Console)
+
+    Under "Targets" tab on "lamarc_proj"
+        Removed Debug target (control-click, choose "clear")
+
+    Under "Files" tab on "lamarc_proj"
+        removed HelloWorld.cp (control-click, choose "clear")
+        dragged src directory, removed converter
+        dragged tinyxml directory, removed tinystr.*, xmltest.cpp
+        dragged config directory
+        dragged resources/lamarc.icns
+
+    in Settings Menu (File > Carbon C++ Console Final Settings)
+
+        Target > Target Settings
+            renamed target name to LAMARCTARGET
+            save project entries using relative paths
+
+        Target > Access Paths
+            always search user paths
+            added projects/macos to search paths (to pick up MacOSPrefix.h)
+            added resources to search paths (to pick up lamarc.icns)
+                (To add, click in User paths box and then click "Add")
+
+        Target > PPC Target
+
+            Creator LMRK
+            File name "lamarc-mac"
+            Prefered Heap 100 Meg
+            Min Heap 10 Meg
+            Stack 1 Meg
+
+        Language Settings > C/C++ Language
+
+            Prefix File: MacOSPrefix.h
+
+        Language Settings > C/C++ Warnings
+
+            turned off: unused vars, unused args, hidden virtual,
+                inconsistent use of struct/class
+
+        Linker > Mac OS Packager
+
+            turned on Use Mac OS Packager
+            create alias to Classic executable
+
+*********************************************************************
diff --git a/Makefile.am b/Makefile.am
index 4b19939..723986f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 lamarc_srcdir=$(top_srcdir)/src
 
 SUFFIXES        =       .rc
@@ -33,6 +35,7 @@ endif
 
 if LAMARC_APP_OSX
 bin_PROGRAMS += lamarc.app
+AM_CXXFLAGS  += -mmacosx-version-min=10.7
 if CONVERTER
 if GUI
 bin_PROGRAMS += lam_conv.app
@@ -71,7 +74,10 @@ LDADD				=
 
 noinst_LIBRARIES		= libtinyxml.a
 
-libtinyxml_a_CXXFLAGS	= -DTIXML_USE_STL
+libtinyxml_a_CXXFLAGS		= -DTIXML_USE_STL
+if LAMARC_APP_OSX
+   libtinyxml_a_CXXFLAGS	+= -mmacosx-version-min=10.7
+endif
 
 libtinyxml_a_SOURCES	= \
 			tinyxml/tinyxml.h \
@@ -942,7 +948,12 @@ lam_conv_SOURCES        = \
 			$(lam_conv_core) \
 			$(lam_conv_resources)
 
-lam_conv_LDADD = @WX_LIBS@ -lX11 libtinyxml.a
+lam_conv_LDADD          = @WX_LIBS@
+if LAMARC_APP_OSX
+   lam_conv_LDADD      += libtinyxml.a 
+else
+   lam_conv_LDADD      += -lX11 libtinyxml.a 
+endif
 
 EXTRA_lam_conv_SOURCES  = $(tinyxml_suite) $(lam_conv_icons)
 
@@ -961,7 +972,7 @@ batch_lam_conv_testable = \
 batch_lam_conv_SOURCES	=	\
 			$(batch_lam_conv_testable)
 
-batch_lam_conv_LDADD = @WX_LIBS@ -lX11 libtinyxml.a
+batch_lam_conv_LDADD = lam_conv_LDADD
 
 EXTRA_batch_lam_conv_SOURCES = $(tinyxml_suite)
 
@@ -970,7 +981,7 @@ EXTRA_batch_lam_conv_SOURCES = $(tinyxml_suite)
 ## ############################################################
 lam_conv_app_SOURCES=
 
-lam_conv.app:   lam_conv
+lam_conv.app$(EXEEXT):   lam_conv
 	@rm -rf lam_conv.app
 	$(MACDEVTOOLS)/Rez -d __DARWIN__ -t APPL Carbon.r -o lam_conv
 	$(MACDEVTOOLS)/SetFile -a C lam_conv
@@ -988,7 +999,7 @@ lam_conv.app:   lam_conv
 
 lamarc_app_SOURCES=
 
-lamarc.app:     lamarc
+lamarc.app$(EXEEXT):     lamarc
 	@rm -rf lamarc.app
 	$(MACDEVTOOLS)/Rez -d __DARWIN__ -t APPL Carbon.r -o lamarc
 	$(MACDEVTOOLS)/SetFile -a C lamarc
@@ -1049,7 +1060,6 @@ html_DATA = \
 			doc/html/genotype.html \
 			doc/html/glossary.html \
 			doc/html/growthmenu.html \
-			doc/html/forces.html \
 			doc/html/index.html \
 			doc/html/insumfile.2reg3rep.html \
 			doc/html/insumfile.2reg3rep.xml \
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..f5e3b61
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,10162 @@
+# Makefile.in generated by automake 1.15 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# 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.
+
+ at SET_MAKE@
+
+
+
+VPATH = @srcdir@
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \	]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+ at LAMARC_APP_MSW_TRUE@am__append_1 = -static-libgcc
+ at LAMARC_APP_MSW_TRUE@am__append_2 = -static
+bin_PROGRAMS = lamarc$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \
+	$(am__EXEEXT_3) $(am__EXEEXT_4)
+EXTRA_PROGRAMS = old_lam_conv$(EXEEXT)
+ at CONVERTER_TRUE@@GUI_TRUE at am__append_3 = lam_conv
+ at CONVERTER_TRUE@@GUI_FALSE at am__append_4 = batch_lam_conv
+ at LAMARC_APP_OSX_TRUE@am__append_5 = lamarc.app
+ at LAMARC_APP_OSX_TRUE@am__append_6 = -mmacosx-version-min=10.7
+ at CONVERTER_TRUE@@GUI_TRUE@@LAMARC_APP_OSX_TRUE at am__append_7 = lam_conv.app
+ at LAMARC_APP_OSX_TRUE@am__append_8 = -mmacosx-version-min=10.7
+ at LAMARC_APP_MSW_TRUE@am__append_9 = resources/lamarc_rc.rc
+ at LAMARC_APP_MSW_TRUE@am__append_10 = resources/lam_conv_rc.rc
+ at LAMARC_APP_MSW_TRUE@am__append_11 = resources/lam_conv_rc.rc
+ at NODATA_TRUE@am__append_12 = -DSTATIONARIES -DNOPROGRESSBAR
+ at DENOVO_TRUE@am__append_13 = -DDENOVO
+
+# no other flags if user set
+ at DEBUG_TRUE@@USERCXXFLAGS_FALSE at am__append_14 = $(debugflags)
+ at DEBUG_FALSE@am__append_15 = -DNDEBUG
+# no other flags if user set
+ at DEBUG_FALSE@@USERCXXFLAGS_FALSE at am__append_16 = $(optflags)
+ at DMALLOC_TRUE@am__append_17 = -ldmallocxx
+ at DMALLOC_TRUE@am__append_18 = -DDMALLOC_FUNC_CHECK
+ at EFENCE_TRUE@am__append_19 = -lefence
+ at GCOV_TRUE@am__append_20 = -fprofile-arcs -ftest-coverage
+ at JSIM_TRUE@am__append_21 = -DJSIM
+ at PROFILE_TRUE@am__append_22 = -pg
+ at NOPROGRESS_TRUE@am__append_23 = -DNOPROGRESSBAR
+ at TREETRACK_TRUE@am__append_24 = -DTREETRACK
+ at UNIVB_TRUE@am__append_25 = -arch ppc -arch i386
+ at ARRCHECK_TRUE@am__append_26 = -DHAPARRANGERTEST
+ at LAMARC_APP_OSX_TRUE@am__append_27 = libtinyxml.a 
+ at LAMARC_APP_OSX_FALSE@am__append_28 = -lX11 libtinyxml.a 
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+	$(am__configure_deps) $(am__DIST_COMMON)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config/conf.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+LIBRARIES = $(noinst_LIBRARIES)
+AR = ar
+ARFLAGS = cru
+AM_V_AR = $(am__v_AR_ at AM_V@)
+am__v_AR_ = $(am__v_AR_ at AM_DEFAULT_V@)
+am__v_AR_0 = @echo "  AR      " $@;
+am__v_AR_1 = 
+libtinyxml_a_AR = $(AR) $(ARFLAGS)
+libtinyxml_a_LIBADD =
+am__dirstamp = $(am__leading_dot)dirstamp
+am_libtinyxml_a_OBJECTS = tinyxml/libtinyxml_a-tinyxml.$(OBJEXT) \
+	tinyxml/libtinyxml_a-tinyxmlerror.$(OBJEXT) \
+	tinyxml/libtinyxml_a-tinyxmlparser.$(OBJEXT) \
+	tinyxml/libtinyxml_a-tinystr.$(OBJEXT)
+libtinyxml_a_OBJECTS = $(am_libtinyxml_a_OBJECTS)
+ at CONVERTER_TRUE@@GUI_TRUE at am__EXEEXT_1 = lam_conv$(EXEEXT)
+ at CONVERTER_TRUE@@GUI_FALSE at am__EXEEXT_2 = batch_lam_conv$(EXEEXT)
+ at LAMARC_APP_OSX_TRUE@am__EXEEXT_3 = lamarc.app$(EXEEXT)
+ at CONVERTER_TRUE@@GUI_TRUE@@LAMARC_APP_OSX_TRUE at am__EXEEXT_4 = lam_conv.app$(EXEEXT)
+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(htmldir)" \
+	"$(DESTDIR)$(htmlbconvdir)" "$(DESTDIR)$(htmlbconvimgdir)" \
+	"$(DESTDIR)$(htmlimgdir)" "$(DESTDIR)$(htmltraitdir)"
+PROGRAMS = $(bin_PROGRAMS)
+am__objects_1 = src/guiconv/batch_lam_conv-batchconverter.$(OBJEXT)
+am__objects_2 = src/control/batch_lam_conv-errhandling.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_errhandling.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_cmdfile_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_data_missing_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_individual_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_infile_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_locus_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_map_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_phase_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_structures_err.$(OBJEXT) \
+	src/convErr/batch_lam_conv-gc_trait_err.$(OBJEXT)
+am__objects_3 = src/guiconv/batch_lam_conv-gc_cmdline.$(OBJEXT) \
+	src/guiconv/batch_lam_conv-gc_data.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_dictionary.$(OBJEXT) \
+	src/ui_interface/batch_lam_conv-front_end_warnings.$(OBJEXT) \
+	src/convModel/batch_lam_conv-cmdfileschema.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_datastore.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_datastore_export.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_datastore_files.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_datastore_readcmd.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_datastore_writebatch.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_default.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_exportable.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_file.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_file_info.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_migration.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_panel.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_parent.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_phase.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_phase_info.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_phenotype.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_set_util.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_structure_maps.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_structures.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_trait.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_trait_allele.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_types.$(OBJEXT) \
+	src/guiconv/batch_lam_conv-gc_quantum.$(OBJEXT)
+am__objects_4 = src/xml/batch_lam_conv-parsetreeschema.$(OBJEXT) \
+	src/xml/batch_lam_conv-tixml_base.$(OBJEXT) \
+	src/xml/batch_lam_conv-xml.$(OBJEXT) \
+	src/xml/batch_lam_conv-xml_strings.$(OBJEXT)
+am__objects_5 = src/control/batch_lam_conv-constants.$(OBJEXT) \
+	src/control/batch_lam_conv-defaults.$(OBJEXT) \
+	src/tools/batch_lam_conv-stringx.$(OBJEXT) \
+	src/force/batch_lam_conv-paramstat.$(OBJEXT) \
+	src/ui_interface/batch_lam_conv-ui_constants.$(OBJEXT) \
+	src/ui_interface/batch_lam_conv-ui_id.$(OBJEXT) \
+	src/ui_interface/batch_lam_conv-ui_strings.$(OBJEXT)
+am__objects_6 =  \
+	src/convParse/batch_lam_conv-gc_genotype_resolution.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_creation_info.$(OBJEXT) \
+	src/convModel/batch_lam_conv-gc_individual.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_loci_match.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_locus.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_migrate.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_parse.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_parse_block.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_parse_locus.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_parse_pop.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_parse_sample.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_parser.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_phylip.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_pop_match.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_population.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_region.$(OBJEXT) \
+	src/convParse/batch_lam_conv-gc_sequential_data.$(OBJEXT) \
+	src/convParse/batch_lam_conv-tixml_util.$(OBJEXT) \
+	$(am__objects_4) $(am__objects_5)
+am__objects_7 = src/convStrings/batch_lam_conv-cnv_strings.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_cmdfile.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_creation.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_data.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_err.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_individual.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_infile.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_io.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_locus.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_map.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_mig.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_parse.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_parse_locus.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_phase.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_pop.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_region.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_str_a_m.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_str_n_z.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_structures.$(OBJEXT) \
+	src/convStrings/batch_lam_conv-gc_strings_trait.$(OBJEXT)
+am__objects_8 = src/convUtil/batch_lam_conv-gc_file_util.$(OBJEXT)
+am__objects_9 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
+	$(am__objects_6) $(am__objects_7) $(am__objects_8)
+am_batch_lam_conv_OBJECTS = $(am__objects_9)
+batch_lam_conv_OBJECTS = $(am_batch_lam_conv_OBJECTS)
+batch_lam_conv_DEPENDENCIES = lam_conv_LDADD
+batch_lam_conv_LINK = $(CXXLD) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+am__lam_conv_SOURCES_DIST = src/control/errhandling.h \
+	src/control/errhandling.cpp src/convErr/gc_errhandling.h \
+	src/convErr/gc_errhandling.cpp src/convErr/gc_cmdfile_err.h \
+	src/convErr/gc_cmdfile_err.cpp \
+	src/convErr/gc_data_missing_err.h \
+	src/convErr/gc_data_missing_err.cpp \
+	src/convErr/gc_individual_err.h \
+	src/convErr/gc_individual_err.cpp src/convErr/gc_infile_err.h \
+	src/convErr/gc_infile_err.cpp src/convErr/gc_locus_err.h \
+	src/convErr/gc_locus_err.cpp src/convErr/gc_map_err.h \
+	src/convErr/gc_map_err.cpp src/convErr/gc_phase_err.h \
+	src/convErr/gc_phase_err.cpp src/convErr/gc_structures_err.h \
+	src/convErr/gc_structures_err.cpp src/convErr/gc_trait_err.h \
+	src/convErr/gc_trait_err.cpp src/guiconv/gc_cmdline.h \
+	src/guiconv/gc_cmdline.cpp src/guiconv/gc_data.h \
+	src/guiconv/gc_data.cpp src/convModel/gc_dictionary.h \
+	src/convModel/gc_dictionary.cpp \
+	src/ui_interface/front_end_warnings.cpp \
+	src/ui_interface/front_end_warnings.h \
+	src/convModel/cmdfileschema.h src/convModel/cmdfileschema.cpp \
+	src/convModel/gc_datastore.h src/convModel/gc_datastore.cpp \
+	src/convModel/gc_datastore_export.cpp \
+	src/convModel/gc_datastore_files.cpp \
+	src/convModel/gc_datastore_readcmd.cpp \
+	src/convModel/gc_datastore_writebatch.cpp \
+	src/convModel/gc_default.h src/convModel/gc_default.cpp \
+	src/convModel/gc_exportable.h src/convModel/gc_exportable.cpp \
+	src/convModel/gc_file.h src/convModel/gc_file.cpp \
+	src/convModel/gc_file_info.h src/convModel/gc_file_info.cpp \
+	src/convModel/gc_migration.h src/convModel/gc_migration.cpp \
+	src/convModel/gc_panel.h src/convModel/gc_panel.cpp \
+	src/convModel/gc_parent.h src/convModel/gc_parent.cpp \
+	src/convModel/gc_phase.h src/convModel/gc_phase.cpp \
+	src/convModel/gc_phase_info.h src/convModel/gc_phase_info.cpp \
+	src/convModel/gc_phenotype.h src/convModel/gc_phenotype.cpp \
+	src/convModel/gc_set_util.h src/convModel/gc_set_util.cpp \
+	src/convModel/gc_structure_maps.h \
+	src/convModel/gc_structure_maps.cpp \
+	src/convModel/gc_structures.h src/convModel/gc_structures.cpp \
+	src/convModel/gc_trait.h src/convModel/gc_trait.cpp \
+	src/convModel/gc_trait_allele.h \
+	src/convModel/gc_trait_allele.cpp src/convModel/gc_types.h \
+	src/convModel/gc_types.cpp src/guiconv/gc_quantum.h \
+	src/guiconv/gc_quantum.cpp \
+	src/convParse/gc_genotype_resolution.h \
+	src/convParse/gc_genotype_resolution.cpp \
+	src/convModel/gc_creation_info.h \
+	src/convModel/gc_creation_info.cpp \
+	src/convModel/gc_individual.h src/convModel/gc_individual.cpp \
+	src/convParse/gc_loci_match.h src/convParse/gc_loci_match.cpp \
+	src/convParse/gc_locus.h src/convParse/gc_locus.cpp \
+	src/convParse/gc_migrate.h src/convParse/gc_migrate.cpp \
+	src/convParse/gc_parse.h src/convParse/gc_parse.cpp \
+	src/convParse/gc_parse_block.h \
+	src/convParse/gc_parse_block.cpp \
+	src/convParse/gc_parse_locus.h \
+	src/convParse/gc_parse_locus.cpp src/convParse/gc_parse_pop.h \
+	src/convParse/gc_parse_pop.cpp src/convParse/gc_parse_sample.h \
+	src/convParse/gc_parse_sample.cpp src/convParse/gc_parser.h \
+	src/convParse/gc_parser.cpp src/convParse/gc_phylip.h \
+	src/convParse/gc_phylip.cpp src/convParse/gc_pop_match.h \
+	src/convParse/gc_pop_match.cpp src/convParse/gc_population.h \
+	src/convParse/gc_population.cpp src/convParse/gc_region.h \
+	src/convParse/gc_region.cpp src/convParse/gc_sequential_data.h \
+	src/convParse/gc_sequential_data.cpp \
+	src/convParse/tixml_util.h src/convParse/tixml_util.cpp \
+	src/xml/parsetreeschema.h src/xml/parsetreeschema.cpp \
+	src/xml/tixml_base.h src/xml/tixml_base.cpp src/xml/xml.h \
+	src/xml/xml.cpp src/xml/xml_strings.h src/xml/xml_strings.cpp \
+	src/control/constants.h src/control/constants.cpp \
+	src/control/defaults.h src/control/defaults.cpp \
+	src/tools/stringx.h src/tools/stringx.cpp \
+	src/force/paramstat.h src/force/paramstat.cpp \
+	src/ui_interface/ui_constants.h \
+	src/ui_interface/ui_constants.cpp src/ui_interface/ui_id.h \
+	src/ui_interface/ui_id.cpp src/ui_interface/ui_strings.h \
+	src/ui_interface/ui_strings.cpp src/convStrings/cnv_strings.h \
+	src/convStrings/cnv_strings.cpp src/convStrings/gc_strings.h \
+	src/convStrings/gc_strings_cmdfile.h \
+	src/convStrings/gc_strings_cmdfile.cpp \
+	src/convStrings/gc_strings_creation.h \
+	src/convStrings/gc_strings_creation.cpp \
+	src/convStrings/gc_strings_data.h \
+	src/convStrings/gc_strings_data.cpp \
+	src/convStrings/gc_strings_err.cpp \
+	src/convStrings/gc_strings_individual.h \
+	src/convStrings/gc_strings_individual.cpp \
+	src/convStrings/gc_strings_infile.h \
+	src/convStrings/gc_strings_infile.cpp \
+	src/convStrings/gc_strings_io.h \
+	src/convStrings/gc_strings_io.cpp \
+	src/convStrings/gc_strings_locus.h \
+	src/convStrings/gc_strings_locus.cpp \
+	src/convStrings/gc_strings_map.h \
+	src/convStrings/gc_strings_map.cpp \
+	src/convStrings/gc_strings_mig.h \
+	src/convStrings/gc_strings_mig.cpp \
+	src/convStrings/gc_strings_parse.h \
+	src/convStrings/gc_strings_parse.cpp \
+	src/convStrings/gc_strings_parse_locus.h \
+	src/convStrings/gc_strings_parse_locus.cpp \
+	src/convStrings/gc_strings_phase.h \
+	src/convStrings/gc_strings_phase.cpp \
+	src/convStrings/gc_strings_pop.h \
+	src/convStrings/gc_strings_pop.cpp \
+	src/convStrings/gc_strings_region.h \
+	src/convStrings/gc_strings_region.cpp \
+	src/convStrings/gc_strings_str_a_m.cpp \
+	src/convStrings/gc_strings_str_n_z.cpp \
+	src/convStrings/gc_strings_structures.h \
+	src/convStrings/gc_strings_structures.cpp \
+	src/convStrings/gc_strings_trait.h \
+	src/convStrings/gc_strings_trait.cpp \
+	src/convUtil/gc_file_util.h src/convUtil/gc_file_util.cpp \
+	src/guiutil/gc_clickpanel.h src/guiutil/gc_clickpanel.cpp \
+	src/guiutil/gc_gridpanel.h src/guiutil/gc_gridpanel.cpp \
+	src/guiutil/gc_text_ctrl.h src/guiutil/gc_text_ctrl.cpp \
+	src/guiutil/gc_validators.h src/guiutil/gc_validators.cpp \
+	resources/empty16.xpm resources/excl16.xpm \
+	resources/giraffe32.xpm src/guiconv/gc_assigntab.h \
+	src/guiconv/gc_assigntab.cpp src/guiconv/gc_block_dialogs.h \
+	src/guiconv/gc_block_dialogs.cpp src/guiconv/gc_color.h \
+	src/guiconv/gc_color.cpp src/guiconv/gc_data_display.h \
+	src/guiconv/gc_data_display.cpp src/guiconv/gc_dialog.h \
+	src/guiconv/gc_dialog.cpp src/guiconv/gc_event_ids.h \
+	src/guiconv/gc_event_publisher.h \
+	src/guiconv/gc_event_publisher.cpp \
+	src/guiconv/gc_file_dialogs.h src/guiconv/gc_file_dialogs.cpp \
+	src/guiconv/gc_file_list.h src/guiconv/gc_file_list.cpp \
+	src/guiconv/gc_frame.h src/guiconv/gc_frame.cpp \
+	src/guiconv/gc_layout.h src/guiconv/gc_layout.cpp \
+	src/guiconv/gc_locus_dialogs.h \
+	src/guiconv/gc_locus_dialogs.cpp src/guiconv/gc_logic.h \
+	src/guiconv/gc_logic.cpp src/guiconv/gc_matrix_display.h \
+	src/guiconv/gc_matrix_display.cpp src/guiconv/gc_menu_actors.h \
+	src/guiconv/gc_menu_actors.cpp \
+	src/guiconv/gc_migration_dialogs.h \
+	src/guiconv/gc_migration_dialogs.cpp src/guiconv/gc_migtab.h \
+	src/guiconv/gc_migtab.cpp src/guiconv/gc_panel_dialogs.h \
+	src/guiconv/gc_panel_dialogs.cpp \
+	src/guiconv/gc_parent_dialogs.h \
+	src/guiconv/gc_parent_dialogs.cpp \
+	src/guiconv/gc_population_dialogs.h \
+	src/guiconv/gc_population_dialogs.cpp \
+	src/guiconv/gc_region_dialogs.h \
+	src/guiconv/gc_region_dialogs.cpp \
+	src/guiconv/gc_trait_dialogs.h \
+	src/guiconv/gc_trait_dialogs.cpp src/guiconv/guiconverter.h \
+	src/guiconv/guiconverter.cpp resources/lam_conv_rc.rc
+am__objects_10 = src/control/lam_conv-errhandling.$(OBJEXT) \
+	src/convErr/lam_conv-gc_errhandling.$(OBJEXT) \
+	src/convErr/lam_conv-gc_cmdfile_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_data_missing_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_individual_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_infile_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_locus_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_map_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_phase_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_structures_err.$(OBJEXT) \
+	src/convErr/lam_conv-gc_trait_err.$(OBJEXT)
+am__objects_11 = src/guiconv/lam_conv-gc_cmdline.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_data.$(OBJEXT) \
+	src/convModel/lam_conv-gc_dictionary.$(OBJEXT) \
+	src/ui_interface/lam_conv-front_end_warnings.$(OBJEXT) \
+	src/convModel/lam_conv-cmdfileschema.$(OBJEXT) \
+	src/convModel/lam_conv-gc_datastore.$(OBJEXT) \
+	src/convModel/lam_conv-gc_datastore_export.$(OBJEXT) \
+	src/convModel/lam_conv-gc_datastore_files.$(OBJEXT) \
+	src/convModel/lam_conv-gc_datastore_readcmd.$(OBJEXT) \
+	src/convModel/lam_conv-gc_datastore_writebatch.$(OBJEXT) \
+	src/convModel/lam_conv-gc_default.$(OBJEXT) \
+	src/convModel/lam_conv-gc_exportable.$(OBJEXT) \
+	src/convModel/lam_conv-gc_file.$(OBJEXT) \
+	src/convModel/lam_conv-gc_file_info.$(OBJEXT) \
+	src/convModel/lam_conv-gc_migration.$(OBJEXT) \
+	src/convModel/lam_conv-gc_panel.$(OBJEXT) \
+	src/convModel/lam_conv-gc_parent.$(OBJEXT) \
+	src/convModel/lam_conv-gc_phase.$(OBJEXT) \
+	src/convModel/lam_conv-gc_phase_info.$(OBJEXT) \
+	src/convModel/lam_conv-gc_phenotype.$(OBJEXT) \
+	src/convModel/lam_conv-gc_set_util.$(OBJEXT) \
+	src/convModel/lam_conv-gc_structure_maps.$(OBJEXT) \
+	src/convModel/lam_conv-gc_structures.$(OBJEXT) \
+	src/convModel/lam_conv-gc_trait.$(OBJEXT) \
+	src/convModel/lam_conv-gc_trait_allele.$(OBJEXT) \
+	src/convModel/lam_conv-gc_types.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_quantum.$(OBJEXT)
+am__objects_12 = src/xml/lam_conv-parsetreeschema.$(OBJEXT) \
+	src/xml/lam_conv-tixml_base.$(OBJEXT) \
+	src/xml/lam_conv-xml.$(OBJEXT) \
+	src/xml/lam_conv-xml_strings.$(OBJEXT)
+am__objects_13 = src/control/lam_conv-constants.$(OBJEXT) \
+	src/control/lam_conv-defaults.$(OBJEXT) \
+	src/tools/lam_conv-stringx.$(OBJEXT) \
+	src/force/lam_conv-paramstat.$(OBJEXT) \
+	src/ui_interface/lam_conv-ui_constants.$(OBJEXT) \
+	src/ui_interface/lam_conv-ui_id.$(OBJEXT) \
+	src/ui_interface/lam_conv-ui_strings.$(OBJEXT)
+am__objects_14 =  \
+	src/convParse/lam_conv-gc_genotype_resolution.$(OBJEXT) \
+	src/convModel/lam_conv-gc_creation_info.$(OBJEXT) \
+	src/convModel/lam_conv-gc_individual.$(OBJEXT) \
+	src/convParse/lam_conv-gc_loci_match.$(OBJEXT) \
+	src/convParse/lam_conv-gc_locus.$(OBJEXT) \
+	src/convParse/lam_conv-gc_migrate.$(OBJEXT) \
+	src/convParse/lam_conv-gc_parse.$(OBJEXT) \
+	src/convParse/lam_conv-gc_parse_block.$(OBJEXT) \
+	src/convParse/lam_conv-gc_parse_locus.$(OBJEXT) \
+	src/convParse/lam_conv-gc_parse_pop.$(OBJEXT) \
+	src/convParse/lam_conv-gc_parse_sample.$(OBJEXT) \
+	src/convParse/lam_conv-gc_parser.$(OBJEXT) \
+	src/convParse/lam_conv-gc_phylip.$(OBJEXT) \
+	src/convParse/lam_conv-gc_pop_match.$(OBJEXT) \
+	src/convParse/lam_conv-gc_population.$(OBJEXT) \
+	src/convParse/lam_conv-gc_region.$(OBJEXT) \
+	src/convParse/lam_conv-gc_sequential_data.$(OBJEXT) \
+	src/convParse/lam_conv-tixml_util.$(OBJEXT) $(am__objects_12) \
+	$(am__objects_13)
+am__objects_15 = src/convStrings/lam_conv-cnv_strings.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_cmdfile.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_creation.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_data.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_err.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_individual.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_infile.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_io.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_locus.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_map.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_mig.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_parse.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_parse_locus.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_phase.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_pop.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_region.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_str_a_m.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_str_n_z.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_structures.$(OBJEXT) \
+	src/convStrings/lam_conv-gc_strings_trait.$(OBJEXT)
+am__objects_16 = src/convUtil/lam_conv-gc_file_util.$(OBJEXT)
+am__objects_17 = src/guiutil/lam_conv-gc_clickpanel.$(OBJEXT) \
+	src/guiutil/lam_conv-gc_gridpanel.$(OBJEXT) \
+	src/guiutil/lam_conv-gc_text_ctrl.$(OBJEXT) \
+	src/guiutil/lam_conv-gc_validators.$(OBJEXT)
+am__objects_18 = src/guiconv/lam_conv-gc_assigntab.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_block_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_color.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_data_display.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_dialog.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_event_publisher.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_file_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_file_list.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_frame.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_layout.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_locus_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_logic.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_matrix_display.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_menu_actors.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_migration_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_migtab.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_panel_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_parent_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_population_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_region_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-gc_trait_dialogs.$(OBJEXT) \
+	src/guiconv/lam_conv-guiconverter.$(OBJEXT)
+am__objects_19 = $(am__objects_17) $(am__objects_18)
+ at LAMARC_APP_MSW_TRUE@am__objects_20 = resources/lam_conv_rc.$(OBJEXT)
+am__objects_21 = $(am__objects_20)
+am_lam_conv_OBJECTS = $(am__objects_10) $(am__objects_11) \
+	$(am__objects_14) $(am__objects_15) $(am__objects_16) \
+	$(am__objects_19) $(am__objects_21)
+lam_conv_OBJECTS = $(am_lam_conv_OBJECTS)
+ at LAMARC_APP_OSX_FALSE@am__DEPENDENCIES_1 = libtinyxml.a
+lam_conv_DEPENDENCIES = $(am__append_27) $(am__DEPENDENCIES_1)
+lam_conv_LINK = $(CXXLD) $(lam_conv_CXXFLAGS) $(CXXFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+am_lam_conv_app_OBJECTS =
+lam_conv_app_OBJECTS = $(am_lam_conv_app_OBJECTS)
+lam_conv_app_LDADD = $(LDADD)
+am__DEPENDENCIES_2 =
+lam_conv_app_DEPENDENCIES = $(am__DEPENDENCIES_2) \
+	$(am__DEPENDENCIES_2)
+am__lamarc_SOURCES_DIST = src/bayeslike/bayesanalyzer_1d.h \
+	src/bayeslike/bayesanalyzer_1d.cpp src/bayeslike/bayescurve.h \
+	src/bayeslike/bayescurve.cpp src/bayeslike/bayesparamlike_1d.h \
+	src/bayeslike/bayesparamlike_1d.cpp src/control/chainmanager.h \
+	src/control/chainmanager.cpp src/control/chainout.h \
+	src/control/chainout.cpp src/control/chainpack.h \
+	src/control/chainpack.cpp src/control/chainparam.h \
+	src/control/chainparam.cpp src/control/constants.h \
+	src/control/constants.cpp src/control/defaults.h \
+	src/control/defaults.cpp src/control/definitions.h \
+	src/control/dynatracer.cpp src/control/dynatracer.h \
+	src/control/errhandling.h src/control/errhandling.cpp \
+	src/control/lamarc.h src/control/lamarc.cpp \
+	src/control/regiongammainfo.h src/control/regiongammainfo.cpp \
+	src/control/registry.h src/control/registry.cpp \
+	src/control/sumfilehandler.h src/control/sumfilehandler.cpp \
+	src/control/types.h src/control/userparam.h \
+	src/control/userparam.cpp src/control/xmlsum_strings.h \
+	src/control/xmlsum_strings.cpp src/datalike/calculators.h \
+	src/datalike/calculators.cpp src/datalike/datapack.h \
+	src/datalike/datapack.cpp src/datalike/datatype.h \
+	src/datalike/datatype.cpp src/datalike/dlcalc.h \
+	src/datalike/dlcalc.cpp src/datalike/dlcell.h \
+	src/datalike/dlcell.cpp src/datalike/cellmanager.h \
+	src/datalike/cellmanager.cpp src/datalike/dlmodel.h \
+	src/datalike/dlmodel.cpp src/datalike/funcMax.h \
+	src/datalike/funcMax.cpp src/datalike/haplotypes.h \
+	src/datalike/haplotypes.cpp src/datalike/locus.h \
+	src/datalike/locus.cpp src/datalike/locuscell.h \
+	src/datalike/locuscell.cpp src/datalike/phenotypes.h \
+	src/datalike/phenotypes.cpp src/datalike/region.h \
+	src/datalike/region.cpp src/datalike/tipdata.h \
+	src/datalike/tipdata.cpp src/force/epoch.h src/force/epoch.cpp \
+	src/force/event.h src/force/event.cpp src/force/force.h \
+	src/force/force.cpp src/force/forceparam.h \
+	src/force/forceparam.cpp src/force/forcesummary.h \
+	src/force/forcesummary.cpp src/force/priorreport.h \
+	src/force/priorreport.cpp src/force/timemanager.h \
+	src/force/timemanager.cpp src/force/stair.h \
+	src/force/stair.cpp src/force/paramstat.h \
+	src/force/paramstat.cpp src/lamarcmenus/coalmenus.h \
+	src/lamarcmenus/coalmenus.cpp \
+	src/lamarcmenus/constraintmenus.h \
+	src/lamarcmenus/constraintmenus.cpp \
+	src/lamarcmenus/datafilenamedialog.h \
+	src/lamarcmenus/datafilenamedialog.cpp \
+	src/lamarcmenus/datamodelmenu.h \
+	src/lamarcmenus/datamodelmenu.cpp \
+	src/lamarcmenus/diseasemenus.cpp \
+	src/lamarcmenus/diseasemenus.h src/lamarcmenus/divmenus.cpp \
+	src/lamarcmenus/divmenus.h src/lamarcmenus/divmigmenus.cpp \
+	src/lamarcmenus/divmigmenus.h src/lamarcmenus/forcesmenus.cpp \
+	src/lamarcmenus/forcesmenus.h src/lamarcmenus/growthmenus.cpp \
+	src/lamarcmenus/growthmenus.h \
+	src/lamarcmenus/lamarc_strings.cpp \
+	src/lamarcmenus/lamarc_strings.h \
+	src/lamarcmenus/lamarcheaderdialog.cpp \
+	src/lamarcmenus/lamarcheaderdialog.h \
+	src/lamarcmenus/lamarcmenu.cpp src/lamarcmenus/lamarcmenu.h \
+	src/lamarcmenus/lamarcmenuitems.cpp \
+	src/lamarcmenus/lamarcmenuitems.h \
+	src/lamarcmenus/logselectmenus.cpp \
+	src/lamarcmenus/logselectmenus.h src/lamarcmenus/migmenus.cpp \
+	src/lamarcmenus/migmenus.h \
+	src/lamarcmenus/nomenufilereaddialog.cpp \
+	src/lamarcmenus/nomenufilereaddialog.h \
+	src/lamarcmenus/outfilemenus.cpp \
+	src/lamarcmenus/outfilemenus.h \
+	src/lamarcmenus/overviewmenus.cpp \
+	src/lamarcmenus/overviewmenus.h \
+	src/lamarcmenus/popsizemenu.cpp src/lamarcmenus/popsizemenu.h \
+	src/lamarcmenus/priormenus.cpp src/lamarcmenus/priormenus.h \
+	src/lamarcmenus/profilemenus.cpp \
+	src/lamarcmenus/profilemenus.h src/lamarcmenus/recmenus.cpp \
+	src/lamarcmenus/recmenus.h \
+	src/lamarcmenus/regiongammamenus.cpp \
+	src/lamarcmenus/regiongammamenus.h \
+	src/lamarcmenus/traitmodelmenu.cpp \
+	src/lamarcmenus/traitmodelmenu.h \
+	src/lamarcmenus/treesummenus.cpp \
+	src/lamarcmenus/treesummenus.h src/menu/dialog.h \
+	src/menu/dialog.cpp src/menu/dialognoinput.h \
+	src/menu/dialognoinput.cpp src/menu/dialogrepeat.h \
+	src/menu/dialogrepeat.cpp src/menu/display.h \
+	src/menu/display.cpp src/menu/matrixitem.h \
+	src/menu/matrixitem.cpp src/menu/menu_strings.h \
+	src/menu/menu_strings.cpp src/menu/menudefs.h \
+	src/menu/menuerror.h src/menu/menuinteraction.h \
+	src/menu/menuinteraction.cpp src/menu/menuitem.h \
+	src/menu/menuitem.cpp src/menu/menutypedefs.h \
+	src/menu/newmenu.h src/menu/newmenu.cpp \
+	src/menu/newmenuitems.h src/menu/newmenuitems.cpp \
+	src/menu/setmenuitem.h src/menu/setmenuitem.cpp \
+	src/menu/togglemenuitem.h src/menu/togglemenuitem.cpp \
+	src/menu/twodtable.h src/menu/twodtable.cpp \
+	src/postlike/analyzer.h src/postlike/analyzer.cpp \
+	src/postlike/derivatives.cpp src/postlike/likelihood.h \
+	src/postlike/likelihood.cpp src/postlike/maximizer.h \
+	src/postlike/maximizer.cpp src/postlike/maximizer_strings.h \
+	src/postlike/maximizer_strings.cpp src/postlike/plforces.h \
+	src/postlike/plforces.cpp src/postlike/plotstat.h \
+	src/postlike/plotstat.cpp src/postlike/profile.cpp \
+	src/report/curvefiles.h src/report/curvefiles.cpp \
+	src/report/outputfile.h src/report/outputfile.cpp \
+	src/report/reportpage.h src/report/reportpage.cpp \
+	src/report/runreport.h src/report/runreport.cpp \
+	src/report/spreadsheet.h src/report/spreadsheet.cpp \
+	src/report/xml_report.h src/report/xml_report.cpp \
+	src/tools/mathx.h src/tools/mathx.cpp src/tools/random.h \
+	src/tools/random.cpp src/tools/rangex.h src/tools/rangex.cpp \
+	src/tools/stringx.h src/tools/stringx.cpp src/tools/timex.h \
+	src/tools/timex.cpp src/tools/tools.h \
+	src/tools/vector_constants.h src/tools/vector_constants.cpp \
+	src/tools/vectorx.h src/tools/vectorx.cpp src/tree/argtree.h \
+	src/tree/argtree.cpp src/tree/arranger.h src/tree/arranger.cpp \
+	src/tree/arranger_types.h src/tree/arranger_types.cpp \
+	src/tree/arrangervec.h src/tree/arrangervec.cpp \
+	src/tree/branch.h src/tree/branch.cpp src/tree/branchbuffer.h \
+	src/tree/branchbuffer.cpp src/tree/branchtag.h \
+	src/tree/branchtag.cpp src/tree/chain.h src/tree/chain.cpp \
+	src/tree/chainstate.h src/tree/chainstate.cpp \
+	src/tree/collector.h src/tree/collector.cpp \
+	src/tree/collmanager.h src/tree/collmanager.cpp \
+	src/tree/fc_status.h src/tree/fc_status.cpp \
+	src/tree/individual.h src/tree/individual.cpp \
+	src/tree/intervaldata.h src/tree/intervaldata.cpp \
+	src/tree/newick.h src/tree/newick.cpp src/tree/parameter.h \
+	src/tree/parameter.cpp src/tree/partition.h \
+	src/tree/partition.cpp src/tree/prior.h src/tree/prior.cpp \
+	src/tree/range.h src/tree/range.cpp src/tree/rectree.cpp \
+	src/tree/summary.h src/tree/summary.cpp src/tree/tempident.h \
+	src/tree/tempident.cpp src/tree/timelist.h \
+	src/tree/timelist.cpp src/tree/tree.h src/tree/tree.cpp \
+	src/tree/treesum.h src/tree/treesum.cpp \
+	src/ui_interface/chainparam_interface.cpp \
+	src/ui_interface/chainparam_interface.h \
+	src/ui_interface/constraint_interface.cpp \
+	src/ui_interface/constraint_interface.h \
+	src/ui_interface/data_interface.cpp \
+	src/ui_interface/data_interface.h \
+	src/ui_interface/datamodel_interface.cpp \
+	src/ui_interface/datamodel_interface.h \
+	src/ui_interface/force_interface.cpp \
+	src/ui_interface/force_interface.h \
+	src/ui_interface/front_end_warnings.cpp \
+	src/ui_interface/front_end_warnings.h \
+	src/ui_interface/prior_interface.cpp \
+	src/ui_interface/prior_interface.h \
+	src/ui_interface/profile_interface.cpp \
+	src/ui_interface/profile_interface.h src/ui_interface/setget.h \
+	src/ui_interface/setgetmachine.cpp \
+	src/ui_interface/setgetmachine.h \
+	src/ui_interface/traitmodel_interface.cpp \
+	src/ui_interface/traitmodel_interface.h \
+	src/ui_interface/ui_constants.cpp \
+	src/ui_interface/ui_constants.h src/ui_interface/ui_id.cpp \
+	src/ui_interface/ui_id.h src/ui_interface/ui_interface.cpp \
+	src/ui_interface/ui_interface.h src/ui_interface/ui_regid.cpp \
+	src/ui_interface/ui_regid.h src/ui_interface/ui_strings.cpp \
+	src/ui_interface/ui_strings.h src/ui_interface/ui_warnings.h \
+	src/ui_interface/ui_warnings.cpp \
+	src/ui_interface/userparam_interface.cpp \
+	src/ui_interface/userparam_interface.h \
+	src/ui_util/undoredochain.h src/ui_util/undoredochain.cpp \
+	src/ui_vars/report_strings.h src/ui_vars/report_strings.cpp \
+	src/ui_vars/ui_vars.h src/ui_vars/ui_vars.cpp \
+	src/ui_vars/ui_vars_chainparams.h \
+	src/ui_vars/ui_vars_chainparams.cpp \
+	src/ui_vars/ui_vars_component.h \
+	src/ui_vars/ui_vars_component.cpp \
+	src/ui_vars/ui_vars_datamodel.h \
+	src/ui_vars/ui_vars_datamodel.cpp \
+	src/ui_vars/ui_vars_datapackplus.cpp \
+	src/ui_vars/ui_vars_datapackplus.h \
+	src/ui_vars/ui_vars_forces.cpp src/ui_vars/ui_vars_forces.h \
+	src/ui_vars/ui_vars_prior.cpp src/ui_vars/ui_vars_prior.h \
+	src/ui_vars/ui_vars_traitmodels.cpp \
+	src/ui_vars/ui_vars_traitmodels.h \
+	src/ui_vars/ui_vars_userparams.cpp \
+	src/ui_vars/ui_vars_userparams.h src/xml/lamarcschema.cpp \
+	src/xml/parsetreetodata.h src/xml/parsetreetodata.cpp \
+	src/xml/parsetreetosettings.h src/xml/parsetreetosettings.cpp \
+	src/xml/parsetreewalker.h src/xml/parsetreewalker.cpp \
+	src/xml/toxml.h src/xml/toxml.cpp src/xml/parsetreeschema.h \
+	src/xml/parsetreeschema.cpp src/xml/tixml_base.h \
+	src/xml/tixml_base.cpp src/xml/xml.h src/xml/xml.cpp \
+	src/xml/xml_strings.h src/xml/xml_strings.cpp \
+	resources/lamarc_rc.rc config/conf.h
+am__objects_22 = src/bayeslike/lamarc-bayesanalyzer_1d.$(OBJEXT) \
+	src/bayeslike/lamarc-bayescurve.$(OBJEXT) \
+	src/bayeslike/lamarc-bayesparamlike_1d.$(OBJEXT)
+am__objects_23 = src/control/lamarc-chainmanager.$(OBJEXT) \
+	src/control/lamarc-chainout.$(OBJEXT) \
+	src/control/lamarc-chainpack.$(OBJEXT) \
+	src/control/lamarc-chainparam.$(OBJEXT) \
+	src/control/lamarc-constants.$(OBJEXT) \
+	src/control/lamarc-defaults.$(OBJEXT) \
+	src/control/lamarc-dynatracer.$(OBJEXT) \
+	src/control/lamarc-errhandling.$(OBJEXT) \
+	src/control/lamarc-lamarc.$(OBJEXT) \
+	src/control/lamarc-regiongammainfo.$(OBJEXT) \
+	src/control/lamarc-registry.$(OBJEXT) \
+	src/control/lamarc-sumfilehandler.$(OBJEXT) \
+	src/control/lamarc-userparam.$(OBJEXT) \
+	src/control/lamarc-xmlsum_strings.$(OBJEXT)
+am__objects_24 = src/datalike/lamarc-calculators.$(OBJEXT) \
+	src/datalike/lamarc-datapack.$(OBJEXT) \
+	src/datalike/lamarc-datatype.$(OBJEXT) \
+	src/datalike/lamarc-dlcalc.$(OBJEXT) \
+	src/datalike/lamarc-dlcell.$(OBJEXT) \
+	src/datalike/lamarc-cellmanager.$(OBJEXT) \
+	src/datalike/lamarc-dlmodel.$(OBJEXT) \
+	src/datalike/lamarc-funcMax.$(OBJEXT) \
+	src/datalike/lamarc-haplotypes.$(OBJEXT) \
+	src/datalike/lamarc-locus.$(OBJEXT) \
+	src/datalike/lamarc-locuscell.$(OBJEXT) \
+	src/datalike/lamarc-phenotypes.$(OBJEXT) \
+	src/datalike/lamarc-region.$(OBJEXT) \
+	src/datalike/lamarc-tipdata.$(OBJEXT)
+am__objects_25 = src/force/lamarc-epoch.$(OBJEXT) \
+	src/force/lamarc-event.$(OBJEXT) \
+	src/force/lamarc-force.$(OBJEXT) \
+	src/force/lamarc-forceparam.$(OBJEXT) \
+	src/force/lamarc-forcesummary.$(OBJEXT) \
+	src/force/lamarc-priorreport.$(OBJEXT) \
+	src/force/lamarc-timemanager.$(OBJEXT) \
+	src/force/lamarc-stair.$(OBJEXT) \
+	src/force/lamarc-paramstat.$(OBJEXT)
+am__objects_26 = src/lamarcmenus/lamarc-coalmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-constraintmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-datafilenamedialog.$(OBJEXT) \
+	src/lamarcmenus/lamarc-datamodelmenu.$(OBJEXT) \
+	src/lamarcmenus/lamarc-diseasemenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-divmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-divmigmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-forcesmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-growthmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-lamarc_strings.$(OBJEXT) \
+	src/lamarcmenus/lamarc-lamarcheaderdialog.$(OBJEXT) \
+	src/lamarcmenus/lamarc-lamarcmenu.$(OBJEXT) \
+	src/lamarcmenus/lamarc-lamarcmenuitems.$(OBJEXT) \
+	src/lamarcmenus/lamarc-logselectmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-migmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-nomenufilereaddialog.$(OBJEXT) \
+	src/lamarcmenus/lamarc-outfilemenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-overviewmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-popsizemenu.$(OBJEXT) \
+	src/lamarcmenus/lamarc-priormenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-profilemenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-recmenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-regiongammamenus.$(OBJEXT) \
+	src/lamarcmenus/lamarc-traitmodelmenu.$(OBJEXT) \
+	src/lamarcmenus/lamarc-treesummenus.$(OBJEXT)
+am__objects_27 = src/menu/lamarc-dialog.$(OBJEXT) \
+	src/menu/lamarc-dialognoinput.$(OBJEXT) \
+	src/menu/lamarc-dialogrepeat.$(OBJEXT) \
+	src/menu/lamarc-display.$(OBJEXT) \
+	src/menu/lamarc-matrixitem.$(OBJEXT) \
+	src/menu/lamarc-menu_strings.$(OBJEXT) \
+	src/menu/lamarc-menuinteraction.$(OBJEXT) \
+	src/menu/lamarc-menuitem.$(OBJEXT) \
+	src/menu/lamarc-newmenu.$(OBJEXT) \
+	src/menu/lamarc-newmenuitems.$(OBJEXT) \
+	src/menu/lamarc-setmenuitem.$(OBJEXT) \
+	src/menu/lamarc-togglemenuitem.$(OBJEXT) \
+	src/menu/lamarc-twodtable.$(OBJEXT)
+am__objects_28 = src/postlike/lamarc-analyzer.$(OBJEXT) \
+	src/postlike/lamarc-derivatives.$(OBJEXT) \
+	src/postlike/lamarc-likelihood.$(OBJEXT) \
+	src/postlike/lamarc-maximizer.$(OBJEXT) \
+	src/postlike/lamarc-maximizer_strings.$(OBJEXT) \
+	src/postlike/lamarc-plforces.$(OBJEXT) \
+	src/postlike/lamarc-plotstat.$(OBJEXT) \
+	src/postlike/lamarc-profile.$(OBJEXT)
+am__objects_29 = src/report/lamarc-curvefiles.$(OBJEXT) \
+	src/report/lamarc-outputfile.$(OBJEXT) \
+	src/report/lamarc-reportpage.$(OBJEXT) \
+	src/report/lamarc-runreport.$(OBJEXT) \
+	src/report/lamarc-spreadsheet.$(OBJEXT) \
+	src/report/lamarc-xml_report.$(OBJEXT)
+am__objects_30 = src/tools/lamarc-mathx.$(OBJEXT) \
+	src/tools/lamarc-random.$(OBJEXT) \
+	src/tools/lamarc-rangex.$(OBJEXT) \
+	src/tools/lamarc-stringx.$(OBJEXT) \
+	src/tools/lamarc-timex.$(OBJEXT) \
+	src/tools/lamarc-vector_constants.$(OBJEXT) \
+	src/tools/lamarc-vectorx.$(OBJEXT)
+am__objects_31 = src/tree/lamarc-argtree.$(OBJEXT) \
+	src/tree/lamarc-arranger.$(OBJEXT) \
+	src/tree/lamarc-arranger_types.$(OBJEXT) \
+	src/tree/lamarc-arrangervec.$(OBJEXT) \
+	src/tree/lamarc-branch.$(OBJEXT) \
+	src/tree/lamarc-branchbuffer.$(OBJEXT) \
+	src/tree/lamarc-branchtag.$(OBJEXT) \
+	src/tree/lamarc-chain.$(OBJEXT) \
+	src/tree/lamarc-chainstate.$(OBJEXT) \
+	src/tree/lamarc-collector.$(OBJEXT) \
+	src/tree/lamarc-collmanager.$(OBJEXT) \
+	src/tree/lamarc-fc_status.$(OBJEXT) \
+	src/tree/lamarc-individual.$(OBJEXT) \
+	src/tree/lamarc-intervaldata.$(OBJEXT) \
+	src/tree/lamarc-newick.$(OBJEXT) \
+	src/tree/lamarc-parameter.$(OBJEXT) \
+	src/tree/lamarc-partition.$(OBJEXT) \
+	src/tree/lamarc-prior.$(OBJEXT) \
+	src/tree/lamarc-range.$(OBJEXT) \
+	src/tree/lamarc-rectree.$(OBJEXT) \
+	src/tree/lamarc-summary.$(OBJEXT) \
+	src/tree/lamarc-tempident.$(OBJEXT) \
+	src/tree/lamarc-timelist.$(OBJEXT) \
+	src/tree/lamarc-tree.$(OBJEXT) \
+	src/tree/lamarc-treesum.$(OBJEXT)
+am__objects_32 =  \
+	src/ui_interface/lamarc-chainparam_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-constraint_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-data_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-datamodel_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-force_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-front_end_warnings.$(OBJEXT) \
+	src/ui_interface/lamarc-prior_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-profile_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-setgetmachine.$(OBJEXT) \
+	src/ui_interface/lamarc-traitmodel_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-ui_constants.$(OBJEXT) \
+	src/ui_interface/lamarc-ui_id.$(OBJEXT) \
+	src/ui_interface/lamarc-ui_interface.$(OBJEXT) \
+	src/ui_interface/lamarc-ui_regid.$(OBJEXT) \
+	src/ui_interface/lamarc-ui_strings.$(OBJEXT) \
+	src/ui_interface/lamarc-ui_warnings.$(OBJEXT) \
+	src/ui_interface/lamarc-userparam_interface.$(OBJEXT)
+am__objects_33 = src/ui_util/lamarc-undoredochain.$(OBJEXT)
+am__objects_34 = src/ui_vars/lamarc-report_strings.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_chainparams.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_component.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_datamodel.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_datapackplus.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_forces.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_prior.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_traitmodels.$(OBJEXT) \
+	src/ui_vars/lamarc-ui_vars_userparams.$(OBJEXT)
+am__objects_35 = src/xml/lamarc-parsetreeschema.$(OBJEXT) \
+	src/xml/lamarc-tixml_base.$(OBJEXT) \
+	src/xml/lamarc-xml.$(OBJEXT) \
+	src/xml/lamarc-xml_strings.$(OBJEXT)
+am__objects_36 = src/xml/lamarc-lamarcschema.$(OBJEXT) \
+	src/xml/lamarc-parsetreetodata.$(OBJEXT) \
+	src/xml/lamarc-parsetreetosettings.$(OBJEXT) \
+	src/xml/lamarc-parsetreewalker.$(OBJEXT) \
+	src/xml/lamarc-toxml.$(OBJEXT) $(am__objects_35)
+am__objects_37 = $(am__objects_22) $(am__objects_23) $(am__objects_24) \
+	$(am__objects_25) $(am__objects_26) $(am__objects_27) \
+	$(am__objects_28) $(am__objects_29) $(am__objects_30) \
+	$(am__objects_31) $(am__objects_32) $(am__objects_33) \
+	$(am__objects_34) $(am__objects_36)
+ at LAMARC_APP_MSW_TRUE@am__objects_38 = resources/lamarc_rc.$(OBJEXT)
+am__objects_39 = $(am__objects_38)
+am__objects_40 =
+am_lamarc_OBJECTS = $(am__objects_37) $(am__objects_39) \
+	$(am__objects_40)
+lamarc_OBJECTS = $(am_lamarc_OBJECTS)
+lamarc_DEPENDENCIES = libtinyxml.a
+lamarc_LINK = $(CXXLD) $(lamarc_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
+	$(LDFLAGS) -o $@
+am_lamarc_app_OBJECTS =
+lamarc_app_OBJECTS = $(am_lamarc_app_OBJECTS)
+lamarc_app_LDADD = $(LDADD)
+lamarc_app_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_2)
+am__objects_41 = src/conversion/old_lam_conv-ConverterIf.$(OBJEXT) \
+	src/conversion/old_lam_conv-ConverterUI.$(OBJEXT) \
+	src/conversion/old_lam_conv-DataSourceException.$(OBJEXT) \
+	src/conversion/old_lam_conv-DataSourceIf.$(OBJEXT) \
+	src/conversion/old_lam_conv-HapConverter.$(OBJEXT) \
+	src/conversion/old_lam_conv-IndividualDS.$(OBJEXT) \
+	src/conversion/old_lam_conv-LamarcDS.$(OBJEXT) \
+	src/conversion/old_lam_conv-MigrateConverter.$(OBJEXT) \
+	src/conversion/old_lam_conv-ModelDS.$(OBJEXT) \
+	src/conversion/old_lam_conv-ParserUtil.$(OBJEXT) \
+	src/conversion/old_lam_conv-PhylipConverter.$(OBJEXT) \
+	src/conversion/old_lam_conv-PopulationDS.$(OBJEXT) \
+	src/conversion/old_lam_conv-RegionDS.$(OBJEXT) \
+	src/conversion/old_lam_conv-Sequence.$(OBJEXT) \
+	src/conversion/old_lam_conv-SpaceConverter.$(OBJEXT) \
+	src/conversion/old_lam_conv-SpacingDS.$(OBJEXT) \
+	src/conversion/old_lam_conv-UserFileUtil.$(OBJEXT) \
+	src/conversion/old_lam_conv-XmlParserUtil.$(OBJEXT) \
+	src/conversion/old_lam_conv-nomenuglobals.$(OBJEXT) \
+	src/control/old_lam_conv-constants.$(OBJEXT) \
+	src/control/old_lam_conv-defaults.$(OBJEXT) \
+	src/control/old_lam_conv-errhandling.$(OBJEXT) \
+	src/tools/old_lam_conv-random.$(OBJEXT) \
+	src/tools/old_lam_conv-stringx.$(OBJEXT) \
+	src/ui_interface/old_lam_conv-ui_constants.$(OBJEXT) \
+	src/ui_interface/old_lam_conv-ui_id.$(OBJEXT) \
+	src/ui_interface/old_lam_conv-ui_strings.$(OBJEXT) \
+	src/xml/old_lam_conv-xml_strings.$(OBJEXT)
+am_old_lam_conv_OBJECTS = $(am__objects_41) \
+	src/conversion/old_lam_conv-ConverterUIMain.$(OBJEXT)
+old_lam_conv_OBJECTS = $(am_old_lam_conv_OBJECTS)
+old_lam_conv_LDADD = $(LDADD)
+old_lam_conv_DEPENDENCIES = $(am__DEPENDENCIES_2) \
+	$(am__DEPENDENCIES_2)
+old_lam_conv_LINK = $(CXXLD) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) \
+	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
+DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)/config
+depcomp = $(SHELL) $(top_srcdir)/config/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+AM_V_lt = $(am__v_lt_ at AM_V@)
+am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+AM_V_CXX = $(am__v_CXX_ at AM_V@)
+am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
+am__v_CXX_0 = @echo "  CXX     " $@;
+am__v_CXX_1 = 
+CXXLD = $(CXX)
+CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
+	-o $@
+AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
+am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
+am__v_CXXLD_1 = 
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+AM_V_CC = $(am__v_CC_ at AM_V@)
+am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
+CCLD = $(CC)
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
+SOURCES = $(libtinyxml_a_SOURCES) $(batch_lam_conv_SOURCES) \
+	$(EXTRA_batch_lam_conv_SOURCES) $(lam_conv_SOURCES) \
+	$(EXTRA_lam_conv_SOURCES) $(lam_conv_app_SOURCES) \
+	$(lamarc_SOURCES) $(EXTRA_lamarc_SOURCES) \
+	$(lamarc_app_SOURCES) $(old_lam_conv_SOURCES) \
+	$(EXTRA_old_lam_conv_SOURCES)
+DIST_SOURCES = $(libtinyxml_a_SOURCES) $(batch_lam_conv_SOURCES) \
+	$(EXTRA_batch_lam_conv_SOURCES) $(am__lam_conv_SOURCES_DIST) \
+	$(EXTRA_lam_conv_SOURCES) $(lam_conv_app_SOURCES) \
+	$(am__lamarc_SOURCES_DIST) $(EXTRA_lamarc_SOURCES) \
+	$(lamarc_app_SOURCES) $(old_lam_conv_SOURCES) \
+	$(EXTRA_old_lam_conv_SOURCES)
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+DATA = $(html_DATA) $(htmlbconv_DATA) $(htmlbconvimg_DATA) \
+	$(htmlimg_DATA) $(htmltrait_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
+ETAGS = etags
+CTAGS = ctags
+CSCOPE = cscope
+AM_RECURSIVE_TARGETS = cscope
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/compile \
+	$(top_srcdir)/config/conf.h.in \
+	$(top_srcdir)/config/config.guess \
+	$(top_srcdir)/config/config.sub $(top_srcdir)/config/depcomp \
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \
+	COPYING INSTALL README config/compile config/config.guess \
+	config/config.sub config/depcomp config/install-sh \
+	config/missing depcomp install-sh missing
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  if test -d "$(distdir)"; then \
+    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+      && rm -rf "$(distdir)" \
+      || { sleep 5 && rm -rf "$(distdir)"; }; \
+  else :; fi
+am__post_remove_distdir = $(am__remove_distdir)
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+DIST_TARGETS = dist-gzip
+distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LAMARC_CODE_OSTYPE = @LAMARC_CODE_OSTYPE@
+LAMARC_HOST_PREFIX = @LAMARC_HOST_PREFIX@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+WXCONFIG2 = @WXCONFIG2@
+WX_CXXFLAGS = @WX_CXXFLAGS@
+WX_LIBS = @WX_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = $(prefix)/html/lamarc
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+runstatedir = @runstatedir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+AUTOMAKE_OPTIONS = subdir-objects
+lamarc_srcdir = $(top_srcdir)/src
+SUFFIXES = .rc
+AM_CXXFLAGS = -D at LAMARC_CODE_OSTYPE@ $(am__append_1) $(am__append_6) \
+	$(am__append_12) $(am__append_13) $(am__append_14) \
+	$(am__append_15) $(am__append_16) $(am__append_18) \
+	$(am__append_20) $(am__append_21) $(am__append_22) \
+	$(am__append_23) $(am__append_24) $(am__append_25) \
+	$(am__append_26)
+AM_CFLAGS = 
+AM_LDFLAGS = $(am__append_2)
+optflags = -O3 -funroll-loops
+debugflags = -ggdb
+LDADD = $(am__append_17) $(am__append_19)
+noinst_LIBRARIES = libtinyxml.a
+libtinyxml_a_CXXFLAGS = -DTIXML_USE_STL $(am__append_8)
+libtinyxml_a_SOURCES = \
+			tinyxml/tinyxml.h \
+			tinyxml/tinyxml.cpp \
+			tinyxml/tinyxmlerror.cpp \
+			tinyxml/tinyxmlparser.cpp \
+			tinyxml/tinystr.h \
+			tinyxml/tinystr.cpp
+
+lamarc_includes = \
+			-I $(builddir)/config \
+			-I $(top_srcdir)/config \
+			-I $(lamarc_srcdir)/bayeslike \
+			-I $(lamarc_srcdir)/control \
+			-I $(lamarc_srcdir)/conversion \
+			-I $(lamarc_srcdir)/convErr \
+			-I $(lamarc_srcdir)/convModel \
+			-I $(lamarc_srcdir)/convParse \
+			-I $(lamarc_srcdir)/convStrings \
+			-I $(lamarc_srcdir)/convUtil \
+			-I $(lamarc_srcdir)/datalike \
+			-I $(lamarc_srcdir)/force \
+			-I $(lamarc_srcdir)/guiconv \
+			-I $(lamarc_srcdir)/guiutil \
+			-I $(lamarc_srcdir)/lamarcmenus \
+			-I $(lamarc_srcdir)/menu \
+			-I $(lamarc_srcdir)/postlike \
+			-I $(lamarc_srcdir)/report \
+			-I $(lamarc_srcdir)/tools \
+			-I $(lamarc_srcdir)/tree \
+			-I $(lamarc_srcdir)/ui_interface \
+			-I $(lamarc_srcdir)/ui_util \
+			-I $(lamarc_srcdir)/ui_vars \
+			-I $(lamarc_srcdir)/xml \
+			-I $(top_srcdir)/boost \
+			-I $(top_srcdir)/resources \
+			-I $(top_srcdir)/tinyxml
+
+lamarc_resources = $(am__append_9)
+lam_conv_resources = $(am__append_10)
+batch_lam_conv_resources = $(am__append_11)
+lamarc_CXXFLAGS = $(AM_CXXFLAGS) -Wall -Wextra -Wno-unused $(lamarc_includes) -DTIXML_USE_STL
+old_lam_conv_CXXFLAGS = $(AM_CXXFLAGS) $(lamarc_includes)
+lam_conv_CXXFLAGS = $(AM_CXXFLAGS) -Wall -Wextra -Wno-unused $(lamarc_includes) @WX_CXXFLAGS@ -DTIXML_USE_STL
+batch_lam_conv_CXXFLAGS = $(AM_CXXFLAGS) -Wall -Wextra -Wno-unused $(lamarc_includes) @WX_CXXFLAGS@ -DTIXML_USE_STL
+MACDEVTOOLS = /Developer/Tools
+scripts_to_dist = install-sh
+py_parallel = scripts/pyParallel/README \
+			scripts/pyParallel/divide_data.py \
+			scripts/pyParallel/combine_regions.py \
+			scripts/pyParallel/combine_replicates.py \
+			scripts/pyParallel/parallelCommon.py
+
+lam_conv_icons = resources/lam_conv_rc.rc \
+		resources/lam_conv.ico \
+		resources/lam_conv.icns \
+		resources/empty16.bmp \
+		resources/excl16.bmp \
+		resources/giraffe32.bmp
+
+lamarc_icons = resources/lamarc_rc.rc \
+		resources/lamarc.ico \
+		resources/lamarc.icns
+
+EXTRA_lamarc_SOURCES = $(lamarc_icons) \
+		       config/local_build.h
+
+bayeslike_sources = \
+		    src/bayeslike/bayesanalyzer_1d.h \
+		    src/bayeslike/bayesanalyzer_1d.cpp \
+		    src/bayeslike/bayescurve.h \
+		    src/bayeslike/bayescurve.cpp \
+		    src/bayeslike/bayesparamlike_1d.h \
+		    src/bayeslike/bayesparamlike_1d.cpp
+
+control_sources = \
+		    src/control/chainmanager.h \
+		    src/control/chainmanager.cpp \
+		    src/control/chainout.h \
+		    src/control/chainout.cpp \
+		    src/control/chainpack.h \
+		    src/control/chainpack.cpp \
+		    src/control/chainparam.h \
+		    src/control/chainparam.cpp \
+		    src/control/constants.h \
+		    src/control/constants.cpp \
+		    src/control/defaults.h \
+		    src/control/defaults.cpp \
+		    src/control/definitions.h \
+		    src/control/dynatracer.cpp \
+		    src/control/dynatracer.h \
+		    src/control/errhandling.h \
+		    src/control/errhandling.cpp \
+		    src/control/lamarc.h \
+		    src/control/lamarc.cpp \
+		    src/control/regiongammainfo.h \
+		    src/control/regiongammainfo.cpp \
+		    src/control/registry.h \
+		    src/control/registry.cpp \
+		    src/control/sumfilehandler.h \
+		    src/control/sumfilehandler.cpp \
+		    src/control/types.h \
+		    src/control/userparam.h \
+		    src/control/userparam.cpp \
+		    src/control/xmlsum_strings.h \
+		    src/control/xmlsum_strings.cpp
+
+datalike_sources = \
+		    src/datalike/calculators.h \
+		    src/datalike/calculators.cpp \
+		    src/datalike/datapack.h \
+		    src/datalike/datapack.cpp \
+		    src/datalike/datatype.h \
+		    src/datalike/datatype.cpp \
+		    src/datalike/dlcalc.h \
+		    src/datalike/dlcalc.cpp \
+		    src/datalike/dlcell.h \
+		    src/datalike/dlcell.cpp \
+		    src/datalike/cellmanager.h \
+		    src/datalike/cellmanager.cpp \
+		    src/datalike/dlmodel.h \
+		    src/datalike/dlmodel.cpp \
+		    src/datalike/funcMax.h \
+		    src/datalike/funcMax.cpp \
+		    src/datalike/haplotypes.h \
+		    src/datalike/haplotypes.cpp \
+		    src/datalike/locus.h \
+		    src/datalike/locus.cpp \
+		    src/datalike/locuscell.h \
+		    src/datalike/locuscell.cpp \
+		    src/datalike/phenotypes.h \
+		    src/datalike/phenotypes.cpp \
+		    src/datalike/region.h \
+		    src/datalike/region.cpp \
+		    src/datalike/tipdata.h \
+		    src/datalike/tipdata.cpp
+
+force_sources = \
+                    src/force/epoch.h \
+                    src/force/epoch.cpp \
+		    src/force/event.h \
+		    src/force/event.cpp \
+		    src/force/force.h \
+		    src/force/force.cpp \
+		    src/force/forceparam.h \
+		    src/force/forceparam.cpp \
+		    src/force/forcesummary.h \
+		    src/force/forcesummary.cpp \
+		    src/force/priorreport.h \
+		    src/force/priorreport.cpp \
+		    src/force/timemanager.h \
+		    src/force/timemanager.cpp \
+		    src/force/stair.h \
+		    src/force/stair.cpp \
+                    src/force/paramstat.h \
+                    src/force/paramstat.cpp
+
+lamarcmenus_sources = \
+		    src/lamarcmenus/coalmenus.h \
+		    src/lamarcmenus/coalmenus.cpp \
+		    src/lamarcmenus/constraintmenus.h \
+		    src/lamarcmenus/constraintmenus.cpp \
+		    src/lamarcmenus/datafilenamedialog.h \
+		    src/lamarcmenus/datafilenamedialog.cpp \
+		    src/lamarcmenus/datamodelmenu.h \
+		    src/lamarcmenus/datamodelmenu.cpp \
+		    src/lamarcmenus/diseasemenus.cpp \
+		    src/lamarcmenus/diseasemenus.h \
+		    src/lamarcmenus/divmenus.cpp \
+		    src/lamarcmenus/divmenus.h \
+		    src/lamarcmenus/divmigmenus.cpp \
+		    src/lamarcmenus/divmigmenus.h \
+		    src/lamarcmenus/forcesmenus.cpp \
+		    src/lamarcmenus/forcesmenus.h \
+		    src/lamarcmenus/growthmenus.cpp \
+		    src/lamarcmenus/growthmenus.h \
+		    src/lamarcmenus/lamarc_strings.cpp \
+		    src/lamarcmenus/lamarc_strings.h \
+		    src/lamarcmenus/lamarcheaderdialog.cpp \
+		    src/lamarcmenus/lamarcheaderdialog.h \
+		    src/lamarcmenus/lamarcmenu.cpp \
+		    src/lamarcmenus/lamarcmenu.h \
+		    src/lamarcmenus/lamarcmenuitems.cpp \
+		    src/lamarcmenus/lamarcmenuitems.h \
+		    src/lamarcmenus/logselectmenus.cpp \
+		    src/lamarcmenus/logselectmenus.h \
+		    src/lamarcmenus/migmenus.cpp \
+		    src/lamarcmenus/migmenus.h \
+		    src/lamarcmenus/nomenufilereaddialog.cpp \
+		    src/lamarcmenus/nomenufilereaddialog.h \
+		    src/lamarcmenus/outfilemenus.cpp \
+		    src/lamarcmenus/outfilemenus.h \
+		    src/lamarcmenus/overviewmenus.cpp \
+		    src/lamarcmenus/overviewmenus.h \
+		    src/lamarcmenus/popsizemenu.cpp \
+		    src/lamarcmenus/popsizemenu.h \
+		    src/lamarcmenus/priormenus.cpp \
+		    src/lamarcmenus/priormenus.h \
+		    src/lamarcmenus/profilemenus.cpp \
+		    src/lamarcmenus/profilemenus.h \
+		    src/lamarcmenus/recmenus.cpp \
+		    src/lamarcmenus/recmenus.h \
+		    src/lamarcmenus/regiongammamenus.cpp \
+		    src/lamarcmenus/regiongammamenus.h \
+		    src/lamarcmenus/traitmodelmenu.cpp \
+		    src/lamarcmenus/traitmodelmenu.h \
+		    src/lamarcmenus/treesummenus.cpp \
+		    src/lamarcmenus/treesummenus.h
+
+menu_sources = \
+		    src/menu/dialog.h \
+		    src/menu/dialog.cpp \
+		    src/menu/dialognoinput.h \
+		    src/menu/dialognoinput.cpp \
+		    src/menu/dialogrepeat.h \
+		    src/menu/dialogrepeat.cpp \
+		    src/menu/display.h \
+		    src/menu/display.cpp \
+		    src/menu/matrixitem.h \
+		    src/menu/matrixitem.cpp \
+		    src/menu/menu_strings.h \
+		    src/menu/menu_strings.cpp \
+		    src/menu/menudefs.h \
+		    src/menu/menuerror.h \
+		    src/menu/menuinteraction.h \
+		    src/menu/menuinteraction.cpp \
+		    src/menu/menuitem.h \
+		    src/menu/menuitem.cpp \
+		    src/menu/menutypedefs.h \
+		    src/menu/newmenu.h \
+		    src/menu/newmenu.cpp \
+		    src/menu/newmenuitems.h \
+		    src/menu/newmenuitems.cpp \
+		    src/menu/setmenuitem.h \
+		    src/menu/setmenuitem.cpp \
+		    src/menu/togglemenuitem.h \
+		    src/menu/togglemenuitem.cpp \
+		    src/menu/twodtable.h \
+		    src/menu/twodtable.cpp
+
+postlike_sources = \
+		    src/postlike/analyzer.h \
+		    src/postlike/analyzer.cpp \
+		    src/postlike/derivatives.cpp \
+		    src/postlike/likelihood.h \
+		    src/postlike/likelihood.cpp \
+		    src/postlike/maximizer.h \
+		    src/postlike/maximizer.cpp \
+		    src/postlike/maximizer_strings.h \
+		    src/postlike/maximizer_strings.cpp \
+		    src/postlike/plforces.h \
+		    src/postlike/plforces.cpp \
+		    src/postlike/plotstat.h \
+		    src/postlike/plotstat.cpp \
+		    src/postlike/profile.cpp
+
+report_sources = \
+		    src/report/curvefiles.h \
+		    src/report/curvefiles.cpp \
+		    src/report/outputfile.h \
+		    src/report/outputfile.cpp \
+		    src/report/reportpage.h \
+		    src/report/reportpage.cpp \
+		    src/report/runreport.h \
+		    src/report/runreport.cpp \
+		    src/report/spreadsheet.h \
+		    src/report/spreadsheet.cpp \
+		    src/report/xml_report.h \
+		    src/report/xml_report.cpp
+
+tools_sources = \
+		    src/tools/mathx.h \
+		    src/tools/mathx.cpp \
+		    src/tools/random.h \
+		    src/tools/random.cpp \
+		    src/tools/rangex.h \
+		    src/tools/rangex.cpp \
+		    src/tools/stringx.h \
+		    src/tools/stringx.cpp \
+		    src/tools/timex.h \
+		    src/tools/timex.cpp \
+		    src/tools/tools.h \
+		    src/tools/vector_constants.h \
+		    src/tools/vector_constants.cpp \
+		    src/tools/vectorx.h \
+		    src/tools/vectorx.cpp
+
+tree_sources = \
+		    src/tree/argtree.h \
+		    src/tree/argtree.cpp \
+		    src/tree/arranger.h \
+		    src/tree/arranger.cpp \
+		    src/tree/arranger_types.h \
+		    src/tree/arranger_types.cpp \
+		    src/tree/arrangervec.h \
+		    src/tree/arrangervec.cpp \
+		    src/tree/branch.h \
+		    src/tree/branch.cpp \
+		    src/tree/branchbuffer.h \
+		    src/tree/branchbuffer.cpp \
+		    src/tree/branchtag.h \
+		    src/tree/branchtag.cpp \
+		    src/tree/chain.h \
+		    src/tree/chain.cpp \
+		    src/tree/chainstate.h \
+		    src/tree/chainstate.cpp \
+		    src/tree/collector.h \
+		    src/tree/collector.cpp \
+		    src/tree/collmanager.h \
+		    src/tree/collmanager.cpp \
+		    src/tree/fc_status.h \
+		    src/tree/fc_status.cpp \
+		    src/tree/individual.h \
+		    src/tree/individual.cpp \
+		    src/tree/intervaldata.h \
+		    src/tree/intervaldata.cpp \
+		    src/tree/newick.h \
+		    src/tree/newick.cpp \
+		    src/tree/parameter.h \
+		    src/tree/parameter.cpp \
+		    src/tree/partition.h \
+		    src/tree/partition.cpp \
+		    src/tree/prior.h \
+		    src/tree/prior.cpp \
+		    src/tree/range.h \
+		    src/tree/range.cpp \
+		    src/tree/rectree.cpp \
+		    src/tree/summary.h \
+		    src/tree/summary.cpp \
+		    src/tree/tempident.h \
+		    src/tree/tempident.cpp \
+		    src/tree/timelist.h \
+		    src/tree/timelist.cpp \
+		    src/tree/tree.h \
+		    src/tree/tree.cpp \
+		    src/tree/treesum.h \
+		    src/tree/treesum.cpp
+
+ui_interface_sources = \
+		    src/ui_interface/chainparam_interface.cpp \
+		    src/ui_interface/chainparam_interface.h \
+		    src/ui_interface/constraint_interface.cpp \
+		    src/ui_interface/constraint_interface.h \
+		    src/ui_interface/data_interface.cpp \
+		    src/ui_interface/data_interface.h \
+		    src/ui_interface/datamodel_interface.cpp \
+		    src/ui_interface/datamodel_interface.h \
+		    src/ui_interface/force_interface.cpp \
+		    src/ui_interface/force_interface.h \
+		    src/ui_interface/front_end_warnings.cpp \
+		    src/ui_interface/front_end_warnings.h \
+		    src/ui_interface/prior_interface.cpp \
+		    src/ui_interface/prior_interface.h \
+		    src/ui_interface/profile_interface.cpp \
+		    src/ui_interface/profile_interface.h \
+		    src/ui_interface/setget.h \
+		    src/ui_interface/setgetmachine.cpp \
+		    src/ui_interface/setgetmachine.h \
+		    src/ui_interface/traitmodel_interface.cpp \
+		    src/ui_interface/traitmodel_interface.h \
+		    src/ui_interface/ui_constants.cpp \
+		    src/ui_interface/ui_constants.h \
+		    src/ui_interface/ui_id.cpp \
+		    src/ui_interface/ui_id.h \
+		    src/ui_interface/ui_interface.cpp \
+		    src/ui_interface/ui_interface.h \
+		    src/ui_interface/ui_regid.cpp \
+		    src/ui_interface/ui_regid.h \
+		    src/ui_interface/ui_strings.cpp \
+		    src/ui_interface/ui_strings.h \
+		    src/ui_interface/ui_warnings.h \
+		    src/ui_interface/ui_warnings.cpp \
+		    src/ui_interface/userparam_interface.cpp \
+		    src/ui_interface/userparam_interface.h
+
+ui_util_sources = \
+		    src/ui_util/undoredochain.h \
+		    src/ui_util/undoredochain.cpp
+
+ui_vars_sources = \
+		    src/ui_vars/report_strings.h \
+		    src/ui_vars/report_strings.cpp \
+		    src/ui_vars/ui_vars.h \
+		    src/ui_vars/ui_vars.cpp \
+		    src/ui_vars/ui_vars_chainparams.h \
+		    src/ui_vars/ui_vars_chainparams.cpp \
+		    src/ui_vars/ui_vars_component.h \
+		    src/ui_vars/ui_vars_component.cpp \
+		    src/ui_vars/ui_vars_datamodel.h \
+		    src/ui_vars/ui_vars_datamodel.cpp \
+		    src/ui_vars/ui_vars_datapackplus.cpp \
+		    src/ui_vars/ui_vars_datapackplus.h \
+		    src/ui_vars/ui_vars_forces.cpp \
+		    src/ui_vars/ui_vars_forces.h \
+		    src/ui_vars/ui_vars_prior.cpp \
+		    src/ui_vars/ui_vars_prior.h \
+		    src/ui_vars/ui_vars_traitmodels.cpp \
+		    src/ui_vars/ui_vars_traitmodels.h \
+		    src/ui_vars/ui_vars_userparams.cpp \
+		    src/ui_vars/ui_vars_userparams.h
+
+xml_core_sources = \
+		    src/xml/parsetreeschema.h \
+		    src/xml/parsetreeschema.cpp \
+		    src/xml/tixml_base.h \
+		    src/xml/tixml_base.cpp \
+		    src/xml/xml.h \
+		    src/xml/xml.cpp \
+		    src/xml/xml_strings.h \
+		    src/xml/xml_strings.cpp
+
+xml_support_sources = \
+		    src/control/constants.h \
+		    src/control/constants.cpp \
+		    src/control/defaults.h \
+		    src/control/defaults.cpp \
+		    src/tools/stringx.h \
+		    src/tools/stringx.cpp \
+		    src/force/paramstat.h \
+		    src/force/paramstat.cpp \
+		    src/ui_interface/ui_constants.h \
+		    src/ui_interface/ui_constants.cpp \
+		    src/ui_interface/ui_id.h \
+		    src/ui_interface/ui_id.cpp \
+		    src/ui_interface/ui_strings.h \
+		    src/ui_interface/ui_strings.cpp
+
+xml_sources = \
+		    src/xml/lamarcschema.cpp \
+		    src/xml/parsetreetodata.h \
+		    src/xml/parsetreetodata.cpp \
+		    src/xml/parsetreetosettings.h \
+		    src/xml/parsetreetosettings.cpp \
+		    src/xml/parsetreewalker.h \
+		    src/xml/parsetreewalker.cpp \
+		    src/xml/toxml.h \
+		    src/xml/toxml.cpp \
+		    $(xml_core_sources)
+
+tinyxml_sources = \
+		    tinyxml/tinyxml.h \
+		    tinyxml/tinyxml.cpp \
+		    tinyxml/tinyxmlerror.cpp \
+		    tinyxml/tinyxmlparser.cpp \
+		    tinyxml/tinystr.h \
+		    tinyxml/tinystr.cpp
+
+config_sources = \
+		    config/conf.h
+
+lamarcgcov_sources = $(bayeslike_sources) \
+		    $(control_sources) \
+		    $(datalike_sources) \
+		    $(force_sources) \
+		    $(lamarcmenus_sources) \
+		    $(menu_sources) \
+		    $(postlike_sources) \
+		    $(report_sources) \
+		    $(tools_sources) \
+		    $(tree_sources) \
+		    $(ui_interface_sources) \
+		    $(ui_util_sources) \
+		    $(ui_vars_sources) \
+		    $(xml_sources)
+
+lamarc_SOURCES = $(lamarcgcov_sources) \
+					$(lamarc_resources) \
+					$(config_sources)
+
+lamarc_LDADD = libtinyxml.a
+old_lam_conv_core = \
+			src/conversion/ConverterIf.cpp \
+			src/conversion/Converter_ConverterIf.h \
+			src/conversion/Converter_ConverterUI.h \
+			src/conversion/Converter_DataSourceException.h \
+			src/conversion/Converter_DataSourceIf.h \
+			src/conversion/Converter_HapConverter.h \
+			src/conversion/Converter_IndividualDS.h \
+			src/conversion/Converter_LamarcDS.h \
+			src/conversion/Converter_MigrateConverter.h \
+			src/conversion/Converter_ModelDS.h \
+			src/conversion/Converter_ParserUtil.h \
+			src/conversion/Converter_PhylipConverter.h \
+			src/conversion/Converter_PopulationDS.h \
+			src/conversion/Converter_RegionDS.h \
+			src/conversion/Converter_Sequence.h \
+			src/conversion/Converter_SpaceConverter.h \
+			src/conversion/Converter_SpacingDS.h \
+			src/conversion/Converter_UserFileUtil.h \
+			src/conversion/Converter_XmlParserUtil.h \
+			src/conversion/Converter_types.h \
+			src/conversion/ConverterUI.cpp \
+			src/conversion/DataSourceException.cpp \
+			src/conversion/DataSourceIf.cpp \
+			src/conversion/HapConverter.cpp \
+			src/conversion/IndividualDS.cpp \
+			src/conversion/LamarcDS.cpp \
+			src/conversion/MigrateConverter.cpp \
+			src/conversion/ModelDS.cpp \
+			src/conversion/ParserUtil.cpp \
+			src/conversion/PhylipConverter.cpp \
+			src/conversion/PopulationDS.cpp \
+			src/conversion/RegionDS.cpp \
+			src/conversion/Sequence.cpp \
+			src/conversion/SpaceConverter.cpp \
+			src/conversion/SpacingDS.cpp \
+			src/conversion/UserFileUtil.cpp \
+			src/conversion/XmlParserUtil.cpp \
+			src/conversion/nomenuglobals.h \
+			src/conversion/nomenuglobals.cpp \
+			src/control/constants.h \
+			src/control/constants.cpp \
+			src/control/defaults.h \
+			src/control/defaults.cpp \
+			src/control/errhandling.h \
+			src/control/errhandling.cpp \
+			src/tools/random.h \
+			src/tools/random.cpp \
+			src/tools/stringx.h \
+			src/tools/stringx.cpp \
+			src/ui_interface/ui_constants.h \
+			src/ui_interface/ui_constants.cpp \
+			src/ui_interface/ui_id.h \
+			src/ui_interface/ui_id.cpp \
+			src/ui_interface/ui_strings.h \
+			src/ui_interface/ui_strings.cpp \
+			src/xml/xml_strings.h \
+			src/xml/xml_strings.cpp
+
+old_lam_conv_SOURCES = $(old_lam_conv_core) \
+			$(old_lam_conv_resources) \
+			src/conversion/ConverterUIMain.cpp
+
+EXTRA_old_lam_conv_SOURCES = $(old_lam_conv_icons)
+converter_err_sources = \
+			src/control/errhandling.h \
+			src/control/errhandling.cpp \
+			src/convErr/gc_errhandling.h \
+			src/convErr/gc_errhandling.cpp \
+			\
+			src/convErr/gc_cmdfile_err.h \
+			src/convErr/gc_cmdfile_err.cpp \
+			src/convErr/gc_data_missing_err.h \
+			src/convErr/gc_data_missing_err.cpp \
+			src/convErr/gc_individual_err.h \
+			src/convErr/gc_individual_err.cpp \
+			src/convErr/gc_infile_err.h \
+			src/convErr/gc_infile_err.cpp \
+			src/convErr/gc_locus_err.h \
+			src/convErr/gc_locus_err.cpp \
+			src/convErr/gc_map_err.h \
+			src/convErr/gc_map_err.cpp \
+			src/convErr/gc_phase_err.h \
+			src/convErr/gc_phase_err.cpp \
+			src/convErr/gc_structures_err.h \
+			src/convErr/gc_structures_err.cpp \
+			src/convErr/gc_trait_err.h \
+			src/convErr/gc_trait_err.cpp
+
+converter_model_sources = \
+			src/guiconv/gc_cmdline.h \
+			src/guiconv/gc_cmdline.cpp \
+			src/guiconv/gc_data.h \
+			src/guiconv/gc_data.cpp \
+			src/convModel/gc_dictionary.h \
+			src/convModel/gc_dictionary.cpp \
+			src/ui_interface/front_end_warnings.cpp \
+			src/ui_interface/front_end_warnings.h \
+			src/convModel/cmdfileschema.h \
+			src/convModel/cmdfileschema.cpp \
+			src/convModel/gc_datastore.h \
+			src/convModel/gc_datastore.cpp \
+			src/convModel/gc_datastore_export.cpp \
+			src/convModel/gc_datastore_files.cpp \
+			src/convModel/gc_datastore_readcmd.cpp \
+			src/convModel/gc_datastore_writebatch.cpp \
+			src/convModel/gc_default.h \
+			src/convModel/gc_default.cpp \
+			src/convModel/gc_exportable.h \
+			src/convModel/gc_exportable.cpp \
+			src/convModel/gc_file.h \
+			src/convModel/gc_file.cpp \
+			src/convModel/gc_file_info.h \
+			src/convModel/gc_file_info.cpp \
+			src/convModel/gc_migration.h \
+			src/convModel/gc_migration.cpp \
+			src/convModel/gc_panel.h \
+			src/convModel/gc_panel.cpp \
+			src/convModel/gc_parent.h \
+			src/convModel/gc_parent.cpp \
+			src/convModel/gc_phase.h \
+			src/convModel/gc_phase.cpp \
+			src/convModel/gc_phase_info.h \
+			src/convModel/gc_phase_info.cpp \
+			src/convModel/gc_phenotype.h \
+			src/convModel/gc_phenotype.cpp \
+			src/convModel/gc_set_util.h \
+			src/convModel/gc_set_util.cpp \
+			src/convModel/gc_structure_maps.h \
+			src/convModel/gc_structure_maps.cpp \
+			src/convModel/gc_structures.h \
+			src/convModel/gc_structures.cpp \
+			src/convModel/gc_trait.h \
+			src/convModel/gc_trait.cpp \
+			src/convModel/gc_trait_allele.h \
+			src/convModel/gc_trait_allele.cpp \
+			src/convModel/gc_types.h \
+			src/convModel/gc_types.cpp \
+			src/guiconv/gc_quantum.h \
+			src/guiconv/gc_quantum.cpp
+
+converter_parse_sources = \
+			src/convParse/gc_genotype_resolution.h \
+			src/convParse/gc_genotype_resolution.cpp \
+			src/convModel/gc_creation_info.h \
+			src/convModel/gc_creation_info.cpp \
+			src/convModel/gc_individual.h \
+			src/convModel/gc_individual.cpp \
+			src/convParse/gc_loci_match.h \
+			src/convParse/gc_loci_match.cpp \
+			src/convParse/gc_locus.h \
+			src/convParse/gc_locus.cpp \
+			src/convParse/gc_migrate.h \
+			src/convParse/gc_migrate.cpp \
+			src/convParse/gc_parse.h \
+			src/convParse/gc_parse.cpp \
+			src/convParse/gc_parse_block.h \
+			src/convParse/gc_parse_block.cpp \
+			src/convParse/gc_parse_locus.h \
+			src/convParse/gc_parse_locus.cpp \
+			src/convParse/gc_parse_pop.h \
+			src/convParse/gc_parse_pop.cpp \
+			src/convParse/gc_parse_sample.h \
+			src/convParse/gc_parse_sample.cpp \
+			src/convParse/gc_parser.h \
+			src/convParse/gc_parser.cpp \
+			src/convParse/gc_phylip.h \
+			src/convParse/gc_phylip.cpp \
+			src/convParse/gc_pop_match.h \
+			src/convParse/gc_pop_match.cpp \
+			src/convParse/gc_population.h \
+			src/convParse/gc_population.cpp \
+			src/convParse/gc_region.h \
+			src/convParse/gc_region.cpp \
+			src/convParse/gc_sequential_data.h \
+			src/convParse/gc_sequential_data.cpp \
+			src/convParse/tixml_util.h \
+			src/convParse/tixml_util.cpp \
+			$(xml_core_sources) \
+			$(xml_support_sources)
+
+converter_string_sources = \
+			src/convStrings/cnv_strings.h \
+			src/convStrings/cnv_strings.cpp \
+			src/convStrings/gc_strings.h \
+			src/convStrings/gc_strings_cmdfile.h \
+			src/convStrings/gc_strings_cmdfile.cpp \
+			src/convStrings/gc_strings_creation.h \
+			src/convStrings/gc_strings_creation.cpp \
+			src/convStrings/gc_strings_data.h \
+			src/convStrings/gc_strings_data.cpp \
+			src/convStrings/gc_strings_err.cpp \
+			src/convStrings/gc_strings_individual.h \
+			src/convStrings/gc_strings_individual.cpp \
+			src/convStrings/gc_strings_infile.h \
+			src/convStrings/gc_strings_infile.cpp \
+			src/convStrings/gc_strings_io.h \
+			src/convStrings/gc_strings_io.cpp \
+			src/convStrings/gc_strings_locus.h \
+			src/convStrings/gc_strings_locus.cpp \
+			src/convStrings/gc_strings_map.h \
+			src/convStrings/gc_strings_map.cpp \
+			src/convStrings/gc_strings_mig.h \
+			src/convStrings/gc_strings_mig.cpp \
+			src/convStrings/gc_strings_parse.h \
+			src/convStrings/gc_strings_parse.cpp \
+			src/convStrings/gc_strings_parse_locus.h \
+			src/convStrings/gc_strings_parse_locus.cpp \
+			src/convStrings/gc_strings_phase.h \
+			src/convStrings/gc_strings_phase.cpp \
+			src/convStrings/gc_strings_pop.h \
+			src/convStrings/gc_strings_pop.cpp \
+			src/convStrings/gc_strings_region.h \
+			src/convStrings/gc_strings_region.cpp \
+			src/convStrings/gc_strings_str_a_m.cpp \
+			src/convStrings/gc_strings_str_n_z.cpp \
+			src/convStrings/gc_strings_structures.h \
+			src/convStrings/gc_strings_structures.cpp \
+			src/convStrings/gc_strings_trait.h \
+			src/convStrings/gc_strings_trait.cpp
+
+converter_util_sources = \
+			src/convUtil/gc_file_util.h \
+			src/convUtil/gc_file_util.cpp
+
+gui_util_sources = \
+			src/guiutil/gc_clickpanel.h \
+			src/guiutil/gc_clickpanel.cpp \
+			src/guiutil/gc_gridpanel.h \
+			src/guiutil/gc_gridpanel.cpp \
+			src/guiutil/gc_text_ctrl.h \
+			src/guiutil/gc_text_ctrl.cpp \
+			src/guiutil/gc_validators.h \
+			src/guiutil/gc_validators.cpp
+
+old_gui_conv_sources = \
+			src/guiconv/gc_export_dialogs.h \
+			src/guiconv/gc_export_dialogs.cpp \
+			src/guiconv/gc_unit_dialogs.h \
+			src/guiconv/gc_unit_dialogs.cpp
+
+gui_conv_sources = \
+			resources/empty16.xpm \
+			resources/excl16.xpm \
+			resources/giraffe32.xpm \
+			src/guiconv/gc_assigntab.h \
+			src/guiconv/gc_assigntab.cpp \
+			src/guiconv/gc_block_dialogs.h \
+			src/guiconv/gc_block_dialogs.cpp \
+			src/guiconv/gc_color.h \
+			src/guiconv/gc_color.cpp \
+			src/guiconv/gc_data_display.h \
+			src/guiconv/gc_data_display.cpp \
+			src/guiconv/gc_dialog.h \
+			src/guiconv/gc_dialog.cpp \
+			src/guiconv/gc_event_ids.h \
+			src/guiconv/gc_event_publisher.h \
+			src/guiconv/gc_event_publisher.cpp \
+			src/guiconv/gc_file_dialogs.h \
+			src/guiconv/gc_file_dialogs.cpp \
+			src/guiconv/gc_file_list.h \
+			src/guiconv/gc_file_list.cpp \
+			src/guiconv/gc_frame.h \
+			src/guiconv/gc_frame.cpp \
+			src/guiconv/gc_layout.h \
+			src/guiconv/gc_layout.cpp \
+			src/guiconv/gc_locus_dialogs.h \
+			src/guiconv/gc_locus_dialogs.cpp \
+			src/guiconv/gc_logic.h \
+			src/guiconv/gc_logic.cpp \
+			src/guiconv/gc_matrix_display.h \
+			src/guiconv/gc_matrix_display.cpp \
+			src/guiconv/gc_menu_actors.h \
+			src/guiconv/gc_menu_actors.cpp \
+			src/guiconv/gc_migration_dialogs.h \
+			src/guiconv/gc_migration_dialogs.cpp \
+			src/guiconv/gc_migtab.h \
+			src/guiconv/gc_migtab.cpp \
+			src/guiconv/gc_panel_dialogs.h \
+			src/guiconv/gc_panel_dialogs.cpp \
+			src/guiconv/gc_parent_dialogs.h \
+			src/guiconv/gc_parent_dialogs.cpp \
+			src/guiconv/gc_population_dialogs.h \
+			src/guiconv/gc_population_dialogs.cpp \
+			src/guiconv/gc_region_dialogs.h \
+			src/guiconv/gc_region_dialogs.cpp \
+			src/guiconv/gc_trait_dialogs.h \
+			src/guiconv/gc_trait_dialogs.cpp \
+			src/guiconv/guiconverter.h \
+			src/guiconv/guiconverter.cpp
+
+lam_conv_core = \
+			$(gui_util_sources) \
+			$(gui_conv_sources)
+
+lam_conv_SOURCES = \
+			$(converter_err_sources) \
+			$(converter_model_sources) \
+			$(converter_parse_sources) \
+			$(converter_string_sources) \
+			$(converter_util_sources) \
+			$(lam_conv_core) \
+			$(lam_conv_resources)
+
+lam_conv_LDADD = @WX_LIBS@ $(am__append_27) $(am__append_28)
+EXTRA_lam_conv_SOURCES = $(tinyxml_suite) $(lam_conv_icons)
+batch_lam_conv_core = \
+			src/guiconv/batchconverter.h \
+			src/guiconv/batchconverter.cpp
+
+batch_lam_conv_testable = \
+			$(batch_lam_conv_core) \
+			$(converter_err_sources) \
+			$(converter_model_sources) \
+			$(converter_parse_sources) \
+			$(converter_string_sources) \
+			$(converter_util_sources)
+
+batch_lam_conv_SOURCES = \
+			$(batch_lam_conv_testable)
+
+batch_lam_conv_LDADD = lam_conv_LDADD
+EXTRA_batch_lam_conv_SOURCES = $(tinyxml_suite)
+lam_conv_app_SOURCES = 
+lamarc_app_SOURCES = 
+html_DATA = \
+			doc/html/bayes.html \
+			doc/html/bayes_howto.html \
+			doc/html/changes.html \
+			doc/html/comparing_curvefiles.sxc \
+			doc/html/comparing_curvefiles.xls \
+			doc/html/compiling.html \
+			doc/html/converter.html \
+			doc/html/converter_cmd.html \
+			doc/html/curve-smoothing.html \
+			doc/html/data_models.html \
+			doc/html/data_required.html \
+			doc/html/divergence.html \
+			doc/html/forces.html \
+			doc/html/gamma.html \
+			doc/html/genetic_map.html \
+			doc/html/genotype.html \
+			doc/html/glossary.html \
+			doc/html/growthmenu.html \
+			doc/html/forces.html \
+			doc/html/index.html \
+			doc/html/insumfile.2reg3rep.html \
+			doc/html/insumfile.2reg3rep.xml \
+			doc/html/insumfile.3rep.html \
+			doc/html/insumfile.3rep.xml \
+			doc/html/limitations.html \
+			doc/html/mapping.html \
+			doc/html/menu.html \
+			doc/html/messages.html \
+			doc/html/migration_matrix.html \
+			doc/html/output.html \
+			doc/html/outsumfile.2reg3rep.html \
+			doc/html/outsumfile.2reg3rep.xml \
+			doc/html/outsumfile.3rep.html \
+			doc/html/outsumfile.3rep.xml \
+			doc/html/overview.html \
+			doc/html/panels.html \
+			doc/html/parallel.html \
+			doc/html/parameters.html \
+			doc/html/regions.html \
+			doc/html/search.html \
+			doc/html/tracer.html \
+			doc/html/troubleshooting.html \
+			doc/html/tutorial.html \
+			doc/html/tutorial2.html \
+			doc/html/upcoming.html \
+			doc/html/viral_data.html \
+			doc/html/xmlinput.html
+
+htmlimgdir = $(prefix)/html/lamarc/images
+htmlimg_DATA = \
+			doc/html/images/LamarcAnalysisScreen.png \
+			doc/html/images/LamarcDataScreen.png \
+			doc/html/images/LamarcIOScreen.png \
+			doc/html/images/LamarcMainScreen.png \
+			doc/html/images/LamarcOverviewScreen.png \
+			doc/html/images/LamarcSearchScreen.png \
+			doc/html/images/browser-gtk.gif \
+			doc/html/images/correlated1.gif \
+			doc/html/images/correlated2.gif \
+			doc/html/images/gui_lam_conv.gif \
+			doc/html/images/lam_conv.gif \
+			doc/html/images/lamarc.gif \
+			doc/html/images/loci-gtk.png \
+			doc/html/images/loci2-gtk.png \
+			doc/html/images/partitions-gtk.png \
+			doc/html/images/partitions2-gtk.png \
+			doc/html/images/populations-gtk.png \
+			doc/html/images/startup-gtk.png \
+			doc/html/images/tracer_trend.png \
+			doc/html/images/uncorrelated.gif \
+			doc/html/images/variably_correlated.gif
+
+htmlbconvdir = $(prefix)/html/lamarc/batch_converter
+htmlbconv_DATA = \
+			doc/html/batch_converter/README.txt \
+			doc/html/batch_converter/chrom1_lamarc.html \
+			doc/html/batch_converter/chrom1_lamarc.xml \
+			doc/html/batch_converter/chrom1.mig \
+			doc/html/batch_converter/chrom2_lamarc.xml \
+			doc/html/batch_converter/chrom2.mig \
+			doc/html/batch_converter/chrom3_lamarc.xml \
+			doc/html/batch_converter/chrom3_phase_cmd.xml \
+			doc/html/batch_converter/chrom3microsat.mig \
+			doc/html/batch_converter/chrom3snp.mig \
+			doc/html/batch_converter/exported-lamarc-input.xml \
+			doc/html/batch_converter/sample-conv-cmd.html \
+			doc/html/batch_converter/sample-conv-cmd.xml
+
+htmlbconvimgdir = $(prefix)/html/lamarc/batch_converter/images
+htmlbconvimg_DATA = \
+			doc/html/batch_converter/images/CombinedPanels.png \
+			doc/html/batch_converter/images/DataFilesTab.png \
+			doc/html/batch_converter/images/DataPartitionsMigTab.png \
+			doc/html/batch_converter/images/DebugLogTab.png \
+			doc/html/batch_converter/images/DivergeOff.png \
+			doc/html/batch_converter/images/DivMigMatrixTab.png \
+			doc/html/batch_converter/images/EditMigration.png \
+			doc/html/batch_converter/images/EditPanelCorrection.png \
+			doc/html/batch_converter/images/FirstParent.png \
+			doc/html/batch_converter/images/FirstParent2Children.png \
+			doc/html/batch_converter/images/FullParentsImage.png \
+			doc/html/batch_converter/images/InterumParentImage.png \
+			doc/html/batch_converter/images/MigrationOnlyMatrixTab.png \
+			doc/html/batch_converter/images/PanelCorrectionOn.png \
+			doc/html/batch_converter/images/SecondParent.png \
+			doc/html/batch_converter/images/lam_conv_chrom1_export_file_selection.png \
+			doc/html/batch_converter/images/lam_conv_chrom1_export_warn_1.png \
+			doc/html/batch_converter/images/lam_conv_chrom1_input.png \
+			doc/html/batch_converter/images/lam_conv_chrom1_segment_panel.png \
+			doc/html/batch_converter/images/lam_conv_chrom2_segment1.png \
+			doc/html/batch_converter/images/lam_conv_chrom3_error_map_position.png \
+			doc/html/batch_converter/images/lam_conv_chrom3_error_phase_file_needed.png \
+			doc/html/batch_converter/images/lam_conv_chrom3_input.png \
+			doc/html/batch_converter/images/lam_conv_chrom3_region_panel.png \
+			doc/html/batch_converter/images/lam_conv_chrom3_region_table.png \
+			doc/html/batch_converter/images/lam_conv_chrom3_segment_snp.png \
+			doc/html/batch_converter/images/lam_conv_export_file_mac_minimal.png \
+			doc/html/batch_converter/images/lam_conv_export_file_mac_expanded.png
+
+htmltraitdir = $(prefix)/html/lamarc/trait_mapping
+htmltrait_DATA = \
+			doc/html/trait_mapping/README.txt \
+			doc/html/trait_mapping/lamarc-trait-input.html \
+			doc/html/trait_mapping/lamarc-trait-input.xml \
+			doc/html/trait_mapping/mapfile_funny-nose.txt \
+			doc/html/trait_mapping/outfile.txt \
+			doc/html/trait_mapping/traitCmd.html \
+			doc/html/trait_mapping/traitCmd.xml \
+			doc/html/trait_mapping/traitCmd.xml.txt \
+			doc/html/trait_mapping/traitData.mig
+
+license_info = \
+			COPYING \
+			doc/licenses/boost.txt \
+			doc/licenses/gpl.txt \
+			doc/licenses/lamarc.txt \
+			doc/licenses/lgpl.txt \
+			doc/licenses/wx.txt \
+			doc/licenses/wxdoc.txt \
+			doc/licenses/zlib.txt
+
+wx_curr = \
+			wxWidgets/wxWidgets-2.8.12.tar.gz
+
+wx_stuff = \
+			wxWidgets/wxWidgets-2.8.10.tar.gz \
+			wxWidgets/wxWidgets-2.8.8.tar.gz \
+			$(wx_curr)
+
+EXTRA_DIST = \
+			Makefile.am \
+			configure.ac \
+			boost \
+			tinyxml \
+			$(license_info) \
+			$(wx_curr) \
+			$(scripts_to_dist) \
+			scripts/pyParallel \
+			$(html_DATA) $(htmlimg_DATA) $(htmlbconv_DATA)\
+			$(htmlbconvimg_DATA) \
+			$(htmltrait_DATA) \
+			doc/testfiles/sample_infile.xml \
+			doc/testfiles/sample_outfile.txt \
+			doc/testfiles/sample_outsumfile.xml \
+			CONTENTS \
+			HISTORY \
+			INSTALL \
+			README \
+			$(top_srcdir)/resources/Info.plist.in \
+			$(top_srcdir)/resources/lamarc.command
+
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .rc .cpp .o .obj
+am--refresh: Makefile
+	@:
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --foreign Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    echo ' $(SHELL) ./config.status'; \
+	    $(SHELL) ./config.status;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	$(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+	$(am__cd) $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
+
+config/conf.h: config/stamp-h1
+	@test -f $@ || rm -f config/stamp-h1
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) config/stamp-h1
+
+config/stamp-h1: $(top_srcdir)/config/conf.h.in $(top_builddir)/config.status
+	@rm -f config/stamp-h1
+	cd $(top_builddir) && $(SHELL) ./config.status config/conf.h
+$(top_srcdir)/config/conf.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
+	rm -f config/stamp-h1
+	touch $@
+
+distclean-hdr:
+	-rm -f config/conf.h config/stamp-h1
+
+clean-noinstLIBRARIES:
+	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
+tinyxml/$(am__dirstamp):
+	@$(MKDIR_P) tinyxml
+	@: > tinyxml/$(am__dirstamp)
+tinyxml/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) tinyxml/$(DEPDIR)
+	@: > tinyxml/$(DEPDIR)/$(am__dirstamp)
+tinyxml/libtinyxml_a-tinyxml.$(OBJEXT): tinyxml/$(am__dirstamp) \
+	tinyxml/$(DEPDIR)/$(am__dirstamp)
+tinyxml/libtinyxml_a-tinyxmlerror.$(OBJEXT): tinyxml/$(am__dirstamp) \
+	tinyxml/$(DEPDIR)/$(am__dirstamp)
+tinyxml/libtinyxml_a-tinyxmlparser.$(OBJEXT): tinyxml/$(am__dirstamp) \
+	tinyxml/$(DEPDIR)/$(am__dirstamp)
+tinyxml/libtinyxml_a-tinystr.$(OBJEXT): tinyxml/$(am__dirstamp) \
+	tinyxml/$(DEPDIR)/$(am__dirstamp)
+
+libtinyxml.a: $(libtinyxml_a_OBJECTS) $(libtinyxml_a_DEPENDENCIES) $(EXTRA_libtinyxml_a_DEPENDENCIES) 
+	$(AM_V_at)-rm -f libtinyxml.a
+	$(AM_V_AR)$(libtinyxml_a_AR) libtinyxml.a $(libtinyxml_a_OBJECTS) $(libtinyxml_a_LIBADD)
+	$(AM_V_at)$(RANLIB) libtinyxml.a
+install-binPROGRAMS: $(bin_PROGRAMS)
+	@$(NORMAL_INSTALL)
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
+	fi; \
+	for p in $$list; do echo "$$p $$p"; done | \
+	sed 's/$(EXEEXT)$$//' | \
+	while read p p1; do if test -f $$p \
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
+	done | \
+	sed -e 'p;s,.*/,,;n;h' \
+	    -e 's|.*|.|' \
+	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+	sed 'N;N;N;s,\n, ,g' | \
+	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
+	    else { print "f", $$3 "/" $$4, $$1; } } \
+	  END { for (d in files) print "f", d, files[d] }' | \
+	while read type dir files; do \
+	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+	    test -z "$$files" || { \
+	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+	    } \
+	; done
+
+uninstall-binPROGRAMS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+	files=`for p in $$list; do echo "$$p"; done | \
+	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+	      -e 's/$$/$(EXEEXT)/' \
+	`; \
+	test -n "$$list" || exit 0; \
+	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+	cd "$(DESTDIR)$(bindir)" && rm -f $$files
+
+clean-binPROGRAMS:
+	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+src/guiconv/$(am__dirstamp):
+	@$(MKDIR_P) src/guiconv
+	@: > src/guiconv/$(am__dirstamp)
+src/guiconv/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/guiconv/$(DEPDIR)
+	@: > src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/batch_lam_conv-batchconverter.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/control/$(am__dirstamp):
+	@$(MKDIR_P) src/control
+	@: > src/control/$(am__dirstamp)
+src/control/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/control/$(DEPDIR)
+	@: > src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/batch_lam_conv-errhandling.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/convErr/$(am__dirstamp):
+	@$(MKDIR_P) src/convErr
+	@: > src/convErr/$(am__dirstamp)
+src/convErr/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/convErr/$(DEPDIR)
+	@: > src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_errhandling.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_cmdfile_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_data_missing_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_individual_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_infile_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_locus_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_map_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_phase_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_structures_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/batch_lam_conv-gc_trait_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/batch_lam_conv-gc_cmdline.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/batch_lam_conv-gc_data.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/convModel/$(am__dirstamp):
+	@$(MKDIR_P) src/convModel
+	@: > src/convModel/$(am__dirstamp)
+src/convModel/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/convModel/$(DEPDIR)
+	@: > src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_dictionary.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/$(am__dirstamp):
+	@$(MKDIR_P) src/ui_interface
+	@: > src/ui_interface/$(am__dirstamp)
+src/ui_interface/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/ui_interface/$(DEPDIR)
+	@: > src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/batch_lam_conv-front_end_warnings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-cmdfileschema.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_datastore.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_datastore_export.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_datastore_files.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_datastore_readcmd.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_datastore_writebatch.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_default.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_exportable.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_file.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_file_info.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_migration.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_panel.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_parent.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_phase.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_phase_info.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_phenotype.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_set_util.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_structure_maps.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_structures.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_trait.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_trait_allele.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_types.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/batch_lam_conv-gc_quantum.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/convParse/$(am__dirstamp):
+	@$(MKDIR_P) src/convParse
+	@: > src/convParse/$(am__dirstamp)
+src/convParse/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/convParse/$(DEPDIR)
+	@: > src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_genotype_resolution.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_creation_info.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/batch_lam_conv-gc_individual.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_loci_match.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_locus.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_migrate.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_parse.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_parse_block.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_parse_locus.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_parse_pop.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_parse_sample.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_parser.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_phylip.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_pop_match.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_population.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_region.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-gc_sequential_data.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/batch_lam_conv-tixml_util.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/xml/$(am__dirstamp):
+	@$(MKDIR_P) src/xml
+	@: > src/xml/$(am__dirstamp)
+src/xml/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/xml/$(DEPDIR)
+	@: > src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/batch_lam_conv-parsetreeschema.$(OBJEXT):  \
+	src/xml/$(am__dirstamp) src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/batch_lam_conv-tixml_base.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/batch_lam_conv-xml.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/batch_lam_conv-xml_strings.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/control/batch_lam_conv-constants.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/batch_lam_conv-defaults.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/tools/$(am__dirstamp):
+	@$(MKDIR_P) src/tools
+	@: > src/tools/$(am__dirstamp)
+src/tools/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/tools/$(DEPDIR)
+	@: > src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/batch_lam_conv-stringx.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/force/$(am__dirstamp):
+	@$(MKDIR_P) src/force
+	@: > src/force/$(am__dirstamp)
+src/force/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/force/$(DEPDIR)
+	@: > src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/batch_lam_conv-paramstat.$(OBJEXT):  \
+	src/force/$(am__dirstamp) src/force/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/batch_lam_conv-ui_constants.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/batch_lam_conv-ui_id.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/batch_lam_conv-ui_strings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/$(am__dirstamp):
+	@$(MKDIR_P) src/convStrings
+	@: > src/convStrings/$(am__dirstamp)
+src/convStrings/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/convStrings/$(DEPDIR)
+	@: > src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-cnv_strings.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_cmdfile.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_creation.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_data.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_err.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_individual.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_infile.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_io.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_locus.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_map.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_mig.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_parse.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_parse_locus.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_phase.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_pop.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_region.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_str_a_m.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_str_n_z.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_structures.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/batch_lam_conv-gc_strings_trait.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convUtil/$(am__dirstamp):
+	@$(MKDIR_P) src/convUtil
+	@: > src/convUtil/$(am__dirstamp)
+src/convUtil/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/convUtil/$(DEPDIR)
+	@: > src/convUtil/$(DEPDIR)/$(am__dirstamp)
+src/convUtil/batch_lam_conv-gc_file_util.$(OBJEXT):  \
+	src/convUtil/$(am__dirstamp) \
+	src/convUtil/$(DEPDIR)/$(am__dirstamp)
+
+ at CONVERTER_TRUE@@GUI_FALSE at batch_lam_conv$(EXEEXT): $(batch_lam_conv_OBJECTS) $(batch_lam_conv_DEPENDENCIES) $(EXTRA_batch_lam_conv_DEPENDENCIES) 
+ at CONVERTER_TRUE@@GUI_FALSE@	@rm -f batch_lam_conv$(EXEEXT)
+ at CONVERTER_TRUE@@GUI_FALSE@	$(AM_V_CXXLD)$(batch_lam_conv_LINK) $(batch_lam_conv_OBJECTS) $(batch_lam_conv_LDADD) $(LIBS)
+src/control/lam_conv-errhandling.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_errhandling.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_cmdfile_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_data_missing_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_individual_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_infile_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_locus_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_map_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_phase_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_structures_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/convErr/lam_conv-gc_trait_err.$(OBJEXT):  \
+	src/convErr/$(am__dirstamp) \
+	src/convErr/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_cmdline.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_data.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_dictionary.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lam_conv-front_end_warnings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-cmdfileschema.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_datastore.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_datastore_export.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_datastore_files.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_datastore_readcmd.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_datastore_writebatch.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_default.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_exportable.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_file.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_file_info.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_migration.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_panel.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_parent.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_phase.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_phase_info.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_phenotype.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_set_util.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_structure_maps.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_structures.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_trait.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_trait_allele.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_types.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_quantum.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_genotype_resolution.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_creation_info.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convModel/lam_conv-gc_individual.$(OBJEXT):  \
+	src/convModel/$(am__dirstamp) \
+	src/convModel/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_loci_match.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_locus.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_migrate.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_parse.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_parse_block.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_parse_locus.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_parse_pop.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_parse_sample.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_parser.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_phylip.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_pop_match.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_population.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_region.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-gc_sequential_data.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/convParse/lam_conv-tixml_util.$(OBJEXT):  \
+	src/convParse/$(am__dirstamp) \
+	src/convParse/$(DEPDIR)/$(am__dirstamp)
+src/xml/lam_conv-parsetreeschema.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lam_conv-tixml_base.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lam_conv-xml.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lam_conv-xml_strings.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/control/lam_conv-constants.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lam_conv-defaults.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/tools/lam_conv-stringx.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/force/lam_conv-paramstat.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lam_conv-ui_constants.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lam_conv-ui_id.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lam_conv-ui_strings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-cnv_strings.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_cmdfile.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_creation.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_data.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_err.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_individual.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_infile.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_io.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_locus.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_map.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_mig.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_parse.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_parse_locus.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_phase.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_pop.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_region.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_str_a_m.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_str_n_z.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_structures.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convStrings/lam_conv-gc_strings_trait.$(OBJEXT):  \
+	src/convStrings/$(am__dirstamp) \
+	src/convStrings/$(DEPDIR)/$(am__dirstamp)
+src/convUtil/lam_conv-gc_file_util.$(OBJEXT):  \
+	src/convUtil/$(am__dirstamp) \
+	src/convUtil/$(DEPDIR)/$(am__dirstamp)
+src/guiutil/$(am__dirstamp):
+	@$(MKDIR_P) src/guiutil
+	@: > src/guiutil/$(am__dirstamp)
+src/guiutil/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/guiutil/$(DEPDIR)
+	@: > src/guiutil/$(DEPDIR)/$(am__dirstamp)
+src/guiutil/lam_conv-gc_clickpanel.$(OBJEXT):  \
+	src/guiutil/$(am__dirstamp) \
+	src/guiutil/$(DEPDIR)/$(am__dirstamp)
+src/guiutil/lam_conv-gc_gridpanel.$(OBJEXT):  \
+	src/guiutil/$(am__dirstamp) \
+	src/guiutil/$(DEPDIR)/$(am__dirstamp)
+src/guiutil/lam_conv-gc_text_ctrl.$(OBJEXT):  \
+	src/guiutil/$(am__dirstamp) \
+	src/guiutil/$(DEPDIR)/$(am__dirstamp)
+src/guiutil/lam_conv-gc_validators.$(OBJEXT):  \
+	src/guiutil/$(am__dirstamp) \
+	src/guiutil/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_assigntab.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_block_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_color.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_data_display.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_dialog.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_event_publisher.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_file_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_file_list.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_frame.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_layout.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_locus_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_logic.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_matrix_display.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_menu_actors.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_migration_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_migtab.$(OBJEXT): src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_panel_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_parent_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_population_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_region_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-gc_trait_dialogs.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+src/guiconv/lam_conv-guiconverter.$(OBJEXT):  \
+	src/guiconv/$(am__dirstamp) \
+	src/guiconv/$(DEPDIR)/$(am__dirstamp)
+resources/$(am__dirstamp):
+	@$(MKDIR_P) resources
+	@: > resources/$(am__dirstamp)
+resources/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) resources/$(DEPDIR)
+	@: > resources/$(DEPDIR)/$(am__dirstamp)
+resources/lam_conv_rc.$(OBJEXT): resources/$(am__dirstamp) \
+	resources/$(DEPDIR)/$(am__dirstamp)
+
+ at CONVERTER_TRUE@@GUI_TRUE at lam_conv$(EXEEXT): $(lam_conv_OBJECTS) $(lam_conv_DEPENDENCIES) $(EXTRA_lam_conv_DEPENDENCIES) 
+ at CONVERTER_TRUE@@GUI_TRUE@	@rm -f lam_conv$(EXEEXT)
+ at CONVERTER_TRUE@@GUI_TRUE@	$(AM_V_CXXLD)$(lam_conv_LINK) $(lam_conv_OBJECTS) $(lam_conv_LDADD) $(LIBS)
+src/bayeslike/$(am__dirstamp):
+	@$(MKDIR_P) src/bayeslike
+	@: > src/bayeslike/$(am__dirstamp)
+src/bayeslike/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/bayeslike/$(DEPDIR)
+	@: > src/bayeslike/$(DEPDIR)/$(am__dirstamp)
+src/bayeslike/lamarc-bayesanalyzer_1d.$(OBJEXT):  \
+	src/bayeslike/$(am__dirstamp) \
+	src/bayeslike/$(DEPDIR)/$(am__dirstamp)
+src/bayeslike/lamarc-bayescurve.$(OBJEXT):  \
+	src/bayeslike/$(am__dirstamp) \
+	src/bayeslike/$(DEPDIR)/$(am__dirstamp)
+src/bayeslike/lamarc-bayesparamlike_1d.$(OBJEXT):  \
+	src/bayeslike/$(am__dirstamp) \
+	src/bayeslike/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-chainmanager.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-chainout.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-chainpack.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-chainparam.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-constants.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-defaults.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-dynatracer.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-errhandling.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-lamarc.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-regiongammainfo.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-registry.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-sumfilehandler.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-userparam.$(OBJEXT): src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/lamarc-xmlsum_strings.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/datalike/$(am__dirstamp):
+	@$(MKDIR_P) src/datalike
+	@: > src/datalike/$(am__dirstamp)
+src/datalike/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/datalike/$(DEPDIR)
+	@: > src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-calculators.$(OBJEXT):  \
+	src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-datapack.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-datatype.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-dlcalc.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-dlcell.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-cellmanager.$(OBJEXT):  \
+	src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-dlmodel.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-funcMax.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-haplotypes.$(OBJEXT):  \
+	src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-locus.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-locuscell.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-phenotypes.$(OBJEXT):  \
+	src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-region.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/datalike/lamarc-tipdata.$(OBJEXT): src/datalike/$(am__dirstamp) \
+	src/datalike/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-epoch.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-event.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-force.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-forceparam.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-forcesummary.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-priorreport.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-timemanager.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-stair.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/force/lamarc-paramstat.$(OBJEXT): src/force/$(am__dirstamp) \
+	src/force/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/$(am__dirstamp):
+	@$(MKDIR_P) src/lamarcmenus
+	@: > src/lamarcmenus/$(am__dirstamp)
+src/lamarcmenus/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/lamarcmenus/$(DEPDIR)
+	@: > src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-coalmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-constraintmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-datafilenamedialog.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-datamodelmenu.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-diseasemenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-divmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-divmigmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-forcesmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-growthmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-lamarc_strings.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-lamarcheaderdialog.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-lamarcmenu.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-lamarcmenuitems.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-logselectmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-migmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-nomenufilereaddialog.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-outfilemenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-overviewmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-popsizemenu.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-priormenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-profilemenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-recmenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-regiongammamenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-traitmodelmenu.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/lamarcmenus/lamarc-treesummenus.$(OBJEXT):  \
+	src/lamarcmenus/$(am__dirstamp) \
+	src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+src/menu/$(am__dirstamp):
+	@$(MKDIR_P) src/menu
+	@: > src/menu/$(am__dirstamp)
+src/menu/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/menu/$(DEPDIR)
+	@: > src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-dialog.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-dialognoinput.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-dialogrepeat.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-display.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-matrixitem.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-menu_strings.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-menuinteraction.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-menuitem.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-newmenu.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-newmenuitems.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-setmenuitem.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-togglemenuitem.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/menu/lamarc-twodtable.$(OBJEXT): src/menu/$(am__dirstamp) \
+	src/menu/$(DEPDIR)/$(am__dirstamp)
+src/postlike/$(am__dirstamp):
+	@$(MKDIR_P) src/postlike
+	@: > src/postlike/$(am__dirstamp)
+src/postlike/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/postlike/$(DEPDIR)
+	@: > src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-analyzer.$(OBJEXT): src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-derivatives.$(OBJEXT):  \
+	src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-likelihood.$(OBJEXT):  \
+	src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-maximizer.$(OBJEXT): src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-maximizer_strings.$(OBJEXT):  \
+	src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-plforces.$(OBJEXT): src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-plotstat.$(OBJEXT): src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/postlike/lamarc-profile.$(OBJEXT): src/postlike/$(am__dirstamp) \
+	src/postlike/$(DEPDIR)/$(am__dirstamp)
+src/report/$(am__dirstamp):
+	@$(MKDIR_P) src/report
+	@: > src/report/$(am__dirstamp)
+src/report/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/report/$(DEPDIR)
+	@: > src/report/$(DEPDIR)/$(am__dirstamp)
+src/report/lamarc-curvefiles.$(OBJEXT): src/report/$(am__dirstamp) \
+	src/report/$(DEPDIR)/$(am__dirstamp)
+src/report/lamarc-outputfile.$(OBJEXT): src/report/$(am__dirstamp) \
+	src/report/$(DEPDIR)/$(am__dirstamp)
+src/report/lamarc-reportpage.$(OBJEXT): src/report/$(am__dirstamp) \
+	src/report/$(DEPDIR)/$(am__dirstamp)
+src/report/lamarc-runreport.$(OBJEXT): src/report/$(am__dirstamp) \
+	src/report/$(DEPDIR)/$(am__dirstamp)
+src/report/lamarc-spreadsheet.$(OBJEXT): src/report/$(am__dirstamp) \
+	src/report/$(DEPDIR)/$(am__dirstamp)
+src/report/lamarc-xml_report.$(OBJEXT): src/report/$(am__dirstamp) \
+	src/report/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-mathx.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-random.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-rangex.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-stringx.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-timex.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-vector_constants.$(OBJEXT):  \
+	src/tools/$(am__dirstamp) src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/lamarc-vectorx.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tree/$(am__dirstamp):
+	@$(MKDIR_P) src/tree
+	@: > src/tree/$(am__dirstamp)
+src/tree/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/tree/$(DEPDIR)
+	@: > src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-argtree.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-arranger.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-arranger_types.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-arrangervec.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-branch.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-branchbuffer.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-branchtag.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-chain.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-chainstate.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-collector.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-collmanager.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-fc_status.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-individual.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-intervaldata.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-newick.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-parameter.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-partition.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-prior.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-range.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-rectree.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-summary.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-tempident.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-timelist.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-tree.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/tree/lamarc-treesum.$(OBJEXT): src/tree/$(am__dirstamp) \
+	src/tree/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-chainparam_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-constraint_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-data_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-datamodel_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-force_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-front_end_warnings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-prior_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-profile_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-setgetmachine.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-traitmodel_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-ui_constants.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-ui_id.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-ui_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-ui_regid.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-ui_strings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-ui_warnings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/lamarc-userparam_interface.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_util/$(am__dirstamp):
+	@$(MKDIR_P) src/ui_util
+	@: > src/ui_util/$(am__dirstamp)
+src/ui_util/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/ui_util/$(DEPDIR)
+	@: > src/ui_util/$(DEPDIR)/$(am__dirstamp)
+src/ui_util/lamarc-undoredochain.$(OBJEXT):  \
+	src/ui_util/$(am__dirstamp) \
+	src/ui_util/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/$(am__dirstamp):
+	@$(MKDIR_P) src/ui_vars
+	@: > src/ui_vars/$(am__dirstamp)
+src/ui_vars/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/ui_vars/$(DEPDIR)
+	@: > src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-report_strings.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars.$(OBJEXT): src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_chainparams.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_component.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_datamodel.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_datapackplus.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_forces.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_prior.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_traitmodels.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/ui_vars/lamarc-ui_vars_userparams.$(OBJEXT):  \
+	src/ui_vars/$(am__dirstamp) \
+	src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-lamarcschema.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-parsetreetodata.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-parsetreetosettings.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-parsetreewalker.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-toxml.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-parsetreeschema.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-tixml_base.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-xml.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/xml/lamarc-xml_strings.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+resources/lamarc_rc.$(OBJEXT): resources/$(am__dirstamp) \
+	resources/$(DEPDIR)/$(am__dirstamp)
+
+lamarc$(EXEEXT): $(lamarc_OBJECTS) $(lamarc_DEPENDENCIES) $(EXTRA_lamarc_DEPENDENCIES) 
+	@rm -f lamarc$(EXEEXT)
+	$(AM_V_CXXLD)$(lamarc_LINK) $(lamarc_OBJECTS) $(lamarc_LDADD) $(LIBS)
+src/conversion/$(am__dirstamp):
+	@$(MKDIR_P) src/conversion
+	@: > src/conversion/$(am__dirstamp)
+src/conversion/$(DEPDIR)/$(am__dirstamp):
+	@$(MKDIR_P) src/conversion/$(DEPDIR)
+	@: > src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-ConverterIf.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-ConverterUI.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-DataSourceException.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-DataSourceIf.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-HapConverter.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-IndividualDS.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-LamarcDS.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-MigrateConverter.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-ModelDS.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-ParserUtil.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-PhylipConverter.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-PopulationDS.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-RegionDS.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-Sequence.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-SpaceConverter.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-SpacingDS.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-UserFileUtil.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-XmlParserUtil.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-nomenuglobals.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+src/control/old_lam_conv-constants.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/old_lam_conv-defaults.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/control/old_lam_conv-errhandling.$(OBJEXT):  \
+	src/control/$(am__dirstamp) \
+	src/control/$(DEPDIR)/$(am__dirstamp)
+src/tools/old_lam_conv-random.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/tools/old_lam_conv-stringx.$(OBJEXT): src/tools/$(am__dirstamp) \
+	src/tools/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/old_lam_conv-ui_constants.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/old_lam_conv-ui_id.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/ui_interface/old_lam_conv-ui_strings.$(OBJEXT):  \
+	src/ui_interface/$(am__dirstamp) \
+	src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+src/xml/old_lam_conv-xml_strings.$(OBJEXT): src/xml/$(am__dirstamp) \
+	src/xml/$(DEPDIR)/$(am__dirstamp)
+src/conversion/old_lam_conv-ConverterUIMain.$(OBJEXT):  \
+	src/conversion/$(am__dirstamp) \
+	src/conversion/$(DEPDIR)/$(am__dirstamp)
+
+old_lam_conv$(EXEEXT): $(old_lam_conv_OBJECTS) $(old_lam_conv_DEPENDENCIES) $(EXTRA_old_lam_conv_DEPENDENCIES) 
+	@rm -f old_lam_conv$(EXEEXT)
+	$(AM_V_CXXLD)$(old_lam_conv_LINK) $(old_lam_conv_OBJECTS) $(old_lam_conv_LDADD) $(LIBS)
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+	-rm -f resources/*.$(OBJEXT)
+	-rm -f src/bayeslike/*.$(OBJEXT)
+	-rm -f src/control/*.$(OBJEXT)
+	-rm -f src/convErr/*.$(OBJEXT)
+	-rm -f src/convModel/*.$(OBJEXT)
+	-rm -f src/convParse/*.$(OBJEXT)
+	-rm -f src/convStrings/*.$(OBJEXT)
+	-rm -f src/convUtil/*.$(OBJEXT)
+	-rm -f src/conversion/*.$(OBJEXT)
+	-rm -f src/datalike/*.$(OBJEXT)
+	-rm -f src/force/*.$(OBJEXT)
+	-rm -f src/guiconv/*.$(OBJEXT)
+	-rm -f src/guiutil/*.$(OBJEXT)
+	-rm -f src/lamarcmenus/*.$(OBJEXT)
+	-rm -f src/menu/*.$(OBJEXT)
+	-rm -f src/postlike/*.$(OBJEXT)
+	-rm -f src/report/*.$(OBJEXT)
+	-rm -f src/tools/*.$(OBJEXT)
+	-rm -f src/tree/*.$(OBJEXT)
+	-rm -f src/ui_interface/*.$(OBJEXT)
+	-rm -f src/ui_util/*.$(OBJEXT)
+	-rm -f src/ui_vars/*.$(OBJEXT)
+	-rm -f src/xml/*.$(OBJEXT)
+	-rm -f tinyxml/*.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+ at AMDEP_TRUE@@am__include@ @am__quote at src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/batch_lam_conv-constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/batch_lam_conv-defaults.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/batch_lam_conv-errhandling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lam_conv-constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lam_conv-defaults.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lam_conv-errhandling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-chainmanager.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-chainout.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-chainpack.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-chainparam.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-defaults.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-dynatracer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-errhandling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-lamarc.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-regiongammainfo.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-registry.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-sumfilehandler.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-userparam.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/lamarc-xmlsum_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/old_lam_conv-constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/old_lam_conv-defaults.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/control/$(DEPDIR)/old_lam_conv-errhandling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_default.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_individual.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_migration.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_panel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_parent.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_phase.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_structures.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_trait.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convModel/$(DEPDIR)/lam_conv-gc_types.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_parse.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_parser.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_population.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_region.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convParse/$(DEPDIR)/lam_conv-tixml_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-calculators.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-cellmanager.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-datapack.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-datatype.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-dlcalc.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-dlcell.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-dlmodel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-funcMax.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-haplotypes.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-locus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-locuscell.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-phenotypes.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-region.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/datalike/$(DEPDIR)/lamarc-tipdata.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/batch_lam_conv-paramstat.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lam_conv-paramstat.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-epoch.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-event.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-force.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-forceparam.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-forcesummary.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-paramstat.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-priorreport.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-stair.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/force/$(DEPDIR)/lamarc-timemanager.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_color.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_data.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-dialog.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-dialognoinput.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-dialogrepeat.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-display.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-matrixitem.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-menu_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-menuinteraction.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-menuitem.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-newmenu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-newmenuitems.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-setmenuitem.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-togglemenuitem.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/menu/$(DEPDIR)/lamarc-twodtable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-analyzer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-derivatives.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-likelihood.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-maximizer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-plforces.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-plotstat.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/postlike/$(DEPDIR)/lamarc-profile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/report/$(DEPDIR)/lamarc-curvefiles.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/report/$(DEPDIR)/lamarc-outputfile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/report/$(DEPDIR)/lamarc-reportpage.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/report/$(DEPDIR)/lamarc-runreport.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/report/$(DEPDIR)/lamarc-spreadsheet.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/report/$(DEPDIR)/lamarc-xml_report.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/batch_lam_conv-stringx.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lam_conv-stringx.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-mathx.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-random.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-rangex.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-stringx.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-timex.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-vector_constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/lamarc-vectorx.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/old_lam_conv-random.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tools/$(DEPDIR)/old_lam_conv-stringx.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-argtree.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-arranger.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-arranger_types.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-arrangervec.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-branch.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-branchbuffer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-branchtag.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-chain.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-chainstate.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-collector.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-collmanager.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-fc_status.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-individual.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-intervaldata.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-newick.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-parameter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-partition.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-prior.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-range.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-rectree.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-summary.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-tempident.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-timelist.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-tree.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/tree/$(DEPDIR)/lamarc-treesum.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-data_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-force_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-ui_id.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_util/$(DEPDIR)/lamarc-undoredochain.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-report_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/batch_lam_conv-xml.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lam_conv-tixml_base.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lam_conv-xml.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lam_conv-xml_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-lamarcschema.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-parsetreeschema.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-parsetreetodata.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-parsetreewalker.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-tixml_base.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-toxml.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-xml.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/lamarc-xml_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Po at am__quote@
+
+.cpp.o:
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
+ at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
+ at am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
+
+.cpp.obj:
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
+ at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
+ at am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+tinyxml/libtinyxml_a-tinyxml.o: tinyxml/tinyxml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinyxml.o -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Tpo -c -o tinyxml/libtinyxml_a-tinyxml.o `test -f 'tinyxml/tinyxml.cpp' || echo '$(srcdir)/'`tinyxml/tinyxml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinyxml.cpp' object='tinyxml/libtinyxml_a-tinyxml.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinyxml.o `test -f 'tinyxml/tinyxml.cpp' || echo '$(srcdir)/'`tinyxml/tinyxml.cpp
+
+tinyxml/libtinyxml_a-tinyxml.obj: tinyxml/tinyxml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinyxml.obj -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Tpo -c -o tinyxml/libtinyxml_a-tinyxml.obj `if test -f 'tinyxml/tinyxml.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxml.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxml.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinyxml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinyxml.cpp' object='tinyxml/libtinyxml_a-tinyxml.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinyxml.obj `if test -f 'tinyxml/tinyxml.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxml.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxml.cpp'; fi`
+
+tinyxml/libtinyxml_a-tinyxmlerror.o: tinyxml/tinyxmlerror.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinyxmlerror.o -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Tpo -c -o tinyxml/libtinyxml_a-tinyxmlerror.o `test -f 'tinyxml/tinyxmlerror.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlerror.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinyxmlerror.cpp' object='tinyxml/libtinyxml_a-tinyxmlerror.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinyxmlerror.o `test -f 'tinyxml/tinyxmlerror.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlerror.cpp
+
+tinyxml/libtinyxml_a-tinyxmlerror.obj: tinyxml/tinyxmlerror.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinyxmlerror.obj -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Tpo -c -o tinyxml/libtinyxml_a-tinyxmlerror.obj `if test -f 'tinyxml/tinyxmlerror.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlerror.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlerror.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlerror.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinyxmlerror.cpp' object='tinyxml/libtinyxml_a-tinyxmlerror.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinyxmlerror.obj `if test -f 'tinyxml/tinyxmlerror.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlerror.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlerror.cpp'; fi`
+
+tinyxml/libtinyxml_a-tinyxmlparser.o: tinyxml/tinyxmlparser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinyxmlparser.o -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Tpo -c -o tinyxml/libtinyxml_a-tinyxmlparser.o `test -f 'tinyxml/tinyxmlparser.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlparser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinyxmlparser.cpp' object='tinyxml/libtinyxml_a-tinyxmlparser.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinyxmlparser.o `test -f 'tinyxml/tinyxmlparser.cpp' || echo '$(srcdir)/'`tinyxml/tinyxmlparser.cpp
+
+tinyxml/libtinyxml_a-tinyxmlparser.obj: tinyxml/tinyxmlparser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinyxmlparser.obj -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Tpo -c -o tinyxml/libtinyxml_a-tinyxmlparser.obj `if test -f 'tinyxml/tinyxmlparser.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlparser.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlparser.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinyxmlparser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinyxmlparser.cpp' object='tinyxml/libtinyxml_a-tinyxmlparser.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinyxmlparser.obj `if test -f 'tinyxml/tinyxmlparser.cpp'; then $(CYGPATH_W) 'tinyxml/tinyxmlparser.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinyxmlparser.cpp'; fi`
+
+tinyxml/libtinyxml_a-tinystr.o: tinyxml/tinystr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinystr.o -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Tpo -c -o tinyxml/libtinyxml_a-tinystr.o `test -f 'tinyxml/tinystr.cpp' || echo '$(srcdir)/'`tinyxml/tinystr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinystr.cpp' object='tinyxml/libtinyxml_a-tinystr.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinystr.o `test -f 'tinyxml/tinystr.cpp' || echo '$(srcdir)/'`tinyxml/tinystr.cpp
+
+tinyxml/libtinyxml_a-tinystr.obj: tinyxml/tinystr.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -MT tinyxml/libtinyxml_a-tinystr.obj -MD -MP -MF tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Tpo -c -o tinyxml/libtinyxml_a-tinystr.obj `if test -f 'tinyxml/tinystr.cpp'; then $(CYGPATH_W) 'tinyxml/tinystr.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinystr.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Tpo tinyxml/$(DEPDIR)/libtinyxml_a-tinystr.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tinyxml/tinystr.cpp' object='tinyxml/libtinyxml_a-tinystr.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtinyxml_a_CXXFLAGS) $(CXXFLAGS) -c -o tinyxml/libtinyxml_a-tinystr.obj `if test -f 'tinyxml/tinystr.cpp'; then $(CYGPATH_W) 'tinyxml/tinystr.cpp'; else $(CYGPATH_W) '$(srcdir)/tinyxml/tinystr.cpp'; fi`
+
+src/guiconv/batch_lam_conv-batchconverter.o: src/guiconv/batchconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-batchconverter.o -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Tpo -c -o src/guiconv/batch_lam_conv-batchconverter.o `test -f 'src/guiconv/batchconverter.cpp' || echo '$(srcdir)/'`src/guiconv/batchconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/batchconverter.cpp' object='src/guiconv/batch_lam_conv-batchconverter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-batchconverter.o `test -f 'src/guiconv/batchconverter.cpp' || echo '$(srcdir)/'`src/guiconv/batchconverter.cpp
+
+src/guiconv/batch_lam_conv-batchconverter.obj: src/guiconv/batchconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-batchconverter.obj -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Tpo -c -o src/guiconv/batch_lam_conv-batchconverter.obj `if test -f 'src/guiconv/batchconverter.cpp'; then $(CYGPATH_W) 'src/guiconv/batchconverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/batchconverter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-batchconverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/batchconverter.cpp' object='src/guiconv/batch_lam_conv-batchconverter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-batchconverter.obj `if test -f 'src/guiconv/batchconverter.cpp'; then $(CYGPATH_W) 'src/guiconv/batchconverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/batchconverter.cpp'; fi`
+
+src/control/batch_lam_conv-errhandling.o: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/batch_lam_conv-errhandling.o -MD -MP -MF src/control/$(DEPDIR)/batch_lam_conv-errhandling.Tpo -c -o src/control/batch_lam_conv-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/batch_lam_conv-errhandling.Tpo src/control/$(DEPDIR)/batch_lam_conv-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/batch_lam_conv-errhandling.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/batch_lam_conv-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+
+src/control/batch_lam_conv-errhandling.obj: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/batch_lam_conv-errhandling.obj -MD -MP -MF src/control/$(DEPDIR)/batch_lam_conv-errhandling.Tpo -c -o src/control/batch_lam_conv-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/batch_lam_conv-errhandling.Tpo src/control/$(DEPDIR)/batch_lam_conv-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/batch_lam_conv-errhandling.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/batch_lam_conv-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_errhandling.o: src/convErr/gc_errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_errhandling.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Tpo -c -o src/convErr/batch_lam_conv-gc_errhandling.o `test -f 'src/convErr/gc_errhandling.cpp' || echo '$(srcdir)/'`src/convErr/gc_errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_errhandling.cpp' object='src/convErr/batch_lam_conv-gc_errhandling.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_errhandling.o `test -f 'src/convErr/gc_errhandling.cpp' || echo '$(srcdir)/'`src/convErr/gc_errhandling.cpp
+
+src/convErr/batch_lam_conv-gc_errhandling.obj: src/convErr/gc_errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_errhandling.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Tpo -c -o src/convErr/batch_lam_conv-gc_errhandling.obj `if test -f 'src/convErr/gc_errhandling.cpp'; then $(CYGPATH_W) 'src/convErr/gc_errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_errhandling.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_errhandling.cpp' object='src/convErr/batch_lam_conv-gc_errhandling.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_errhandling.obj `if test -f 'src/convErr/gc_errhandling.cpp'; then $(CYGPATH_W) 'src/convErr/gc_errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_errhandling.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_cmdfile_err.o: src/convErr/gc_cmdfile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_cmdfile_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Tpo -c -o src/convErr/batch_lam_conv-gc_cmdfile_err.o `test -f 'src/convErr/gc_cmdfile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_cmdfile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_cmdfile_err.cpp' object='src/convErr/batch_lam_conv-gc_cmdfile_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_cmdfile_err.o `test -f 'src/convErr/gc_cmdfile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_cmdfile_err.cpp
+
+src/convErr/batch_lam_conv-gc_cmdfile_err.obj: src/convErr/gc_cmdfile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_cmdfile_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Tpo -c -o src/convErr/batch_lam_conv-gc_cmdfile_err.obj `if test -f 'src/convErr/gc_cmdfile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_cmdfile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_cmdfile_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_cmdfile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_cmdfile_err.cpp' object='src/convErr/batch_lam_conv-gc_cmdfile_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_cmdfile_err.obj `if test -f 'src/convErr/gc_cmdfile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_cmdfile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_cmdfile_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_data_missing_err.o: src/convErr/gc_data_missing_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_data_missing_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Tpo -c -o src/convErr/batch_lam_conv-gc_data_missing_err.o `test -f 'src/convErr/gc_data_missing_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_data_missing_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_data_missing_err.cpp' object='src/convErr/batch_lam_conv-gc_data_missing_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_data_missing_err.o `test -f 'src/convErr/gc_data_missing_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_data_missing_err.cpp
+
+src/convErr/batch_lam_conv-gc_data_missing_err.obj: src/convErr/gc_data_missing_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_data_missing_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Tpo -c -o src/convErr/batch_lam_conv-gc_data_missing_err.obj `if test -f 'src/convErr/gc_data_missing_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_data_missing_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_data_miss [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_data_missing_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_data_missing_err.cpp' object='src/convErr/batch_lam_conv-gc_data_missing_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_data_missing_err.obj `if test -f 'src/convErr/gc_data_missing_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_data_missing_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_data_missing_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_individual_err.o: src/convErr/gc_individual_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_individual_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Tpo -c -o src/convErr/batch_lam_conv-gc_individual_err.o `test -f 'src/convErr/gc_individual_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_individual_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_individual_err.cpp' object='src/convErr/batch_lam_conv-gc_individual_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_individual_err.o `test -f 'src/convErr/gc_individual_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_individual_err.cpp
+
+src/convErr/batch_lam_conv-gc_individual_err.obj: src/convErr/gc_individual_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_individual_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Tpo -c -o src/convErr/batch_lam_conv-gc_individual_err.obj `if test -f 'src/convErr/gc_individual_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_individual_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_individual_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_individual_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_individual_err.cpp' object='src/convErr/batch_lam_conv-gc_individual_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_individual_err.obj `if test -f 'src/convErr/gc_individual_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_individual_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_individual_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_infile_err.o: src/convErr/gc_infile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_infile_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Tpo -c -o src/convErr/batch_lam_conv-gc_infile_err.o `test -f 'src/convErr/gc_infile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_infile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_infile_err.cpp' object='src/convErr/batch_lam_conv-gc_infile_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_infile_err.o `test -f 'src/convErr/gc_infile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_infile_err.cpp
+
+src/convErr/batch_lam_conv-gc_infile_err.obj: src/convErr/gc_infile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_infile_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Tpo -c -o src/convErr/batch_lam_conv-gc_infile_err.obj `if test -f 'src/convErr/gc_infile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_infile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_infile_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_infile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_infile_err.cpp' object='src/convErr/batch_lam_conv-gc_infile_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_infile_err.obj `if test -f 'src/convErr/gc_infile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_infile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_infile_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_locus_err.o: src/convErr/gc_locus_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_locus_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Tpo -c -o src/convErr/batch_lam_conv-gc_locus_err.o `test -f 'src/convErr/gc_locus_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_locus_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_locus_err.cpp' object='src/convErr/batch_lam_conv-gc_locus_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_locus_err.o `test -f 'src/convErr/gc_locus_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_locus_err.cpp
+
+src/convErr/batch_lam_conv-gc_locus_err.obj: src/convErr/gc_locus_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_locus_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Tpo -c -o src/convErr/batch_lam_conv-gc_locus_err.obj `if test -f 'src/convErr/gc_locus_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_locus_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_locus_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_locus_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_locus_err.cpp' object='src/convErr/batch_lam_conv-gc_locus_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_locus_err.obj `if test -f 'src/convErr/gc_locus_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_locus_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_locus_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_map_err.o: src/convErr/gc_map_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_map_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Tpo -c -o src/convErr/batch_lam_conv-gc_map_err.o `test -f 'src/convErr/gc_map_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_map_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_map_err.cpp' object='src/convErr/batch_lam_conv-gc_map_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_map_err.o `test -f 'src/convErr/gc_map_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_map_err.cpp
+
+src/convErr/batch_lam_conv-gc_map_err.obj: src/convErr/gc_map_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_map_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Tpo -c -o src/convErr/batch_lam_conv-gc_map_err.obj `if test -f 'src/convErr/gc_map_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_map_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_map_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_map_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_map_err.cpp' object='src/convErr/batch_lam_conv-gc_map_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_map_err.obj `if test -f 'src/convErr/gc_map_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_map_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_map_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_phase_err.o: src/convErr/gc_phase_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_phase_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Tpo -c -o src/convErr/batch_lam_conv-gc_phase_err.o `test -f 'src/convErr/gc_phase_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_phase_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_phase_err.cpp' object='src/convErr/batch_lam_conv-gc_phase_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_phase_err.o `test -f 'src/convErr/gc_phase_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_phase_err.cpp
+
+src/convErr/batch_lam_conv-gc_phase_err.obj: src/convErr/gc_phase_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_phase_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Tpo -c -o src/convErr/batch_lam_conv-gc_phase_err.obj `if test -f 'src/convErr/gc_phase_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_phase_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_phase_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_phase_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_phase_err.cpp' object='src/convErr/batch_lam_conv-gc_phase_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_phase_err.obj `if test -f 'src/convErr/gc_phase_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_phase_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_phase_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_structures_err.o: src/convErr/gc_structures_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_structures_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Tpo -c -o src/convErr/batch_lam_conv-gc_structures_err.o `test -f 'src/convErr/gc_structures_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_structures_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_structures_err.cpp' object='src/convErr/batch_lam_conv-gc_structures_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_structures_err.o `test -f 'src/convErr/gc_structures_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_structures_err.cpp
+
+src/convErr/batch_lam_conv-gc_structures_err.obj: src/convErr/gc_structures_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_structures_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Tpo -c -o src/convErr/batch_lam_conv-gc_structures_err.obj `if test -f 'src/convErr/gc_structures_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_structures_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_structures_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_structures_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_structures_err.cpp' object='src/convErr/batch_lam_conv-gc_structures_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_structures_err.obj `if test -f 'src/convErr/gc_structures_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_structures_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_structures_err.cpp'; fi`
+
+src/convErr/batch_lam_conv-gc_trait_err.o: src/convErr/gc_trait_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_trait_err.o -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Tpo -c -o src/convErr/batch_lam_conv-gc_trait_err.o `test -f 'src/convErr/gc_trait_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_trait_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_trait_err.cpp' object='src/convErr/batch_lam_conv-gc_trait_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_trait_err.o `test -f 'src/convErr/gc_trait_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_trait_err.cpp
+
+src/convErr/batch_lam_conv-gc_trait_err.obj: src/convErr/gc_trait_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/batch_lam_conv-gc_trait_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Tpo -c -o src/convErr/batch_lam_conv-gc_trait_err.obj `if test -f 'src/convErr/gc_trait_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_trait_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_trait_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Tpo src/convErr/$(DEPDIR)/batch_lam_conv-gc_trait_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_trait_err.cpp' object='src/convErr/batch_lam_conv-gc_trait_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/batch_lam_conv-gc_trait_err.obj `if test -f 'src/convErr/gc_trait_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_trait_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_trait_err.cpp'; fi`
+
+src/guiconv/batch_lam_conv-gc_cmdline.o: src/guiconv/gc_cmdline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-gc_cmdline.o -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Tpo -c -o src/guiconv/batch_lam_conv-gc_cmdline.o `test -f 'src/guiconv/gc_cmdline.cpp' || echo '$(srcdir)/'`src/guiconv/gc_cmdline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_cmdline.cpp' object='src/guiconv/batch_lam_conv-gc_cmdline.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-gc_cmdline.o `test -f 'src/guiconv/gc_cmdline.cpp' || echo '$(srcdir)/'`src/guiconv/gc_cmdline.cpp
+
+src/guiconv/batch_lam_conv-gc_cmdline.obj: src/guiconv/gc_cmdline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-gc_cmdline.obj -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Tpo -c -o src/guiconv/batch_lam_conv-gc_cmdline.obj `if test -f 'src/guiconv/gc_cmdline.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_cmdline.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_cmdline.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-gc_cmdline.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_cmdline.cpp' object='src/guiconv/batch_lam_conv-gc_cmdline.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-gc_cmdline.obj `if test -f 'src/guiconv/gc_cmdline.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_cmdline.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_cmdline.cpp'; fi`
+
+src/guiconv/batch_lam_conv-gc_data.o: src/guiconv/gc_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-gc_data.o -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Tpo -c -o src/guiconv/batch_lam_conv-gc_data.o `test -f 'src/guiconv/gc_data.cpp' || echo '$(srcdir)/'`src/guiconv/gc_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_data.cpp' object='src/guiconv/batch_lam_conv-gc_data.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-gc_data.o `test -f 'src/guiconv/gc_data.cpp' || echo '$(srcdir)/'`src/guiconv/gc_data.cpp
+
+src/guiconv/batch_lam_conv-gc_data.obj: src/guiconv/gc_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-gc_data.obj -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Tpo -c -o src/guiconv/batch_lam_conv-gc_data.obj `if test -f 'src/guiconv/gc_data.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_data.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-gc_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_data.cpp' object='src/guiconv/batch_lam_conv-gc_data.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-gc_data.obj `if test -f 'src/guiconv/gc_data.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_data.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_dictionary.o: src/convModel/gc_dictionary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_dictionary.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Tpo -c -o src/convModel/batch_lam_conv-gc_dictionary.o `test -f 'src/convModel/gc_dictionary.cpp' || echo '$(srcdir)/'`src/convModel/gc_dictionary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_dictionary.cpp' object='src/convModel/batch_lam_conv-gc_dictionary.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_dictionary.o `test -f 'src/convModel/gc_dictionary.cpp' || echo '$(srcdir)/'`src/convModel/gc_dictionary.cpp
+
+src/convModel/batch_lam_conv-gc_dictionary.obj: src/convModel/gc_dictionary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_dictionary.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Tpo -c -o src/convModel/batch_lam_conv-gc_dictionary.obj `if test -f 'src/convModel/gc_dictionary.cpp'; then $(CYGPATH_W) 'src/convModel/gc_dictionary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_dictionary.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_dictionary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_dictionary.cpp' object='src/convModel/batch_lam_conv-gc_dictionary.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_dictionary.obj `if test -f 'src/convModel/gc_dictionary.cpp'; then $(CYGPATH_W) 'src/convModel/gc_dictionary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_dictionary.cpp'; fi`
+
+src/ui_interface/batch_lam_conv-front_end_warnings.o: src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-front_end_warnings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Tpo -c -o src/ui_interface/batch_lam_conv-front_end_warnings.o `test -f 'src/ui_interface/front_end_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/front_end_warnings.cpp' object='src/ui_interface/batch_lam_conv-front_end_warnings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-front_end_warnings.o `test -f 'src/ui_interface/front_end_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/front_end_warnings.cpp
+
+src/ui_interface/batch_lam_conv-front_end_warnings.obj: src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-front_end_warnings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Tpo -c -o src/ui_interface/batch_lam_conv-front_end_warnings.obj `if test -f 'src/ui_interface/front_end_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/front_end_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-front_end_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/front_end_warnings.cpp' object='src/ui_interface/batch_lam_conv-front_end_warnings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-front_end_warnings.obj `if test -f 'src/ui_interface/front_end_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/front_end_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/front_end_warnings.cpp'; fi`
+
+src/convModel/batch_lam_conv-cmdfileschema.o: src/convModel/cmdfileschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-cmdfileschema.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Tpo -c -o src/convModel/batch_lam_conv-cmdfileschema.o `test -f 'src/convModel/cmdfileschema.cpp' || echo '$(srcdir)/'`src/convModel/cmdfileschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/cmdfileschema.cpp' object='src/convModel/batch_lam_conv-cmdfileschema.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-cmdfileschema.o `test -f 'src/convModel/cmdfileschema.cpp' || echo '$(srcdir)/'`src/convModel/cmdfileschema.cpp
+
+src/convModel/batch_lam_conv-cmdfileschema.obj: src/convModel/cmdfileschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-cmdfileschema.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Tpo -c -o src/convModel/batch_lam_conv-cmdfileschema.obj `if test -f 'src/convModel/cmdfileschema.cpp'; then $(CYGPATH_W) 'src/convModel/cmdfileschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/cmdfileschema.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-cmdfileschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/cmdfileschema.cpp' object='src/convModel/batch_lam_conv-cmdfileschema.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-cmdfileschema.obj `if test -f 'src/convModel/cmdfileschema.cpp'; then $(CYGPATH_W) 'src/convModel/cmdfileschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/cmdfileschema.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_datastore.o: src/convModel/gc_datastore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore.o `test -f 'src/convModel/gc_datastore.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore.cpp' object='src/convModel/batch_lam_conv-gc_datastore.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore.o `test -f 'src/convModel/gc_datastore.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore.cpp
+
+src/convModel/batch_lam_conv-gc_datastore.obj: src/convModel/gc_datastore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore.obj `if test -f 'src/convModel/gc_datastore.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore.cpp' object='src/convModel/batch_lam_conv-gc_datastore.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore.obj `if test -f 'src/convModel/gc_datastore.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_datastore_export.o: src/convModel/gc_datastore_export.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_export.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_export.o `test -f 'src/convModel/gc_datastore_export.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_export.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_export.cpp' object='src/convModel/batch_lam_conv-gc_datastore_export.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_export.o `test -f 'src/convModel/gc_datastore_export.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_export.cpp
+
+src/convModel/batch_lam_conv-gc_datastore_export.obj: src/convModel/gc_datastore_export.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_export.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_export.obj `if test -f 'src/convModel/gc_datastore_export.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_export.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_export.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_export.cpp' object='src/convModel/batch_lam_conv-gc_datastore_export.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_export.obj `if test -f 'src/convModel/gc_datastore_export.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_export.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_export.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_datastore_files.o: src/convModel/gc_datastore_files.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_files.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_files.o `test -f 'src/convModel/gc_datastore_files.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_files.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_files.cpp' object='src/convModel/batch_lam_conv-gc_datastore_files.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_files.o `test -f 'src/convModel/gc_datastore_files.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_files.cpp
+
+src/convModel/batch_lam_conv-gc_datastore_files.obj: src/convModel/gc_datastore_files.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_files.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_files.obj `if test -f 'src/convModel/gc_datastore_files.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_files.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_da [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_files.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_files.cpp' object='src/convModel/batch_lam_conv-gc_datastore_files.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_files.obj `if test -f 'src/convModel/gc_datastore_files.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_files.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_files.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_datastore_readcmd.o: src/convModel/gc_datastore_readcmd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_readcmd.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_readcmd.o `test -f 'src/convModel/gc_datastore_readcmd.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_readcmd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_readcmd.cpp' object='src/convModel/batch_lam_conv-gc_datastore_readcmd.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_readcmd.o `test -f 'src/convModel/gc_datastore_readcmd.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_readcmd.cpp
+
+src/convModel/batch_lam_conv-gc_datastore_readcmd.obj: src/convModel/gc_datastore_readcmd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_readcmd.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_readcmd.obj `if test -f 'src/convModel/gc_datastore_readcmd.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_readcmd.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convM [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_readcmd.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_readcmd.cpp' object='src/convModel/batch_lam_conv-gc_datastore_readcmd.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_readcmd.obj `if test -f 'src/convModel/gc_datastore_readcmd.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_readcmd.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_readcmd.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_datastore_writebatch.o: src/convModel/gc_datastore_writebatch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_writebatch.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_writebatch.o `test -f 'src/convModel/gc_datastore_writebatch.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_writebatch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_writebatch.cpp' object='src/convModel/batch_lam_conv-gc_datastore_writebatch.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_writebatch.o `test -f 'src/convModel/gc_datastore_writebatch.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_writebatch.cpp
+
+src/convModel/batch_lam_conv-gc_datastore_writebatch.obj: src/convModel/gc_datastore_writebatch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_datastore_writebatch.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Tpo -c -o src/convModel/batch_lam_conv-gc_datastore_writebatch.obj `if test -f 'src/convModel/gc_datastore_writebatch.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_writebatch.cpp'; else $(CYGPATH_W) '$(sr [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_datastore_writebatch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_writebatch.cpp' object='src/convModel/batch_lam_conv-gc_datastore_writebatch.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_datastore_writebatch.obj `if test -f 'src/convModel/gc_datastore_writebatch.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_writebatch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_writebatch.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_default.o: src/convModel/gc_default.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_default.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Tpo -c -o src/convModel/batch_lam_conv-gc_default.o `test -f 'src/convModel/gc_default.cpp' || echo '$(srcdir)/'`src/convModel/gc_default.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_default.cpp' object='src/convModel/batch_lam_conv-gc_default.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_default.o `test -f 'src/convModel/gc_default.cpp' || echo '$(srcdir)/'`src/convModel/gc_default.cpp
+
+src/convModel/batch_lam_conv-gc_default.obj: src/convModel/gc_default.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_default.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Tpo -c -o src/convModel/batch_lam_conv-gc_default.obj `if test -f 'src/convModel/gc_default.cpp'; then $(CYGPATH_W) 'src/convModel/gc_default.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_default.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_default.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_default.cpp' object='src/convModel/batch_lam_conv-gc_default.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_default.obj `if test -f 'src/convModel/gc_default.cpp'; then $(CYGPATH_W) 'src/convModel/gc_default.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_default.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_exportable.o: src/convModel/gc_exportable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_exportable.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Tpo -c -o src/convModel/batch_lam_conv-gc_exportable.o `test -f 'src/convModel/gc_exportable.cpp' || echo '$(srcdir)/'`src/convModel/gc_exportable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_exportable.cpp' object='src/convModel/batch_lam_conv-gc_exportable.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_exportable.o `test -f 'src/convModel/gc_exportable.cpp' || echo '$(srcdir)/'`src/convModel/gc_exportable.cpp
+
+src/convModel/batch_lam_conv-gc_exportable.obj: src/convModel/gc_exportable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_exportable.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Tpo -c -o src/convModel/batch_lam_conv-gc_exportable.obj `if test -f 'src/convModel/gc_exportable.cpp'; then $(CYGPATH_W) 'src/convModel/gc_exportable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_exportable.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_exportable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_exportable.cpp' object='src/convModel/batch_lam_conv-gc_exportable.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_exportable.obj `if test -f 'src/convModel/gc_exportable.cpp'; then $(CYGPATH_W) 'src/convModel/gc_exportable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_exportable.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_file.o: src/convModel/gc_file.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_file.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Tpo -c -o src/convModel/batch_lam_conv-gc_file.o `test -f 'src/convModel/gc_file.cpp' || echo '$(srcdir)/'`src/convModel/gc_file.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file.cpp' object='src/convModel/batch_lam_conv-gc_file.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_file.o `test -f 'src/convModel/gc_file.cpp' || echo '$(srcdir)/'`src/convModel/gc_file.cpp
+
+src/convModel/batch_lam_conv-gc_file.obj: src/convModel/gc_file.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_file.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Tpo -c -o src/convModel/batch_lam_conv-gc_file.obj `if test -f 'src/convModel/gc_file.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file.cpp' object='src/convModel/batch_lam_conv-gc_file.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_file.obj `if test -f 'src/convModel/gc_file.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_file_info.o: src/convModel/gc_file_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_file_info.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Tpo -c -o src/convModel/batch_lam_conv-gc_file_info.o `test -f 'src/convModel/gc_file_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_file_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file_info.cpp' object='src/convModel/batch_lam_conv-gc_file_info.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_file_info.o `test -f 'src/convModel/gc_file_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_file_info.cpp
+
+src/convModel/batch_lam_conv-gc_file_info.obj: src/convModel/gc_file_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_file_info.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Tpo -c -o src/convModel/batch_lam_conv-gc_file_info.obj `if test -f 'src/convModel/gc_file_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file_info.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_file_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file_info.cpp' object='src/convModel/batch_lam_conv-gc_file_info.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_file_info.obj `if test -f 'src/convModel/gc_file_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file_info.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_migration.o: src/convModel/gc_migration.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_migration.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Tpo -c -o src/convModel/batch_lam_conv-gc_migration.o `test -f 'src/convModel/gc_migration.cpp' || echo '$(srcdir)/'`src/convModel/gc_migration.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_migration.cpp' object='src/convModel/batch_lam_conv-gc_migration.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_migration.o `test -f 'src/convModel/gc_migration.cpp' || echo '$(srcdir)/'`src/convModel/gc_migration.cpp
+
+src/convModel/batch_lam_conv-gc_migration.obj: src/convModel/gc_migration.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_migration.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Tpo -c -o src/convModel/batch_lam_conv-gc_migration.obj `if test -f 'src/convModel/gc_migration.cpp'; then $(CYGPATH_W) 'src/convModel/gc_migration.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_migration.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_migration.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_migration.cpp' object='src/convModel/batch_lam_conv-gc_migration.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_migration.obj `if test -f 'src/convModel/gc_migration.cpp'; then $(CYGPATH_W) 'src/convModel/gc_migration.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_migration.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_panel.o: src/convModel/gc_panel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_panel.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Tpo -c -o src/convModel/batch_lam_conv-gc_panel.o `test -f 'src/convModel/gc_panel.cpp' || echo '$(srcdir)/'`src/convModel/gc_panel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_panel.cpp' object='src/convModel/batch_lam_conv-gc_panel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_panel.o `test -f 'src/convModel/gc_panel.cpp' || echo '$(srcdir)/'`src/convModel/gc_panel.cpp
+
+src/convModel/batch_lam_conv-gc_panel.obj: src/convModel/gc_panel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_panel.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Tpo -c -o src/convModel/batch_lam_conv-gc_panel.obj `if test -f 'src/convModel/gc_panel.cpp'; then $(CYGPATH_W) 'src/convModel/gc_panel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_panel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_panel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_panel.cpp' object='src/convModel/batch_lam_conv-gc_panel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_panel.obj `if test -f 'src/convModel/gc_panel.cpp'; then $(CYGPATH_W) 'src/convModel/gc_panel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_panel.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_parent.o: src/convModel/gc_parent.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_parent.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Tpo -c -o src/convModel/batch_lam_conv-gc_parent.o `test -f 'src/convModel/gc_parent.cpp' || echo '$(srcdir)/'`src/convModel/gc_parent.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_parent.cpp' object='src/convModel/batch_lam_conv-gc_parent.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_parent.o `test -f 'src/convModel/gc_parent.cpp' || echo '$(srcdir)/'`src/convModel/gc_parent.cpp
+
+src/convModel/batch_lam_conv-gc_parent.obj: src/convModel/gc_parent.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_parent.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Tpo -c -o src/convModel/batch_lam_conv-gc_parent.obj `if test -f 'src/convModel/gc_parent.cpp'; then $(CYGPATH_W) 'src/convModel/gc_parent.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_parent.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_parent.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_parent.cpp' object='src/convModel/batch_lam_conv-gc_parent.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_parent.obj `if test -f 'src/convModel/gc_parent.cpp'; then $(CYGPATH_W) 'src/convModel/gc_parent.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_parent.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_phase.o: src/convModel/gc_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_phase.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Tpo -c -o src/convModel/batch_lam_conv-gc_phase.o `test -f 'src/convModel/gc_phase.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase.cpp' object='src/convModel/batch_lam_conv-gc_phase.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_phase.o `test -f 'src/convModel/gc_phase.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase.cpp
+
+src/convModel/batch_lam_conv-gc_phase.obj: src/convModel/gc_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_phase.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Tpo -c -o src/convModel/batch_lam_conv-gc_phase.obj `if test -f 'src/convModel/gc_phase.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase.cpp' object='src/convModel/batch_lam_conv-gc_phase.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_phase.obj `if test -f 'src/convModel/gc_phase.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_phase_info.o: src/convModel/gc_phase_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_phase_info.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Tpo -c -o src/convModel/batch_lam_conv-gc_phase_info.o `test -f 'src/convModel/gc_phase_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase_info.cpp' object='src/convModel/batch_lam_conv-gc_phase_info.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_phase_info.o `test -f 'src/convModel/gc_phase_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase_info.cpp
+
+src/convModel/batch_lam_conv-gc_phase_info.obj: src/convModel/gc_phase_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_phase_info.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Tpo -c -o src/convModel/batch_lam_conv-gc_phase_info.obj `if test -f 'src/convModel/gc_phase_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase_info.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_phase_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase_info.cpp' object='src/convModel/batch_lam_conv-gc_phase_info.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_phase_info.obj `if test -f 'src/convModel/gc_phase_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase_info.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_phenotype.o: src/convModel/gc_phenotype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_phenotype.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Tpo -c -o src/convModel/batch_lam_conv-gc_phenotype.o `test -f 'src/convModel/gc_phenotype.cpp' || echo '$(srcdir)/'`src/convModel/gc_phenotype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phenotype.cpp' object='src/convModel/batch_lam_conv-gc_phenotype.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_phenotype.o `test -f 'src/convModel/gc_phenotype.cpp' || echo '$(srcdir)/'`src/convModel/gc_phenotype.cpp
+
+src/convModel/batch_lam_conv-gc_phenotype.obj: src/convModel/gc_phenotype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_phenotype.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Tpo -c -o src/convModel/batch_lam_conv-gc_phenotype.obj `if test -f 'src/convModel/gc_phenotype.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phenotype.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phenotype.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_phenotype.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phenotype.cpp' object='src/convModel/batch_lam_conv-gc_phenotype.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_phenotype.obj `if test -f 'src/convModel/gc_phenotype.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phenotype.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phenotype.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_set_util.o: src/convModel/gc_set_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_set_util.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Tpo -c -o src/convModel/batch_lam_conv-gc_set_util.o `test -f 'src/convModel/gc_set_util.cpp' || echo '$(srcdir)/'`src/convModel/gc_set_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_set_util.cpp' object='src/convModel/batch_lam_conv-gc_set_util.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_set_util.o `test -f 'src/convModel/gc_set_util.cpp' || echo '$(srcdir)/'`src/convModel/gc_set_util.cpp
+
+src/convModel/batch_lam_conv-gc_set_util.obj: src/convModel/gc_set_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_set_util.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Tpo -c -o src/convModel/batch_lam_conv-gc_set_util.obj `if test -f 'src/convModel/gc_set_util.cpp'; then $(CYGPATH_W) 'src/convModel/gc_set_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_set_util.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_set_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_set_util.cpp' object='src/convModel/batch_lam_conv-gc_set_util.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_set_util.obj `if test -f 'src/convModel/gc_set_util.cpp'; then $(CYGPATH_W) 'src/convModel/gc_set_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_set_util.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_structure_maps.o: src/convModel/gc_structure_maps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_structure_maps.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Tpo -c -o src/convModel/batch_lam_conv-gc_structure_maps.o `test -f 'src/convModel/gc_structure_maps.cpp' || echo '$(srcdir)/'`src/convModel/gc_structure_maps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structure_maps.cpp' object='src/convModel/batch_lam_conv-gc_structure_maps.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_structure_maps.o `test -f 'src/convModel/gc_structure_maps.cpp' || echo '$(srcdir)/'`src/convModel/gc_structure_maps.cpp
+
+src/convModel/batch_lam_conv-gc_structure_maps.obj: src/convModel/gc_structure_maps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_structure_maps.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Tpo -c -o src/convModel/batch_lam_conv-gc_structure_maps.obj `if test -f 'src/convModel/gc_structure_maps.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structure_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structu [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_structure_maps.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structure_maps.cpp' object='src/convModel/batch_lam_conv-gc_structure_maps.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_structure_maps.obj `if test -f 'src/convModel/gc_structure_maps.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structure_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structure_maps.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_structures.o: src/convModel/gc_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_structures.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Tpo -c -o src/convModel/batch_lam_conv-gc_structures.o `test -f 'src/convModel/gc_structures.cpp' || echo '$(srcdir)/'`src/convModel/gc_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structures.cpp' object='src/convModel/batch_lam_conv-gc_structures.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_structures.o `test -f 'src/convModel/gc_structures.cpp' || echo '$(srcdir)/'`src/convModel/gc_structures.cpp
+
+src/convModel/batch_lam_conv-gc_structures.obj: src/convModel/gc_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_structures.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Tpo -c -o src/convModel/batch_lam_conv-gc_structures.obj `if test -f 'src/convModel/gc_structures.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structures.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structures.cpp' object='src/convModel/batch_lam_conv-gc_structures.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_structures.obj `if test -f 'src/convModel/gc_structures.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structures.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_trait.o: src/convModel/gc_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_trait.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Tpo -c -o src/convModel/batch_lam_conv-gc_trait.o `test -f 'src/convModel/gc_trait.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait.cpp' object='src/convModel/batch_lam_conv-gc_trait.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_trait.o `test -f 'src/convModel/gc_trait.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait.cpp
+
+src/convModel/batch_lam_conv-gc_trait.obj: src/convModel/gc_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_trait.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Tpo -c -o src/convModel/batch_lam_conv-gc_trait.obj `if test -f 'src/convModel/gc_trait.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait.cpp' object='src/convModel/batch_lam_conv-gc_trait.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_trait.obj `if test -f 'src/convModel/gc_trait.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_trait_allele.o: src/convModel/gc_trait_allele.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_trait_allele.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Tpo -c -o src/convModel/batch_lam_conv-gc_trait_allele.o `test -f 'src/convModel/gc_trait_allele.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait_allele.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait_allele.cpp' object='src/convModel/batch_lam_conv-gc_trait_allele.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_trait_allele.o `test -f 'src/convModel/gc_trait_allele.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait_allele.cpp
+
+src/convModel/batch_lam_conv-gc_trait_allele.obj: src/convModel/gc_trait_allele.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_trait_allele.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Tpo -c -o src/convModel/batch_lam_conv-gc_trait_allele.obj `if test -f 'src/convModel/gc_trait_allele.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait_allele.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait_allele.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_trait_allele.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait_allele.cpp' object='src/convModel/batch_lam_conv-gc_trait_allele.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_trait_allele.obj `if test -f 'src/convModel/gc_trait_allele.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait_allele.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait_allele.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_types.o: src/convModel/gc_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_types.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Tpo -c -o src/convModel/batch_lam_conv-gc_types.o `test -f 'src/convModel/gc_types.cpp' || echo '$(srcdir)/'`src/convModel/gc_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_types.cpp' object='src/convModel/batch_lam_conv-gc_types.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_types.o `test -f 'src/convModel/gc_types.cpp' || echo '$(srcdir)/'`src/convModel/gc_types.cpp
+
+src/convModel/batch_lam_conv-gc_types.obj: src/convModel/gc_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_types.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Tpo -c -o src/convModel/batch_lam_conv-gc_types.obj `if test -f 'src/convModel/gc_types.cpp'; then $(CYGPATH_W) 'src/convModel/gc_types.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_types.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_types.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_types.cpp' object='src/convModel/batch_lam_conv-gc_types.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_types.obj `if test -f 'src/convModel/gc_types.cpp'; then $(CYGPATH_W) 'src/convModel/gc_types.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_types.cpp'; fi`
+
+src/guiconv/batch_lam_conv-gc_quantum.o: src/guiconv/gc_quantum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-gc_quantum.o -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Tpo -c -o src/guiconv/batch_lam_conv-gc_quantum.o `test -f 'src/guiconv/gc_quantum.cpp' || echo '$(srcdir)/'`src/guiconv/gc_quantum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_quantum.cpp' object='src/guiconv/batch_lam_conv-gc_quantum.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-gc_quantum.o `test -f 'src/guiconv/gc_quantum.cpp' || echo '$(srcdir)/'`src/guiconv/gc_quantum.cpp
+
+src/guiconv/batch_lam_conv-gc_quantum.obj: src/guiconv/gc_quantum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/batch_lam_conv-gc_quantum.obj -MD -MP -MF src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Tpo -c -o src/guiconv/batch_lam_conv-gc_quantum.obj `if test -f 'src/guiconv/gc_quantum.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_quantum.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_quantum.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Tpo src/guiconv/$(DEPDIR)/batch_lam_conv-gc_quantum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_quantum.cpp' object='src/guiconv/batch_lam_conv-gc_quantum.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/batch_lam_conv-gc_quantum.obj `if test -f 'src/guiconv/gc_quantum.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_quantum.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_quantum.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_genotype_resolution.o: src/convParse/gc_genotype_resolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_genotype_resolution.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Tpo -c -o src/convParse/batch_lam_conv-gc_genotype_resolution.o `test -f 'src/convParse/gc_genotype_resolution.cpp' || echo '$(srcdir)/'`src/convParse/gc_genotype_resolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_genotype_resolution.cpp' object='src/convParse/batch_lam_conv-gc_genotype_resolution.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_genotype_resolution.o `test -f 'src/convParse/gc_genotype_resolution.cpp' || echo '$(srcdir)/'`src/convParse/gc_genotype_resolution.cpp
+
+src/convParse/batch_lam_conv-gc_genotype_resolution.obj: src/convParse/gc_genotype_resolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_genotype_resolution.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Tpo -c -o src/convParse/batch_lam_conv-gc_genotype_resolution.obj `if test -f 'src/convParse/gc_genotype_resolution.cpp'; then $(CYGPATH_W) 'src/convParse/gc_genotype_resolution.cpp'; else $(CYGPATH_W) '$(srcdir) [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_genotype_resolution.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_genotype_resolution.cpp' object='src/convParse/batch_lam_conv-gc_genotype_resolution.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_genotype_resolution.obj `if test -f 'src/convParse/gc_genotype_resolution.cpp'; then $(CYGPATH_W) 'src/convParse/gc_genotype_resolution.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_genotype_resolution.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_creation_info.o: src/convModel/gc_creation_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_creation_info.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Tpo -c -o src/convModel/batch_lam_conv-gc_creation_info.o `test -f 'src/convModel/gc_creation_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_creation_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_creation_info.cpp' object='src/convModel/batch_lam_conv-gc_creation_info.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_creation_info.o `test -f 'src/convModel/gc_creation_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_creation_info.cpp
+
+src/convModel/batch_lam_conv-gc_creation_info.obj: src/convModel/gc_creation_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_creation_info.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Tpo -c -o src/convModel/batch_lam_conv-gc_creation_info.obj `if test -f 'src/convModel/gc_creation_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_creation_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_creation_inf [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_creation_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_creation_info.cpp' object='src/convModel/batch_lam_conv-gc_creation_info.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_creation_info.obj `if test -f 'src/convModel/gc_creation_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_creation_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_creation_info.cpp'; fi`
+
+src/convModel/batch_lam_conv-gc_individual.o: src/convModel/gc_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_individual.o -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Tpo -c -o src/convModel/batch_lam_conv-gc_individual.o `test -f 'src/convModel/gc_individual.cpp' || echo '$(srcdir)/'`src/convModel/gc_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_individual.cpp' object='src/convModel/batch_lam_conv-gc_individual.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_individual.o `test -f 'src/convModel/gc_individual.cpp' || echo '$(srcdir)/'`src/convModel/gc_individual.cpp
+
+src/convModel/batch_lam_conv-gc_individual.obj: src/convModel/gc_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/batch_lam_conv-gc_individual.obj -MD -MP -MF src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Tpo -c -o src/convModel/batch_lam_conv-gc_individual.obj `if test -f 'src/convModel/gc_individual.cpp'; then $(CYGPATH_W) 'src/convModel/gc_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_individual.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Tpo src/convModel/$(DEPDIR)/batch_lam_conv-gc_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_individual.cpp' object='src/convModel/batch_lam_conv-gc_individual.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/batch_lam_conv-gc_individual.obj `if test -f 'src/convModel/gc_individual.cpp'; then $(CYGPATH_W) 'src/convModel/gc_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_individual.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_loci_match.o: src/convParse/gc_loci_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_loci_match.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Tpo -c -o src/convParse/batch_lam_conv-gc_loci_match.o `test -f 'src/convParse/gc_loci_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_loci_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_loci_match.cpp' object='src/convParse/batch_lam_conv-gc_loci_match.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_loci_match.o `test -f 'src/convParse/gc_loci_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_loci_match.cpp
+
+src/convParse/batch_lam_conv-gc_loci_match.obj: src/convParse/gc_loci_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_loci_match.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Tpo -c -o src/convParse/batch_lam_conv-gc_loci_match.obj `if test -f 'src/convParse/gc_loci_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_loci_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_loci_match.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_loci_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_loci_match.cpp' object='src/convParse/batch_lam_conv-gc_loci_match.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_loci_match.obj `if test -f 'src/convParse/gc_loci_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_loci_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_loci_match.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_locus.o: src/convParse/gc_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_locus.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Tpo -c -o src/convParse/batch_lam_conv-gc_locus.o `test -f 'src/convParse/gc_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_locus.cpp' object='src/convParse/batch_lam_conv-gc_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_locus.o `test -f 'src/convParse/gc_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_locus.cpp
+
+src/convParse/batch_lam_conv-gc_locus.obj: src/convParse/gc_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_locus.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Tpo -c -o src/convParse/batch_lam_conv-gc_locus.obj `if test -f 'src/convParse/gc_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_locus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_locus.cpp' object='src/convParse/batch_lam_conv-gc_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_locus.obj `if test -f 'src/convParse/gc_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_locus.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_migrate.o: src/convParse/gc_migrate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_migrate.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Tpo -c -o src/convParse/batch_lam_conv-gc_migrate.o `test -f 'src/convParse/gc_migrate.cpp' || echo '$(srcdir)/'`src/convParse/gc_migrate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_migrate.cpp' object='src/convParse/batch_lam_conv-gc_migrate.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_migrate.o `test -f 'src/convParse/gc_migrate.cpp' || echo '$(srcdir)/'`src/convParse/gc_migrate.cpp
+
+src/convParse/batch_lam_conv-gc_migrate.obj: src/convParse/gc_migrate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_migrate.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Tpo -c -o src/convParse/batch_lam_conv-gc_migrate.obj `if test -f 'src/convParse/gc_migrate.cpp'; then $(CYGPATH_W) 'src/convParse/gc_migrate.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_migrate.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_migrate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_migrate.cpp' object='src/convParse/batch_lam_conv-gc_migrate.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_migrate.obj `if test -f 'src/convParse/gc_migrate.cpp'; then $(CYGPATH_W) 'src/convParse/gc_migrate.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_migrate.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_parse.o: src/convParse/gc_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Tpo -c -o src/convParse/batch_lam_conv-gc_parse.o `test -f 'src/convParse/gc_parse.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse.cpp' object='src/convParse/batch_lam_conv-gc_parse.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse.o `test -f 'src/convParse/gc_parse.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse.cpp
+
+src/convParse/batch_lam_conv-gc_parse.obj: src/convParse/gc_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Tpo -c -o src/convParse/batch_lam_conv-gc_parse.obj `if test -f 'src/convParse/gc_parse.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse.cpp' object='src/convParse/batch_lam_conv-gc_parse.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse.obj `if test -f 'src/convParse/gc_parse.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_parse_block.o: src/convParse/gc_parse_block.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_block.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_block.o `test -f 'src/convParse/gc_parse_block.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_block.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_block.cpp' object='src/convParse/batch_lam_conv-gc_parse_block.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_block.o `test -f 'src/convParse/gc_parse_block.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_block.cpp
+
+src/convParse/batch_lam_conv-gc_parse_block.obj: src/convParse/gc_parse_block.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_block.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_block.obj `if test -f 'src/convParse/gc_parse_block.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_block.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_block.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_block.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_block.cpp' object='src/convParse/batch_lam_conv-gc_parse_block.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_block.obj `if test -f 'src/convParse/gc_parse_block.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_block.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_block.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_parse_locus.o: src/convParse/gc_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_locus.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_locus.o `test -f 'src/convParse/gc_parse_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_locus.cpp' object='src/convParse/batch_lam_conv-gc_parse_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_locus.o `test -f 'src/convParse/gc_parse_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_locus.cpp
+
+src/convParse/batch_lam_conv-gc_parse_locus.obj: src/convParse/gc_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_locus.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_locus.obj `if test -f 'src/convParse/gc_parse_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_locus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_locus.cpp' object='src/convParse/batch_lam_conv-gc_parse_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_locus.obj `if test -f 'src/convParse/gc_parse_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_locus.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_parse_pop.o: src/convParse/gc_parse_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_pop.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_pop.o `test -f 'src/convParse/gc_parse_pop.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_pop.cpp' object='src/convParse/batch_lam_conv-gc_parse_pop.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_pop.o `test -f 'src/convParse/gc_parse_pop.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_pop.cpp
+
+src/convParse/batch_lam_conv-gc_parse_pop.obj: src/convParse/gc_parse_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_pop.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_pop.obj `if test -f 'src/convParse/gc_parse_pop.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_pop.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_pop.cpp' object='src/convParse/batch_lam_conv-gc_parse_pop.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_pop.obj `if test -f 'src/convParse/gc_parse_pop.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_pop.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_parse_sample.o: src/convParse/gc_parse_sample.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_sample.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_sample.o `test -f 'src/convParse/gc_parse_sample.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_sample.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_sample.cpp' object='src/convParse/batch_lam_conv-gc_parse_sample.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_sample.o `test -f 'src/convParse/gc_parse_sample.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_sample.cpp
+
+src/convParse/batch_lam_conv-gc_parse_sample.obj: src/convParse/gc_parse_sample.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parse_sample.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Tpo -c -o src/convParse/batch_lam_conv-gc_parse_sample.obj `if test -f 'src/convParse/gc_parse_sample.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_sample.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_sample.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parse_sample.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_sample.cpp' object='src/convParse/batch_lam_conv-gc_parse_sample.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parse_sample.obj `if test -f 'src/convParse/gc_parse_sample.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_sample.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_sample.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_parser.o: src/convParse/gc_parser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parser.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Tpo -c -o src/convParse/batch_lam_conv-gc_parser.o `test -f 'src/convParse/gc_parser.cpp' || echo '$(srcdir)/'`src/convParse/gc_parser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parser.cpp' object='src/convParse/batch_lam_conv-gc_parser.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parser.o `test -f 'src/convParse/gc_parser.cpp' || echo '$(srcdir)/'`src/convParse/gc_parser.cpp
+
+src/convParse/batch_lam_conv-gc_parser.obj: src/convParse/gc_parser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_parser.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Tpo -c -o src/convParse/batch_lam_conv-gc_parser.obj `if test -f 'src/convParse/gc_parser.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parser.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parser.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_parser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parser.cpp' object='src/convParse/batch_lam_conv-gc_parser.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_parser.obj `if test -f 'src/convParse/gc_parser.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parser.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parser.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_phylip.o: src/convParse/gc_phylip.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_phylip.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Tpo -c -o src/convParse/batch_lam_conv-gc_phylip.o `test -f 'src/convParse/gc_phylip.cpp' || echo '$(srcdir)/'`src/convParse/gc_phylip.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_phylip.cpp' object='src/convParse/batch_lam_conv-gc_phylip.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_phylip.o `test -f 'src/convParse/gc_phylip.cpp' || echo '$(srcdir)/'`src/convParse/gc_phylip.cpp
+
+src/convParse/batch_lam_conv-gc_phylip.obj: src/convParse/gc_phylip.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_phylip.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Tpo -c -o src/convParse/batch_lam_conv-gc_phylip.obj `if test -f 'src/convParse/gc_phylip.cpp'; then $(CYGPATH_W) 'src/convParse/gc_phylip.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_phylip.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_phylip.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_phylip.cpp' object='src/convParse/batch_lam_conv-gc_phylip.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_phylip.obj `if test -f 'src/convParse/gc_phylip.cpp'; then $(CYGPATH_W) 'src/convParse/gc_phylip.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_phylip.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_pop_match.o: src/convParse/gc_pop_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_pop_match.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Tpo -c -o src/convParse/batch_lam_conv-gc_pop_match.o `test -f 'src/convParse/gc_pop_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_pop_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_pop_match.cpp' object='src/convParse/batch_lam_conv-gc_pop_match.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_pop_match.o `test -f 'src/convParse/gc_pop_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_pop_match.cpp
+
+src/convParse/batch_lam_conv-gc_pop_match.obj: src/convParse/gc_pop_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_pop_match.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Tpo -c -o src/convParse/batch_lam_conv-gc_pop_match.obj `if test -f 'src/convParse/gc_pop_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_pop_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_pop_match.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_pop_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_pop_match.cpp' object='src/convParse/batch_lam_conv-gc_pop_match.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_pop_match.obj `if test -f 'src/convParse/gc_pop_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_pop_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_pop_match.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_population.o: src/convParse/gc_population.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_population.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Tpo -c -o src/convParse/batch_lam_conv-gc_population.o `test -f 'src/convParse/gc_population.cpp' || echo '$(srcdir)/'`src/convParse/gc_population.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_population.cpp' object='src/convParse/batch_lam_conv-gc_population.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_population.o `test -f 'src/convParse/gc_population.cpp' || echo '$(srcdir)/'`src/convParse/gc_population.cpp
+
+src/convParse/batch_lam_conv-gc_population.obj: src/convParse/gc_population.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_population.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Tpo -c -o src/convParse/batch_lam_conv-gc_population.obj `if test -f 'src/convParse/gc_population.cpp'; then $(CYGPATH_W) 'src/convParse/gc_population.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_population.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_population.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_population.cpp' object='src/convParse/batch_lam_conv-gc_population.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_population.obj `if test -f 'src/convParse/gc_population.cpp'; then $(CYGPATH_W) 'src/convParse/gc_population.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_population.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_region.o: src/convParse/gc_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_region.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Tpo -c -o src/convParse/batch_lam_conv-gc_region.o `test -f 'src/convParse/gc_region.cpp' || echo '$(srcdir)/'`src/convParse/gc_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_region.cpp' object='src/convParse/batch_lam_conv-gc_region.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_region.o `test -f 'src/convParse/gc_region.cpp' || echo '$(srcdir)/'`src/convParse/gc_region.cpp
+
+src/convParse/batch_lam_conv-gc_region.obj: src/convParse/gc_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_region.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Tpo -c -o src/convParse/batch_lam_conv-gc_region.obj `if test -f 'src/convParse/gc_region.cpp'; then $(CYGPATH_W) 'src/convParse/gc_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_region.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_region.cpp' object='src/convParse/batch_lam_conv-gc_region.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_region.obj `if test -f 'src/convParse/gc_region.cpp'; then $(CYGPATH_W) 'src/convParse/gc_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_region.cpp'; fi`
+
+src/convParse/batch_lam_conv-gc_sequential_data.o: src/convParse/gc_sequential_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_sequential_data.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Tpo -c -o src/convParse/batch_lam_conv-gc_sequential_data.o `test -f 'src/convParse/gc_sequential_data.cpp' || echo '$(srcdir)/'`src/convParse/gc_sequential_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_sequential_data.cpp' object='src/convParse/batch_lam_conv-gc_sequential_data.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_sequential_data.o `test -f 'src/convParse/gc_sequential_data.cpp' || echo '$(srcdir)/'`src/convParse/gc_sequential_data.cpp
+
+src/convParse/batch_lam_conv-gc_sequential_data.obj: src/convParse/gc_sequential_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-gc_sequential_data.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Tpo -c -o src/convParse/batch_lam_conv-gc_sequential_data.obj `if test -f 'src/convParse/gc_sequential_data.cpp'; then $(CYGPATH_W) 'src/convParse/gc_sequential_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_se [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-gc_sequential_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_sequential_data.cpp' object='src/convParse/batch_lam_conv-gc_sequential_data.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-gc_sequential_data.obj `if test -f 'src/convParse/gc_sequential_data.cpp'; then $(CYGPATH_W) 'src/convParse/gc_sequential_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_sequential_data.cpp'; fi`
+
+src/convParse/batch_lam_conv-tixml_util.o: src/convParse/tixml_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-tixml_util.o -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Tpo -c -o src/convParse/batch_lam_conv-tixml_util.o `test -f 'src/convParse/tixml_util.cpp' || echo '$(srcdir)/'`src/convParse/tixml_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/tixml_util.cpp' object='src/convParse/batch_lam_conv-tixml_util.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-tixml_util.o `test -f 'src/convParse/tixml_util.cpp' || echo '$(srcdir)/'`src/convParse/tixml_util.cpp
+
+src/convParse/batch_lam_conv-tixml_util.obj: src/convParse/tixml_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/batch_lam_conv-tixml_util.obj -MD -MP -MF src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Tpo -c -o src/convParse/batch_lam_conv-tixml_util.obj `if test -f 'src/convParse/tixml_util.cpp'; then $(CYGPATH_W) 'src/convParse/tixml_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/tixml_util.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Tpo src/convParse/$(DEPDIR)/batch_lam_conv-tixml_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/tixml_util.cpp' object='src/convParse/batch_lam_conv-tixml_util.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/batch_lam_conv-tixml_util.obj `if test -f 'src/convParse/tixml_util.cpp'; then $(CYGPATH_W) 'src/convParse/tixml_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/tixml_util.cpp'; fi`
+
+src/xml/batch_lam_conv-parsetreeschema.o: src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-parsetreeschema.o -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Tpo -c -o src/xml/batch_lam_conv-parsetreeschema.o `test -f 'src/xml/parsetreeschema.cpp' || echo '$(srcdir)/'`src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Tpo src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreeschema.cpp' object='src/xml/batch_lam_conv-parsetreeschema.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-parsetreeschema.o `test -f 'src/xml/parsetreeschema.cpp' || echo '$(srcdir)/'`src/xml/parsetreeschema.cpp
+
+src/xml/batch_lam_conv-parsetreeschema.obj: src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-parsetreeschema.obj -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Tpo -c -o src/xml/batch_lam_conv-parsetreeschema.obj `if test -f 'src/xml/parsetreeschema.cpp'; then $(CYGPATH_W) 'src/xml/parsetreeschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreeschema.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Tpo src/xml/$(DEPDIR)/batch_lam_conv-parsetreeschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreeschema.cpp' object='src/xml/batch_lam_conv-parsetreeschema.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-parsetreeschema.obj `if test -f 'src/xml/parsetreeschema.cpp'; then $(CYGPATH_W) 'src/xml/parsetreeschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreeschema.cpp'; fi`
+
+src/xml/batch_lam_conv-tixml_base.o: src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-tixml_base.o -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Tpo -c -o src/xml/batch_lam_conv-tixml_base.o `test -f 'src/xml/tixml_base.cpp' || echo '$(srcdir)/'`src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Tpo src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/tixml_base.cpp' object='src/xml/batch_lam_conv-tixml_base.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-tixml_base.o `test -f 'src/xml/tixml_base.cpp' || echo '$(srcdir)/'`src/xml/tixml_base.cpp
+
+src/xml/batch_lam_conv-tixml_base.obj: src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-tixml_base.obj -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Tpo -c -o src/xml/batch_lam_conv-tixml_base.obj `if test -f 'src/xml/tixml_base.cpp'; then $(CYGPATH_W) 'src/xml/tixml_base.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/tixml_base.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Tpo src/xml/$(DEPDIR)/batch_lam_conv-tixml_base.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/tixml_base.cpp' object='src/xml/batch_lam_conv-tixml_base.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-tixml_base.obj `if test -f 'src/xml/tixml_base.cpp'; then $(CYGPATH_W) 'src/xml/tixml_base.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/tixml_base.cpp'; fi`
+
+src/xml/batch_lam_conv-xml.o: src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-xml.o -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-xml.Tpo -c -o src/xml/batch_lam_conv-xml.o `test -f 'src/xml/xml.cpp' || echo '$(srcdir)/'`src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-xml.Tpo src/xml/$(DEPDIR)/batch_lam_conv-xml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml.cpp' object='src/xml/batch_lam_conv-xml.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-xml.o `test -f 'src/xml/xml.cpp' || echo '$(srcdir)/'`src/xml/xml.cpp
+
+src/xml/batch_lam_conv-xml.obj: src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-xml.obj -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-xml.Tpo -c -o src/xml/batch_lam_conv-xml.obj `if test -f 'src/xml/xml.cpp'; then $(CYGPATH_W) 'src/xml/xml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-xml.Tpo src/xml/$(DEPDIR)/batch_lam_conv-xml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml.cpp' object='src/xml/batch_lam_conv-xml.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-xml.obj `if test -f 'src/xml/xml.cpp'; then $(CYGPATH_W) 'src/xml/xml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml.cpp'; fi`
+
+src/xml/batch_lam_conv-xml_strings.o: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-xml_strings.o -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Tpo -c -o src/xml/batch_lam_conv-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Tpo src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/batch_lam_conv-xml_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+
+src/xml/batch_lam_conv-xml_strings.obj: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/batch_lam_conv-xml_strings.obj -MD -MP -MF src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Tpo -c -o src/xml/batch_lam_conv-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Tpo src/xml/$(DEPDIR)/batch_lam_conv-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/batch_lam_conv-xml_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/batch_lam_conv-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+
+src/control/batch_lam_conv-constants.o: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/batch_lam_conv-constants.o -MD -MP -MF src/control/$(DEPDIR)/batch_lam_conv-constants.Tpo -c -o src/control/batch_lam_conv-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/batch_lam_conv-constants.Tpo src/control/$(DEPDIR)/batch_lam_conv-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/batch_lam_conv-constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/batch_lam_conv-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+
+src/control/batch_lam_conv-constants.obj: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/batch_lam_conv-constants.obj -MD -MP -MF src/control/$(DEPDIR)/batch_lam_conv-constants.Tpo -c -o src/control/batch_lam_conv-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/batch_lam_conv-constants.Tpo src/control/$(DEPDIR)/batch_lam_conv-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/batch_lam_conv-constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/batch_lam_conv-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+
+src/control/batch_lam_conv-defaults.o: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/batch_lam_conv-defaults.o -MD -MP -MF src/control/$(DEPDIR)/batch_lam_conv-defaults.Tpo -c -o src/control/batch_lam_conv-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/batch_lam_conv-defaults.Tpo src/control/$(DEPDIR)/batch_lam_conv-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/batch_lam_conv-defaults.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/batch_lam_conv-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+
+src/control/batch_lam_conv-defaults.obj: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/batch_lam_conv-defaults.obj -MD -MP -MF src/control/$(DEPDIR)/batch_lam_conv-defaults.Tpo -c -o src/control/batch_lam_conv-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/batch_lam_conv-defaults.Tpo src/control/$(DEPDIR)/batch_lam_conv-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/batch_lam_conv-defaults.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/batch_lam_conv-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+
+src/tools/batch_lam_conv-stringx.o: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/batch_lam_conv-stringx.o -MD -MP -MF src/tools/$(DEPDIR)/batch_lam_conv-stringx.Tpo -c -o src/tools/batch_lam_conv-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/batch_lam_conv-stringx.Tpo src/tools/$(DEPDIR)/batch_lam_conv-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/batch_lam_conv-stringx.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/batch_lam_conv-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+
+src/tools/batch_lam_conv-stringx.obj: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/batch_lam_conv-stringx.obj -MD -MP -MF src/tools/$(DEPDIR)/batch_lam_conv-stringx.Tpo -c -o src/tools/batch_lam_conv-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/batch_lam_conv-stringx.Tpo src/tools/$(DEPDIR)/batch_lam_conv-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/batch_lam_conv-stringx.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/batch_lam_conv-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+
+src/force/batch_lam_conv-paramstat.o: src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/force/batch_lam_conv-paramstat.o -MD -MP -MF src/force/$(DEPDIR)/batch_lam_conv-paramstat.Tpo -c -o src/force/batch_lam_conv-paramstat.o `test -f 'src/force/paramstat.cpp' || echo '$(srcdir)/'`src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/batch_lam_conv-paramstat.Tpo src/force/$(DEPDIR)/batch_lam_conv-paramstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/paramstat.cpp' object='src/force/batch_lam_conv-paramstat.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/force/batch_lam_conv-paramstat.o `test -f 'src/force/paramstat.cpp' || echo '$(srcdir)/'`src/force/paramstat.cpp
+
+src/force/batch_lam_conv-paramstat.obj: src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/force/batch_lam_conv-paramstat.obj -MD -MP -MF src/force/$(DEPDIR)/batch_lam_conv-paramstat.Tpo -c -o src/force/batch_lam_conv-paramstat.obj `if test -f 'src/force/paramstat.cpp'; then $(CYGPATH_W) 'src/force/paramstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/paramstat.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/batch_lam_conv-paramstat.Tpo src/force/$(DEPDIR)/batch_lam_conv-paramstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/paramstat.cpp' object='src/force/batch_lam_conv-paramstat.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/force/batch_lam_conv-paramstat.obj `if test -f 'src/force/paramstat.cpp'; then $(CYGPATH_W) 'src/force/paramstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/paramstat.cpp'; fi`
+
+src/ui_interface/batch_lam_conv-ui_constants.o: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-ui_constants.o -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Tpo -c -o src/ui_interface/batch_lam_conv-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/batch_lam_conv-ui_constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+
+src/ui_interface/batch_lam_conv-ui_constants.obj: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-ui_constants.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Tpo -c -o src/ui_interface/batch_lam_conv-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/batch_lam_conv-ui_constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+
+src/ui_interface/batch_lam_conv-ui_id.o: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-ui_id.o -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Tpo -c -o src/ui_interface/batch_lam_conv-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/batch_lam_conv-ui_id.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+
+src/ui_interface/batch_lam_conv-ui_id.obj: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-ui_id.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Tpo -c -o src/ui_interface/batch_lam_conv-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/batch_lam_conv-ui_id.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+
+src/ui_interface/batch_lam_conv-ui_strings.o: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-ui_strings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Tpo -c -o src/ui_interface/batch_lam_conv-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/batch_lam_conv-ui_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+
+src/ui_interface/batch_lam_conv-ui_strings.obj: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/batch_lam_conv-ui_strings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Tpo -c -o src/ui_interface/batch_lam_conv-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Tpo src/ui_interface/$(DEPDIR)/batch_lam_conv-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/batch_lam_conv-ui_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/batch_lam_conv-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+
+src/convStrings/batch_lam_conv-cnv_strings.o: src/convStrings/cnv_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-cnv_strings.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Tpo -c -o src/convStrings/batch_lam_conv-cnv_strings.o `test -f 'src/convStrings/cnv_strings.cpp' || echo '$(srcdir)/'`src/convStrings/cnv_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/cnv_strings.cpp' object='src/convStrings/batch_lam_conv-cnv_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-cnv_strings.o `test -f 'src/convStrings/cnv_strings.cpp' || echo '$(srcdir)/'`src/convStrings/cnv_strings.cpp
+
+src/convStrings/batch_lam_conv-cnv_strings.obj: src/convStrings/cnv_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-cnv_strings.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Tpo -c -o src/convStrings/batch_lam_conv-cnv_strings.obj `if test -f 'src/convStrings/cnv_strings.cpp'; then $(CYGPATH_W) 'src/convStrings/cnv_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/cnv_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-cnv_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/cnv_strings.cpp' object='src/convStrings/batch_lam_conv-cnv_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-cnv_strings.obj `if test -f 'src/convStrings/cnv_strings.cpp'; then $(CYGPATH_W) 'src/convStrings/cnv_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/cnv_strings.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_cmdfile.o: src/convStrings/gc_strings_cmdfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_cmdfile.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_cmdfile.o `test -f 'src/convStrings/gc_strings_cmdfile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_cmdfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_cmdfile.cpp' object='src/convStrings/batch_lam_conv-gc_strings_cmdfile.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_cmdfile.o `test -f 'src/convStrings/gc_strings_cmdfile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_cmdfile.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_cmdfile.obj: src/convStrings/gc_strings_cmdfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_cmdfile.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_cmdfile.obj `if test -f 'src/convStrings/gc_strings_cmdfile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_cmdfile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convS [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_cmdfile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_cmdfile.cpp' object='src/convStrings/batch_lam_conv-gc_strings_cmdfile.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_cmdfile.obj `if test -f 'src/convStrings/gc_strings_cmdfile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_cmdfile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_cmdfile.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_creation.o: src/convStrings/gc_strings_creation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_creation.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_creation.o `test -f 'src/convStrings/gc_strings_creation.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_creation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_creation.cpp' object='src/convStrings/batch_lam_conv-gc_strings_creation.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_creation.o `test -f 'src/convStrings/gc_strings_creation.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_creation.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_creation.obj: src/convStrings/gc_strings_creation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_creation.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_creation.obj `if test -f 'src/convStrings/gc_strings_creation.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_creation.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_creation.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_creation.cpp' object='src/convStrings/batch_lam_conv-gc_strings_creation.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_creation.obj `if test -f 'src/convStrings/gc_strings_creation.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_creation.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_creation.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_data.o: src/convStrings/gc_strings_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_data.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_data.o `test -f 'src/convStrings/gc_strings_data.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_data.cpp' object='src/convStrings/batch_lam_conv-gc_strings_data.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_data.o `test -f 'src/convStrings/gc_strings_data.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_data.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_data.obj: src/convStrings/gc_strings_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_data.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_data.obj `if test -f 'src/convStrings/gc_strings_data.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strin [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_data.cpp' object='src/convStrings/batch_lam_conv-gc_strings_data.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_data.obj `if test -f 'src/convStrings/gc_strings_data.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_data.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_err.o: src/convStrings/gc_strings_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_err.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_err.o `test -f 'src/convStrings/gc_strings_err.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_err.cpp' object='src/convStrings/batch_lam_conv-gc_strings_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_err.o `test -f 'src/convStrings/gc_strings_err.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_err.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_err.obj: src/convStrings/gc_strings_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_err.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_err.obj `if test -f 'src/convStrings/gc_strings_err.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_er [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_err.cpp' object='src/convStrings/batch_lam_conv-gc_strings_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_err.obj `if test -f 'src/convStrings/gc_strings_err.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_err.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_individual.o: src/convStrings/gc_strings_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_individual.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_individual.o `test -f 'src/convStrings/gc_strings_individual.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_individual.cpp' object='src/convStrings/batch_lam_conv-gc_strings_individual.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_individual.o `test -f 'src/convStrings/gc_strings_individual.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_individual.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_individual.obj: src/convStrings/gc_strings_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_individual.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_individual.obj `if test -f 'src/convStrings/gc_strings_individual.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_individual.cpp'; else $(CYGPATH_W) '$(sr [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_individual.cpp' object='src/convStrings/batch_lam_conv-gc_strings_individual.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_individual.obj `if test -f 'src/convStrings/gc_strings_individual.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_individual.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_infile.o: src/convStrings/gc_strings_infile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_infile.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_infile.o `test -f 'src/convStrings/gc_strings_infile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_infile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_infile.cpp' object='src/convStrings/batch_lam_conv-gc_strings_infile.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_infile.o `test -f 'src/convStrings/gc_strings_infile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_infile.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_infile.obj: src/convStrings/gc_strings_infile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_infile.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_infile.obj `if test -f 'src/convStrings/gc_strings_infile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_infile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convString [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_infile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_infile.cpp' object='src/convStrings/batch_lam_conv-gc_strings_infile.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_infile.obj `if test -f 'src/convStrings/gc_strings_infile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_infile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_infile.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_io.o: src/convStrings/gc_strings_io.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_io.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_io.o `test -f 'src/convStrings/gc_strings_io.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_io.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_io.cpp' object='src/convStrings/batch_lam_conv-gc_strings_io.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_io.o `test -f 'src/convStrings/gc_strings_io.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_io.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_io.obj: src/convStrings/gc_strings_io.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_io.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_io.obj `if test -f 'src/convStrings/gc_strings_io.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_io.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_io.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_io.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_io.cpp' object='src/convStrings/batch_lam_conv-gc_strings_io.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_io.obj `if test -f 'src/convStrings/gc_strings_io.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_io.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_io.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_locus.o: src/convStrings/gc_strings_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_locus.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_locus.o `test -f 'src/convStrings/gc_strings_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_locus.cpp' object='src/convStrings/batch_lam_conv-gc_strings_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_locus.o `test -f 'src/convStrings/gc_strings_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_locus.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_locus.obj: src/convStrings/gc_strings_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_locus.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_locus.obj `if test -f 'src/convStrings/gc_strings_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_locus.cpp' object='src/convStrings/batch_lam_conv-gc_strings_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_locus.obj `if test -f 'src/convStrings/gc_strings_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_locus.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_map.o: src/convStrings/gc_strings_map.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_map.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_map.o `test -f 'src/convStrings/gc_strings_map.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_map.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_map.cpp' object='src/convStrings/batch_lam_conv-gc_strings_map.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_map.o `test -f 'src/convStrings/gc_strings_map.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_map.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_map.obj: src/convStrings/gc_strings_map.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_map.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_map.obj `if test -f 'src/convStrings/gc_strings_map.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_map.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_ma [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_map.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_map.cpp' object='src/convStrings/batch_lam_conv-gc_strings_map.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_map.obj `if test -f 'src/convStrings/gc_strings_map.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_map.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_map.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_mig.o: src/convStrings/gc_strings_mig.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_mig.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_mig.o `test -f 'src/convStrings/gc_strings_mig.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_mig.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_mig.cpp' object='src/convStrings/batch_lam_conv-gc_strings_mig.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_mig.o `test -f 'src/convStrings/gc_strings_mig.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_mig.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_mig.obj: src/convStrings/gc_strings_mig.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_mig.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_mig.obj `if test -f 'src/convStrings/gc_strings_mig.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_mig.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_mi [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_mig.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_mig.cpp' object='src/convStrings/batch_lam_conv-gc_strings_mig.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_mig.obj `if test -f 'src/convStrings/gc_strings_mig.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_mig.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_mig.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_parse.o: src/convStrings/gc_strings_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_parse.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_parse.o `test -f 'src/convStrings/gc_strings_parse.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse.cpp' object='src/convStrings/batch_lam_conv-gc_strings_parse.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_parse.o `test -f 'src/convStrings/gc_strings_parse.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_parse.obj: src/convStrings/gc_strings_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_parse.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_parse.obj `if test -f 'src/convStrings/gc_strings_parse.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse.cpp' object='src/convStrings/batch_lam_conv-gc_strings_parse.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_parse.obj `if test -f 'src/convStrings/gc_strings_parse.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_parse.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_parse_locus.o: src/convStrings/gc_strings_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_parse_locus.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_parse_locus.o `test -f 'src/convStrings/gc_strings_parse_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse_locus.cpp' object='src/convStrings/batch_lam_conv-gc_strings_parse_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_parse_locus.o `test -f 'src/convStrings/gc_strings_parse_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse_locus.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_parse_locus.obj: src/convStrings/gc_strings_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_parse_locus.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_parse_locus.obj `if test -f 'src/convStrings/gc_strings_parse_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse_locus.cpp'; else $(CYGPATH_W)  [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse_locus.cpp' object='src/convStrings/batch_lam_conv-gc_strings_parse_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_parse_locus.obj `if test -f 'src/convStrings/gc_strings_parse_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_parse_locus.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_phase.o: src/convStrings/gc_strings_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_phase.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_phase.o `test -f 'src/convStrings/gc_strings_phase.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_phase.cpp' object='src/convStrings/batch_lam_conv-gc_strings_phase.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_phase.o `test -f 'src/convStrings/gc_strings_phase.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_phase.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_phase.obj: src/convStrings/gc_strings_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_phase.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_phase.obj `if test -f 'src/convStrings/gc_strings_phase.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_phase.cpp' object='src/convStrings/batch_lam_conv-gc_strings_phase.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_phase.obj `if test -f 'src/convStrings/gc_strings_phase.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_phase.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_pop.o: src/convStrings/gc_strings_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_pop.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_pop.o `test -f 'src/convStrings/gc_strings_pop.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_pop.cpp' object='src/convStrings/batch_lam_conv-gc_strings_pop.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_pop.o `test -f 'src/convStrings/gc_strings_pop.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_pop.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_pop.obj: src/convStrings/gc_strings_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_pop.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_pop.obj `if test -f 'src/convStrings/gc_strings_pop.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_po [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_pop.cpp' object='src/convStrings/batch_lam_conv-gc_strings_pop.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_pop.obj `if test -f 'src/convStrings/gc_strings_pop.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_pop.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_region.o: src/convStrings/gc_strings_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_region.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_region.o `test -f 'src/convStrings/gc_strings_region.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_region.cpp' object='src/convStrings/batch_lam_conv-gc_strings_region.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_region.o `test -f 'src/convStrings/gc_strings_region.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_region.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_region.obj: src/convStrings/gc_strings_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_region.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_region.obj `if test -f 'src/convStrings/gc_strings_region.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convString [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_region.cpp' object='src/convStrings/batch_lam_conv-gc_strings_region.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_region.obj `if test -f 'src/convStrings/gc_strings_region.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_region.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_str_a_m.o: src/convStrings/gc_strings_str_a_m.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_str_a_m.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_str_a_m.o `test -f 'src/convStrings/gc_strings_str_a_m.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_a_m.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_a_m.cpp' object='src/convStrings/batch_lam_conv-gc_strings_str_a_m.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_str_a_m.o `test -f 'src/convStrings/gc_strings_str_a_m.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_a_m.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_str_a_m.obj: src/convStrings/gc_strings_str_a_m.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_str_a_m.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_str_a_m.obj `if test -f 'src/convStrings/gc_strings_str_a_m.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_a_m.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convS [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_a_m.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_a_m.cpp' object='src/convStrings/batch_lam_conv-gc_strings_str_a_m.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_str_a_m.obj `if test -f 'src/convStrings/gc_strings_str_a_m.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_a_m.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_str_a_m.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_str_n_z.o: src/convStrings/gc_strings_str_n_z.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_str_n_z.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_str_n_z.o `test -f 'src/convStrings/gc_strings_str_n_z.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_n_z.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_n_z.cpp' object='src/convStrings/batch_lam_conv-gc_strings_str_n_z.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_str_n_z.o `test -f 'src/convStrings/gc_strings_str_n_z.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_n_z.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_str_n_z.obj: src/convStrings/gc_strings_str_n_z.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_str_n_z.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_str_n_z.obj `if test -f 'src/convStrings/gc_strings_str_n_z.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_n_z.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convS [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_str_n_z.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_n_z.cpp' object='src/convStrings/batch_lam_conv-gc_strings_str_n_z.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_str_n_z.obj `if test -f 'src/convStrings/gc_strings_str_n_z.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_n_z.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_str_n_z.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_structures.o: src/convStrings/gc_strings_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_structures.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_structures.o `test -f 'src/convStrings/gc_strings_structures.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_structures.cpp' object='src/convStrings/batch_lam_conv-gc_strings_structures.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_structures.o `test -f 'src/convStrings/gc_strings_structures.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_structures.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_structures.obj: src/convStrings/gc_strings_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_structures.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_structures.obj `if test -f 'src/convStrings/gc_strings_structures.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_structures.cpp'; else $(CYGPATH_W) '$(sr [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_structures.cpp' object='src/convStrings/batch_lam_conv-gc_strings_structures.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_structures.obj `if test -f 'src/convStrings/gc_strings_structures.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_structures.cpp'; fi`
+
+src/convStrings/batch_lam_conv-gc_strings_trait.o: src/convStrings/gc_strings_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_trait.o -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_trait.o `test -f 'src/convStrings/gc_strings_trait.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_trait.cpp' object='src/convStrings/batch_lam_conv-gc_strings_trait.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_trait.o `test -f 'src/convStrings/gc_strings_trait.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_trait.cpp
+
+src/convStrings/batch_lam_conv-gc_strings_trait.obj: src/convStrings/gc_strings_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/batch_lam_conv-gc_strings_trait.obj -MD -MP -MF src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Tpo -c -o src/convStrings/batch_lam_conv-gc_strings_trait.obj `if test -f 'src/convStrings/gc_strings_trait.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Tpo src/convStrings/$(DEPDIR)/batch_lam_conv-gc_strings_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_trait.cpp' object='src/convStrings/batch_lam_conv-gc_strings_trait.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/batch_lam_conv-gc_strings_trait.obj `if test -f 'src/convStrings/gc_strings_trait.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_trait.cpp'; fi`
+
+src/convUtil/batch_lam_conv-gc_file_util.o: src/convUtil/gc_file_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convUtil/batch_lam_conv-gc_file_util.o -MD -MP -MF src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Tpo -c -o src/convUtil/batch_lam_conv-gc_file_util.o `test -f 'src/convUtil/gc_file_util.cpp' || echo '$(srcdir)/'`src/convUtil/gc_file_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Tpo src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convUtil/gc_file_util.cpp' object='src/convUtil/batch_lam_conv-gc_file_util.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convUtil/batch_lam_conv-gc_file_util.o `test -f 'src/convUtil/gc_file_util.cpp' || echo '$(srcdir)/'`src/convUtil/gc_file_util.cpp
+
+src/convUtil/batch_lam_conv-gc_file_util.obj: src/convUtil/gc_file_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convUtil/batch_lam_conv-gc_file_util.obj -MD -MP -MF src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Tpo -c -o src/convUtil/batch_lam_conv-gc_file_util.obj `if test -f 'src/convUtil/gc_file_util.cpp'; then $(CYGPATH_W) 'src/convUtil/gc_file_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convUtil/gc_file_util.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Tpo src/convUtil/$(DEPDIR)/batch_lam_conv-gc_file_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convUtil/gc_file_util.cpp' object='src/convUtil/batch_lam_conv-gc_file_util.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(batch_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convUtil/batch_lam_conv-gc_file_util.obj `if test -f 'src/convUtil/gc_file_util.cpp'; then $(CYGPATH_W) 'src/convUtil/gc_file_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convUtil/gc_file_util.cpp'; fi`
+
+src/control/lam_conv-errhandling.o: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/lam_conv-errhandling.o -MD -MP -MF src/control/$(DEPDIR)/lam_conv-errhandling.Tpo -c -o src/control/lam_conv-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lam_conv-errhandling.Tpo src/control/$(DEPDIR)/lam_conv-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/lam_conv-errhandling.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lam_conv-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+
+src/control/lam_conv-errhandling.obj: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/lam_conv-errhandling.obj -MD -MP -MF src/control/$(DEPDIR)/lam_conv-errhandling.Tpo -c -o src/control/lam_conv-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lam_conv-errhandling.Tpo src/control/$(DEPDIR)/lam_conv-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/lam_conv-errhandling.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lam_conv-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+
+src/convErr/lam_conv-gc_errhandling.o: src/convErr/gc_errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_errhandling.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Tpo -c -o src/convErr/lam_conv-gc_errhandling.o `test -f 'src/convErr/gc_errhandling.cpp' || echo '$(srcdir)/'`src/convErr/gc_errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_errhandling.cpp' object='src/convErr/lam_conv-gc_errhandling.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_errhandling.o `test -f 'src/convErr/gc_errhandling.cpp' || echo '$(srcdir)/'`src/convErr/gc_errhandling.cpp
+
+src/convErr/lam_conv-gc_errhandling.obj: src/convErr/gc_errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_errhandling.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Tpo -c -o src/convErr/lam_conv-gc_errhandling.obj `if test -f 'src/convErr/gc_errhandling.cpp'; then $(CYGPATH_W) 'src/convErr/gc_errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_errhandling.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_errhandling.cpp' object='src/convErr/lam_conv-gc_errhandling.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_errhandling.obj `if test -f 'src/convErr/gc_errhandling.cpp'; then $(CYGPATH_W) 'src/convErr/gc_errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_errhandling.cpp'; fi`
+
+src/convErr/lam_conv-gc_cmdfile_err.o: src/convErr/gc_cmdfile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_cmdfile_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Tpo -c -o src/convErr/lam_conv-gc_cmdfile_err.o `test -f 'src/convErr/gc_cmdfile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_cmdfile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_cmdfile_err.cpp' object='src/convErr/lam_conv-gc_cmdfile_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_cmdfile_err.o `test -f 'src/convErr/gc_cmdfile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_cmdfile_err.cpp
+
+src/convErr/lam_conv-gc_cmdfile_err.obj: src/convErr/gc_cmdfile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_cmdfile_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Tpo -c -o src/convErr/lam_conv-gc_cmdfile_err.obj `if test -f 'src/convErr/gc_cmdfile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_cmdfile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_cmdfile_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_cmdfile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_cmdfile_err.cpp' object='src/convErr/lam_conv-gc_cmdfile_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_cmdfile_err.obj `if test -f 'src/convErr/gc_cmdfile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_cmdfile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_cmdfile_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_data_missing_err.o: src/convErr/gc_data_missing_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_data_missing_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Tpo -c -o src/convErr/lam_conv-gc_data_missing_err.o `test -f 'src/convErr/gc_data_missing_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_data_missing_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_data_missing_err.cpp' object='src/convErr/lam_conv-gc_data_missing_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_data_missing_err.o `test -f 'src/convErr/gc_data_missing_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_data_missing_err.cpp
+
+src/convErr/lam_conv-gc_data_missing_err.obj: src/convErr/gc_data_missing_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_data_missing_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Tpo -c -o src/convErr/lam_conv-gc_data_missing_err.obj `if test -f 'src/convErr/gc_data_missing_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_data_missing_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_data_missing_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_data_missing_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_data_missing_err.cpp' object='src/convErr/lam_conv-gc_data_missing_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_data_missing_err.obj `if test -f 'src/convErr/gc_data_missing_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_data_missing_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_data_missing_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_individual_err.o: src/convErr/gc_individual_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_individual_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Tpo -c -o src/convErr/lam_conv-gc_individual_err.o `test -f 'src/convErr/gc_individual_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_individual_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_individual_err.cpp' object='src/convErr/lam_conv-gc_individual_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_individual_err.o `test -f 'src/convErr/gc_individual_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_individual_err.cpp
+
+src/convErr/lam_conv-gc_individual_err.obj: src/convErr/gc_individual_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_individual_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Tpo -c -o src/convErr/lam_conv-gc_individual_err.obj `if test -f 'src/convErr/gc_individual_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_individual_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_individual_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_individual_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_individual_err.cpp' object='src/convErr/lam_conv-gc_individual_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_individual_err.obj `if test -f 'src/convErr/gc_individual_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_individual_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_individual_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_infile_err.o: src/convErr/gc_infile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_infile_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Tpo -c -o src/convErr/lam_conv-gc_infile_err.o `test -f 'src/convErr/gc_infile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_infile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_infile_err.cpp' object='src/convErr/lam_conv-gc_infile_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_infile_err.o `test -f 'src/convErr/gc_infile_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_infile_err.cpp
+
+src/convErr/lam_conv-gc_infile_err.obj: src/convErr/gc_infile_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_infile_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Tpo -c -o src/convErr/lam_conv-gc_infile_err.obj `if test -f 'src/convErr/gc_infile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_infile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_infile_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_infile_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_infile_err.cpp' object='src/convErr/lam_conv-gc_infile_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_infile_err.obj `if test -f 'src/convErr/gc_infile_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_infile_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_infile_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_locus_err.o: src/convErr/gc_locus_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_locus_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Tpo -c -o src/convErr/lam_conv-gc_locus_err.o `test -f 'src/convErr/gc_locus_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_locus_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_locus_err.cpp' object='src/convErr/lam_conv-gc_locus_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_locus_err.o `test -f 'src/convErr/gc_locus_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_locus_err.cpp
+
+src/convErr/lam_conv-gc_locus_err.obj: src/convErr/gc_locus_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_locus_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Tpo -c -o src/convErr/lam_conv-gc_locus_err.obj `if test -f 'src/convErr/gc_locus_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_locus_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_locus_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_locus_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_locus_err.cpp' object='src/convErr/lam_conv-gc_locus_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_locus_err.obj `if test -f 'src/convErr/gc_locus_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_locus_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_locus_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_map_err.o: src/convErr/gc_map_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_map_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Tpo -c -o src/convErr/lam_conv-gc_map_err.o `test -f 'src/convErr/gc_map_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_map_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_map_err.cpp' object='src/convErr/lam_conv-gc_map_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_map_err.o `test -f 'src/convErr/gc_map_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_map_err.cpp
+
+src/convErr/lam_conv-gc_map_err.obj: src/convErr/gc_map_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_map_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Tpo -c -o src/convErr/lam_conv-gc_map_err.obj `if test -f 'src/convErr/gc_map_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_map_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_map_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_map_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_map_err.cpp' object='src/convErr/lam_conv-gc_map_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_map_err.obj `if test -f 'src/convErr/gc_map_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_map_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_map_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_phase_err.o: src/convErr/gc_phase_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_phase_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Tpo -c -o src/convErr/lam_conv-gc_phase_err.o `test -f 'src/convErr/gc_phase_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_phase_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_phase_err.cpp' object='src/convErr/lam_conv-gc_phase_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_phase_err.o `test -f 'src/convErr/gc_phase_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_phase_err.cpp
+
+src/convErr/lam_conv-gc_phase_err.obj: src/convErr/gc_phase_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_phase_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Tpo -c -o src/convErr/lam_conv-gc_phase_err.obj `if test -f 'src/convErr/gc_phase_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_phase_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_phase_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_phase_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_phase_err.cpp' object='src/convErr/lam_conv-gc_phase_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_phase_err.obj `if test -f 'src/convErr/gc_phase_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_phase_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_phase_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_structures_err.o: src/convErr/gc_structures_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_structures_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Tpo -c -o src/convErr/lam_conv-gc_structures_err.o `test -f 'src/convErr/gc_structures_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_structures_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_structures_err.cpp' object='src/convErr/lam_conv-gc_structures_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_structures_err.o `test -f 'src/convErr/gc_structures_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_structures_err.cpp
+
+src/convErr/lam_conv-gc_structures_err.obj: src/convErr/gc_structures_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_structures_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Tpo -c -o src/convErr/lam_conv-gc_structures_err.obj `if test -f 'src/convErr/gc_structures_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_structures_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_structures_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_structures_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_structures_err.cpp' object='src/convErr/lam_conv-gc_structures_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_structures_err.obj `if test -f 'src/convErr/gc_structures_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_structures_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_structures_err.cpp'; fi`
+
+src/convErr/lam_conv-gc_trait_err.o: src/convErr/gc_trait_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_trait_err.o -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Tpo -c -o src/convErr/lam_conv-gc_trait_err.o `test -f 'src/convErr/gc_trait_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_trait_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_trait_err.cpp' object='src/convErr/lam_conv-gc_trait_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_trait_err.o `test -f 'src/convErr/gc_trait_err.cpp' || echo '$(srcdir)/'`src/convErr/gc_trait_err.cpp
+
+src/convErr/lam_conv-gc_trait_err.obj: src/convErr/gc_trait_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convErr/lam_conv-gc_trait_err.obj -MD -MP -MF src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Tpo -c -o src/convErr/lam_conv-gc_trait_err.obj `if test -f 'src/convErr/gc_trait_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_trait_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_trait_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Tpo src/convErr/$(DEPDIR)/lam_conv-gc_trait_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convErr/gc_trait_err.cpp' object='src/convErr/lam_conv-gc_trait_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convErr/lam_conv-gc_trait_err.obj `if test -f 'src/convErr/gc_trait_err.cpp'; then $(CYGPATH_W) 'src/convErr/gc_trait_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convErr/gc_trait_err.cpp'; fi`
+
+src/guiconv/lam_conv-gc_cmdline.o: src/guiconv/gc_cmdline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_cmdline.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Tpo -c -o src/guiconv/lam_conv-gc_cmdline.o `test -f 'src/guiconv/gc_cmdline.cpp' || echo '$(srcdir)/'`src/guiconv/gc_cmdline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_cmdline.cpp' object='src/guiconv/lam_conv-gc_cmdline.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_cmdline.o `test -f 'src/guiconv/gc_cmdline.cpp' || echo '$(srcdir)/'`src/guiconv/gc_cmdline.cpp
+
+src/guiconv/lam_conv-gc_cmdline.obj: src/guiconv/gc_cmdline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_cmdline.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Tpo -c -o src/guiconv/lam_conv-gc_cmdline.obj `if test -f 'src/guiconv/gc_cmdline.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_cmdline.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_cmdline.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_cmdline.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_cmdline.cpp' object='src/guiconv/lam_conv-gc_cmdline.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_cmdline.obj `if test -f 'src/guiconv/gc_cmdline.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_cmdline.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_cmdline.cpp'; fi`
+
+src/guiconv/lam_conv-gc_data.o: src/guiconv/gc_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_data.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_data.Tpo -c -o src/guiconv/lam_conv-gc_data.o `test -f 'src/guiconv/gc_data.cpp' || echo '$(srcdir)/'`src/guiconv/gc_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_data.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_data.cpp' object='src/guiconv/lam_conv-gc_data.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_data.o `test -f 'src/guiconv/gc_data.cpp' || echo '$(srcdir)/'`src/guiconv/gc_data.cpp
+
+src/guiconv/lam_conv-gc_data.obj: src/guiconv/gc_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_data.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_data.Tpo -c -o src/guiconv/lam_conv-gc_data.obj `if test -f 'src/guiconv/gc_data.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_data.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_data.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_data.cpp' object='src/guiconv/lam_conv-gc_data.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_data.obj `if test -f 'src/guiconv/gc_data.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_data.cpp'; fi`
+
+src/convModel/lam_conv-gc_dictionary.o: src/convModel/gc_dictionary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_dictionary.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Tpo -c -o src/convModel/lam_conv-gc_dictionary.o `test -f 'src/convModel/gc_dictionary.cpp' || echo '$(srcdir)/'`src/convModel/gc_dictionary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_dictionary.cpp' object='src/convModel/lam_conv-gc_dictionary.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_dictionary.o `test -f 'src/convModel/gc_dictionary.cpp' || echo '$(srcdir)/'`src/convModel/gc_dictionary.cpp
+
+src/convModel/lam_conv-gc_dictionary.obj: src/convModel/gc_dictionary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_dictionary.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Tpo -c -o src/convModel/lam_conv-gc_dictionary.obj `if test -f 'src/convModel/gc_dictionary.cpp'; then $(CYGPATH_W) 'src/convModel/gc_dictionary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_dictionary.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_dictionary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_dictionary.cpp' object='src/convModel/lam_conv-gc_dictionary.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_dictionary.obj `if test -f 'src/convModel/gc_dictionary.cpp'; then $(CYGPATH_W) 'src/convModel/gc_dictionary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_dictionary.cpp'; fi`
+
+src/ui_interface/lam_conv-front_end_warnings.o: src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-front_end_warnings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Tpo -c -o src/ui_interface/lam_conv-front_end_warnings.o `test -f 'src/ui_interface/front_end_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Tpo src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/front_end_warnings.cpp' object='src/ui_interface/lam_conv-front_end_warnings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-front_end_warnings.o `test -f 'src/ui_interface/front_end_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/front_end_warnings.cpp
+
+src/ui_interface/lam_conv-front_end_warnings.obj: src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-front_end_warnings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Tpo -c -o src/ui_interface/lam_conv-front_end_warnings.obj `if test -f 'src/ui_interface/front_end_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/front_end_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/front_end_w [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Tpo src/ui_interface/$(DEPDIR)/lam_conv-front_end_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/front_end_warnings.cpp' object='src/ui_interface/lam_conv-front_end_warnings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-front_end_warnings.obj `if test -f 'src/ui_interface/front_end_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/front_end_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/front_end_warnings.cpp'; fi`
+
+src/convModel/lam_conv-cmdfileschema.o: src/convModel/cmdfileschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-cmdfileschema.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Tpo -c -o src/convModel/lam_conv-cmdfileschema.o `test -f 'src/convModel/cmdfileschema.cpp' || echo '$(srcdir)/'`src/convModel/cmdfileschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Tpo src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/cmdfileschema.cpp' object='src/convModel/lam_conv-cmdfileschema.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-cmdfileschema.o `test -f 'src/convModel/cmdfileschema.cpp' || echo '$(srcdir)/'`src/convModel/cmdfileschema.cpp
+
+src/convModel/lam_conv-cmdfileschema.obj: src/convModel/cmdfileschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-cmdfileschema.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Tpo -c -o src/convModel/lam_conv-cmdfileschema.obj `if test -f 'src/convModel/cmdfileschema.cpp'; then $(CYGPATH_W) 'src/convModel/cmdfileschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/cmdfileschema.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Tpo src/convModel/$(DEPDIR)/lam_conv-cmdfileschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/cmdfileschema.cpp' object='src/convModel/lam_conv-cmdfileschema.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-cmdfileschema.obj `if test -f 'src/convModel/cmdfileschema.cpp'; then $(CYGPATH_W) 'src/convModel/cmdfileschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/cmdfileschema.cpp'; fi`
+
+src/convModel/lam_conv-gc_datastore.o: src/convModel/gc_datastore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Tpo -c -o src/convModel/lam_conv-gc_datastore.o `test -f 'src/convModel/gc_datastore.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore.cpp' object='src/convModel/lam_conv-gc_datastore.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore.o `test -f 'src/convModel/gc_datastore.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore.cpp
+
+src/convModel/lam_conv-gc_datastore.obj: src/convModel/gc_datastore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Tpo -c -o src/convModel/lam_conv-gc_datastore.obj `if test -f 'src/convModel/gc_datastore.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore.cpp' object='src/convModel/lam_conv-gc_datastore.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore.obj `if test -f 'src/convModel/gc_datastore.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore.cpp'; fi`
+
+src/convModel/lam_conv-gc_datastore_export.o: src/convModel/gc_datastore_export.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_export.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Tpo -c -o src/convModel/lam_conv-gc_datastore_export.o `test -f 'src/convModel/gc_datastore_export.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_export.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_export.cpp' object='src/convModel/lam_conv-gc_datastore_export.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_export.o `test -f 'src/convModel/gc_datastore_export.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_export.cpp
+
+src/convModel/lam_conv-gc_datastore_export.obj: src/convModel/gc_datastore_export.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_export.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Tpo -c -o src/convModel/lam_conv-gc_datastore_export.obj `if test -f 'src/convModel/gc_datastore_export.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_export.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_export.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_export.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_export.cpp' object='src/convModel/lam_conv-gc_datastore_export.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_export.obj `if test -f 'src/convModel/gc_datastore_export.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_export.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_export.cpp'; fi`
+
+src/convModel/lam_conv-gc_datastore_files.o: src/convModel/gc_datastore_files.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_files.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Tpo -c -o src/convModel/lam_conv-gc_datastore_files.o `test -f 'src/convModel/gc_datastore_files.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_files.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_files.cpp' object='src/convModel/lam_conv-gc_datastore_files.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_files.o `test -f 'src/convModel/gc_datastore_files.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_files.cpp
+
+src/convModel/lam_conv-gc_datastore_files.obj: src/convModel/gc_datastore_files.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_files.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Tpo -c -o src/convModel/lam_conv-gc_datastore_files.obj `if test -f 'src/convModel/gc_datastore_files.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_files.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_files.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_files.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_files.cpp' object='src/convModel/lam_conv-gc_datastore_files.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_files.obj `if test -f 'src/convModel/gc_datastore_files.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_files.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_files.cpp'; fi`
+
+src/convModel/lam_conv-gc_datastore_readcmd.o: src/convModel/gc_datastore_readcmd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_readcmd.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Tpo -c -o src/convModel/lam_conv-gc_datastore_readcmd.o `test -f 'src/convModel/gc_datastore_readcmd.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_readcmd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_readcmd.cpp' object='src/convModel/lam_conv-gc_datastore_readcmd.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_readcmd.o `test -f 'src/convModel/gc_datastore_readcmd.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_readcmd.cpp
+
+src/convModel/lam_conv-gc_datastore_readcmd.obj: src/convModel/gc_datastore_readcmd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_readcmd.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Tpo -c -o src/convModel/lam_conv-gc_datastore_readcmd.obj `if test -f 'src/convModel/gc_datastore_readcmd.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_readcmd.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_readcm [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_readcmd.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_readcmd.cpp' object='src/convModel/lam_conv-gc_datastore_readcmd.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_readcmd.obj `if test -f 'src/convModel/gc_datastore_readcmd.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_readcmd.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_readcmd.cpp'; fi`
+
+src/convModel/lam_conv-gc_datastore_writebatch.o: src/convModel/gc_datastore_writebatch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_writebatch.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Tpo -c -o src/convModel/lam_conv-gc_datastore_writebatch.o `test -f 'src/convModel/gc_datastore_writebatch.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_writebatch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_writebatch.cpp' object='src/convModel/lam_conv-gc_datastore_writebatch.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_writebatch.o `test -f 'src/convModel/gc_datastore_writebatch.cpp' || echo '$(srcdir)/'`src/convModel/gc_datastore_writebatch.cpp
+
+src/convModel/lam_conv-gc_datastore_writebatch.obj: src/convModel/gc_datastore_writebatch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_datastore_writebatch.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Tpo -c -o src/convModel/lam_conv-gc_datastore_writebatch.obj `if test -f 'src/convModel/gc_datastore_writebatch.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_writebatch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_d [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_datastore_writebatch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_datastore_writebatch.cpp' object='src/convModel/lam_conv-gc_datastore_writebatch.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_datastore_writebatch.obj `if test -f 'src/convModel/gc_datastore_writebatch.cpp'; then $(CYGPATH_W) 'src/convModel/gc_datastore_writebatch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_datastore_writebatch.cpp'; fi`
+
+src/convModel/lam_conv-gc_default.o: src/convModel/gc_default.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_default.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_default.Tpo -c -o src/convModel/lam_conv-gc_default.o `test -f 'src/convModel/gc_default.cpp' || echo '$(srcdir)/'`src/convModel/gc_default.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_default.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_default.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_default.cpp' object='src/convModel/lam_conv-gc_default.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_default.o `test -f 'src/convModel/gc_default.cpp' || echo '$(srcdir)/'`src/convModel/gc_default.cpp
+
+src/convModel/lam_conv-gc_default.obj: src/convModel/gc_default.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_default.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_default.Tpo -c -o src/convModel/lam_conv-gc_default.obj `if test -f 'src/convModel/gc_default.cpp'; then $(CYGPATH_W) 'src/convModel/gc_default.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_default.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_default.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_default.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_default.cpp' object='src/convModel/lam_conv-gc_default.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_default.obj `if test -f 'src/convModel/gc_default.cpp'; then $(CYGPATH_W) 'src/convModel/gc_default.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_default.cpp'; fi`
+
+src/convModel/lam_conv-gc_exportable.o: src/convModel/gc_exportable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_exportable.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Tpo -c -o src/convModel/lam_conv-gc_exportable.o `test -f 'src/convModel/gc_exportable.cpp' || echo '$(srcdir)/'`src/convModel/gc_exportable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_exportable.cpp' object='src/convModel/lam_conv-gc_exportable.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_exportable.o `test -f 'src/convModel/gc_exportable.cpp' || echo '$(srcdir)/'`src/convModel/gc_exportable.cpp
+
+src/convModel/lam_conv-gc_exportable.obj: src/convModel/gc_exportable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_exportable.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Tpo -c -o src/convModel/lam_conv-gc_exportable.obj `if test -f 'src/convModel/gc_exportable.cpp'; then $(CYGPATH_W) 'src/convModel/gc_exportable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_exportable.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_exportable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_exportable.cpp' object='src/convModel/lam_conv-gc_exportable.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_exportable.obj `if test -f 'src/convModel/gc_exportable.cpp'; then $(CYGPATH_W) 'src/convModel/gc_exportable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_exportable.cpp'; fi`
+
+src/convModel/lam_conv-gc_file.o: src/convModel/gc_file.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_file.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_file.Tpo -c -o src/convModel/lam_conv-gc_file.o `test -f 'src/convModel/gc_file.cpp' || echo '$(srcdir)/'`src/convModel/gc_file.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_file.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file.cpp' object='src/convModel/lam_conv-gc_file.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_file.o `test -f 'src/convModel/gc_file.cpp' || echo '$(srcdir)/'`src/convModel/gc_file.cpp
+
+src/convModel/lam_conv-gc_file.obj: src/convModel/gc_file.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_file.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_file.Tpo -c -o src/convModel/lam_conv-gc_file.obj `if test -f 'src/convModel/gc_file.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_file.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file.cpp' object='src/convModel/lam_conv-gc_file.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_file.obj `if test -f 'src/convModel/gc_file.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file.cpp'; fi`
+
+src/convModel/lam_conv-gc_file_info.o: src/convModel/gc_file_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_file_info.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Tpo -c -o src/convModel/lam_conv-gc_file_info.o `test -f 'src/convModel/gc_file_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_file_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file_info.cpp' object='src/convModel/lam_conv-gc_file_info.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_file_info.o `test -f 'src/convModel/gc_file_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_file_info.cpp
+
+src/convModel/lam_conv-gc_file_info.obj: src/convModel/gc_file_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_file_info.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Tpo -c -o src/convModel/lam_conv-gc_file_info.obj `if test -f 'src/convModel/gc_file_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file_info.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_file_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_file_info.cpp' object='src/convModel/lam_conv-gc_file_info.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_file_info.obj `if test -f 'src/convModel/gc_file_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_file_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_file_info.cpp'; fi`
+
+src/convModel/lam_conv-gc_migration.o: src/convModel/gc_migration.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_migration.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_migration.Tpo -c -o src/convModel/lam_conv-gc_migration.o `test -f 'src/convModel/gc_migration.cpp' || echo '$(srcdir)/'`src/convModel/gc_migration.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_migration.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_migration.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_migration.cpp' object='src/convModel/lam_conv-gc_migration.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_migration.o `test -f 'src/convModel/gc_migration.cpp' || echo '$(srcdir)/'`src/convModel/gc_migration.cpp
+
+src/convModel/lam_conv-gc_migration.obj: src/convModel/gc_migration.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_migration.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_migration.Tpo -c -o src/convModel/lam_conv-gc_migration.obj `if test -f 'src/convModel/gc_migration.cpp'; then $(CYGPATH_W) 'src/convModel/gc_migration.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_migration.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_migration.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_migration.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_migration.cpp' object='src/convModel/lam_conv-gc_migration.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_migration.obj `if test -f 'src/convModel/gc_migration.cpp'; then $(CYGPATH_W) 'src/convModel/gc_migration.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_migration.cpp'; fi`
+
+src/convModel/lam_conv-gc_panel.o: src/convModel/gc_panel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_panel.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_panel.Tpo -c -o src/convModel/lam_conv-gc_panel.o `test -f 'src/convModel/gc_panel.cpp' || echo '$(srcdir)/'`src/convModel/gc_panel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_panel.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_panel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_panel.cpp' object='src/convModel/lam_conv-gc_panel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_panel.o `test -f 'src/convModel/gc_panel.cpp' || echo '$(srcdir)/'`src/convModel/gc_panel.cpp
+
+src/convModel/lam_conv-gc_panel.obj: src/convModel/gc_panel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_panel.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_panel.Tpo -c -o src/convModel/lam_conv-gc_panel.obj `if test -f 'src/convModel/gc_panel.cpp'; then $(CYGPATH_W) 'src/convModel/gc_panel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_panel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_panel.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_panel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_panel.cpp' object='src/convModel/lam_conv-gc_panel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_panel.obj `if test -f 'src/convModel/gc_panel.cpp'; then $(CYGPATH_W) 'src/convModel/gc_panel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_panel.cpp'; fi`
+
+src/convModel/lam_conv-gc_parent.o: src/convModel/gc_parent.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_parent.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_parent.Tpo -c -o src/convModel/lam_conv-gc_parent.o `test -f 'src/convModel/gc_parent.cpp' || echo '$(srcdir)/'`src/convModel/gc_parent.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_parent.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_parent.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_parent.cpp' object='src/convModel/lam_conv-gc_parent.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_parent.o `test -f 'src/convModel/gc_parent.cpp' || echo '$(srcdir)/'`src/convModel/gc_parent.cpp
+
+src/convModel/lam_conv-gc_parent.obj: src/convModel/gc_parent.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_parent.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_parent.Tpo -c -o src/convModel/lam_conv-gc_parent.obj `if test -f 'src/convModel/gc_parent.cpp'; then $(CYGPATH_W) 'src/convModel/gc_parent.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_parent.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_parent.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_parent.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_parent.cpp' object='src/convModel/lam_conv-gc_parent.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_parent.obj `if test -f 'src/convModel/gc_parent.cpp'; then $(CYGPATH_W) 'src/convModel/gc_parent.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_parent.cpp'; fi`
+
+src/convModel/lam_conv-gc_phase.o: src/convModel/gc_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_phase.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_phase.Tpo -c -o src/convModel/lam_conv-gc_phase.o `test -f 'src/convModel/gc_phase.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_phase.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase.cpp' object='src/convModel/lam_conv-gc_phase.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_phase.o `test -f 'src/convModel/gc_phase.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase.cpp
+
+src/convModel/lam_conv-gc_phase.obj: src/convModel/gc_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_phase.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_phase.Tpo -c -o src/convModel/lam_conv-gc_phase.obj `if test -f 'src/convModel/gc_phase.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_phase.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase.cpp' object='src/convModel/lam_conv-gc_phase.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_phase.obj `if test -f 'src/convModel/gc_phase.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase.cpp'; fi`
+
+src/convModel/lam_conv-gc_phase_info.o: src/convModel/gc_phase_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_phase_info.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Tpo -c -o src/convModel/lam_conv-gc_phase_info.o `test -f 'src/convModel/gc_phase_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase_info.cpp' object='src/convModel/lam_conv-gc_phase_info.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_phase_info.o `test -f 'src/convModel/gc_phase_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_phase_info.cpp
+
+src/convModel/lam_conv-gc_phase_info.obj: src/convModel/gc_phase_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_phase_info.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Tpo -c -o src/convModel/lam_conv-gc_phase_info.obj `if test -f 'src/convModel/gc_phase_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase_info.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_phase_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phase_info.cpp' object='src/convModel/lam_conv-gc_phase_info.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_phase_info.obj `if test -f 'src/convModel/gc_phase_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phase_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phase_info.cpp'; fi`
+
+src/convModel/lam_conv-gc_phenotype.o: src/convModel/gc_phenotype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_phenotype.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Tpo -c -o src/convModel/lam_conv-gc_phenotype.o `test -f 'src/convModel/gc_phenotype.cpp' || echo '$(srcdir)/'`src/convModel/gc_phenotype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phenotype.cpp' object='src/convModel/lam_conv-gc_phenotype.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_phenotype.o `test -f 'src/convModel/gc_phenotype.cpp' || echo '$(srcdir)/'`src/convModel/gc_phenotype.cpp
+
+src/convModel/lam_conv-gc_phenotype.obj: src/convModel/gc_phenotype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_phenotype.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Tpo -c -o src/convModel/lam_conv-gc_phenotype.obj `if test -f 'src/convModel/gc_phenotype.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phenotype.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phenotype.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_phenotype.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_phenotype.cpp' object='src/convModel/lam_conv-gc_phenotype.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_phenotype.obj `if test -f 'src/convModel/gc_phenotype.cpp'; then $(CYGPATH_W) 'src/convModel/gc_phenotype.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_phenotype.cpp'; fi`
+
+src/convModel/lam_conv-gc_set_util.o: src/convModel/gc_set_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_set_util.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Tpo -c -o src/convModel/lam_conv-gc_set_util.o `test -f 'src/convModel/gc_set_util.cpp' || echo '$(srcdir)/'`src/convModel/gc_set_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_set_util.cpp' object='src/convModel/lam_conv-gc_set_util.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_set_util.o `test -f 'src/convModel/gc_set_util.cpp' || echo '$(srcdir)/'`src/convModel/gc_set_util.cpp
+
+src/convModel/lam_conv-gc_set_util.obj: src/convModel/gc_set_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_set_util.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Tpo -c -o src/convModel/lam_conv-gc_set_util.obj `if test -f 'src/convModel/gc_set_util.cpp'; then $(CYGPATH_W) 'src/convModel/gc_set_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_set_util.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_set_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_set_util.cpp' object='src/convModel/lam_conv-gc_set_util.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_set_util.obj `if test -f 'src/convModel/gc_set_util.cpp'; then $(CYGPATH_W) 'src/convModel/gc_set_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_set_util.cpp'; fi`
+
+src/convModel/lam_conv-gc_structure_maps.o: src/convModel/gc_structure_maps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_structure_maps.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Tpo -c -o src/convModel/lam_conv-gc_structure_maps.o `test -f 'src/convModel/gc_structure_maps.cpp' || echo '$(srcdir)/'`src/convModel/gc_structure_maps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structure_maps.cpp' object='src/convModel/lam_conv-gc_structure_maps.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_structure_maps.o `test -f 'src/convModel/gc_structure_maps.cpp' || echo '$(srcdir)/'`src/convModel/gc_structure_maps.cpp
+
+src/convModel/lam_conv-gc_structure_maps.obj: src/convModel/gc_structure_maps.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_structure_maps.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Tpo -c -o src/convModel/lam_conv-gc_structure_maps.obj `if test -f 'src/convModel/gc_structure_maps.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structure_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structure_maps.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_structure_maps.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structure_maps.cpp' object='src/convModel/lam_conv-gc_structure_maps.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_structure_maps.obj `if test -f 'src/convModel/gc_structure_maps.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structure_maps.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structure_maps.cpp'; fi`
+
+src/convModel/lam_conv-gc_structures.o: src/convModel/gc_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_structures.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_structures.Tpo -c -o src/convModel/lam_conv-gc_structures.o `test -f 'src/convModel/gc_structures.cpp' || echo '$(srcdir)/'`src/convModel/gc_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_structures.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structures.cpp' object='src/convModel/lam_conv-gc_structures.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_structures.o `test -f 'src/convModel/gc_structures.cpp' || echo '$(srcdir)/'`src/convModel/gc_structures.cpp
+
+src/convModel/lam_conv-gc_structures.obj: src/convModel/gc_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_structures.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_structures.Tpo -c -o src/convModel/lam_conv-gc_structures.obj `if test -f 'src/convModel/gc_structures.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structures.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_structures.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_structures.cpp' object='src/convModel/lam_conv-gc_structures.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_structures.obj `if test -f 'src/convModel/gc_structures.cpp'; then $(CYGPATH_W) 'src/convModel/gc_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_structures.cpp'; fi`
+
+src/convModel/lam_conv-gc_trait.o: src/convModel/gc_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_trait.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_trait.Tpo -c -o src/convModel/lam_conv-gc_trait.o `test -f 'src/convModel/gc_trait.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_trait.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait.cpp' object='src/convModel/lam_conv-gc_trait.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_trait.o `test -f 'src/convModel/gc_trait.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait.cpp
+
+src/convModel/lam_conv-gc_trait.obj: src/convModel/gc_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_trait.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_trait.Tpo -c -o src/convModel/lam_conv-gc_trait.obj `if test -f 'src/convModel/gc_trait.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_trait.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait.cpp' object='src/convModel/lam_conv-gc_trait.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_trait.obj `if test -f 'src/convModel/gc_trait.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait.cpp'; fi`
+
+src/convModel/lam_conv-gc_trait_allele.o: src/convModel/gc_trait_allele.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_trait_allele.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Tpo -c -o src/convModel/lam_conv-gc_trait_allele.o `test -f 'src/convModel/gc_trait_allele.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait_allele.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait_allele.cpp' object='src/convModel/lam_conv-gc_trait_allele.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_trait_allele.o `test -f 'src/convModel/gc_trait_allele.cpp' || echo '$(srcdir)/'`src/convModel/gc_trait_allele.cpp
+
+src/convModel/lam_conv-gc_trait_allele.obj: src/convModel/gc_trait_allele.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_trait_allele.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Tpo -c -o src/convModel/lam_conv-gc_trait_allele.obj `if test -f 'src/convModel/gc_trait_allele.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait_allele.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait_allele.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_trait_allele.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_trait_allele.cpp' object='src/convModel/lam_conv-gc_trait_allele.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_trait_allele.obj `if test -f 'src/convModel/gc_trait_allele.cpp'; then $(CYGPATH_W) 'src/convModel/gc_trait_allele.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_trait_allele.cpp'; fi`
+
+src/convModel/lam_conv-gc_types.o: src/convModel/gc_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_types.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_types.Tpo -c -o src/convModel/lam_conv-gc_types.o `test -f 'src/convModel/gc_types.cpp' || echo '$(srcdir)/'`src/convModel/gc_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_types.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_types.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_types.cpp' object='src/convModel/lam_conv-gc_types.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_types.o `test -f 'src/convModel/gc_types.cpp' || echo '$(srcdir)/'`src/convModel/gc_types.cpp
+
+src/convModel/lam_conv-gc_types.obj: src/convModel/gc_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_types.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_types.Tpo -c -o src/convModel/lam_conv-gc_types.obj `if test -f 'src/convModel/gc_types.cpp'; then $(CYGPATH_W) 'src/convModel/gc_types.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_types.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_types.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_types.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_types.cpp' object='src/convModel/lam_conv-gc_types.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_types.obj `if test -f 'src/convModel/gc_types.cpp'; then $(CYGPATH_W) 'src/convModel/gc_types.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_types.cpp'; fi`
+
+src/guiconv/lam_conv-gc_quantum.o: src/guiconv/gc_quantum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_quantum.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Tpo -c -o src/guiconv/lam_conv-gc_quantum.o `test -f 'src/guiconv/gc_quantum.cpp' || echo '$(srcdir)/'`src/guiconv/gc_quantum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_quantum.cpp' object='src/guiconv/lam_conv-gc_quantum.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_quantum.o `test -f 'src/guiconv/gc_quantum.cpp' || echo '$(srcdir)/'`src/guiconv/gc_quantum.cpp
+
+src/guiconv/lam_conv-gc_quantum.obj: src/guiconv/gc_quantum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_quantum.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Tpo -c -o src/guiconv/lam_conv-gc_quantum.obj `if test -f 'src/guiconv/gc_quantum.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_quantum.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_quantum.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_quantum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_quantum.cpp' object='src/guiconv/lam_conv-gc_quantum.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_quantum.obj `if test -f 'src/guiconv/gc_quantum.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_quantum.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_quantum.cpp'; fi`
+
+src/convParse/lam_conv-gc_genotype_resolution.o: src/convParse/gc_genotype_resolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_genotype_resolution.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Tpo -c -o src/convParse/lam_conv-gc_genotype_resolution.o `test -f 'src/convParse/gc_genotype_resolution.cpp' || echo '$(srcdir)/'`src/convParse/gc_genotype_resolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_genotype_resolution.cpp' object='src/convParse/lam_conv-gc_genotype_resolution.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_genotype_resolution.o `test -f 'src/convParse/gc_genotype_resolution.cpp' || echo '$(srcdir)/'`src/convParse/gc_genotype_resolution.cpp
+
+src/convParse/lam_conv-gc_genotype_resolution.obj: src/convParse/gc_genotype_resolution.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_genotype_resolution.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Tpo -c -o src/convParse/lam_conv-gc_genotype_resolution.obj `if test -f 'src/convParse/gc_genotype_resolution.cpp'; then $(CYGPATH_W) 'src/convParse/gc_genotype_resolution.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_genoty [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_genotype_resolution.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_genotype_resolution.cpp' object='src/convParse/lam_conv-gc_genotype_resolution.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_genotype_resolution.obj `if test -f 'src/convParse/gc_genotype_resolution.cpp'; then $(CYGPATH_W) 'src/convParse/gc_genotype_resolution.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_genotype_resolution.cpp'; fi`
+
+src/convModel/lam_conv-gc_creation_info.o: src/convModel/gc_creation_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_creation_info.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Tpo -c -o src/convModel/lam_conv-gc_creation_info.o `test -f 'src/convModel/gc_creation_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_creation_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_creation_info.cpp' object='src/convModel/lam_conv-gc_creation_info.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_creation_info.o `test -f 'src/convModel/gc_creation_info.cpp' || echo '$(srcdir)/'`src/convModel/gc_creation_info.cpp
+
+src/convModel/lam_conv-gc_creation_info.obj: src/convModel/gc_creation_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_creation_info.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Tpo -c -o src/convModel/lam_conv-gc_creation_info.obj `if test -f 'src/convModel/gc_creation_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_creation_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_creation_info.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_creation_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_creation_info.cpp' object='src/convModel/lam_conv-gc_creation_info.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_creation_info.obj `if test -f 'src/convModel/gc_creation_info.cpp'; then $(CYGPATH_W) 'src/convModel/gc_creation_info.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_creation_info.cpp'; fi`
+
+src/convModel/lam_conv-gc_individual.o: src/convModel/gc_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_individual.o -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_individual.Tpo -c -o src/convModel/lam_conv-gc_individual.o `test -f 'src/convModel/gc_individual.cpp' || echo '$(srcdir)/'`src/convModel/gc_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_individual.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_individual.cpp' object='src/convModel/lam_conv-gc_individual.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_individual.o `test -f 'src/convModel/gc_individual.cpp' || echo '$(srcdir)/'`src/convModel/gc_individual.cpp
+
+src/convModel/lam_conv-gc_individual.obj: src/convModel/gc_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convModel/lam_conv-gc_individual.obj -MD -MP -MF src/convModel/$(DEPDIR)/lam_conv-gc_individual.Tpo -c -o src/convModel/lam_conv-gc_individual.obj `if test -f 'src/convModel/gc_individual.cpp'; then $(CYGPATH_W) 'src/convModel/gc_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_individual.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convModel/$(DEPDIR)/lam_conv-gc_individual.Tpo src/convModel/$(DEPDIR)/lam_conv-gc_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convModel/gc_individual.cpp' object='src/convModel/lam_conv-gc_individual.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convModel/lam_conv-gc_individual.obj `if test -f 'src/convModel/gc_individual.cpp'; then $(CYGPATH_W) 'src/convModel/gc_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convModel/gc_individual.cpp'; fi`
+
+src/convParse/lam_conv-gc_loci_match.o: src/convParse/gc_loci_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_loci_match.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Tpo -c -o src/convParse/lam_conv-gc_loci_match.o `test -f 'src/convParse/gc_loci_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_loci_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_loci_match.cpp' object='src/convParse/lam_conv-gc_loci_match.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_loci_match.o `test -f 'src/convParse/gc_loci_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_loci_match.cpp
+
+src/convParse/lam_conv-gc_loci_match.obj: src/convParse/gc_loci_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_loci_match.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Tpo -c -o src/convParse/lam_conv-gc_loci_match.obj `if test -f 'src/convParse/gc_loci_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_loci_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_loci_match.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_loci_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_loci_match.cpp' object='src/convParse/lam_conv-gc_loci_match.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_loci_match.obj `if test -f 'src/convParse/gc_loci_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_loci_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_loci_match.cpp'; fi`
+
+src/convParse/lam_conv-gc_locus.o: src/convParse/gc_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_locus.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_locus.Tpo -c -o src/convParse/lam_conv-gc_locus.o `test -f 'src/convParse/gc_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_locus.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_locus.cpp' object='src/convParse/lam_conv-gc_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_locus.o `test -f 'src/convParse/gc_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_locus.cpp
+
+src/convParse/lam_conv-gc_locus.obj: src/convParse/gc_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_locus.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_locus.Tpo -c -o src/convParse/lam_conv-gc_locus.obj `if test -f 'src/convParse/gc_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_locus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_locus.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_locus.cpp' object='src/convParse/lam_conv-gc_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_locus.obj `if test -f 'src/convParse/gc_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_locus.cpp'; fi`
+
+src/convParse/lam_conv-gc_migrate.o: src/convParse/gc_migrate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_migrate.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Tpo -c -o src/convParse/lam_conv-gc_migrate.o `test -f 'src/convParse/gc_migrate.cpp' || echo '$(srcdir)/'`src/convParse/gc_migrate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_migrate.cpp' object='src/convParse/lam_conv-gc_migrate.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_migrate.o `test -f 'src/convParse/gc_migrate.cpp' || echo '$(srcdir)/'`src/convParse/gc_migrate.cpp
+
+src/convParse/lam_conv-gc_migrate.obj: src/convParse/gc_migrate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_migrate.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Tpo -c -o src/convParse/lam_conv-gc_migrate.obj `if test -f 'src/convParse/gc_migrate.cpp'; then $(CYGPATH_W) 'src/convParse/gc_migrate.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_migrate.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_migrate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_migrate.cpp' object='src/convParse/lam_conv-gc_migrate.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_migrate.obj `if test -f 'src/convParse/gc_migrate.cpp'; then $(CYGPATH_W) 'src/convParse/gc_migrate.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_migrate.cpp'; fi`
+
+src/convParse/lam_conv-gc_parse.o: src/convParse/gc_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse.Tpo -c -o src/convParse/lam_conv-gc_parse.o `test -f 'src/convParse/gc_parse.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse.cpp' object='src/convParse/lam_conv-gc_parse.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse.o `test -f 'src/convParse/gc_parse.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse.cpp
+
+src/convParse/lam_conv-gc_parse.obj: src/convParse/gc_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse.Tpo -c -o src/convParse/lam_conv-gc_parse.obj `if test -f 'src/convParse/gc_parse.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse.cpp' object='src/convParse/lam_conv-gc_parse.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse.obj `if test -f 'src/convParse/gc_parse.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse.cpp'; fi`
+
+src/convParse/lam_conv-gc_parse_block.o: src/convParse/gc_parse_block.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_block.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Tpo -c -o src/convParse/lam_conv-gc_parse_block.o `test -f 'src/convParse/gc_parse_block.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_block.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_block.cpp' object='src/convParse/lam_conv-gc_parse_block.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_block.o `test -f 'src/convParse/gc_parse_block.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_block.cpp
+
+src/convParse/lam_conv-gc_parse_block.obj: src/convParse/gc_parse_block.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_block.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Tpo -c -o src/convParse/lam_conv-gc_parse_block.obj `if test -f 'src/convParse/gc_parse_block.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_block.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_block.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_block.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_block.cpp' object='src/convParse/lam_conv-gc_parse_block.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_block.obj `if test -f 'src/convParse/gc_parse_block.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_block.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_block.cpp'; fi`
+
+src/convParse/lam_conv-gc_parse_locus.o: src/convParse/gc_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_locus.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Tpo -c -o src/convParse/lam_conv-gc_parse_locus.o `test -f 'src/convParse/gc_parse_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_locus.cpp' object='src/convParse/lam_conv-gc_parse_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_locus.o `test -f 'src/convParse/gc_parse_locus.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_locus.cpp
+
+src/convParse/lam_conv-gc_parse_locus.obj: src/convParse/gc_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_locus.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Tpo -c -o src/convParse/lam_conv-gc_parse_locus.obj `if test -f 'src/convParse/gc_parse_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_locus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_locus.cpp' object='src/convParse/lam_conv-gc_parse_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_locus.obj `if test -f 'src/convParse/gc_parse_locus.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_locus.cpp'; fi`
+
+src/convParse/lam_conv-gc_parse_pop.o: src/convParse/gc_parse_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_pop.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Tpo -c -o src/convParse/lam_conv-gc_parse_pop.o `test -f 'src/convParse/gc_parse_pop.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_pop.cpp' object='src/convParse/lam_conv-gc_parse_pop.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_pop.o `test -f 'src/convParse/gc_parse_pop.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_pop.cpp
+
+src/convParse/lam_conv-gc_parse_pop.obj: src/convParse/gc_parse_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_pop.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Tpo -c -o src/convParse/lam_conv-gc_parse_pop.obj `if test -f 'src/convParse/gc_parse_pop.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_pop.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_pop.cpp' object='src/convParse/lam_conv-gc_parse_pop.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_pop.obj `if test -f 'src/convParse/gc_parse_pop.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_pop.cpp'; fi`
+
+src/convParse/lam_conv-gc_parse_sample.o: src/convParse/gc_parse_sample.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_sample.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Tpo -c -o src/convParse/lam_conv-gc_parse_sample.o `test -f 'src/convParse/gc_parse_sample.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_sample.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_sample.cpp' object='src/convParse/lam_conv-gc_parse_sample.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_sample.o `test -f 'src/convParse/gc_parse_sample.cpp' || echo '$(srcdir)/'`src/convParse/gc_parse_sample.cpp
+
+src/convParse/lam_conv-gc_parse_sample.obj: src/convParse/gc_parse_sample.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parse_sample.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Tpo -c -o src/convParse/lam_conv-gc_parse_sample.obj `if test -f 'src/convParse/gc_parse_sample.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_sample.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_sample.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parse_sample.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parse_sample.cpp' object='src/convParse/lam_conv-gc_parse_sample.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parse_sample.obj `if test -f 'src/convParse/gc_parse_sample.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parse_sample.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parse_sample.cpp'; fi`
+
+src/convParse/lam_conv-gc_parser.o: src/convParse/gc_parser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parser.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parser.Tpo -c -o src/convParse/lam_conv-gc_parser.o `test -f 'src/convParse/gc_parser.cpp' || echo '$(srcdir)/'`src/convParse/gc_parser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parser.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parser.cpp' object='src/convParse/lam_conv-gc_parser.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parser.o `test -f 'src/convParse/gc_parser.cpp' || echo '$(srcdir)/'`src/convParse/gc_parser.cpp
+
+src/convParse/lam_conv-gc_parser.obj: src/convParse/gc_parser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_parser.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_parser.Tpo -c -o src/convParse/lam_conv-gc_parser.obj `if test -f 'src/convParse/gc_parser.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parser.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parser.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_parser.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_parser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_parser.cpp' object='src/convParse/lam_conv-gc_parser.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_parser.obj `if test -f 'src/convParse/gc_parser.cpp'; then $(CYGPATH_W) 'src/convParse/gc_parser.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_parser.cpp'; fi`
+
+src/convParse/lam_conv-gc_phylip.o: src/convParse/gc_phylip.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_phylip.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Tpo -c -o src/convParse/lam_conv-gc_phylip.o `test -f 'src/convParse/gc_phylip.cpp' || echo '$(srcdir)/'`src/convParse/gc_phylip.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_phylip.cpp' object='src/convParse/lam_conv-gc_phylip.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_phylip.o `test -f 'src/convParse/gc_phylip.cpp' || echo '$(srcdir)/'`src/convParse/gc_phylip.cpp
+
+src/convParse/lam_conv-gc_phylip.obj: src/convParse/gc_phylip.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_phylip.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Tpo -c -o src/convParse/lam_conv-gc_phylip.obj `if test -f 'src/convParse/gc_phylip.cpp'; then $(CYGPATH_W) 'src/convParse/gc_phylip.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_phylip.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_phylip.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_phylip.cpp' object='src/convParse/lam_conv-gc_phylip.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_phylip.obj `if test -f 'src/convParse/gc_phylip.cpp'; then $(CYGPATH_W) 'src/convParse/gc_phylip.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_phylip.cpp'; fi`
+
+src/convParse/lam_conv-gc_pop_match.o: src/convParse/gc_pop_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_pop_match.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Tpo -c -o src/convParse/lam_conv-gc_pop_match.o `test -f 'src/convParse/gc_pop_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_pop_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_pop_match.cpp' object='src/convParse/lam_conv-gc_pop_match.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_pop_match.o `test -f 'src/convParse/gc_pop_match.cpp' || echo '$(srcdir)/'`src/convParse/gc_pop_match.cpp
+
+src/convParse/lam_conv-gc_pop_match.obj: src/convParse/gc_pop_match.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_pop_match.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Tpo -c -o src/convParse/lam_conv-gc_pop_match.obj `if test -f 'src/convParse/gc_pop_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_pop_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_pop_match.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_pop_match.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_pop_match.cpp' object='src/convParse/lam_conv-gc_pop_match.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_pop_match.obj `if test -f 'src/convParse/gc_pop_match.cpp'; then $(CYGPATH_W) 'src/convParse/gc_pop_match.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_pop_match.cpp'; fi`
+
+src/convParse/lam_conv-gc_population.o: src/convParse/gc_population.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_population.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_population.Tpo -c -o src/convParse/lam_conv-gc_population.o `test -f 'src/convParse/gc_population.cpp' || echo '$(srcdir)/'`src/convParse/gc_population.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_population.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_population.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_population.cpp' object='src/convParse/lam_conv-gc_population.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_population.o `test -f 'src/convParse/gc_population.cpp' || echo '$(srcdir)/'`src/convParse/gc_population.cpp
+
+src/convParse/lam_conv-gc_population.obj: src/convParse/gc_population.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_population.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_population.Tpo -c -o src/convParse/lam_conv-gc_population.obj `if test -f 'src/convParse/gc_population.cpp'; then $(CYGPATH_W) 'src/convParse/gc_population.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_population.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_population.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_population.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_population.cpp' object='src/convParse/lam_conv-gc_population.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_population.obj `if test -f 'src/convParse/gc_population.cpp'; then $(CYGPATH_W) 'src/convParse/gc_population.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_population.cpp'; fi`
+
+src/convParse/lam_conv-gc_region.o: src/convParse/gc_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_region.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_region.Tpo -c -o src/convParse/lam_conv-gc_region.o `test -f 'src/convParse/gc_region.cpp' || echo '$(srcdir)/'`src/convParse/gc_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_region.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_region.cpp' object='src/convParse/lam_conv-gc_region.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_region.o `test -f 'src/convParse/gc_region.cpp' || echo '$(srcdir)/'`src/convParse/gc_region.cpp
+
+src/convParse/lam_conv-gc_region.obj: src/convParse/gc_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_region.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_region.Tpo -c -o src/convParse/lam_conv-gc_region.obj `if test -f 'src/convParse/gc_region.cpp'; then $(CYGPATH_W) 'src/convParse/gc_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_region.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_region.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_region.cpp' object='src/convParse/lam_conv-gc_region.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_region.obj `if test -f 'src/convParse/gc_region.cpp'; then $(CYGPATH_W) 'src/convParse/gc_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_region.cpp'; fi`
+
+src/convParse/lam_conv-gc_sequential_data.o: src/convParse/gc_sequential_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_sequential_data.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Tpo -c -o src/convParse/lam_conv-gc_sequential_data.o `test -f 'src/convParse/gc_sequential_data.cpp' || echo '$(srcdir)/'`src/convParse/gc_sequential_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_sequential_data.cpp' object='src/convParse/lam_conv-gc_sequential_data.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_sequential_data.o `test -f 'src/convParse/gc_sequential_data.cpp' || echo '$(srcdir)/'`src/convParse/gc_sequential_data.cpp
+
+src/convParse/lam_conv-gc_sequential_data.obj: src/convParse/gc_sequential_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-gc_sequential_data.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Tpo -c -o src/convParse/lam_conv-gc_sequential_data.obj `if test -f 'src/convParse/gc_sequential_data.cpp'; then $(CYGPATH_W) 'src/convParse/gc_sequential_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_sequential_data.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Tpo src/convParse/$(DEPDIR)/lam_conv-gc_sequential_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/gc_sequential_data.cpp' object='src/convParse/lam_conv-gc_sequential_data.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-gc_sequential_data.obj `if test -f 'src/convParse/gc_sequential_data.cpp'; then $(CYGPATH_W) 'src/convParse/gc_sequential_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/gc_sequential_data.cpp'; fi`
+
+src/convParse/lam_conv-tixml_util.o: src/convParse/tixml_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-tixml_util.o -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-tixml_util.Tpo -c -o src/convParse/lam_conv-tixml_util.o `test -f 'src/convParse/tixml_util.cpp' || echo '$(srcdir)/'`src/convParse/tixml_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-tixml_util.Tpo src/convParse/$(DEPDIR)/lam_conv-tixml_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/tixml_util.cpp' object='src/convParse/lam_conv-tixml_util.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-tixml_util.o `test -f 'src/convParse/tixml_util.cpp' || echo '$(srcdir)/'`src/convParse/tixml_util.cpp
+
+src/convParse/lam_conv-tixml_util.obj: src/convParse/tixml_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convParse/lam_conv-tixml_util.obj -MD -MP -MF src/convParse/$(DEPDIR)/lam_conv-tixml_util.Tpo -c -o src/convParse/lam_conv-tixml_util.obj `if test -f 'src/convParse/tixml_util.cpp'; then $(CYGPATH_W) 'src/convParse/tixml_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/tixml_util.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convParse/$(DEPDIR)/lam_conv-tixml_util.Tpo src/convParse/$(DEPDIR)/lam_conv-tixml_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convParse/tixml_util.cpp' object='src/convParse/lam_conv-tixml_util.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convParse/lam_conv-tixml_util.obj `if test -f 'src/convParse/tixml_util.cpp'; then $(CYGPATH_W) 'src/convParse/tixml_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convParse/tixml_util.cpp'; fi`
+
+src/xml/lam_conv-parsetreeschema.o: src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-parsetreeschema.o -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Tpo -c -o src/xml/lam_conv-parsetreeschema.o `test -f 'src/xml/parsetreeschema.cpp' || echo '$(srcdir)/'`src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Tpo src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreeschema.cpp' object='src/xml/lam_conv-parsetreeschema.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-parsetreeschema.o `test -f 'src/xml/parsetreeschema.cpp' || echo '$(srcdir)/'`src/xml/parsetreeschema.cpp
+
+src/xml/lam_conv-parsetreeschema.obj: src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-parsetreeschema.obj -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Tpo -c -o src/xml/lam_conv-parsetreeschema.obj `if test -f 'src/xml/parsetreeschema.cpp'; then $(CYGPATH_W) 'src/xml/parsetreeschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreeschema.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Tpo src/xml/$(DEPDIR)/lam_conv-parsetreeschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreeschema.cpp' object='src/xml/lam_conv-parsetreeschema.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-parsetreeschema.obj `if test -f 'src/xml/parsetreeschema.cpp'; then $(CYGPATH_W) 'src/xml/parsetreeschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreeschema.cpp'; fi`
+
+src/xml/lam_conv-tixml_base.o: src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-tixml_base.o -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-tixml_base.Tpo -c -o src/xml/lam_conv-tixml_base.o `test -f 'src/xml/tixml_base.cpp' || echo '$(srcdir)/'`src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-tixml_base.Tpo src/xml/$(DEPDIR)/lam_conv-tixml_base.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/tixml_base.cpp' object='src/xml/lam_conv-tixml_base.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-tixml_base.o `test -f 'src/xml/tixml_base.cpp' || echo '$(srcdir)/'`src/xml/tixml_base.cpp
+
+src/xml/lam_conv-tixml_base.obj: src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-tixml_base.obj -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-tixml_base.Tpo -c -o src/xml/lam_conv-tixml_base.obj `if test -f 'src/xml/tixml_base.cpp'; then $(CYGPATH_W) 'src/xml/tixml_base.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/tixml_base.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-tixml_base.Tpo src/xml/$(DEPDIR)/lam_conv-tixml_base.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/tixml_base.cpp' object='src/xml/lam_conv-tixml_base.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-tixml_base.obj `if test -f 'src/xml/tixml_base.cpp'; then $(CYGPATH_W) 'src/xml/tixml_base.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/tixml_base.cpp'; fi`
+
+src/xml/lam_conv-xml.o: src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-xml.o -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-xml.Tpo -c -o src/xml/lam_conv-xml.o `test -f 'src/xml/xml.cpp' || echo '$(srcdir)/'`src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-xml.Tpo src/xml/$(DEPDIR)/lam_conv-xml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml.cpp' object='src/xml/lam_conv-xml.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-xml.o `test -f 'src/xml/xml.cpp' || echo '$(srcdir)/'`src/xml/xml.cpp
+
+src/xml/lam_conv-xml.obj: src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-xml.obj -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-xml.Tpo -c -o src/xml/lam_conv-xml.obj `if test -f 'src/xml/xml.cpp'; then $(CYGPATH_W) 'src/xml/xml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-xml.Tpo src/xml/$(DEPDIR)/lam_conv-xml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml.cpp' object='src/xml/lam_conv-xml.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-xml.obj `if test -f 'src/xml/xml.cpp'; then $(CYGPATH_W) 'src/xml/xml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml.cpp'; fi`
+
+src/xml/lam_conv-xml_strings.o: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-xml_strings.o -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-xml_strings.Tpo -c -o src/xml/lam_conv-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-xml_strings.Tpo src/xml/$(DEPDIR)/lam_conv-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/lam_conv-xml_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+
+src/xml/lam_conv-xml_strings.obj: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lam_conv-xml_strings.obj -MD -MP -MF src/xml/$(DEPDIR)/lam_conv-xml_strings.Tpo -c -o src/xml/lam_conv-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lam_conv-xml_strings.Tpo src/xml/$(DEPDIR)/lam_conv-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/lam_conv-xml_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lam_conv-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+
+src/control/lam_conv-constants.o: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/lam_conv-constants.o -MD -MP -MF src/control/$(DEPDIR)/lam_conv-constants.Tpo -c -o src/control/lam_conv-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lam_conv-constants.Tpo src/control/$(DEPDIR)/lam_conv-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/lam_conv-constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lam_conv-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+
+src/control/lam_conv-constants.obj: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/lam_conv-constants.obj -MD -MP -MF src/control/$(DEPDIR)/lam_conv-constants.Tpo -c -o src/control/lam_conv-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lam_conv-constants.Tpo src/control/$(DEPDIR)/lam_conv-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/lam_conv-constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lam_conv-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+
+src/control/lam_conv-defaults.o: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/lam_conv-defaults.o -MD -MP -MF src/control/$(DEPDIR)/lam_conv-defaults.Tpo -c -o src/control/lam_conv-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lam_conv-defaults.Tpo src/control/$(DEPDIR)/lam_conv-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/lam_conv-defaults.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lam_conv-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+
+src/control/lam_conv-defaults.obj: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/lam_conv-defaults.obj -MD -MP -MF src/control/$(DEPDIR)/lam_conv-defaults.Tpo -c -o src/control/lam_conv-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lam_conv-defaults.Tpo src/control/$(DEPDIR)/lam_conv-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/lam_conv-defaults.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lam_conv-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+
+src/tools/lam_conv-stringx.o: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lam_conv-stringx.o -MD -MP -MF src/tools/$(DEPDIR)/lam_conv-stringx.Tpo -c -o src/tools/lam_conv-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lam_conv-stringx.Tpo src/tools/$(DEPDIR)/lam_conv-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/lam_conv-stringx.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lam_conv-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+
+src/tools/lam_conv-stringx.obj: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lam_conv-stringx.obj -MD -MP -MF src/tools/$(DEPDIR)/lam_conv-stringx.Tpo -c -o src/tools/lam_conv-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lam_conv-stringx.Tpo src/tools/$(DEPDIR)/lam_conv-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/lam_conv-stringx.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lam_conv-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+
+src/force/lam_conv-paramstat.o: src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/force/lam_conv-paramstat.o -MD -MP -MF src/force/$(DEPDIR)/lam_conv-paramstat.Tpo -c -o src/force/lam_conv-paramstat.o `test -f 'src/force/paramstat.cpp' || echo '$(srcdir)/'`src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lam_conv-paramstat.Tpo src/force/$(DEPDIR)/lam_conv-paramstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/paramstat.cpp' object='src/force/lam_conv-paramstat.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lam_conv-paramstat.o `test -f 'src/force/paramstat.cpp' || echo '$(srcdir)/'`src/force/paramstat.cpp
+
+src/force/lam_conv-paramstat.obj: src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/force/lam_conv-paramstat.obj -MD -MP -MF src/force/$(DEPDIR)/lam_conv-paramstat.Tpo -c -o src/force/lam_conv-paramstat.obj `if test -f 'src/force/paramstat.cpp'; then $(CYGPATH_W) 'src/force/paramstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/paramstat.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lam_conv-paramstat.Tpo src/force/$(DEPDIR)/lam_conv-paramstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/paramstat.cpp' object='src/force/lam_conv-paramstat.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lam_conv-paramstat.obj `if test -f 'src/force/paramstat.cpp'; then $(CYGPATH_W) 'src/force/paramstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/paramstat.cpp'; fi`
+
+src/ui_interface/lam_conv-ui_constants.o: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-ui_constants.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Tpo -c -o src/ui_interface/lam_conv-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Tpo src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/lam_conv-ui_constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+
+src/ui_interface/lam_conv-ui_constants.obj: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-ui_constants.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Tpo -c -o src/ui_interface/lam_conv-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Tpo src/ui_interface/$(DEPDIR)/lam_conv-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/lam_conv-ui_constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+
+src/ui_interface/lam_conv-ui_id.o: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-ui_id.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Tpo -c -o src/ui_interface/lam_conv-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Tpo src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/lam_conv-ui_id.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+
+src/ui_interface/lam_conv-ui_id.obj: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-ui_id.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Tpo -c -o src/ui_interface/lam_conv-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Tpo src/ui_interface/$(DEPDIR)/lam_conv-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/lam_conv-ui_id.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+
+src/ui_interface/lam_conv-ui_strings.o: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-ui_strings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Tpo -c -o src/ui_interface/lam_conv-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Tpo src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/lam_conv-ui_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+
+src/ui_interface/lam_conv-ui_strings.obj: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lam_conv-ui_strings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Tpo -c -o src/ui_interface/lam_conv-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Tpo src/ui_interface/$(DEPDIR)/lam_conv-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/lam_conv-ui_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lam_conv-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+
+src/convStrings/lam_conv-cnv_strings.o: src/convStrings/cnv_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-cnv_strings.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Tpo -c -o src/convStrings/lam_conv-cnv_strings.o `test -f 'src/convStrings/cnv_strings.cpp' || echo '$(srcdir)/'`src/convStrings/cnv_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Tpo src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/cnv_strings.cpp' object='src/convStrings/lam_conv-cnv_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-cnv_strings.o `test -f 'src/convStrings/cnv_strings.cpp' || echo '$(srcdir)/'`src/convStrings/cnv_strings.cpp
+
+src/convStrings/lam_conv-cnv_strings.obj: src/convStrings/cnv_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-cnv_strings.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Tpo -c -o src/convStrings/lam_conv-cnv_strings.obj `if test -f 'src/convStrings/cnv_strings.cpp'; then $(CYGPATH_W) 'src/convStrings/cnv_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/cnv_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Tpo src/convStrings/$(DEPDIR)/lam_conv-cnv_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/cnv_strings.cpp' object='src/convStrings/lam_conv-cnv_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-cnv_strings.obj `if test -f 'src/convStrings/cnv_strings.cpp'; then $(CYGPATH_W) 'src/convStrings/cnv_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/cnv_strings.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_cmdfile.o: src/convStrings/gc_strings_cmdfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_cmdfile.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Tpo -c -o src/convStrings/lam_conv-gc_strings_cmdfile.o `test -f 'src/convStrings/gc_strings_cmdfile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_cmdfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_cmdfile.cpp' object='src/convStrings/lam_conv-gc_strings_cmdfile.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_cmdfile.o `test -f 'src/convStrings/gc_strings_cmdfile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_cmdfile.cpp
+
+src/convStrings/lam_conv-gc_strings_cmdfile.obj: src/convStrings/gc_strings_cmdfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_cmdfile.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Tpo -c -o src/convStrings/lam_conv-gc_strings_cmdfile.obj `if test -f 'src/convStrings/gc_strings_cmdfile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_cmdfile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_cmdfil [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_cmdfile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_cmdfile.cpp' object='src/convStrings/lam_conv-gc_strings_cmdfile.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_cmdfile.obj `if test -f 'src/convStrings/gc_strings_cmdfile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_cmdfile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_cmdfile.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_creation.o: src/convStrings/gc_strings_creation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_creation.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Tpo -c -o src/convStrings/lam_conv-gc_strings_creation.o `test -f 'src/convStrings/gc_strings_creation.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_creation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_creation.cpp' object='src/convStrings/lam_conv-gc_strings_creation.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_creation.o `test -f 'src/convStrings/gc_strings_creation.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_creation.cpp
+
+src/convStrings/lam_conv-gc_strings_creation.obj: src/convStrings/gc_strings_creation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_creation.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Tpo -c -o src/convStrings/lam_conv-gc_strings_creation.obj `if test -f 'src/convStrings/gc_strings_creation.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_creation.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_c [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_creation.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_creation.cpp' object='src/convStrings/lam_conv-gc_strings_creation.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_creation.obj `if test -f 'src/convStrings/gc_strings_creation.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_creation.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_creation.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_data.o: src/convStrings/gc_strings_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_data.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Tpo -c -o src/convStrings/lam_conv-gc_strings_data.o `test -f 'src/convStrings/gc_strings_data.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_data.cpp' object='src/convStrings/lam_conv-gc_strings_data.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_data.o `test -f 'src/convStrings/gc_strings_data.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_data.cpp
+
+src/convStrings/lam_conv-gc_strings_data.obj: src/convStrings/gc_strings_data.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_data.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Tpo -c -o src/convStrings/lam_conv-gc_strings_data.obj `if test -f 'src/convStrings/gc_strings_data.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_data.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_data.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_data.cpp' object='src/convStrings/lam_conv-gc_strings_data.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_data.obj `if test -f 'src/convStrings/gc_strings_data.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_data.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_data.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_err.o: src/convStrings/gc_strings_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_err.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Tpo -c -o src/convStrings/lam_conv-gc_strings_err.o `test -f 'src/convStrings/gc_strings_err.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_err.cpp' object='src/convStrings/lam_conv-gc_strings_err.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_err.o `test -f 'src/convStrings/gc_strings_err.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_err.cpp
+
+src/convStrings/lam_conv-gc_strings_err.obj: src/convStrings/gc_strings_err.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_err.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Tpo -c -o src/convStrings/lam_conv-gc_strings_err.obj `if test -f 'src/convStrings/gc_strings_err.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_err.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_err.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_err.cpp' object='src/convStrings/lam_conv-gc_strings_err.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_err.obj `if test -f 'src/convStrings/gc_strings_err.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_err.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_err.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_individual.o: src/convStrings/gc_strings_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_individual.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Tpo -c -o src/convStrings/lam_conv-gc_strings_individual.o `test -f 'src/convStrings/gc_strings_individual.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_individual.cpp' object='src/convStrings/lam_conv-gc_strings_individual.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_individual.o `test -f 'src/convStrings/gc_strings_individual.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_individual.cpp
+
+src/convStrings/lam_conv-gc_strings_individual.obj: src/convStrings/gc_strings_individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_individual.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Tpo -c -o src/convStrings/lam_conv-gc_strings_individual.obj `if test -f 'src/convStrings/gc_strings_individual.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_individual.cpp' object='src/convStrings/lam_conv-gc_strings_individual.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_individual.obj `if test -f 'src/convStrings/gc_strings_individual.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_individual.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_infile.o: src/convStrings/gc_strings_infile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_infile.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Tpo -c -o src/convStrings/lam_conv-gc_strings_infile.o `test -f 'src/convStrings/gc_strings_infile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_infile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_infile.cpp' object='src/convStrings/lam_conv-gc_strings_infile.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_infile.o `test -f 'src/convStrings/gc_strings_infile.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_infile.cpp
+
+src/convStrings/lam_conv-gc_strings_infile.obj: src/convStrings/gc_strings_infile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_infile.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Tpo -c -o src/convStrings/lam_conv-gc_strings_infile.obj `if test -f 'src/convStrings/gc_strings_infile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_infile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_infile.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_infile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_infile.cpp' object='src/convStrings/lam_conv-gc_strings_infile.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_infile.obj `if test -f 'src/convStrings/gc_strings_infile.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_infile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_infile.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_io.o: src/convStrings/gc_strings_io.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_io.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Tpo -c -o src/convStrings/lam_conv-gc_strings_io.o `test -f 'src/convStrings/gc_strings_io.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_io.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_io.cpp' object='src/convStrings/lam_conv-gc_strings_io.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_io.o `test -f 'src/convStrings/gc_strings_io.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_io.cpp
+
+src/convStrings/lam_conv-gc_strings_io.obj: src/convStrings/gc_strings_io.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_io.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Tpo -c -o src/convStrings/lam_conv-gc_strings_io.obj `if test -f 'src/convStrings/gc_strings_io.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_io.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_io.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_io.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_io.cpp' object='src/convStrings/lam_conv-gc_strings_io.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_io.obj `if test -f 'src/convStrings/gc_strings_io.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_io.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_io.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_locus.o: src/convStrings/gc_strings_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_locus.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Tpo -c -o src/convStrings/lam_conv-gc_strings_locus.o `test -f 'src/convStrings/gc_strings_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_locus.cpp' object='src/convStrings/lam_conv-gc_strings_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_locus.o `test -f 'src/convStrings/gc_strings_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_locus.cpp
+
+src/convStrings/lam_conv-gc_strings_locus.obj: src/convStrings/gc_strings_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_locus.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Tpo -c -o src/convStrings/lam_conv-gc_strings_locus.obj `if test -f 'src/convStrings/gc_strings_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_locus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_locus.cpp' object='src/convStrings/lam_conv-gc_strings_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_locus.obj `if test -f 'src/convStrings/gc_strings_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_locus.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_map.o: src/convStrings/gc_strings_map.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_map.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Tpo -c -o src/convStrings/lam_conv-gc_strings_map.o `test -f 'src/convStrings/gc_strings_map.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_map.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_map.cpp' object='src/convStrings/lam_conv-gc_strings_map.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_map.o `test -f 'src/convStrings/gc_strings_map.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_map.cpp
+
+src/convStrings/lam_conv-gc_strings_map.obj: src/convStrings/gc_strings_map.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_map.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Tpo -c -o src/convStrings/lam_conv-gc_strings_map.obj `if test -f 'src/convStrings/gc_strings_map.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_map.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_map.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_map.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_map.cpp' object='src/convStrings/lam_conv-gc_strings_map.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_map.obj `if test -f 'src/convStrings/gc_strings_map.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_map.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_map.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_mig.o: src/convStrings/gc_strings_mig.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_mig.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Tpo -c -o src/convStrings/lam_conv-gc_strings_mig.o `test -f 'src/convStrings/gc_strings_mig.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_mig.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_mig.cpp' object='src/convStrings/lam_conv-gc_strings_mig.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_mig.o `test -f 'src/convStrings/gc_strings_mig.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_mig.cpp
+
+src/convStrings/lam_conv-gc_strings_mig.obj: src/convStrings/gc_strings_mig.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_mig.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Tpo -c -o src/convStrings/lam_conv-gc_strings_mig.obj `if test -f 'src/convStrings/gc_strings_mig.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_mig.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_mig.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_mig.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_mig.cpp' object='src/convStrings/lam_conv-gc_strings_mig.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_mig.obj `if test -f 'src/convStrings/gc_strings_mig.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_mig.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_mig.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_parse.o: src/convStrings/gc_strings_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_parse.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Tpo -c -o src/convStrings/lam_conv-gc_strings_parse.o `test -f 'src/convStrings/gc_strings_parse.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse.cpp' object='src/convStrings/lam_conv-gc_strings_parse.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_parse.o `test -f 'src/convStrings/gc_strings_parse.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse.cpp
+
+src/convStrings/lam_conv-gc_strings_parse.obj: src/convStrings/gc_strings_parse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_parse.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Tpo -c -o src/convStrings/lam_conv-gc_strings_parse.obj `if test -f 'src/convStrings/gc_strings_parse.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_parse.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse.cpp' object='src/convStrings/lam_conv-gc_strings_parse.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_parse.obj `if test -f 'src/convStrings/gc_strings_parse.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_parse.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_parse_locus.o: src/convStrings/gc_strings_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_parse_locus.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Tpo -c -o src/convStrings/lam_conv-gc_strings_parse_locus.o `test -f 'src/convStrings/gc_strings_parse_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse_locus.cpp' object='src/convStrings/lam_conv-gc_strings_parse_locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_parse_locus.o `test -f 'src/convStrings/gc_strings_parse_locus.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_parse_locus.cpp
+
+src/convStrings/lam_conv-gc_strings_parse_locus.obj: src/convStrings/gc_strings_parse_locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_parse_locus.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Tpo -c -o src/convStrings/lam_conv-gc_strings_parse_locus.obj `if test -f 'src/convStrings/gc_strings_parse_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrin [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_parse_locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_parse_locus.cpp' object='src/convStrings/lam_conv-gc_strings_parse_locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_parse_locus.obj `if test -f 'src/convStrings/gc_strings_parse_locus.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_parse_locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_parse_locus.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_phase.o: src/convStrings/gc_strings_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_phase.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Tpo -c -o src/convStrings/lam_conv-gc_strings_phase.o `test -f 'src/convStrings/gc_strings_phase.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_phase.cpp' object='src/convStrings/lam_conv-gc_strings_phase.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_phase.o `test -f 'src/convStrings/gc_strings_phase.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_phase.cpp
+
+src/convStrings/lam_conv-gc_strings_phase.obj: src/convStrings/gc_strings_phase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_phase.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Tpo -c -o src/convStrings/lam_conv-gc_strings_phase.obj `if test -f 'src/convStrings/gc_strings_phase.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_phase.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_phase.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_phase.cpp' object='src/convStrings/lam_conv-gc_strings_phase.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_phase.obj `if test -f 'src/convStrings/gc_strings_phase.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_phase.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_phase.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_pop.o: src/convStrings/gc_strings_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_pop.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Tpo -c -o src/convStrings/lam_conv-gc_strings_pop.o `test -f 'src/convStrings/gc_strings_pop.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_pop.cpp' object='src/convStrings/lam_conv-gc_strings_pop.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_pop.o `test -f 'src/convStrings/gc_strings_pop.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_pop.cpp
+
+src/convStrings/lam_conv-gc_strings_pop.obj: src/convStrings/gc_strings_pop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_pop.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Tpo -c -o src/convStrings/lam_conv-gc_strings_pop.obj `if test -f 'src/convStrings/gc_strings_pop.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_pop.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_pop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_pop.cpp' object='src/convStrings/lam_conv-gc_strings_pop.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_pop.obj `if test -f 'src/convStrings/gc_strings_pop.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_pop.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_pop.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_region.o: src/convStrings/gc_strings_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_region.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Tpo -c -o src/convStrings/lam_conv-gc_strings_region.o `test -f 'src/convStrings/gc_strings_region.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_region.cpp' object='src/convStrings/lam_conv-gc_strings_region.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_region.o `test -f 'src/convStrings/gc_strings_region.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_region.cpp
+
+src/convStrings/lam_conv-gc_strings_region.obj: src/convStrings/gc_strings_region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_region.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Tpo -c -o src/convStrings/lam_conv-gc_strings_region.obj `if test -f 'src/convStrings/gc_strings_region.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_region.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_region.cpp' object='src/convStrings/lam_conv-gc_strings_region.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_region.obj `if test -f 'src/convStrings/gc_strings_region.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_region.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_str_a_m.o: src/convStrings/gc_strings_str_a_m.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_str_a_m.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Tpo -c -o src/convStrings/lam_conv-gc_strings_str_a_m.o `test -f 'src/convStrings/gc_strings_str_a_m.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_a_m.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_a_m.cpp' object='src/convStrings/lam_conv-gc_strings_str_a_m.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_str_a_m.o `test -f 'src/convStrings/gc_strings_str_a_m.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_a_m.cpp
+
+src/convStrings/lam_conv-gc_strings_str_a_m.obj: src/convStrings/gc_strings_str_a_m.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_str_a_m.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Tpo -c -o src/convStrings/lam_conv-gc_strings_str_a_m.obj `if test -f 'src/convStrings/gc_strings_str_a_m.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_a_m.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_str_a_ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_a_m.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_a_m.cpp' object='src/convStrings/lam_conv-gc_strings_str_a_m.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_str_a_m.obj `if test -f 'src/convStrings/gc_strings_str_a_m.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_a_m.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_str_a_m.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_str_n_z.o: src/convStrings/gc_strings_str_n_z.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_str_n_z.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Tpo -c -o src/convStrings/lam_conv-gc_strings_str_n_z.o `test -f 'src/convStrings/gc_strings_str_n_z.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_n_z.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_n_z.cpp' object='src/convStrings/lam_conv-gc_strings_str_n_z.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_str_n_z.o `test -f 'src/convStrings/gc_strings_str_n_z.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_str_n_z.cpp
+
+src/convStrings/lam_conv-gc_strings_str_n_z.obj: src/convStrings/gc_strings_str_n_z.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_str_n_z.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Tpo -c -o src/convStrings/lam_conv-gc_strings_str_n_z.obj `if test -f 'src/convStrings/gc_strings_str_n_z.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_n_z.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_str_n_ [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_str_n_z.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_str_n_z.cpp' object='src/convStrings/lam_conv-gc_strings_str_n_z.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_str_n_z.obj `if test -f 'src/convStrings/gc_strings_str_n_z.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_str_n_z.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_str_n_z.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_structures.o: src/convStrings/gc_strings_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_structures.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Tpo -c -o src/convStrings/lam_conv-gc_strings_structures.o `test -f 'src/convStrings/gc_strings_structures.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_structures.cpp' object='src/convStrings/lam_conv-gc_strings_structures.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_structures.o `test -f 'src/convStrings/gc_strings_structures.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_structures.cpp
+
+src/convStrings/lam_conv-gc_strings_structures.obj: src/convStrings/gc_strings_structures.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_structures.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Tpo -c -o src/convStrings/lam_conv-gc_strings_structures.obj `if test -f 'src/convStrings/gc_strings_structures.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_structures.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_structures.cpp' object='src/convStrings/lam_conv-gc_strings_structures.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_structures.obj `if test -f 'src/convStrings/gc_strings_structures.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_structures.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_structures.cpp'; fi`
+
+src/convStrings/lam_conv-gc_strings_trait.o: src/convStrings/gc_strings_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_trait.o -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Tpo -c -o src/convStrings/lam_conv-gc_strings_trait.o `test -f 'src/convStrings/gc_strings_trait.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_trait.cpp' object='src/convStrings/lam_conv-gc_strings_trait.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_trait.o `test -f 'src/convStrings/gc_strings_trait.cpp' || echo '$(srcdir)/'`src/convStrings/gc_strings_trait.cpp
+
+src/convStrings/lam_conv-gc_strings_trait.obj: src/convStrings/gc_strings_trait.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convStrings/lam_conv-gc_strings_trait.obj -MD -MP -MF src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Tpo -c -o src/convStrings/lam_conv-gc_strings_trait.obj `if test -f 'src/convStrings/gc_strings_trait.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_trait.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Tpo src/convStrings/$(DEPDIR)/lam_conv-gc_strings_trait.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convStrings/gc_strings_trait.cpp' object='src/convStrings/lam_conv-gc_strings_trait.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convStrings/lam_conv-gc_strings_trait.obj `if test -f 'src/convStrings/gc_strings_trait.cpp'; then $(CYGPATH_W) 'src/convStrings/gc_strings_trait.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convStrings/gc_strings_trait.cpp'; fi`
+
+src/convUtil/lam_conv-gc_file_util.o: src/convUtil/gc_file_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convUtil/lam_conv-gc_file_util.o -MD -MP -MF src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Tpo -c -o src/convUtil/lam_conv-gc_file_util.o `test -f 'src/convUtil/gc_file_util.cpp' || echo '$(srcdir)/'`src/convUtil/gc_file_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Tpo src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convUtil/gc_file_util.cpp' object='src/convUtil/lam_conv-gc_file_util.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convUtil/lam_conv-gc_file_util.o `test -f 'src/convUtil/gc_file_util.cpp' || echo '$(srcdir)/'`src/convUtil/gc_file_util.cpp
+
+src/convUtil/lam_conv-gc_file_util.obj: src/convUtil/gc_file_util.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/convUtil/lam_conv-gc_file_util.obj -MD -MP -MF src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Tpo -c -o src/convUtil/lam_conv-gc_file_util.obj `if test -f 'src/convUtil/gc_file_util.cpp'; then $(CYGPATH_W) 'src/convUtil/gc_file_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convUtil/gc_file_util.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Tpo src/convUtil/$(DEPDIR)/lam_conv-gc_file_util.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/convUtil/gc_file_util.cpp' object='src/convUtil/lam_conv-gc_file_util.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/convUtil/lam_conv-gc_file_util.obj `if test -f 'src/convUtil/gc_file_util.cpp'; then $(CYGPATH_W) 'src/convUtil/gc_file_util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/convUtil/gc_file_util.cpp'; fi`
+
+src/guiutil/lam_conv-gc_clickpanel.o: src/guiutil/gc_clickpanel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_clickpanel.o -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Tpo -c -o src/guiutil/lam_conv-gc_clickpanel.o `test -f 'src/guiutil/gc_clickpanel.cpp' || echo '$(srcdir)/'`src/guiutil/gc_clickpanel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_clickpanel.cpp' object='src/guiutil/lam_conv-gc_clickpanel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_clickpanel.o `test -f 'src/guiutil/gc_clickpanel.cpp' || echo '$(srcdir)/'`src/guiutil/gc_clickpanel.cpp
+
+src/guiutil/lam_conv-gc_clickpanel.obj: src/guiutil/gc_clickpanel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_clickpanel.obj -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Tpo -c -o src/guiutil/lam_conv-gc_clickpanel.obj `if test -f 'src/guiutil/gc_clickpanel.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_clickpanel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_clickpanel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_clickpanel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_clickpanel.cpp' object='src/guiutil/lam_conv-gc_clickpanel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_clickpanel.obj `if test -f 'src/guiutil/gc_clickpanel.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_clickpanel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_clickpanel.cpp'; fi`
+
+src/guiutil/lam_conv-gc_gridpanel.o: src/guiutil/gc_gridpanel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_gridpanel.o -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Tpo -c -o src/guiutil/lam_conv-gc_gridpanel.o `test -f 'src/guiutil/gc_gridpanel.cpp' || echo '$(srcdir)/'`src/guiutil/gc_gridpanel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_gridpanel.cpp' object='src/guiutil/lam_conv-gc_gridpanel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_gridpanel.o `test -f 'src/guiutil/gc_gridpanel.cpp' || echo '$(srcdir)/'`src/guiutil/gc_gridpanel.cpp
+
+src/guiutil/lam_conv-gc_gridpanel.obj: src/guiutil/gc_gridpanel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_gridpanel.obj -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Tpo -c -o src/guiutil/lam_conv-gc_gridpanel.obj `if test -f 'src/guiutil/gc_gridpanel.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_gridpanel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_gridpanel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_gridpanel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_gridpanel.cpp' object='src/guiutil/lam_conv-gc_gridpanel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_gridpanel.obj `if test -f 'src/guiutil/gc_gridpanel.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_gridpanel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_gridpanel.cpp'; fi`
+
+src/guiutil/lam_conv-gc_text_ctrl.o: src/guiutil/gc_text_ctrl.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_text_ctrl.o -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Tpo -c -o src/guiutil/lam_conv-gc_text_ctrl.o `test -f 'src/guiutil/gc_text_ctrl.cpp' || echo '$(srcdir)/'`src/guiutil/gc_text_ctrl.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_text_ctrl.cpp' object='src/guiutil/lam_conv-gc_text_ctrl.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_text_ctrl.o `test -f 'src/guiutil/gc_text_ctrl.cpp' || echo '$(srcdir)/'`src/guiutil/gc_text_ctrl.cpp
+
+src/guiutil/lam_conv-gc_text_ctrl.obj: src/guiutil/gc_text_ctrl.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_text_ctrl.obj -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Tpo -c -o src/guiutil/lam_conv-gc_text_ctrl.obj `if test -f 'src/guiutil/gc_text_ctrl.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_text_ctrl.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_text_ctrl.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_text_ctrl.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_text_ctrl.cpp' object='src/guiutil/lam_conv-gc_text_ctrl.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_text_ctrl.obj `if test -f 'src/guiutil/gc_text_ctrl.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_text_ctrl.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_text_ctrl.cpp'; fi`
+
+src/guiutil/lam_conv-gc_validators.o: src/guiutil/gc_validators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_validators.o -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Tpo -c -o src/guiutil/lam_conv-gc_validators.o `test -f 'src/guiutil/gc_validators.cpp' || echo '$(srcdir)/'`src/guiutil/gc_validators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_validators.cpp' object='src/guiutil/lam_conv-gc_validators.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_validators.o `test -f 'src/guiutil/gc_validators.cpp' || echo '$(srcdir)/'`src/guiutil/gc_validators.cpp
+
+src/guiutil/lam_conv-gc_validators.obj: src/guiutil/gc_validators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiutil/lam_conv-gc_validators.obj -MD -MP -MF src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Tpo -c -o src/guiutil/lam_conv-gc_validators.obj `if test -f 'src/guiutil/gc_validators.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_validators.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_validators.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Tpo src/guiutil/$(DEPDIR)/lam_conv-gc_validators.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiutil/gc_validators.cpp' object='src/guiutil/lam_conv-gc_validators.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiutil/lam_conv-gc_validators.obj `if test -f 'src/guiutil/gc_validators.cpp'; then $(CYGPATH_W) 'src/guiutil/gc_validators.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiutil/gc_validators.cpp'; fi`
+
+src/guiconv/lam_conv-gc_assigntab.o: src/guiconv/gc_assigntab.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_assigntab.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Tpo -c -o src/guiconv/lam_conv-gc_assigntab.o `test -f 'src/guiconv/gc_assigntab.cpp' || echo '$(srcdir)/'`src/guiconv/gc_assigntab.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_assigntab.cpp' object='src/guiconv/lam_conv-gc_assigntab.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_assigntab.o `test -f 'src/guiconv/gc_assigntab.cpp' || echo '$(srcdir)/'`src/guiconv/gc_assigntab.cpp
+
+src/guiconv/lam_conv-gc_assigntab.obj: src/guiconv/gc_assigntab.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_assigntab.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Tpo -c -o src/guiconv/lam_conv-gc_assigntab.obj `if test -f 'src/guiconv/gc_assigntab.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_assigntab.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_assigntab.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_assigntab.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_assigntab.cpp' object='src/guiconv/lam_conv-gc_assigntab.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_assigntab.obj `if test -f 'src/guiconv/gc_assigntab.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_assigntab.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_assigntab.cpp'; fi`
+
+src/guiconv/lam_conv-gc_block_dialogs.o: src/guiconv/gc_block_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_block_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_block_dialogs.o `test -f 'src/guiconv/gc_block_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_block_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_block_dialogs.cpp' object='src/guiconv/lam_conv-gc_block_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_block_dialogs.o `test -f 'src/guiconv/gc_block_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_block_dialogs.cpp
+
+src/guiconv/lam_conv-gc_block_dialogs.obj: src/guiconv/gc_block_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_block_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_block_dialogs.obj `if test -f 'src/guiconv/gc_block_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_block_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_block_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_block_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_block_dialogs.cpp' object='src/guiconv/lam_conv-gc_block_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_block_dialogs.obj `if test -f 'src/guiconv/gc_block_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_block_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_block_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_color.o: src/guiconv/gc_color.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_color.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_color.Tpo -c -o src/guiconv/lam_conv-gc_color.o `test -f 'src/guiconv/gc_color.cpp' || echo '$(srcdir)/'`src/guiconv/gc_color.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_color.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_color.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_color.cpp' object='src/guiconv/lam_conv-gc_color.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_color.o `test -f 'src/guiconv/gc_color.cpp' || echo '$(srcdir)/'`src/guiconv/gc_color.cpp
+
+src/guiconv/lam_conv-gc_color.obj: src/guiconv/gc_color.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_color.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_color.Tpo -c -o src/guiconv/lam_conv-gc_color.obj `if test -f 'src/guiconv/gc_color.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_color.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_color.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_color.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_color.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_color.cpp' object='src/guiconv/lam_conv-gc_color.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_color.obj `if test -f 'src/guiconv/gc_color.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_color.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_color.cpp'; fi`
+
+src/guiconv/lam_conv-gc_data_display.o: src/guiconv/gc_data_display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_data_display.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Tpo -c -o src/guiconv/lam_conv-gc_data_display.o `test -f 'src/guiconv/gc_data_display.cpp' || echo '$(srcdir)/'`src/guiconv/gc_data_display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_data_display.cpp' object='src/guiconv/lam_conv-gc_data_display.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_data_display.o `test -f 'src/guiconv/gc_data_display.cpp' || echo '$(srcdir)/'`src/guiconv/gc_data_display.cpp
+
+src/guiconv/lam_conv-gc_data_display.obj: src/guiconv/gc_data_display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_data_display.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Tpo -c -o src/guiconv/lam_conv-gc_data_display.obj `if test -f 'src/guiconv/gc_data_display.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_data_display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_data_display.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_data_display.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_data_display.cpp' object='src/guiconv/lam_conv-gc_data_display.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_data_display.obj `if test -f 'src/guiconv/gc_data_display.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_data_display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_data_display.cpp'; fi`
+
+src/guiconv/lam_conv-gc_dialog.o: src/guiconv/gc_dialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_dialog.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Tpo -c -o src/guiconv/lam_conv-gc_dialog.o `test -f 'src/guiconv/gc_dialog.cpp' || echo '$(srcdir)/'`src/guiconv/gc_dialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_dialog.cpp' object='src/guiconv/lam_conv-gc_dialog.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_dialog.o `test -f 'src/guiconv/gc_dialog.cpp' || echo '$(srcdir)/'`src/guiconv/gc_dialog.cpp
+
+src/guiconv/lam_conv-gc_dialog.obj: src/guiconv/gc_dialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_dialog.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Tpo -c -o src/guiconv/lam_conv-gc_dialog.obj `if test -f 'src/guiconv/gc_dialog.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_dialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_dialog.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_dialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_dialog.cpp' object='src/guiconv/lam_conv-gc_dialog.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_dialog.obj `if test -f 'src/guiconv/gc_dialog.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_dialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_dialog.cpp'; fi`
+
+src/guiconv/lam_conv-gc_event_publisher.o: src/guiconv/gc_event_publisher.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_event_publisher.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Tpo -c -o src/guiconv/lam_conv-gc_event_publisher.o `test -f 'src/guiconv/gc_event_publisher.cpp' || echo '$(srcdir)/'`src/guiconv/gc_event_publisher.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_event_publisher.cpp' object='src/guiconv/lam_conv-gc_event_publisher.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_event_publisher.o `test -f 'src/guiconv/gc_event_publisher.cpp' || echo '$(srcdir)/'`src/guiconv/gc_event_publisher.cpp
+
+src/guiconv/lam_conv-gc_event_publisher.obj: src/guiconv/gc_event_publisher.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_event_publisher.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Tpo -c -o src/guiconv/lam_conv-gc_event_publisher.obj `if test -f 'src/guiconv/gc_event_publisher.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_event_publisher.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_event_publisher.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_event_publisher.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_event_publisher.cpp' object='src/guiconv/lam_conv-gc_event_publisher.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_event_publisher.obj `if test -f 'src/guiconv/gc_event_publisher.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_event_publisher.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_event_publisher.cpp'; fi`
+
+src/guiconv/lam_conv-gc_file_dialogs.o: src/guiconv/gc_file_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_file_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_file_dialogs.o `test -f 'src/guiconv/gc_file_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_file_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_file_dialogs.cpp' object='src/guiconv/lam_conv-gc_file_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_file_dialogs.o `test -f 'src/guiconv/gc_file_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_file_dialogs.cpp
+
+src/guiconv/lam_conv-gc_file_dialogs.obj: src/guiconv/gc_file_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_file_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_file_dialogs.obj `if test -f 'src/guiconv/gc_file_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_file_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_file_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_file_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_file_dialogs.cpp' object='src/guiconv/lam_conv-gc_file_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_file_dialogs.obj `if test -f 'src/guiconv/gc_file_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_file_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_file_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_file_list.o: src/guiconv/gc_file_list.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_file_list.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Tpo -c -o src/guiconv/lam_conv-gc_file_list.o `test -f 'src/guiconv/gc_file_list.cpp' || echo '$(srcdir)/'`src/guiconv/gc_file_list.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_file_list.cpp' object='src/guiconv/lam_conv-gc_file_list.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_file_list.o `test -f 'src/guiconv/gc_file_list.cpp' || echo '$(srcdir)/'`src/guiconv/gc_file_list.cpp
+
+src/guiconv/lam_conv-gc_file_list.obj: src/guiconv/gc_file_list.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_file_list.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Tpo -c -o src/guiconv/lam_conv-gc_file_list.obj `if test -f 'src/guiconv/gc_file_list.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_file_list.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_file_list.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_file_list.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_file_list.cpp' object='src/guiconv/lam_conv-gc_file_list.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_file_list.obj `if test -f 'src/guiconv/gc_file_list.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_file_list.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_file_list.cpp'; fi`
+
+src/guiconv/lam_conv-gc_frame.o: src/guiconv/gc_frame.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_frame.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Tpo -c -o src/guiconv/lam_conv-gc_frame.o `test -f 'src/guiconv/gc_frame.cpp' || echo '$(srcdir)/'`src/guiconv/gc_frame.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_frame.cpp' object='src/guiconv/lam_conv-gc_frame.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_frame.o `test -f 'src/guiconv/gc_frame.cpp' || echo '$(srcdir)/'`src/guiconv/gc_frame.cpp
+
+src/guiconv/lam_conv-gc_frame.obj: src/guiconv/gc_frame.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_frame.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Tpo -c -o src/guiconv/lam_conv-gc_frame.obj `if test -f 'src/guiconv/gc_frame.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_frame.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_frame.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_frame.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_frame.cpp' object='src/guiconv/lam_conv-gc_frame.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_frame.obj `if test -f 'src/guiconv/gc_frame.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_frame.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_frame.cpp'; fi`
+
+src/guiconv/lam_conv-gc_layout.o: src/guiconv/gc_layout.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_layout.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Tpo -c -o src/guiconv/lam_conv-gc_layout.o `test -f 'src/guiconv/gc_layout.cpp' || echo '$(srcdir)/'`src/guiconv/gc_layout.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_layout.cpp' object='src/guiconv/lam_conv-gc_layout.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_layout.o `test -f 'src/guiconv/gc_layout.cpp' || echo '$(srcdir)/'`src/guiconv/gc_layout.cpp
+
+src/guiconv/lam_conv-gc_layout.obj: src/guiconv/gc_layout.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_layout.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Tpo -c -o src/guiconv/lam_conv-gc_layout.obj `if test -f 'src/guiconv/gc_layout.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_layout.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_layout.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_layout.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_layout.cpp' object='src/guiconv/lam_conv-gc_layout.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_layout.obj `if test -f 'src/guiconv/gc_layout.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_layout.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_layout.cpp'; fi`
+
+src/guiconv/lam_conv-gc_locus_dialogs.o: src/guiconv/gc_locus_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_locus_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_locus_dialogs.o `test -f 'src/guiconv/gc_locus_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_locus_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_locus_dialogs.cpp' object='src/guiconv/lam_conv-gc_locus_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_locus_dialogs.o `test -f 'src/guiconv/gc_locus_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_locus_dialogs.cpp
+
+src/guiconv/lam_conv-gc_locus_dialogs.obj: src/guiconv/gc_locus_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_locus_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_locus_dialogs.obj `if test -f 'src/guiconv/gc_locus_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_locus_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_locus_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_locus_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_locus_dialogs.cpp' object='src/guiconv/lam_conv-gc_locus_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_locus_dialogs.obj `if test -f 'src/guiconv/gc_locus_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_locus_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_locus_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_logic.o: src/guiconv/gc_logic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_logic.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Tpo -c -o src/guiconv/lam_conv-gc_logic.o `test -f 'src/guiconv/gc_logic.cpp' || echo '$(srcdir)/'`src/guiconv/gc_logic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_logic.cpp' object='src/guiconv/lam_conv-gc_logic.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_logic.o `test -f 'src/guiconv/gc_logic.cpp' || echo '$(srcdir)/'`src/guiconv/gc_logic.cpp
+
+src/guiconv/lam_conv-gc_logic.obj: src/guiconv/gc_logic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_logic.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Tpo -c -o src/guiconv/lam_conv-gc_logic.obj `if test -f 'src/guiconv/gc_logic.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_logic.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_logic.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_logic.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_logic.cpp' object='src/guiconv/lam_conv-gc_logic.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_logic.obj `if test -f 'src/guiconv/gc_logic.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_logic.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_logic.cpp'; fi`
+
+src/guiconv/lam_conv-gc_matrix_display.o: src/guiconv/gc_matrix_display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_matrix_display.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Tpo -c -o src/guiconv/lam_conv-gc_matrix_display.o `test -f 'src/guiconv/gc_matrix_display.cpp' || echo '$(srcdir)/'`src/guiconv/gc_matrix_display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_matrix_display.cpp' object='src/guiconv/lam_conv-gc_matrix_display.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_matrix_display.o `test -f 'src/guiconv/gc_matrix_display.cpp' || echo '$(srcdir)/'`src/guiconv/gc_matrix_display.cpp
+
+src/guiconv/lam_conv-gc_matrix_display.obj: src/guiconv/gc_matrix_display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_matrix_display.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Tpo -c -o src/guiconv/lam_conv-gc_matrix_display.obj `if test -f 'src/guiconv/gc_matrix_display.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_matrix_display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_matrix_display.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_matrix_display.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_matrix_display.cpp' object='src/guiconv/lam_conv-gc_matrix_display.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_matrix_display.obj `if test -f 'src/guiconv/gc_matrix_display.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_matrix_display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_matrix_display.cpp'; fi`
+
+src/guiconv/lam_conv-gc_menu_actors.o: src/guiconv/gc_menu_actors.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_menu_actors.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Tpo -c -o src/guiconv/lam_conv-gc_menu_actors.o `test -f 'src/guiconv/gc_menu_actors.cpp' || echo '$(srcdir)/'`src/guiconv/gc_menu_actors.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_menu_actors.cpp' object='src/guiconv/lam_conv-gc_menu_actors.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_menu_actors.o `test -f 'src/guiconv/gc_menu_actors.cpp' || echo '$(srcdir)/'`src/guiconv/gc_menu_actors.cpp
+
+src/guiconv/lam_conv-gc_menu_actors.obj: src/guiconv/gc_menu_actors.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_menu_actors.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Tpo -c -o src/guiconv/lam_conv-gc_menu_actors.obj `if test -f 'src/guiconv/gc_menu_actors.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_menu_actors.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_menu_actors.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_menu_actors.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_menu_actors.cpp' object='src/guiconv/lam_conv-gc_menu_actors.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_menu_actors.obj `if test -f 'src/guiconv/gc_menu_actors.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_menu_actors.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_menu_actors.cpp'; fi`
+
+src/guiconv/lam_conv-gc_migration_dialogs.o: src/guiconv/gc_migration_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_migration_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_migration_dialogs.o `test -f 'src/guiconv/gc_migration_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_migration_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_migration_dialogs.cpp' object='src/guiconv/lam_conv-gc_migration_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_migration_dialogs.o `test -f 'src/guiconv/gc_migration_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_migration_dialogs.cpp
+
+src/guiconv/lam_conv-gc_migration_dialogs.obj: src/guiconv/gc_migration_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_migration_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_migration_dialogs.obj `if test -f 'src/guiconv/gc_migration_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_migration_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_migration_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_migration_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_migration_dialogs.cpp' object='src/guiconv/lam_conv-gc_migration_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_migration_dialogs.obj `if test -f 'src/guiconv/gc_migration_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_migration_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_migration_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_migtab.o: src/guiconv/gc_migtab.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_migtab.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Tpo -c -o src/guiconv/lam_conv-gc_migtab.o `test -f 'src/guiconv/gc_migtab.cpp' || echo '$(srcdir)/'`src/guiconv/gc_migtab.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_migtab.cpp' object='src/guiconv/lam_conv-gc_migtab.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_migtab.o `test -f 'src/guiconv/gc_migtab.cpp' || echo '$(srcdir)/'`src/guiconv/gc_migtab.cpp
+
+src/guiconv/lam_conv-gc_migtab.obj: src/guiconv/gc_migtab.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_migtab.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Tpo -c -o src/guiconv/lam_conv-gc_migtab.obj `if test -f 'src/guiconv/gc_migtab.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_migtab.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_migtab.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_migtab.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_migtab.cpp' object='src/guiconv/lam_conv-gc_migtab.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_migtab.obj `if test -f 'src/guiconv/gc_migtab.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_migtab.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_migtab.cpp'; fi`
+
+src/guiconv/lam_conv-gc_panel_dialogs.o: src/guiconv/gc_panel_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_panel_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_panel_dialogs.o `test -f 'src/guiconv/gc_panel_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_panel_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_panel_dialogs.cpp' object='src/guiconv/lam_conv-gc_panel_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_panel_dialogs.o `test -f 'src/guiconv/gc_panel_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_panel_dialogs.cpp
+
+src/guiconv/lam_conv-gc_panel_dialogs.obj: src/guiconv/gc_panel_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_panel_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_panel_dialogs.obj `if test -f 'src/guiconv/gc_panel_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_panel_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_panel_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_panel_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_panel_dialogs.cpp' object='src/guiconv/lam_conv-gc_panel_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_panel_dialogs.obj `if test -f 'src/guiconv/gc_panel_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_panel_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_panel_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_parent_dialogs.o: src/guiconv/gc_parent_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_parent_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_parent_dialogs.o `test -f 'src/guiconv/gc_parent_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_parent_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_parent_dialogs.cpp' object='src/guiconv/lam_conv-gc_parent_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_parent_dialogs.o `test -f 'src/guiconv/gc_parent_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_parent_dialogs.cpp
+
+src/guiconv/lam_conv-gc_parent_dialogs.obj: src/guiconv/gc_parent_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_parent_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_parent_dialogs.obj `if test -f 'src/guiconv/gc_parent_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_parent_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_parent_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_parent_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_parent_dialogs.cpp' object='src/guiconv/lam_conv-gc_parent_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_parent_dialogs.obj `if test -f 'src/guiconv/gc_parent_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_parent_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_parent_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_population_dialogs.o: src/guiconv/gc_population_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_population_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_population_dialogs.o `test -f 'src/guiconv/gc_population_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_population_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_population_dialogs.cpp' object='src/guiconv/lam_conv-gc_population_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_population_dialogs.o `test -f 'src/guiconv/gc_population_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_population_dialogs.cpp
+
+src/guiconv/lam_conv-gc_population_dialogs.obj: src/guiconv/gc_population_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_population_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_population_dialogs.obj `if test -f 'src/guiconv/gc_population_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_population_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_population_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_population_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_population_dialogs.cpp' object='src/guiconv/lam_conv-gc_population_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_population_dialogs.obj `if test -f 'src/guiconv/gc_population_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_population_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_population_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_region_dialogs.o: src/guiconv/gc_region_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_region_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_region_dialogs.o `test -f 'src/guiconv/gc_region_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_region_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_region_dialogs.cpp' object='src/guiconv/lam_conv-gc_region_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_region_dialogs.o `test -f 'src/guiconv/gc_region_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_region_dialogs.cpp
+
+src/guiconv/lam_conv-gc_region_dialogs.obj: src/guiconv/gc_region_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_region_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_region_dialogs.obj `if test -f 'src/guiconv/gc_region_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_region_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_region_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_region_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_region_dialogs.cpp' object='src/guiconv/lam_conv-gc_region_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_region_dialogs.obj `if test -f 'src/guiconv/gc_region_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_region_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_region_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-gc_trait_dialogs.o: src/guiconv/gc_trait_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_trait_dialogs.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_trait_dialogs.o `test -f 'src/guiconv/gc_trait_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_trait_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_trait_dialogs.cpp' object='src/guiconv/lam_conv-gc_trait_dialogs.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_trait_dialogs.o `test -f 'src/guiconv/gc_trait_dialogs.cpp' || echo '$(srcdir)/'`src/guiconv/gc_trait_dialogs.cpp
+
+src/guiconv/lam_conv-gc_trait_dialogs.obj: src/guiconv/gc_trait_dialogs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-gc_trait_dialogs.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Tpo -c -o src/guiconv/lam_conv-gc_trait_dialogs.obj `if test -f 'src/guiconv/gc_trait_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_trait_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_trait_dialogs.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Tpo src/guiconv/$(DEPDIR)/lam_conv-gc_trait_dialogs.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/gc_trait_dialogs.cpp' object='src/guiconv/lam_conv-gc_trait_dialogs.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-gc_trait_dialogs.obj `if test -f 'src/guiconv/gc_trait_dialogs.cpp'; then $(CYGPATH_W) 'src/guiconv/gc_trait_dialogs.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/gc_trait_dialogs.cpp'; fi`
+
+src/guiconv/lam_conv-guiconverter.o: src/guiconv/guiconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-guiconverter.o -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Tpo -c -o src/guiconv/lam_conv-guiconverter.o `test -f 'src/guiconv/guiconverter.cpp' || echo '$(srcdir)/'`src/guiconv/guiconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Tpo src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/guiconverter.cpp' object='src/guiconv/lam_conv-guiconverter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-guiconverter.o `test -f 'src/guiconv/guiconverter.cpp' || echo '$(srcdir)/'`src/guiconv/guiconverter.cpp
+
+src/guiconv/lam_conv-guiconverter.obj: src/guiconv/guiconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/guiconv/lam_conv-guiconverter.obj -MD -MP -MF src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Tpo -c -o src/guiconv/lam_conv-guiconverter.obj `if test -f 'src/guiconv/guiconverter.cpp'; then $(CYGPATH_W) 'src/guiconv/guiconverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/guiconverter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Tpo src/guiconv/$(DEPDIR)/lam_conv-guiconverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/guiconv/guiconverter.cpp' object='src/guiconv/lam_conv-guiconverter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/guiconv/lam_conv-guiconverter.obj `if test -f 'src/guiconv/guiconverter.cpp'; then $(CYGPATH_W) 'src/guiconv/guiconverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/guiconv/guiconverter.cpp'; fi`
+
+src/bayeslike/lamarc-bayesanalyzer_1d.o: src/bayeslike/bayesanalyzer_1d.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/bayeslike/lamarc-bayesanalyzer_1d.o -MD -MP -MF src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Tpo -c -o src/bayeslike/lamarc-bayesanalyzer_1d.o `test -f 'src/bayeslike/bayesanalyzer_1d.cpp' || echo '$(srcdir)/'`src/bayeslike/bayesanalyzer_1d.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Tpo src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/bayeslike/bayesanalyzer_1d.cpp' object='src/bayeslike/lamarc-bayesanalyzer_1d.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/bayeslike/lamarc-bayesanalyzer_1d.o `test -f 'src/bayeslike/bayesanalyzer_1d.cpp' || echo '$(srcdir)/'`src/bayeslike/bayesanalyzer_1d.cpp
+
+src/bayeslike/lamarc-bayesanalyzer_1d.obj: src/bayeslike/bayesanalyzer_1d.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/bayeslike/lamarc-bayesanalyzer_1d.obj -MD -MP -MF src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Tpo -c -o src/bayeslike/lamarc-bayesanalyzer_1d.obj `if test -f 'src/bayeslike/bayesanalyzer_1d.cpp'; then $(CYGPATH_W) 'src/bayeslike/bayesanalyzer_1d.cpp'; else $(CYGPATH_W) '$(srcdir)/src/bayeslike/bayesanalyzer_1d.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Tpo src/bayeslike/$(DEPDIR)/lamarc-bayesanalyzer_1d.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/bayeslike/bayesanalyzer_1d.cpp' object='src/bayeslike/lamarc-bayesanalyzer_1d.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/bayeslike/lamarc-bayesanalyzer_1d.obj `if test -f 'src/bayeslike/bayesanalyzer_1d.cpp'; then $(CYGPATH_W) 'src/bayeslike/bayesanalyzer_1d.cpp'; else $(CYGPATH_W) '$(srcdir)/src/bayeslike/bayesanalyzer_1d.cpp'; fi`
+
+src/bayeslike/lamarc-bayescurve.o: src/bayeslike/bayescurve.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/bayeslike/lamarc-bayescurve.o -MD -MP -MF src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Tpo -c -o src/bayeslike/lamarc-bayescurve.o `test -f 'src/bayeslike/bayescurve.cpp' || echo '$(srcdir)/'`src/bayeslike/bayescurve.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Tpo src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/bayeslike/bayescurve.cpp' object='src/bayeslike/lamarc-bayescurve.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/bayeslike/lamarc-bayescurve.o `test -f 'src/bayeslike/bayescurve.cpp' || echo '$(srcdir)/'`src/bayeslike/bayescurve.cpp
+
+src/bayeslike/lamarc-bayescurve.obj: src/bayeslike/bayescurve.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/bayeslike/lamarc-bayescurve.obj -MD -MP -MF src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Tpo -c -o src/bayeslike/lamarc-bayescurve.obj `if test -f 'src/bayeslike/bayescurve.cpp'; then $(CYGPATH_W) 'src/bayeslike/bayescurve.cpp'; else $(CYGPATH_W) '$(srcdir)/src/bayeslike/bayescurve.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Tpo src/bayeslike/$(DEPDIR)/lamarc-bayescurve.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/bayeslike/bayescurve.cpp' object='src/bayeslike/lamarc-bayescurve.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/bayeslike/lamarc-bayescurve.obj `if test -f 'src/bayeslike/bayescurve.cpp'; then $(CYGPATH_W) 'src/bayeslike/bayescurve.cpp'; else $(CYGPATH_W) '$(srcdir)/src/bayeslike/bayescurve.cpp'; fi`
+
+src/bayeslike/lamarc-bayesparamlike_1d.o: src/bayeslike/bayesparamlike_1d.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/bayeslike/lamarc-bayesparamlike_1d.o -MD -MP -MF src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Tpo -c -o src/bayeslike/lamarc-bayesparamlike_1d.o `test -f 'src/bayeslike/bayesparamlike_1d.cpp' || echo '$(srcdir)/'`src/bayeslike/bayesparamlike_1d.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Tpo src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/bayeslike/bayesparamlike_1d.cpp' object='src/bayeslike/lamarc-bayesparamlike_1d.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/bayeslike/lamarc-bayesparamlike_1d.o `test -f 'src/bayeslike/bayesparamlike_1d.cpp' || echo '$(srcdir)/'`src/bayeslike/bayesparamlike_1d.cpp
+
+src/bayeslike/lamarc-bayesparamlike_1d.obj: src/bayeslike/bayesparamlike_1d.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/bayeslike/lamarc-bayesparamlike_1d.obj -MD -MP -MF src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Tpo -c -o src/bayeslike/lamarc-bayesparamlike_1d.obj `if test -f 'src/bayeslike/bayesparamlike_1d.cpp'; then $(CYGPATH_W) 'src/bayeslike/bayesparamlike_1d.cpp'; else $(CYGPATH_W) '$(srcdir)/src/bayeslike/bayesparamlike_1d.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Tpo src/bayeslike/$(DEPDIR)/lamarc-bayesparamlike_1d.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/bayeslike/bayesparamlike_1d.cpp' object='src/bayeslike/lamarc-bayesparamlike_1d.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/bayeslike/lamarc-bayesparamlike_1d.obj `if test -f 'src/bayeslike/bayesparamlike_1d.cpp'; then $(CYGPATH_W) 'src/bayeslike/bayesparamlike_1d.cpp'; else $(CYGPATH_W) '$(srcdir)/src/bayeslike/bayesparamlike_1d.cpp'; fi`
+
+src/control/lamarc-chainmanager.o: src/control/chainmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainmanager.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainmanager.Tpo -c -o src/control/lamarc-chainmanager.o `test -f 'src/control/chainmanager.cpp' || echo '$(srcdir)/'`src/control/chainmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainmanager.Tpo src/control/$(DEPDIR)/lamarc-chainmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainmanager.cpp' object='src/control/lamarc-chainmanager.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainmanager.o `test -f 'src/control/chainmanager.cpp' || echo '$(srcdir)/'`src/control/chainmanager.cpp
+
+src/control/lamarc-chainmanager.obj: src/control/chainmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainmanager.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainmanager.Tpo -c -o src/control/lamarc-chainmanager.obj `if test -f 'src/control/chainmanager.cpp'; then $(CYGPATH_W) 'src/control/chainmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainmanager.Tpo src/control/$(DEPDIR)/lamarc-chainmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainmanager.cpp' object='src/control/lamarc-chainmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainmanager.obj `if test -f 'src/control/chainmanager.cpp'; then $(CYGPATH_W) 'src/control/chainmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainmanager.cpp'; fi`
+
+src/control/lamarc-chainout.o: src/control/chainout.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainout.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainout.Tpo -c -o src/control/lamarc-chainout.o `test -f 'src/control/chainout.cpp' || echo '$(srcdir)/'`src/control/chainout.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainout.Tpo src/control/$(DEPDIR)/lamarc-chainout.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainout.cpp' object='src/control/lamarc-chainout.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainout.o `test -f 'src/control/chainout.cpp' || echo '$(srcdir)/'`src/control/chainout.cpp
+
+src/control/lamarc-chainout.obj: src/control/chainout.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainout.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainout.Tpo -c -o src/control/lamarc-chainout.obj `if test -f 'src/control/chainout.cpp'; then $(CYGPATH_W) 'src/control/chainout.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainout.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainout.Tpo src/control/$(DEPDIR)/lamarc-chainout.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainout.cpp' object='src/control/lamarc-chainout.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainout.obj `if test -f 'src/control/chainout.cpp'; then $(CYGPATH_W) 'src/control/chainout.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainout.cpp'; fi`
+
+src/control/lamarc-chainpack.o: src/control/chainpack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainpack.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainpack.Tpo -c -o src/control/lamarc-chainpack.o `test -f 'src/control/chainpack.cpp' || echo '$(srcdir)/'`src/control/chainpack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainpack.Tpo src/control/$(DEPDIR)/lamarc-chainpack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainpack.cpp' object='src/control/lamarc-chainpack.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainpack.o `test -f 'src/control/chainpack.cpp' || echo '$(srcdir)/'`src/control/chainpack.cpp
+
+src/control/lamarc-chainpack.obj: src/control/chainpack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainpack.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainpack.Tpo -c -o src/control/lamarc-chainpack.obj `if test -f 'src/control/chainpack.cpp'; then $(CYGPATH_W) 'src/control/chainpack.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainpack.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainpack.Tpo src/control/$(DEPDIR)/lamarc-chainpack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainpack.cpp' object='src/control/lamarc-chainpack.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainpack.obj `if test -f 'src/control/chainpack.cpp'; then $(CYGPATH_W) 'src/control/chainpack.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainpack.cpp'; fi`
+
+src/control/lamarc-chainparam.o: src/control/chainparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainparam.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainparam.Tpo -c -o src/control/lamarc-chainparam.o `test -f 'src/control/chainparam.cpp' || echo '$(srcdir)/'`src/control/chainparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainparam.Tpo src/control/$(DEPDIR)/lamarc-chainparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainparam.cpp' object='src/control/lamarc-chainparam.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainparam.o `test -f 'src/control/chainparam.cpp' || echo '$(srcdir)/'`src/control/chainparam.cpp
+
+src/control/lamarc-chainparam.obj: src/control/chainparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-chainparam.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-chainparam.Tpo -c -o src/control/lamarc-chainparam.obj `if test -f 'src/control/chainparam.cpp'; then $(CYGPATH_W) 'src/control/chainparam.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainparam.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-chainparam.Tpo src/control/$(DEPDIR)/lamarc-chainparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/chainparam.cpp' object='src/control/lamarc-chainparam.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-chainparam.obj `if test -f 'src/control/chainparam.cpp'; then $(CYGPATH_W) 'src/control/chainparam.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/chainparam.cpp'; fi`
+
+src/control/lamarc-constants.o: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-constants.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-constants.Tpo -c -o src/control/lamarc-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-constants.Tpo src/control/$(DEPDIR)/lamarc-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/lamarc-constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+
+src/control/lamarc-constants.obj: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-constants.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-constants.Tpo -c -o src/control/lamarc-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-constants.Tpo src/control/$(DEPDIR)/lamarc-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/lamarc-constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+
+src/control/lamarc-defaults.o: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-defaults.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-defaults.Tpo -c -o src/control/lamarc-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-defaults.Tpo src/control/$(DEPDIR)/lamarc-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/lamarc-defaults.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+
+src/control/lamarc-defaults.obj: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-defaults.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-defaults.Tpo -c -o src/control/lamarc-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-defaults.Tpo src/control/$(DEPDIR)/lamarc-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/lamarc-defaults.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+
+src/control/lamarc-dynatracer.o: src/control/dynatracer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-dynatracer.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-dynatracer.Tpo -c -o src/control/lamarc-dynatracer.o `test -f 'src/control/dynatracer.cpp' || echo '$(srcdir)/'`src/control/dynatracer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-dynatracer.Tpo src/control/$(DEPDIR)/lamarc-dynatracer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/dynatracer.cpp' object='src/control/lamarc-dynatracer.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-dynatracer.o `test -f 'src/control/dynatracer.cpp' || echo '$(srcdir)/'`src/control/dynatracer.cpp
+
+src/control/lamarc-dynatracer.obj: src/control/dynatracer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-dynatracer.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-dynatracer.Tpo -c -o src/control/lamarc-dynatracer.obj `if test -f 'src/control/dynatracer.cpp'; then $(CYGPATH_W) 'src/control/dynatracer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/dynatracer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-dynatracer.Tpo src/control/$(DEPDIR)/lamarc-dynatracer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/dynatracer.cpp' object='src/control/lamarc-dynatracer.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-dynatracer.obj `if test -f 'src/control/dynatracer.cpp'; then $(CYGPATH_W) 'src/control/dynatracer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/dynatracer.cpp'; fi`
+
+src/control/lamarc-errhandling.o: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-errhandling.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-errhandling.Tpo -c -o src/control/lamarc-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-errhandling.Tpo src/control/$(DEPDIR)/lamarc-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/lamarc-errhandling.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+
+src/control/lamarc-errhandling.obj: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-errhandling.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-errhandling.Tpo -c -o src/control/lamarc-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-errhandling.Tpo src/control/$(DEPDIR)/lamarc-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/lamarc-errhandling.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+
+src/control/lamarc-lamarc.o: src/control/lamarc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-lamarc.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-lamarc.Tpo -c -o src/control/lamarc-lamarc.o `test -f 'src/control/lamarc.cpp' || echo '$(srcdir)/'`src/control/lamarc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-lamarc.Tpo src/control/$(DEPDIR)/lamarc-lamarc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/lamarc.cpp' object='src/control/lamarc-lamarc.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-lamarc.o `test -f 'src/control/lamarc.cpp' || echo '$(srcdir)/'`src/control/lamarc.cpp
+
+src/control/lamarc-lamarc.obj: src/control/lamarc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-lamarc.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-lamarc.Tpo -c -o src/control/lamarc-lamarc.obj `if test -f 'src/control/lamarc.cpp'; then $(CYGPATH_W) 'src/control/lamarc.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/lamarc.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-lamarc.Tpo src/control/$(DEPDIR)/lamarc-lamarc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/lamarc.cpp' object='src/control/lamarc-lamarc.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-lamarc.obj `if test -f 'src/control/lamarc.cpp'; then $(CYGPATH_W) 'src/control/lamarc.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/lamarc.cpp'; fi`
+
+src/control/lamarc-regiongammainfo.o: src/control/regiongammainfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-regiongammainfo.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-regiongammainfo.Tpo -c -o src/control/lamarc-regiongammainfo.o `test -f 'src/control/regiongammainfo.cpp' || echo '$(srcdir)/'`src/control/regiongammainfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-regiongammainfo.Tpo src/control/$(DEPDIR)/lamarc-regiongammainfo.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/regiongammainfo.cpp' object='src/control/lamarc-regiongammainfo.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-regiongammainfo.o `test -f 'src/control/regiongammainfo.cpp' || echo '$(srcdir)/'`src/control/regiongammainfo.cpp
+
+src/control/lamarc-regiongammainfo.obj: src/control/regiongammainfo.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-regiongammainfo.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-regiongammainfo.Tpo -c -o src/control/lamarc-regiongammainfo.obj `if test -f 'src/control/regiongammainfo.cpp'; then $(CYGPATH_W) 'src/control/regiongammainfo.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/regiongammainfo.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-regiongammainfo.Tpo src/control/$(DEPDIR)/lamarc-regiongammainfo.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/regiongammainfo.cpp' object='src/control/lamarc-regiongammainfo.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-regiongammainfo.obj `if test -f 'src/control/regiongammainfo.cpp'; then $(CYGPATH_W) 'src/control/regiongammainfo.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/regiongammainfo.cpp'; fi`
+
+src/control/lamarc-registry.o: src/control/registry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-registry.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-registry.Tpo -c -o src/control/lamarc-registry.o `test -f 'src/control/registry.cpp' || echo '$(srcdir)/'`src/control/registry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-registry.Tpo src/control/$(DEPDIR)/lamarc-registry.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/registry.cpp' object='src/control/lamarc-registry.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-registry.o `test -f 'src/control/registry.cpp' || echo '$(srcdir)/'`src/control/registry.cpp
+
+src/control/lamarc-registry.obj: src/control/registry.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-registry.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-registry.Tpo -c -o src/control/lamarc-registry.obj `if test -f 'src/control/registry.cpp'; then $(CYGPATH_W) 'src/control/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/registry.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-registry.Tpo src/control/$(DEPDIR)/lamarc-registry.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/registry.cpp' object='src/control/lamarc-registry.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-registry.obj `if test -f 'src/control/registry.cpp'; then $(CYGPATH_W) 'src/control/registry.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/registry.cpp'; fi`
+
+src/control/lamarc-sumfilehandler.o: src/control/sumfilehandler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-sumfilehandler.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-sumfilehandler.Tpo -c -o src/control/lamarc-sumfilehandler.o `test -f 'src/control/sumfilehandler.cpp' || echo '$(srcdir)/'`src/control/sumfilehandler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-sumfilehandler.Tpo src/control/$(DEPDIR)/lamarc-sumfilehandler.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/sumfilehandler.cpp' object='src/control/lamarc-sumfilehandler.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-sumfilehandler.o `test -f 'src/control/sumfilehandler.cpp' || echo '$(srcdir)/'`src/control/sumfilehandler.cpp
+
+src/control/lamarc-sumfilehandler.obj: src/control/sumfilehandler.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-sumfilehandler.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-sumfilehandler.Tpo -c -o src/control/lamarc-sumfilehandler.obj `if test -f 'src/control/sumfilehandler.cpp'; then $(CYGPATH_W) 'src/control/sumfilehandler.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/sumfilehandler.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-sumfilehandler.Tpo src/control/$(DEPDIR)/lamarc-sumfilehandler.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/sumfilehandler.cpp' object='src/control/lamarc-sumfilehandler.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-sumfilehandler.obj `if test -f 'src/control/sumfilehandler.cpp'; then $(CYGPATH_W) 'src/control/sumfilehandler.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/sumfilehandler.cpp'; fi`
+
+src/control/lamarc-userparam.o: src/control/userparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-userparam.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-userparam.Tpo -c -o src/control/lamarc-userparam.o `test -f 'src/control/userparam.cpp' || echo '$(srcdir)/'`src/control/userparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-userparam.Tpo src/control/$(DEPDIR)/lamarc-userparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/userparam.cpp' object='src/control/lamarc-userparam.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-userparam.o `test -f 'src/control/userparam.cpp' || echo '$(srcdir)/'`src/control/userparam.cpp
+
+src/control/lamarc-userparam.obj: src/control/userparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-userparam.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-userparam.Tpo -c -o src/control/lamarc-userparam.obj `if test -f 'src/control/userparam.cpp'; then $(CYGPATH_W) 'src/control/userparam.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/userparam.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-userparam.Tpo src/control/$(DEPDIR)/lamarc-userparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/userparam.cpp' object='src/control/lamarc-userparam.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-userparam.obj `if test -f 'src/control/userparam.cpp'; then $(CYGPATH_W) 'src/control/userparam.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/userparam.cpp'; fi`
+
+src/control/lamarc-xmlsum_strings.o: src/control/xmlsum_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-xmlsum_strings.o -MD -MP -MF src/control/$(DEPDIR)/lamarc-xmlsum_strings.Tpo -c -o src/control/lamarc-xmlsum_strings.o `test -f 'src/control/xmlsum_strings.cpp' || echo '$(srcdir)/'`src/control/xmlsum_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-xmlsum_strings.Tpo src/control/$(DEPDIR)/lamarc-xmlsum_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/xmlsum_strings.cpp' object='src/control/lamarc-xmlsum_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-xmlsum_strings.o `test -f 'src/control/xmlsum_strings.cpp' || echo '$(srcdir)/'`src/control/xmlsum_strings.cpp
+
+src/control/lamarc-xmlsum_strings.obj: src/control/xmlsum_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/control/lamarc-xmlsum_strings.obj -MD -MP -MF src/control/$(DEPDIR)/lamarc-xmlsum_strings.Tpo -c -o src/control/lamarc-xmlsum_strings.obj `if test -f 'src/control/xmlsum_strings.cpp'; then $(CYGPATH_W) 'src/control/xmlsum_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/xmlsum_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/lamarc-xmlsum_strings.Tpo src/control/$(DEPDIR)/lamarc-xmlsum_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/xmlsum_strings.cpp' object='src/control/lamarc-xmlsum_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/control/lamarc-xmlsum_strings.obj `if test -f 'src/control/xmlsum_strings.cpp'; then $(CYGPATH_W) 'src/control/xmlsum_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/xmlsum_strings.cpp'; fi`
+
+src/datalike/lamarc-calculators.o: src/datalike/calculators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-calculators.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-calculators.Tpo -c -o src/datalike/lamarc-calculators.o `test -f 'src/datalike/calculators.cpp' || echo '$(srcdir)/'`src/datalike/calculators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-calculators.Tpo src/datalike/$(DEPDIR)/lamarc-calculators.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/calculators.cpp' object='src/datalike/lamarc-calculators.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-calculators.o `test -f 'src/datalike/calculators.cpp' || echo '$(srcdir)/'`src/datalike/calculators.cpp
+
+src/datalike/lamarc-calculators.obj: src/datalike/calculators.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-calculators.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-calculators.Tpo -c -o src/datalike/lamarc-calculators.obj `if test -f 'src/datalike/calculators.cpp'; then $(CYGPATH_W) 'src/datalike/calculators.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/calculators.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-calculators.Tpo src/datalike/$(DEPDIR)/lamarc-calculators.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/calculators.cpp' object='src/datalike/lamarc-calculators.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-calculators.obj `if test -f 'src/datalike/calculators.cpp'; then $(CYGPATH_W) 'src/datalike/calculators.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/calculators.cpp'; fi`
+
+src/datalike/lamarc-datapack.o: src/datalike/datapack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-datapack.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-datapack.Tpo -c -o src/datalike/lamarc-datapack.o `test -f 'src/datalike/datapack.cpp' || echo '$(srcdir)/'`src/datalike/datapack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-datapack.Tpo src/datalike/$(DEPDIR)/lamarc-datapack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/datapack.cpp' object='src/datalike/lamarc-datapack.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-datapack.o `test -f 'src/datalike/datapack.cpp' || echo '$(srcdir)/'`src/datalike/datapack.cpp
+
+src/datalike/lamarc-datapack.obj: src/datalike/datapack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-datapack.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-datapack.Tpo -c -o src/datalike/lamarc-datapack.obj `if test -f 'src/datalike/datapack.cpp'; then $(CYGPATH_W) 'src/datalike/datapack.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/datapack.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-datapack.Tpo src/datalike/$(DEPDIR)/lamarc-datapack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/datapack.cpp' object='src/datalike/lamarc-datapack.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-datapack.obj `if test -f 'src/datalike/datapack.cpp'; then $(CYGPATH_W) 'src/datalike/datapack.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/datapack.cpp'; fi`
+
+src/datalike/lamarc-datatype.o: src/datalike/datatype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-datatype.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-datatype.Tpo -c -o src/datalike/lamarc-datatype.o `test -f 'src/datalike/datatype.cpp' || echo '$(srcdir)/'`src/datalike/datatype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-datatype.Tpo src/datalike/$(DEPDIR)/lamarc-datatype.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/datatype.cpp' object='src/datalike/lamarc-datatype.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-datatype.o `test -f 'src/datalike/datatype.cpp' || echo '$(srcdir)/'`src/datalike/datatype.cpp
+
+src/datalike/lamarc-datatype.obj: src/datalike/datatype.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-datatype.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-datatype.Tpo -c -o src/datalike/lamarc-datatype.obj `if test -f 'src/datalike/datatype.cpp'; then $(CYGPATH_W) 'src/datalike/datatype.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/datatype.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-datatype.Tpo src/datalike/$(DEPDIR)/lamarc-datatype.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/datatype.cpp' object='src/datalike/lamarc-datatype.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-datatype.obj `if test -f 'src/datalike/datatype.cpp'; then $(CYGPATH_W) 'src/datalike/datatype.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/datatype.cpp'; fi`
+
+src/datalike/lamarc-dlcalc.o: src/datalike/dlcalc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-dlcalc.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-dlcalc.Tpo -c -o src/datalike/lamarc-dlcalc.o `test -f 'src/datalike/dlcalc.cpp' || echo '$(srcdir)/'`src/datalike/dlcalc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-dlcalc.Tpo src/datalike/$(DEPDIR)/lamarc-dlcalc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/dlcalc.cpp' object='src/datalike/lamarc-dlcalc.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-dlcalc.o `test -f 'src/datalike/dlcalc.cpp' || echo '$(srcdir)/'`src/datalike/dlcalc.cpp
+
+src/datalike/lamarc-dlcalc.obj: src/datalike/dlcalc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-dlcalc.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-dlcalc.Tpo -c -o src/datalike/lamarc-dlcalc.obj `if test -f 'src/datalike/dlcalc.cpp'; then $(CYGPATH_W) 'src/datalike/dlcalc.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/dlcalc.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-dlcalc.Tpo src/datalike/$(DEPDIR)/lamarc-dlcalc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/dlcalc.cpp' object='src/datalike/lamarc-dlcalc.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-dlcalc.obj `if test -f 'src/datalike/dlcalc.cpp'; then $(CYGPATH_W) 'src/datalike/dlcalc.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/dlcalc.cpp'; fi`
+
+src/datalike/lamarc-dlcell.o: src/datalike/dlcell.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-dlcell.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-dlcell.Tpo -c -o src/datalike/lamarc-dlcell.o `test -f 'src/datalike/dlcell.cpp' || echo '$(srcdir)/'`src/datalike/dlcell.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-dlcell.Tpo src/datalike/$(DEPDIR)/lamarc-dlcell.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/dlcell.cpp' object='src/datalike/lamarc-dlcell.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-dlcell.o `test -f 'src/datalike/dlcell.cpp' || echo '$(srcdir)/'`src/datalike/dlcell.cpp
+
+src/datalike/lamarc-dlcell.obj: src/datalike/dlcell.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-dlcell.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-dlcell.Tpo -c -o src/datalike/lamarc-dlcell.obj `if test -f 'src/datalike/dlcell.cpp'; then $(CYGPATH_W) 'src/datalike/dlcell.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/dlcell.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-dlcell.Tpo src/datalike/$(DEPDIR)/lamarc-dlcell.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/dlcell.cpp' object='src/datalike/lamarc-dlcell.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-dlcell.obj `if test -f 'src/datalike/dlcell.cpp'; then $(CYGPATH_W) 'src/datalike/dlcell.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/dlcell.cpp'; fi`
+
+src/datalike/lamarc-cellmanager.o: src/datalike/cellmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-cellmanager.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-cellmanager.Tpo -c -o src/datalike/lamarc-cellmanager.o `test -f 'src/datalike/cellmanager.cpp' || echo '$(srcdir)/'`src/datalike/cellmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-cellmanager.Tpo src/datalike/$(DEPDIR)/lamarc-cellmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/cellmanager.cpp' object='src/datalike/lamarc-cellmanager.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-cellmanager.o `test -f 'src/datalike/cellmanager.cpp' || echo '$(srcdir)/'`src/datalike/cellmanager.cpp
+
+src/datalike/lamarc-cellmanager.obj: src/datalike/cellmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-cellmanager.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-cellmanager.Tpo -c -o src/datalike/lamarc-cellmanager.obj `if test -f 'src/datalike/cellmanager.cpp'; then $(CYGPATH_W) 'src/datalike/cellmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/cellmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-cellmanager.Tpo src/datalike/$(DEPDIR)/lamarc-cellmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/cellmanager.cpp' object='src/datalike/lamarc-cellmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-cellmanager.obj `if test -f 'src/datalike/cellmanager.cpp'; then $(CYGPATH_W) 'src/datalike/cellmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/cellmanager.cpp'; fi`
+
+src/datalike/lamarc-dlmodel.o: src/datalike/dlmodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-dlmodel.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-dlmodel.Tpo -c -o src/datalike/lamarc-dlmodel.o `test -f 'src/datalike/dlmodel.cpp' || echo '$(srcdir)/'`src/datalike/dlmodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-dlmodel.Tpo src/datalike/$(DEPDIR)/lamarc-dlmodel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/dlmodel.cpp' object='src/datalike/lamarc-dlmodel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-dlmodel.o `test -f 'src/datalike/dlmodel.cpp' || echo '$(srcdir)/'`src/datalike/dlmodel.cpp
+
+src/datalike/lamarc-dlmodel.obj: src/datalike/dlmodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-dlmodel.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-dlmodel.Tpo -c -o src/datalike/lamarc-dlmodel.obj `if test -f 'src/datalike/dlmodel.cpp'; then $(CYGPATH_W) 'src/datalike/dlmodel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/dlmodel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-dlmodel.Tpo src/datalike/$(DEPDIR)/lamarc-dlmodel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/dlmodel.cpp' object='src/datalike/lamarc-dlmodel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-dlmodel.obj `if test -f 'src/datalike/dlmodel.cpp'; then $(CYGPATH_W) 'src/datalike/dlmodel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/dlmodel.cpp'; fi`
+
+src/datalike/lamarc-funcMax.o: src/datalike/funcMax.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-funcMax.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-funcMax.Tpo -c -o src/datalike/lamarc-funcMax.o `test -f 'src/datalike/funcMax.cpp' || echo '$(srcdir)/'`src/datalike/funcMax.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-funcMax.Tpo src/datalike/$(DEPDIR)/lamarc-funcMax.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/funcMax.cpp' object='src/datalike/lamarc-funcMax.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-funcMax.o `test -f 'src/datalike/funcMax.cpp' || echo '$(srcdir)/'`src/datalike/funcMax.cpp
+
+src/datalike/lamarc-funcMax.obj: src/datalike/funcMax.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-funcMax.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-funcMax.Tpo -c -o src/datalike/lamarc-funcMax.obj `if test -f 'src/datalike/funcMax.cpp'; then $(CYGPATH_W) 'src/datalike/funcMax.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/funcMax.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-funcMax.Tpo src/datalike/$(DEPDIR)/lamarc-funcMax.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/funcMax.cpp' object='src/datalike/lamarc-funcMax.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-funcMax.obj `if test -f 'src/datalike/funcMax.cpp'; then $(CYGPATH_W) 'src/datalike/funcMax.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/funcMax.cpp'; fi`
+
+src/datalike/lamarc-haplotypes.o: src/datalike/haplotypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-haplotypes.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-haplotypes.Tpo -c -o src/datalike/lamarc-haplotypes.o `test -f 'src/datalike/haplotypes.cpp' || echo '$(srcdir)/'`src/datalike/haplotypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-haplotypes.Tpo src/datalike/$(DEPDIR)/lamarc-haplotypes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/haplotypes.cpp' object='src/datalike/lamarc-haplotypes.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-haplotypes.o `test -f 'src/datalike/haplotypes.cpp' || echo '$(srcdir)/'`src/datalike/haplotypes.cpp
+
+src/datalike/lamarc-haplotypes.obj: src/datalike/haplotypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-haplotypes.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-haplotypes.Tpo -c -o src/datalike/lamarc-haplotypes.obj `if test -f 'src/datalike/haplotypes.cpp'; then $(CYGPATH_W) 'src/datalike/haplotypes.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/haplotypes.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-haplotypes.Tpo src/datalike/$(DEPDIR)/lamarc-haplotypes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/haplotypes.cpp' object='src/datalike/lamarc-haplotypes.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-haplotypes.obj `if test -f 'src/datalike/haplotypes.cpp'; then $(CYGPATH_W) 'src/datalike/haplotypes.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/haplotypes.cpp'; fi`
+
+src/datalike/lamarc-locus.o: src/datalike/locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-locus.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-locus.Tpo -c -o src/datalike/lamarc-locus.o `test -f 'src/datalike/locus.cpp' || echo '$(srcdir)/'`src/datalike/locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-locus.Tpo src/datalike/$(DEPDIR)/lamarc-locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/locus.cpp' object='src/datalike/lamarc-locus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-locus.o `test -f 'src/datalike/locus.cpp' || echo '$(srcdir)/'`src/datalike/locus.cpp
+
+src/datalike/lamarc-locus.obj: src/datalike/locus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-locus.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-locus.Tpo -c -o src/datalike/lamarc-locus.obj `if test -f 'src/datalike/locus.cpp'; then $(CYGPATH_W) 'src/datalike/locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/locus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-locus.Tpo src/datalike/$(DEPDIR)/lamarc-locus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/locus.cpp' object='src/datalike/lamarc-locus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-locus.obj `if test -f 'src/datalike/locus.cpp'; then $(CYGPATH_W) 'src/datalike/locus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/locus.cpp'; fi`
+
+src/datalike/lamarc-locuscell.o: src/datalike/locuscell.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-locuscell.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-locuscell.Tpo -c -o src/datalike/lamarc-locuscell.o `test -f 'src/datalike/locuscell.cpp' || echo '$(srcdir)/'`src/datalike/locuscell.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-locuscell.Tpo src/datalike/$(DEPDIR)/lamarc-locuscell.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/locuscell.cpp' object='src/datalike/lamarc-locuscell.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-locuscell.o `test -f 'src/datalike/locuscell.cpp' || echo '$(srcdir)/'`src/datalike/locuscell.cpp
+
+src/datalike/lamarc-locuscell.obj: src/datalike/locuscell.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-locuscell.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-locuscell.Tpo -c -o src/datalike/lamarc-locuscell.obj `if test -f 'src/datalike/locuscell.cpp'; then $(CYGPATH_W) 'src/datalike/locuscell.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/locuscell.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-locuscell.Tpo src/datalike/$(DEPDIR)/lamarc-locuscell.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/locuscell.cpp' object='src/datalike/lamarc-locuscell.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-locuscell.obj `if test -f 'src/datalike/locuscell.cpp'; then $(CYGPATH_W) 'src/datalike/locuscell.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/locuscell.cpp'; fi`
+
+src/datalike/lamarc-phenotypes.o: src/datalike/phenotypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-phenotypes.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-phenotypes.Tpo -c -o src/datalike/lamarc-phenotypes.o `test -f 'src/datalike/phenotypes.cpp' || echo '$(srcdir)/'`src/datalike/phenotypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-phenotypes.Tpo src/datalike/$(DEPDIR)/lamarc-phenotypes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/phenotypes.cpp' object='src/datalike/lamarc-phenotypes.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-phenotypes.o `test -f 'src/datalike/phenotypes.cpp' || echo '$(srcdir)/'`src/datalike/phenotypes.cpp
+
+src/datalike/lamarc-phenotypes.obj: src/datalike/phenotypes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-phenotypes.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-phenotypes.Tpo -c -o src/datalike/lamarc-phenotypes.obj `if test -f 'src/datalike/phenotypes.cpp'; then $(CYGPATH_W) 'src/datalike/phenotypes.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/phenotypes.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-phenotypes.Tpo src/datalike/$(DEPDIR)/lamarc-phenotypes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/phenotypes.cpp' object='src/datalike/lamarc-phenotypes.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-phenotypes.obj `if test -f 'src/datalike/phenotypes.cpp'; then $(CYGPATH_W) 'src/datalike/phenotypes.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/phenotypes.cpp'; fi`
+
+src/datalike/lamarc-region.o: src/datalike/region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-region.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-region.Tpo -c -o src/datalike/lamarc-region.o `test -f 'src/datalike/region.cpp' || echo '$(srcdir)/'`src/datalike/region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-region.Tpo src/datalike/$(DEPDIR)/lamarc-region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/region.cpp' object='src/datalike/lamarc-region.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-region.o `test -f 'src/datalike/region.cpp' || echo '$(srcdir)/'`src/datalike/region.cpp
+
+src/datalike/lamarc-region.obj: src/datalike/region.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-region.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-region.Tpo -c -o src/datalike/lamarc-region.obj `if test -f 'src/datalike/region.cpp'; then $(CYGPATH_W) 'src/datalike/region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/region.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-region.Tpo src/datalike/$(DEPDIR)/lamarc-region.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/region.cpp' object='src/datalike/lamarc-region.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-region.obj `if test -f 'src/datalike/region.cpp'; then $(CYGPATH_W) 'src/datalike/region.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/region.cpp'; fi`
+
+src/datalike/lamarc-tipdata.o: src/datalike/tipdata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-tipdata.o -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-tipdata.Tpo -c -o src/datalike/lamarc-tipdata.o `test -f 'src/datalike/tipdata.cpp' || echo '$(srcdir)/'`src/datalike/tipdata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-tipdata.Tpo src/datalike/$(DEPDIR)/lamarc-tipdata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/tipdata.cpp' object='src/datalike/lamarc-tipdata.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-tipdata.o `test -f 'src/datalike/tipdata.cpp' || echo '$(srcdir)/'`src/datalike/tipdata.cpp
+
+src/datalike/lamarc-tipdata.obj: src/datalike/tipdata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/datalike/lamarc-tipdata.obj -MD -MP -MF src/datalike/$(DEPDIR)/lamarc-tipdata.Tpo -c -o src/datalike/lamarc-tipdata.obj `if test -f 'src/datalike/tipdata.cpp'; then $(CYGPATH_W) 'src/datalike/tipdata.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/tipdata.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/datalike/$(DEPDIR)/lamarc-tipdata.Tpo src/datalike/$(DEPDIR)/lamarc-tipdata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/datalike/tipdata.cpp' object='src/datalike/lamarc-tipdata.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/datalike/lamarc-tipdata.obj `if test -f 'src/datalike/tipdata.cpp'; then $(CYGPATH_W) 'src/datalike/tipdata.cpp'; else $(CYGPATH_W) '$(srcdir)/src/datalike/tipdata.cpp'; fi`
+
+src/force/lamarc-epoch.o: src/force/epoch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-epoch.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-epoch.Tpo -c -o src/force/lamarc-epoch.o `test -f 'src/force/epoch.cpp' || echo '$(srcdir)/'`src/force/epoch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-epoch.Tpo src/force/$(DEPDIR)/lamarc-epoch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/epoch.cpp' object='src/force/lamarc-epoch.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-epoch.o `test -f 'src/force/epoch.cpp' || echo '$(srcdir)/'`src/force/epoch.cpp
+
+src/force/lamarc-epoch.obj: src/force/epoch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-epoch.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-epoch.Tpo -c -o src/force/lamarc-epoch.obj `if test -f 'src/force/epoch.cpp'; then $(CYGPATH_W) 'src/force/epoch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/epoch.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-epoch.Tpo src/force/$(DEPDIR)/lamarc-epoch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/epoch.cpp' object='src/force/lamarc-epoch.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-epoch.obj `if test -f 'src/force/epoch.cpp'; then $(CYGPATH_W) 'src/force/epoch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/epoch.cpp'; fi`
+
+src/force/lamarc-event.o: src/force/event.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-event.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-event.Tpo -c -o src/force/lamarc-event.o `test -f 'src/force/event.cpp' || echo '$(srcdir)/'`src/force/event.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-event.Tpo src/force/$(DEPDIR)/lamarc-event.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/event.cpp' object='src/force/lamarc-event.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-event.o `test -f 'src/force/event.cpp' || echo '$(srcdir)/'`src/force/event.cpp
+
+src/force/lamarc-event.obj: src/force/event.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-event.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-event.Tpo -c -o src/force/lamarc-event.obj `if test -f 'src/force/event.cpp'; then $(CYGPATH_W) 'src/force/event.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/event.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-event.Tpo src/force/$(DEPDIR)/lamarc-event.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/event.cpp' object='src/force/lamarc-event.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-event.obj `if test -f 'src/force/event.cpp'; then $(CYGPATH_W) 'src/force/event.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/event.cpp'; fi`
+
+src/force/lamarc-force.o: src/force/force.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-force.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-force.Tpo -c -o src/force/lamarc-force.o `test -f 'src/force/force.cpp' || echo '$(srcdir)/'`src/force/force.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-force.Tpo src/force/$(DEPDIR)/lamarc-force.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/force.cpp' object='src/force/lamarc-force.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-force.o `test -f 'src/force/force.cpp' || echo '$(srcdir)/'`src/force/force.cpp
+
+src/force/lamarc-force.obj: src/force/force.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-force.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-force.Tpo -c -o src/force/lamarc-force.obj `if test -f 'src/force/force.cpp'; then $(CYGPATH_W) 'src/force/force.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/force.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-force.Tpo src/force/$(DEPDIR)/lamarc-force.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/force.cpp' object='src/force/lamarc-force.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-force.obj `if test -f 'src/force/force.cpp'; then $(CYGPATH_W) 'src/force/force.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/force.cpp'; fi`
+
+src/force/lamarc-forceparam.o: src/force/forceparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-forceparam.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-forceparam.Tpo -c -o src/force/lamarc-forceparam.o `test -f 'src/force/forceparam.cpp' || echo '$(srcdir)/'`src/force/forceparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-forceparam.Tpo src/force/$(DEPDIR)/lamarc-forceparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/forceparam.cpp' object='src/force/lamarc-forceparam.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-forceparam.o `test -f 'src/force/forceparam.cpp' || echo '$(srcdir)/'`src/force/forceparam.cpp
+
+src/force/lamarc-forceparam.obj: src/force/forceparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-forceparam.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-forceparam.Tpo -c -o src/force/lamarc-forceparam.obj `if test -f 'src/force/forceparam.cpp'; then $(CYGPATH_W) 'src/force/forceparam.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/forceparam.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-forceparam.Tpo src/force/$(DEPDIR)/lamarc-forceparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/forceparam.cpp' object='src/force/lamarc-forceparam.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-forceparam.obj `if test -f 'src/force/forceparam.cpp'; then $(CYGPATH_W) 'src/force/forceparam.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/forceparam.cpp'; fi`
+
+src/force/lamarc-forcesummary.o: src/force/forcesummary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-forcesummary.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-forcesummary.Tpo -c -o src/force/lamarc-forcesummary.o `test -f 'src/force/forcesummary.cpp' || echo '$(srcdir)/'`src/force/forcesummary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-forcesummary.Tpo src/force/$(DEPDIR)/lamarc-forcesummary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/forcesummary.cpp' object='src/force/lamarc-forcesummary.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-forcesummary.o `test -f 'src/force/forcesummary.cpp' || echo '$(srcdir)/'`src/force/forcesummary.cpp
+
+src/force/lamarc-forcesummary.obj: src/force/forcesummary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-forcesummary.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-forcesummary.Tpo -c -o src/force/lamarc-forcesummary.obj `if test -f 'src/force/forcesummary.cpp'; then $(CYGPATH_W) 'src/force/forcesummary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/forcesummary.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-forcesummary.Tpo src/force/$(DEPDIR)/lamarc-forcesummary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/forcesummary.cpp' object='src/force/lamarc-forcesummary.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-forcesummary.obj `if test -f 'src/force/forcesummary.cpp'; then $(CYGPATH_W) 'src/force/forcesummary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/forcesummary.cpp'; fi`
+
+src/force/lamarc-priorreport.o: src/force/priorreport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-priorreport.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-priorreport.Tpo -c -o src/force/lamarc-priorreport.o `test -f 'src/force/priorreport.cpp' || echo '$(srcdir)/'`src/force/priorreport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-priorreport.Tpo src/force/$(DEPDIR)/lamarc-priorreport.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/priorreport.cpp' object='src/force/lamarc-priorreport.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-priorreport.o `test -f 'src/force/priorreport.cpp' || echo '$(srcdir)/'`src/force/priorreport.cpp
+
+src/force/lamarc-priorreport.obj: src/force/priorreport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-priorreport.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-priorreport.Tpo -c -o src/force/lamarc-priorreport.obj `if test -f 'src/force/priorreport.cpp'; then $(CYGPATH_W) 'src/force/priorreport.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/priorreport.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-priorreport.Tpo src/force/$(DEPDIR)/lamarc-priorreport.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/priorreport.cpp' object='src/force/lamarc-priorreport.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-priorreport.obj `if test -f 'src/force/priorreport.cpp'; then $(CYGPATH_W) 'src/force/priorreport.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/priorreport.cpp'; fi`
+
+src/force/lamarc-timemanager.o: src/force/timemanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-timemanager.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-timemanager.Tpo -c -o src/force/lamarc-timemanager.o `test -f 'src/force/timemanager.cpp' || echo '$(srcdir)/'`src/force/timemanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-timemanager.Tpo src/force/$(DEPDIR)/lamarc-timemanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/timemanager.cpp' object='src/force/lamarc-timemanager.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-timemanager.o `test -f 'src/force/timemanager.cpp' || echo '$(srcdir)/'`src/force/timemanager.cpp
+
+src/force/lamarc-timemanager.obj: src/force/timemanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-timemanager.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-timemanager.Tpo -c -o src/force/lamarc-timemanager.obj `if test -f 'src/force/timemanager.cpp'; then $(CYGPATH_W) 'src/force/timemanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/timemanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-timemanager.Tpo src/force/$(DEPDIR)/lamarc-timemanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/timemanager.cpp' object='src/force/lamarc-timemanager.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-timemanager.obj `if test -f 'src/force/timemanager.cpp'; then $(CYGPATH_W) 'src/force/timemanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/timemanager.cpp'; fi`
+
+src/force/lamarc-stair.o: src/force/stair.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-stair.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-stair.Tpo -c -o src/force/lamarc-stair.o `test -f 'src/force/stair.cpp' || echo '$(srcdir)/'`src/force/stair.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-stair.Tpo src/force/$(DEPDIR)/lamarc-stair.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/stair.cpp' object='src/force/lamarc-stair.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-stair.o `test -f 'src/force/stair.cpp' || echo '$(srcdir)/'`src/force/stair.cpp
+
+src/force/lamarc-stair.obj: src/force/stair.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-stair.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-stair.Tpo -c -o src/force/lamarc-stair.obj `if test -f 'src/force/stair.cpp'; then $(CYGPATH_W) 'src/force/stair.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/stair.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-stair.Tpo src/force/$(DEPDIR)/lamarc-stair.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/stair.cpp' object='src/force/lamarc-stair.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-stair.obj `if test -f 'src/force/stair.cpp'; then $(CYGPATH_W) 'src/force/stair.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/stair.cpp'; fi`
+
+src/force/lamarc-paramstat.o: src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-paramstat.o -MD -MP -MF src/force/$(DEPDIR)/lamarc-paramstat.Tpo -c -o src/force/lamarc-paramstat.o `test -f 'src/force/paramstat.cpp' || echo '$(srcdir)/'`src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-paramstat.Tpo src/force/$(DEPDIR)/lamarc-paramstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/paramstat.cpp' object='src/force/lamarc-paramstat.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-paramstat.o `test -f 'src/force/paramstat.cpp' || echo '$(srcdir)/'`src/force/paramstat.cpp
+
+src/force/lamarc-paramstat.obj: src/force/paramstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/force/lamarc-paramstat.obj -MD -MP -MF src/force/$(DEPDIR)/lamarc-paramstat.Tpo -c -o src/force/lamarc-paramstat.obj `if test -f 'src/force/paramstat.cpp'; then $(CYGPATH_W) 'src/force/paramstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/paramstat.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/force/$(DEPDIR)/lamarc-paramstat.Tpo src/force/$(DEPDIR)/lamarc-paramstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/force/paramstat.cpp' object='src/force/lamarc-paramstat.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/force/lamarc-paramstat.obj `if test -f 'src/force/paramstat.cpp'; then $(CYGPATH_W) 'src/force/paramstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/force/paramstat.cpp'; fi`
+
+src/lamarcmenus/lamarc-coalmenus.o: src/lamarcmenus/coalmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-coalmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Tpo -c -o src/lamarcmenus/lamarc-coalmenus.o `test -f 'src/lamarcmenus/coalmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/coalmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/coalmenus.cpp' object='src/lamarcmenus/lamarc-coalmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-coalmenus.o `test -f 'src/lamarcmenus/coalmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/coalmenus.cpp
+
+src/lamarcmenus/lamarc-coalmenus.obj: src/lamarcmenus/coalmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-coalmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Tpo -c -o src/lamarcmenus/lamarc-coalmenus.obj `if test -f 'src/lamarcmenus/coalmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/coalmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/coalmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-coalmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/coalmenus.cpp' object='src/lamarcmenus/lamarc-coalmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-coalmenus.obj `if test -f 'src/lamarcmenus/coalmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/coalmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/coalmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-constraintmenus.o: src/lamarcmenus/constraintmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-constraintmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Tpo -c -o src/lamarcmenus/lamarc-constraintmenus.o `test -f 'src/lamarcmenus/constraintmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/constraintmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/constraintmenus.cpp' object='src/lamarcmenus/lamarc-constraintmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-constraintmenus.o `test -f 'src/lamarcmenus/constraintmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/constraintmenus.cpp
+
+src/lamarcmenus/lamarc-constraintmenus.obj: src/lamarcmenus/constraintmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-constraintmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Tpo -c -o src/lamarcmenus/lamarc-constraintmenus.obj `if test -f 'src/lamarcmenus/constraintmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/constraintmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/constraintmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-constraintmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/constraintmenus.cpp' object='src/lamarcmenus/lamarc-constraintmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-constraintmenus.obj `if test -f 'src/lamarcmenus/constraintmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/constraintmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/constraintmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-datafilenamedialog.o: src/lamarcmenus/datafilenamedialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-datafilenamedialog.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Tpo -c -o src/lamarcmenus/lamarc-datafilenamedialog.o `test -f 'src/lamarcmenus/datafilenamedialog.cpp' || echo '$(srcdir)/'`src/lamarcmenus/datafilenamedialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/datafilenamedialog.cpp' object='src/lamarcmenus/lamarc-datafilenamedialog.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-datafilenamedialog.o `test -f 'src/lamarcmenus/datafilenamedialog.cpp' || echo '$(srcdir)/'`src/lamarcmenus/datafilenamedialog.cpp
+
+src/lamarcmenus/lamarc-datafilenamedialog.obj: src/lamarcmenus/datafilenamedialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-datafilenamedialog.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Tpo -c -o src/lamarcmenus/lamarc-datafilenamedialog.obj `if test -f 'src/lamarcmenus/datafilenamedialog.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/datafilenamedialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/datafilenamedialog.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-datafilenamedialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/datafilenamedialog.cpp' object='src/lamarcmenus/lamarc-datafilenamedialog.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-datafilenamedialog.obj `if test -f 'src/lamarcmenus/datafilenamedialog.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/datafilenamedialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/datafilenamedialog.cpp'; fi`
+
+src/lamarcmenus/lamarc-datamodelmenu.o: src/lamarcmenus/datamodelmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-datamodelmenu.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Tpo -c -o src/lamarcmenus/lamarc-datamodelmenu.o `test -f 'src/lamarcmenus/datamodelmenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/datamodelmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/datamodelmenu.cpp' object='src/lamarcmenus/lamarc-datamodelmenu.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-datamodelmenu.o `test -f 'src/lamarcmenus/datamodelmenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/datamodelmenu.cpp
+
+src/lamarcmenus/lamarc-datamodelmenu.obj: src/lamarcmenus/datamodelmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-datamodelmenu.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Tpo -c -o src/lamarcmenus/lamarc-datamodelmenu.obj `if test -f 'src/lamarcmenus/datamodelmenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/datamodelmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/datamodelmenu.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-datamodelmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/datamodelmenu.cpp' object='src/lamarcmenus/lamarc-datamodelmenu.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-datamodelmenu.obj `if test -f 'src/lamarcmenus/datamodelmenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/datamodelmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/datamodelmenu.cpp'; fi`
+
+src/lamarcmenus/lamarc-diseasemenus.o: src/lamarcmenus/diseasemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-diseasemenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Tpo -c -o src/lamarcmenus/lamarc-diseasemenus.o `test -f 'src/lamarcmenus/diseasemenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/diseasemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/diseasemenus.cpp' object='src/lamarcmenus/lamarc-diseasemenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-diseasemenus.o `test -f 'src/lamarcmenus/diseasemenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/diseasemenus.cpp
+
+src/lamarcmenus/lamarc-diseasemenus.obj: src/lamarcmenus/diseasemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-diseasemenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Tpo -c -o src/lamarcmenus/lamarc-diseasemenus.obj `if test -f 'src/lamarcmenus/diseasemenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/diseasemenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/diseasemenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-diseasemenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/diseasemenus.cpp' object='src/lamarcmenus/lamarc-diseasemenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-diseasemenus.obj `if test -f 'src/lamarcmenus/diseasemenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/diseasemenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/diseasemenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-divmenus.o: src/lamarcmenus/divmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-divmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Tpo -c -o src/lamarcmenus/lamarc-divmenus.o `test -f 'src/lamarcmenus/divmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/divmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/divmenus.cpp' object='src/lamarcmenus/lamarc-divmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-divmenus.o `test -f 'src/lamarcmenus/divmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/divmenus.cpp
+
+src/lamarcmenus/lamarc-divmenus.obj: src/lamarcmenus/divmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-divmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Tpo -c -o src/lamarcmenus/lamarc-divmenus.obj `if test -f 'src/lamarcmenus/divmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/divmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/divmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-divmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/divmenus.cpp' object='src/lamarcmenus/lamarc-divmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-divmenus.obj `if test -f 'src/lamarcmenus/divmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/divmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/divmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-divmigmenus.o: src/lamarcmenus/divmigmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-divmigmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Tpo -c -o src/lamarcmenus/lamarc-divmigmenus.o `test -f 'src/lamarcmenus/divmigmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/divmigmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/divmigmenus.cpp' object='src/lamarcmenus/lamarc-divmigmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-divmigmenus.o `test -f 'src/lamarcmenus/divmigmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/divmigmenus.cpp
+
+src/lamarcmenus/lamarc-divmigmenus.obj: src/lamarcmenus/divmigmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-divmigmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Tpo -c -o src/lamarcmenus/lamarc-divmigmenus.obj `if test -f 'src/lamarcmenus/divmigmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/divmigmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/divmigmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-divmigmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/divmigmenus.cpp' object='src/lamarcmenus/lamarc-divmigmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-divmigmenus.obj `if test -f 'src/lamarcmenus/divmigmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/divmigmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/divmigmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-forcesmenus.o: src/lamarcmenus/forcesmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-forcesmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Tpo -c -o src/lamarcmenus/lamarc-forcesmenus.o `test -f 'src/lamarcmenus/forcesmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/forcesmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/forcesmenus.cpp' object='src/lamarcmenus/lamarc-forcesmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-forcesmenus.o `test -f 'src/lamarcmenus/forcesmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/forcesmenus.cpp
+
+src/lamarcmenus/lamarc-forcesmenus.obj: src/lamarcmenus/forcesmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-forcesmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Tpo -c -o src/lamarcmenus/lamarc-forcesmenus.obj `if test -f 'src/lamarcmenus/forcesmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/forcesmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/forcesmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-forcesmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/forcesmenus.cpp' object='src/lamarcmenus/lamarc-forcesmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-forcesmenus.obj `if test -f 'src/lamarcmenus/forcesmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/forcesmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/forcesmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-growthmenus.o: src/lamarcmenus/growthmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-growthmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Tpo -c -o src/lamarcmenus/lamarc-growthmenus.o `test -f 'src/lamarcmenus/growthmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/growthmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/growthmenus.cpp' object='src/lamarcmenus/lamarc-growthmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-growthmenus.o `test -f 'src/lamarcmenus/growthmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/growthmenus.cpp
+
+src/lamarcmenus/lamarc-growthmenus.obj: src/lamarcmenus/growthmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-growthmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Tpo -c -o src/lamarcmenus/lamarc-growthmenus.obj `if test -f 'src/lamarcmenus/growthmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/growthmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/growthmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-growthmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/growthmenus.cpp' object='src/lamarcmenus/lamarc-growthmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-growthmenus.obj `if test -f 'src/lamarcmenus/growthmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/growthmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/growthmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-lamarc_strings.o: src/lamarcmenus/lamarc_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarc_strings.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Tpo -c -o src/lamarcmenus/lamarc-lamarc_strings.o `test -f 'src/lamarcmenus/lamarc_strings.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarc_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarc_strings.cpp' object='src/lamarcmenus/lamarc-lamarc_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarc_strings.o `test -f 'src/lamarcmenus/lamarc_strings.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarc_strings.cpp
+
+src/lamarcmenus/lamarc-lamarc_strings.obj: src/lamarcmenus/lamarc_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarc_strings.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Tpo -c -o src/lamarcmenus/lamarc-lamarc_strings.obj `if test -f 'src/lamarcmenus/lamarc_strings.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarc_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarc_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarc_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarc_strings.cpp' object='src/lamarcmenus/lamarc-lamarc_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarc_strings.obj `if test -f 'src/lamarcmenus/lamarc_strings.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarc_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarc_strings.cpp'; fi`
+
+src/lamarcmenus/lamarc-lamarcheaderdialog.o: src/lamarcmenus/lamarcheaderdialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarcheaderdialog.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Tpo -c -o src/lamarcmenus/lamarc-lamarcheaderdialog.o `test -f 'src/lamarcmenus/lamarcheaderdialog.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarcheaderdialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarcheaderdialog.cpp' object='src/lamarcmenus/lamarc-lamarcheaderdialog.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarcheaderdialog.o `test -f 'src/lamarcmenus/lamarcheaderdialog.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarcheaderdialog.cpp
+
+src/lamarcmenus/lamarc-lamarcheaderdialog.obj: src/lamarcmenus/lamarcheaderdialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarcheaderdialog.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Tpo -c -o src/lamarcmenus/lamarc-lamarcheaderdialog.obj `if test -f 'src/lamarcmenus/lamarcheaderdialog.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarcheaderdialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarcheaderdialog.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarcheaderdialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarcheaderdialog.cpp' object='src/lamarcmenus/lamarc-lamarcheaderdialog.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarcheaderdialog.obj `if test -f 'src/lamarcmenus/lamarcheaderdialog.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarcheaderdialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarcheaderdialog.cpp'; fi`
+
+src/lamarcmenus/lamarc-lamarcmenu.o: src/lamarcmenus/lamarcmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarcmenu.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Tpo -c -o src/lamarcmenus/lamarc-lamarcmenu.o `test -f 'src/lamarcmenus/lamarcmenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarcmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarcmenu.cpp' object='src/lamarcmenus/lamarc-lamarcmenu.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarcmenu.o `test -f 'src/lamarcmenus/lamarcmenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarcmenu.cpp
+
+src/lamarcmenus/lamarc-lamarcmenu.obj: src/lamarcmenus/lamarcmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarcmenu.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Tpo -c -o src/lamarcmenus/lamarc-lamarcmenu.obj `if test -f 'src/lamarcmenus/lamarcmenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarcmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarcmenu.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarcmenu.cpp' object='src/lamarcmenus/lamarc-lamarcmenu.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarcmenu.obj `if test -f 'src/lamarcmenus/lamarcmenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarcmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarcmenu.cpp'; fi`
+
+src/lamarcmenus/lamarc-lamarcmenuitems.o: src/lamarcmenus/lamarcmenuitems.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarcmenuitems.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Tpo -c -o src/lamarcmenus/lamarc-lamarcmenuitems.o `test -f 'src/lamarcmenus/lamarcmenuitems.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarcmenuitems.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarcmenuitems.cpp' object='src/lamarcmenus/lamarc-lamarcmenuitems.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarcmenuitems.o `test -f 'src/lamarcmenus/lamarcmenuitems.cpp' || echo '$(srcdir)/'`src/lamarcmenus/lamarcmenuitems.cpp
+
+src/lamarcmenus/lamarc-lamarcmenuitems.obj: src/lamarcmenus/lamarcmenuitems.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-lamarcmenuitems.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Tpo -c -o src/lamarcmenus/lamarc-lamarcmenuitems.obj `if test -f 'src/lamarcmenus/lamarcmenuitems.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarcmenuitems.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarcmenuitems.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-lamarcmenuitems.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/lamarcmenuitems.cpp' object='src/lamarcmenus/lamarc-lamarcmenuitems.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-lamarcmenuitems.obj `if test -f 'src/lamarcmenus/lamarcmenuitems.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/lamarcmenuitems.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/lamarcmenuitems.cpp'; fi`
+
+src/lamarcmenus/lamarc-logselectmenus.o: src/lamarcmenus/logselectmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-logselectmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Tpo -c -o src/lamarcmenus/lamarc-logselectmenus.o `test -f 'src/lamarcmenus/logselectmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/logselectmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/logselectmenus.cpp' object='src/lamarcmenus/lamarc-logselectmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-logselectmenus.o `test -f 'src/lamarcmenus/logselectmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/logselectmenus.cpp
+
+src/lamarcmenus/lamarc-logselectmenus.obj: src/lamarcmenus/logselectmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-logselectmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Tpo -c -o src/lamarcmenus/lamarc-logselectmenus.obj `if test -f 'src/lamarcmenus/logselectmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/logselectmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/logselectmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-logselectmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/logselectmenus.cpp' object='src/lamarcmenus/lamarc-logselectmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-logselectmenus.obj `if test -f 'src/lamarcmenus/logselectmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/logselectmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/logselectmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-migmenus.o: src/lamarcmenus/migmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-migmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Tpo -c -o src/lamarcmenus/lamarc-migmenus.o `test -f 'src/lamarcmenus/migmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/migmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/migmenus.cpp' object='src/lamarcmenus/lamarc-migmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-migmenus.o `test -f 'src/lamarcmenus/migmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/migmenus.cpp
+
+src/lamarcmenus/lamarc-migmenus.obj: src/lamarcmenus/migmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-migmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Tpo -c -o src/lamarcmenus/lamarc-migmenus.obj `if test -f 'src/lamarcmenus/migmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/migmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/migmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-migmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/migmenus.cpp' object='src/lamarcmenus/lamarc-migmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-migmenus.obj `if test -f 'src/lamarcmenus/migmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/migmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/migmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-nomenufilereaddialog.o: src/lamarcmenus/nomenufilereaddialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-nomenufilereaddialog.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Tpo -c -o src/lamarcmenus/lamarc-nomenufilereaddialog.o `test -f 'src/lamarcmenus/nomenufilereaddialog.cpp' || echo '$(srcdir)/'`src/lamarcmenus/nomenufilereaddialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/nomenufilereaddialog.cpp' object='src/lamarcmenus/lamarc-nomenufilereaddialog.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-nomenufilereaddialog.o `test -f 'src/lamarcmenus/nomenufilereaddialog.cpp' || echo '$(srcdir)/'`src/lamarcmenus/nomenufilereaddialog.cpp
+
+src/lamarcmenus/lamarc-nomenufilereaddialog.obj: src/lamarcmenus/nomenufilereaddialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-nomenufilereaddialog.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Tpo -c -o src/lamarcmenus/lamarc-nomenufilereaddialog.obj `if test -f 'src/lamarcmenus/nomenufilereaddialog.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/nomenufilereaddialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/nomenufilereadd [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-nomenufilereaddialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/nomenufilereaddialog.cpp' object='src/lamarcmenus/lamarc-nomenufilereaddialog.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-nomenufilereaddialog.obj `if test -f 'src/lamarcmenus/nomenufilereaddialog.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/nomenufilereaddialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/nomenufilereaddialog.cpp'; fi`
+
+src/lamarcmenus/lamarc-outfilemenus.o: src/lamarcmenus/outfilemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-outfilemenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Tpo -c -o src/lamarcmenus/lamarc-outfilemenus.o `test -f 'src/lamarcmenus/outfilemenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/outfilemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/outfilemenus.cpp' object='src/lamarcmenus/lamarc-outfilemenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-outfilemenus.o `test -f 'src/lamarcmenus/outfilemenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/outfilemenus.cpp
+
+src/lamarcmenus/lamarc-outfilemenus.obj: src/lamarcmenus/outfilemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-outfilemenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Tpo -c -o src/lamarcmenus/lamarc-outfilemenus.obj `if test -f 'src/lamarcmenus/outfilemenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/outfilemenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/outfilemenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-outfilemenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/outfilemenus.cpp' object='src/lamarcmenus/lamarc-outfilemenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-outfilemenus.obj `if test -f 'src/lamarcmenus/outfilemenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/outfilemenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/outfilemenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-overviewmenus.o: src/lamarcmenus/overviewmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-overviewmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Tpo -c -o src/lamarcmenus/lamarc-overviewmenus.o `test -f 'src/lamarcmenus/overviewmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/overviewmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/overviewmenus.cpp' object='src/lamarcmenus/lamarc-overviewmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-overviewmenus.o `test -f 'src/lamarcmenus/overviewmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/overviewmenus.cpp
+
+src/lamarcmenus/lamarc-overviewmenus.obj: src/lamarcmenus/overviewmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-overviewmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Tpo -c -o src/lamarcmenus/lamarc-overviewmenus.obj `if test -f 'src/lamarcmenus/overviewmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/overviewmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/overviewmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-overviewmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/overviewmenus.cpp' object='src/lamarcmenus/lamarc-overviewmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-overviewmenus.obj `if test -f 'src/lamarcmenus/overviewmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/overviewmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/overviewmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-popsizemenu.o: src/lamarcmenus/popsizemenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-popsizemenu.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Tpo -c -o src/lamarcmenus/lamarc-popsizemenu.o `test -f 'src/lamarcmenus/popsizemenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/popsizemenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/popsizemenu.cpp' object='src/lamarcmenus/lamarc-popsizemenu.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-popsizemenu.o `test -f 'src/lamarcmenus/popsizemenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/popsizemenu.cpp
+
+src/lamarcmenus/lamarc-popsizemenu.obj: src/lamarcmenus/popsizemenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-popsizemenu.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Tpo -c -o src/lamarcmenus/lamarc-popsizemenu.obj `if test -f 'src/lamarcmenus/popsizemenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/popsizemenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/popsizemenu.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-popsizemenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/popsizemenu.cpp' object='src/lamarcmenus/lamarc-popsizemenu.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-popsizemenu.obj `if test -f 'src/lamarcmenus/popsizemenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/popsizemenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/popsizemenu.cpp'; fi`
+
+src/lamarcmenus/lamarc-priormenus.o: src/lamarcmenus/priormenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-priormenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Tpo -c -o src/lamarcmenus/lamarc-priormenus.o `test -f 'src/lamarcmenus/priormenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/priormenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/priormenus.cpp' object='src/lamarcmenus/lamarc-priormenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-priormenus.o `test -f 'src/lamarcmenus/priormenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/priormenus.cpp
+
+src/lamarcmenus/lamarc-priormenus.obj: src/lamarcmenus/priormenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-priormenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Tpo -c -o src/lamarcmenus/lamarc-priormenus.obj `if test -f 'src/lamarcmenus/priormenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/priormenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/priormenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-priormenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/priormenus.cpp' object='src/lamarcmenus/lamarc-priormenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-priormenus.obj `if test -f 'src/lamarcmenus/priormenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/priormenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/priormenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-profilemenus.o: src/lamarcmenus/profilemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-profilemenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Tpo -c -o src/lamarcmenus/lamarc-profilemenus.o `test -f 'src/lamarcmenus/profilemenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/profilemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/profilemenus.cpp' object='src/lamarcmenus/lamarc-profilemenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-profilemenus.o `test -f 'src/lamarcmenus/profilemenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/profilemenus.cpp
+
+src/lamarcmenus/lamarc-profilemenus.obj: src/lamarcmenus/profilemenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-profilemenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Tpo -c -o src/lamarcmenus/lamarc-profilemenus.obj `if test -f 'src/lamarcmenus/profilemenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/profilemenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/profilemenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-profilemenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/profilemenus.cpp' object='src/lamarcmenus/lamarc-profilemenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-profilemenus.obj `if test -f 'src/lamarcmenus/profilemenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/profilemenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/profilemenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-recmenus.o: src/lamarcmenus/recmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-recmenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Tpo -c -o src/lamarcmenus/lamarc-recmenus.o `test -f 'src/lamarcmenus/recmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/recmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/recmenus.cpp' object='src/lamarcmenus/lamarc-recmenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-recmenus.o `test -f 'src/lamarcmenus/recmenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/recmenus.cpp
+
+src/lamarcmenus/lamarc-recmenus.obj: src/lamarcmenus/recmenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-recmenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Tpo -c -o src/lamarcmenus/lamarc-recmenus.obj `if test -f 'src/lamarcmenus/recmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/recmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/recmenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-recmenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/recmenus.cpp' object='src/lamarcmenus/lamarc-recmenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-recmenus.obj `if test -f 'src/lamarcmenus/recmenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/recmenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/recmenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-regiongammamenus.o: src/lamarcmenus/regiongammamenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-regiongammamenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Tpo -c -o src/lamarcmenus/lamarc-regiongammamenus.o `test -f 'src/lamarcmenus/regiongammamenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/regiongammamenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/regiongammamenus.cpp' object='src/lamarcmenus/lamarc-regiongammamenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-regiongammamenus.o `test -f 'src/lamarcmenus/regiongammamenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/regiongammamenus.cpp
+
+src/lamarcmenus/lamarc-regiongammamenus.obj: src/lamarcmenus/regiongammamenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-regiongammamenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Tpo -c -o src/lamarcmenus/lamarc-regiongammamenus.obj `if test -f 'src/lamarcmenus/regiongammamenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/regiongammamenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/regiongammamenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-regiongammamenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/regiongammamenus.cpp' object='src/lamarcmenus/lamarc-regiongammamenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-regiongammamenus.obj `if test -f 'src/lamarcmenus/regiongammamenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/regiongammamenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/regiongammamenus.cpp'; fi`
+
+src/lamarcmenus/lamarc-traitmodelmenu.o: src/lamarcmenus/traitmodelmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-traitmodelmenu.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Tpo -c -o src/lamarcmenus/lamarc-traitmodelmenu.o `test -f 'src/lamarcmenus/traitmodelmenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/traitmodelmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/traitmodelmenu.cpp' object='src/lamarcmenus/lamarc-traitmodelmenu.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-traitmodelmenu.o `test -f 'src/lamarcmenus/traitmodelmenu.cpp' || echo '$(srcdir)/'`src/lamarcmenus/traitmodelmenu.cpp
+
+src/lamarcmenus/lamarc-traitmodelmenu.obj: src/lamarcmenus/traitmodelmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-traitmodelmenu.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Tpo -c -o src/lamarcmenus/lamarc-traitmodelmenu.obj `if test -f 'src/lamarcmenus/traitmodelmenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/traitmodelmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/traitmodelmenu.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-traitmodelmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/traitmodelmenu.cpp' object='src/lamarcmenus/lamarc-traitmodelmenu.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-traitmodelmenu.obj `if test -f 'src/lamarcmenus/traitmodelmenu.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/traitmodelmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/traitmodelmenu.cpp'; fi`
+
+src/lamarcmenus/lamarc-treesummenus.o: src/lamarcmenus/treesummenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-treesummenus.o -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Tpo -c -o src/lamarcmenus/lamarc-treesummenus.o `test -f 'src/lamarcmenus/treesummenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/treesummenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/treesummenus.cpp' object='src/lamarcmenus/lamarc-treesummenus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-treesummenus.o `test -f 'src/lamarcmenus/treesummenus.cpp' || echo '$(srcdir)/'`src/lamarcmenus/treesummenus.cpp
+
+src/lamarcmenus/lamarc-treesummenus.obj: src/lamarcmenus/treesummenus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/lamarcmenus/lamarc-treesummenus.obj -MD -MP -MF src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Tpo -c -o src/lamarcmenus/lamarc-treesummenus.obj `if test -f 'src/lamarcmenus/treesummenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/treesummenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/treesummenus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Tpo src/lamarcmenus/$(DEPDIR)/lamarc-treesummenus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/lamarcmenus/treesummenus.cpp' object='src/lamarcmenus/lamarc-treesummenus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/lamarcmenus/lamarc-treesummenus.obj `if test -f 'src/lamarcmenus/treesummenus.cpp'; then $(CYGPATH_W) 'src/lamarcmenus/treesummenus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/lamarcmenus/treesummenus.cpp'; fi`
+
+src/menu/lamarc-dialog.o: src/menu/dialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-dialog.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-dialog.Tpo -c -o src/menu/lamarc-dialog.o `test -f 'src/menu/dialog.cpp' || echo '$(srcdir)/'`src/menu/dialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-dialog.Tpo src/menu/$(DEPDIR)/lamarc-dialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/dialog.cpp' object='src/menu/lamarc-dialog.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-dialog.o `test -f 'src/menu/dialog.cpp' || echo '$(srcdir)/'`src/menu/dialog.cpp
+
+src/menu/lamarc-dialog.obj: src/menu/dialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-dialog.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-dialog.Tpo -c -o src/menu/lamarc-dialog.obj `if test -f 'src/menu/dialog.cpp'; then $(CYGPATH_W) 'src/menu/dialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/dialog.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-dialog.Tpo src/menu/$(DEPDIR)/lamarc-dialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/dialog.cpp' object='src/menu/lamarc-dialog.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-dialog.obj `if test -f 'src/menu/dialog.cpp'; then $(CYGPATH_W) 'src/menu/dialog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/dialog.cpp'; fi`
+
+src/menu/lamarc-dialognoinput.o: src/menu/dialognoinput.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-dialognoinput.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-dialognoinput.Tpo -c -o src/menu/lamarc-dialognoinput.o `test -f 'src/menu/dialognoinput.cpp' || echo '$(srcdir)/'`src/menu/dialognoinput.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-dialognoinput.Tpo src/menu/$(DEPDIR)/lamarc-dialognoinput.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/dialognoinput.cpp' object='src/menu/lamarc-dialognoinput.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-dialognoinput.o `test -f 'src/menu/dialognoinput.cpp' || echo '$(srcdir)/'`src/menu/dialognoinput.cpp
+
+src/menu/lamarc-dialognoinput.obj: src/menu/dialognoinput.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-dialognoinput.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-dialognoinput.Tpo -c -o src/menu/lamarc-dialognoinput.obj `if test -f 'src/menu/dialognoinput.cpp'; then $(CYGPATH_W) 'src/menu/dialognoinput.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/dialognoinput.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-dialognoinput.Tpo src/menu/$(DEPDIR)/lamarc-dialognoinput.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/dialognoinput.cpp' object='src/menu/lamarc-dialognoinput.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-dialognoinput.obj `if test -f 'src/menu/dialognoinput.cpp'; then $(CYGPATH_W) 'src/menu/dialognoinput.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/dialognoinput.cpp'; fi`
+
+src/menu/lamarc-dialogrepeat.o: src/menu/dialogrepeat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-dialogrepeat.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-dialogrepeat.Tpo -c -o src/menu/lamarc-dialogrepeat.o `test -f 'src/menu/dialogrepeat.cpp' || echo '$(srcdir)/'`src/menu/dialogrepeat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-dialogrepeat.Tpo src/menu/$(DEPDIR)/lamarc-dialogrepeat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/dialogrepeat.cpp' object='src/menu/lamarc-dialogrepeat.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-dialogrepeat.o `test -f 'src/menu/dialogrepeat.cpp' || echo '$(srcdir)/'`src/menu/dialogrepeat.cpp
+
+src/menu/lamarc-dialogrepeat.obj: src/menu/dialogrepeat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-dialogrepeat.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-dialogrepeat.Tpo -c -o src/menu/lamarc-dialogrepeat.obj `if test -f 'src/menu/dialogrepeat.cpp'; then $(CYGPATH_W) 'src/menu/dialogrepeat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/dialogrepeat.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-dialogrepeat.Tpo src/menu/$(DEPDIR)/lamarc-dialogrepeat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/dialogrepeat.cpp' object='src/menu/lamarc-dialogrepeat.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-dialogrepeat.obj `if test -f 'src/menu/dialogrepeat.cpp'; then $(CYGPATH_W) 'src/menu/dialogrepeat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/dialogrepeat.cpp'; fi`
+
+src/menu/lamarc-display.o: src/menu/display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-display.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-display.Tpo -c -o src/menu/lamarc-display.o `test -f 'src/menu/display.cpp' || echo '$(srcdir)/'`src/menu/display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-display.Tpo src/menu/$(DEPDIR)/lamarc-display.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/display.cpp' object='src/menu/lamarc-display.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-display.o `test -f 'src/menu/display.cpp' || echo '$(srcdir)/'`src/menu/display.cpp
+
+src/menu/lamarc-display.obj: src/menu/display.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-display.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-display.Tpo -c -o src/menu/lamarc-display.obj `if test -f 'src/menu/display.cpp'; then $(CYGPATH_W) 'src/menu/display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/display.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-display.Tpo src/menu/$(DEPDIR)/lamarc-display.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/display.cpp' object='src/menu/lamarc-display.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-display.obj `if test -f 'src/menu/display.cpp'; then $(CYGPATH_W) 'src/menu/display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/display.cpp'; fi`
+
+src/menu/lamarc-matrixitem.o: src/menu/matrixitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-matrixitem.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-matrixitem.Tpo -c -o src/menu/lamarc-matrixitem.o `test -f 'src/menu/matrixitem.cpp' || echo '$(srcdir)/'`src/menu/matrixitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-matrixitem.Tpo src/menu/$(DEPDIR)/lamarc-matrixitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/matrixitem.cpp' object='src/menu/lamarc-matrixitem.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-matrixitem.o `test -f 'src/menu/matrixitem.cpp' || echo '$(srcdir)/'`src/menu/matrixitem.cpp
+
+src/menu/lamarc-matrixitem.obj: src/menu/matrixitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-matrixitem.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-matrixitem.Tpo -c -o src/menu/lamarc-matrixitem.obj `if test -f 'src/menu/matrixitem.cpp'; then $(CYGPATH_W) 'src/menu/matrixitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/matrixitem.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-matrixitem.Tpo src/menu/$(DEPDIR)/lamarc-matrixitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/matrixitem.cpp' object='src/menu/lamarc-matrixitem.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-matrixitem.obj `if test -f 'src/menu/matrixitem.cpp'; then $(CYGPATH_W) 'src/menu/matrixitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/matrixitem.cpp'; fi`
+
+src/menu/lamarc-menu_strings.o: src/menu/menu_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-menu_strings.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-menu_strings.Tpo -c -o src/menu/lamarc-menu_strings.o `test -f 'src/menu/menu_strings.cpp' || echo '$(srcdir)/'`src/menu/menu_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-menu_strings.Tpo src/menu/$(DEPDIR)/lamarc-menu_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/menu_strings.cpp' object='src/menu/lamarc-menu_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-menu_strings.o `test -f 'src/menu/menu_strings.cpp' || echo '$(srcdir)/'`src/menu/menu_strings.cpp
+
+src/menu/lamarc-menu_strings.obj: src/menu/menu_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-menu_strings.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-menu_strings.Tpo -c -o src/menu/lamarc-menu_strings.obj `if test -f 'src/menu/menu_strings.cpp'; then $(CYGPATH_W) 'src/menu/menu_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/menu_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-menu_strings.Tpo src/menu/$(DEPDIR)/lamarc-menu_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/menu_strings.cpp' object='src/menu/lamarc-menu_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-menu_strings.obj `if test -f 'src/menu/menu_strings.cpp'; then $(CYGPATH_W) 'src/menu/menu_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/menu_strings.cpp'; fi`
+
+src/menu/lamarc-menuinteraction.o: src/menu/menuinteraction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-menuinteraction.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-menuinteraction.Tpo -c -o src/menu/lamarc-menuinteraction.o `test -f 'src/menu/menuinteraction.cpp' || echo '$(srcdir)/'`src/menu/menuinteraction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-menuinteraction.Tpo src/menu/$(DEPDIR)/lamarc-menuinteraction.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/menuinteraction.cpp' object='src/menu/lamarc-menuinteraction.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-menuinteraction.o `test -f 'src/menu/menuinteraction.cpp' || echo '$(srcdir)/'`src/menu/menuinteraction.cpp
+
+src/menu/lamarc-menuinteraction.obj: src/menu/menuinteraction.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-menuinteraction.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-menuinteraction.Tpo -c -o src/menu/lamarc-menuinteraction.obj `if test -f 'src/menu/menuinteraction.cpp'; then $(CYGPATH_W) 'src/menu/menuinteraction.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/menuinteraction.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-menuinteraction.Tpo src/menu/$(DEPDIR)/lamarc-menuinteraction.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/menuinteraction.cpp' object='src/menu/lamarc-menuinteraction.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-menuinteraction.obj `if test -f 'src/menu/menuinteraction.cpp'; then $(CYGPATH_W) 'src/menu/menuinteraction.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/menuinteraction.cpp'; fi`
+
+src/menu/lamarc-menuitem.o: src/menu/menuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-menuitem.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-menuitem.Tpo -c -o src/menu/lamarc-menuitem.o `test -f 'src/menu/menuitem.cpp' || echo '$(srcdir)/'`src/menu/menuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-menuitem.Tpo src/menu/$(DEPDIR)/lamarc-menuitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/menuitem.cpp' object='src/menu/lamarc-menuitem.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-menuitem.o `test -f 'src/menu/menuitem.cpp' || echo '$(srcdir)/'`src/menu/menuitem.cpp
+
+src/menu/lamarc-menuitem.obj: src/menu/menuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-menuitem.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-menuitem.Tpo -c -o src/menu/lamarc-menuitem.obj `if test -f 'src/menu/menuitem.cpp'; then $(CYGPATH_W) 'src/menu/menuitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/menuitem.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-menuitem.Tpo src/menu/$(DEPDIR)/lamarc-menuitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/menuitem.cpp' object='src/menu/lamarc-menuitem.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-menuitem.obj `if test -f 'src/menu/menuitem.cpp'; then $(CYGPATH_W) 'src/menu/menuitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/menuitem.cpp'; fi`
+
+src/menu/lamarc-newmenu.o: src/menu/newmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-newmenu.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-newmenu.Tpo -c -o src/menu/lamarc-newmenu.o `test -f 'src/menu/newmenu.cpp' || echo '$(srcdir)/'`src/menu/newmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-newmenu.Tpo src/menu/$(DEPDIR)/lamarc-newmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/newmenu.cpp' object='src/menu/lamarc-newmenu.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-newmenu.o `test -f 'src/menu/newmenu.cpp' || echo '$(srcdir)/'`src/menu/newmenu.cpp
+
+src/menu/lamarc-newmenu.obj: src/menu/newmenu.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-newmenu.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-newmenu.Tpo -c -o src/menu/lamarc-newmenu.obj `if test -f 'src/menu/newmenu.cpp'; then $(CYGPATH_W) 'src/menu/newmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/newmenu.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-newmenu.Tpo src/menu/$(DEPDIR)/lamarc-newmenu.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/newmenu.cpp' object='src/menu/lamarc-newmenu.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-newmenu.obj `if test -f 'src/menu/newmenu.cpp'; then $(CYGPATH_W) 'src/menu/newmenu.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/newmenu.cpp'; fi`
+
+src/menu/lamarc-newmenuitems.o: src/menu/newmenuitems.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-newmenuitems.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-newmenuitems.Tpo -c -o src/menu/lamarc-newmenuitems.o `test -f 'src/menu/newmenuitems.cpp' || echo '$(srcdir)/'`src/menu/newmenuitems.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-newmenuitems.Tpo src/menu/$(DEPDIR)/lamarc-newmenuitems.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/newmenuitems.cpp' object='src/menu/lamarc-newmenuitems.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-newmenuitems.o `test -f 'src/menu/newmenuitems.cpp' || echo '$(srcdir)/'`src/menu/newmenuitems.cpp
+
+src/menu/lamarc-newmenuitems.obj: src/menu/newmenuitems.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-newmenuitems.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-newmenuitems.Tpo -c -o src/menu/lamarc-newmenuitems.obj `if test -f 'src/menu/newmenuitems.cpp'; then $(CYGPATH_W) 'src/menu/newmenuitems.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/newmenuitems.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-newmenuitems.Tpo src/menu/$(DEPDIR)/lamarc-newmenuitems.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/newmenuitems.cpp' object='src/menu/lamarc-newmenuitems.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-newmenuitems.obj `if test -f 'src/menu/newmenuitems.cpp'; then $(CYGPATH_W) 'src/menu/newmenuitems.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/newmenuitems.cpp'; fi`
+
+src/menu/lamarc-setmenuitem.o: src/menu/setmenuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-setmenuitem.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-setmenuitem.Tpo -c -o src/menu/lamarc-setmenuitem.o `test -f 'src/menu/setmenuitem.cpp' || echo '$(srcdir)/'`src/menu/setmenuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-setmenuitem.Tpo src/menu/$(DEPDIR)/lamarc-setmenuitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/setmenuitem.cpp' object='src/menu/lamarc-setmenuitem.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-setmenuitem.o `test -f 'src/menu/setmenuitem.cpp' || echo '$(srcdir)/'`src/menu/setmenuitem.cpp
+
+src/menu/lamarc-setmenuitem.obj: src/menu/setmenuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-setmenuitem.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-setmenuitem.Tpo -c -o src/menu/lamarc-setmenuitem.obj `if test -f 'src/menu/setmenuitem.cpp'; then $(CYGPATH_W) 'src/menu/setmenuitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/setmenuitem.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-setmenuitem.Tpo src/menu/$(DEPDIR)/lamarc-setmenuitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/setmenuitem.cpp' object='src/menu/lamarc-setmenuitem.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-setmenuitem.obj `if test -f 'src/menu/setmenuitem.cpp'; then $(CYGPATH_W) 'src/menu/setmenuitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/setmenuitem.cpp'; fi`
+
+src/menu/lamarc-togglemenuitem.o: src/menu/togglemenuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-togglemenuitem.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-togglemenuitem.Tpo -c -o src/menu/lamarc-togglemenuitem.o `test -f 'src/menu/togglemenuitem.cpp' || echo '$(srcdir)/'`src/menu/togglemenuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-togglemenuitem.Tpo src/menu/$(DEPDIR)/lamarc-togglemenuitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/togglemenuitem.cpp' object='src/menu/lamarc-togglemenuitem.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-togglemenuitem.o `test -f 'src/menu/togglemenuitem.cpp' || echo '$(srcdir)/'`src/menu/togglemenuitem.cpp
+
+src/menu/lamarc-togglemenuitem.obj: src/menu/togglemenuitem.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-togglemenuitem.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-togglemenuitem.Tpo -c -o src/menu/lamarc-togglemenuitem.obj `if test -f 'src/menu/togglemenuitem.cpp'; then $(CYGPATH_W) 'src/menu/togglemenuitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/togglemenuitem.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-togglemenuitem.Tpo src/menu/$(DEPDIR)/lamarc-togglemenuitem.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/togglemenuitem.cpp' object='src/menu/lamarc-togglemenuitem.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-togglemenuitem.obj `if test -f 'src/menu/togglemenuitem.cpp'; then $(CYGPATH_W) 'src/menu/togglemenuitem.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/togglemenuitem.cpp'; fi`
+
+src/menu/lamarc-twodtable.o: src/menu/twodtable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-twodtable.o -MD -MP -MF src/menu/$(DEPDIR)/lamarc-twodtable.Tpo -c -o src/menu/lamarc-twodtable.o `test -f 'src/menu/twodtable.cpp' || echo '$(srcdir)/'`src/menu/twodtable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-twodtable.Tpo src/menu/$(DEPDIR)/lamarc-twodtable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/twodtable.cpp' object='src/menu/lamarc-twodtable.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-twodtable.o `test -f 'src/menu/twodtable.cpp' || echo '$(srcdir)/'`src/menu/twodtable.cpp
+
+src/menu/lamarc-twodtable.obj: src/menu/twodtable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/menu/lamarc-twodtable.obj -MD -MP -MF src/menu/$(DEPDIR)/lamarc-twodtable.Tpo -c -o src/menu/lamarc-twodtable.obj `if test -f 'src/menu/twodtable.cpp'; then $(CYGPATH_W) 'src/menu/twodtable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/twodtable.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/menu/$(DEPDIR)/lamarc-twodtable.Tpo src/menu/$(DEPDIR)/lamarc-twodtable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/menu/twodtable.cpp' object='src/menu/lamarc-twodtable.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/menu/lamarc-twodtable.obj `if test -f 'src/menu/twodtable.cpp'; then $(CYGPATH_W) 'src/menu/twodtable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/menu/twodtable.cpp'; fi`
+
+src/postlike/lamarc-analyzer.o: src/postlike/analyzer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-analyzer.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-analyzer.Tpo -c -o src/postlike/lamarc-analyzer.o `test -f 'src/postlike/analyzer.cpp' || echo '$(srcdir)/'`src/postlike/analyzer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-analyzer.Tpo src/postlike/$(DEPDIR)/lamarc-analyzer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/analyzer.cpp' object='src/postlike/lamarc-analyzer.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-analyzer.o `test -f 'src/postlike/analyzer.cpp' || echo '$(srcdir)/'`src/postlike/analyzer.cpp
+
+src/postlike/lamarc-analyzer.obj: src/postlike/analyzer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-analyzer.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-analyzer.Tpo -c -o src/postlike/lamarc-analyzer.obj `if test -f 'src/postlike/analyzer.cpp'; then $(CYGPATH_W) 'src/postlike/analyzer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/analyzer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-analyzer.Tpo src/postlike/$(DEPDIR)/lamarc-analyzer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/analyzer.cpp' object='src/postlike/lamarc-analyzer.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-analyzer.obj `if test -f 'src/postlike/analyzer.cpp'; then $(CYGPATH_W) 'src/postlike/analyzer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/analyzer.cpp'; fi`
+
+src/postlike/lamarc-derivatives.o: src/postlike/derivatives.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-derivatives.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-derivatives.Tpo -c -o src/postlike/lamarc-derivatives.o `test -f 'src/postlike/derivatives.cpp' || echo '$(srcdir)/'`src/postlike/derivatives.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-derivatives.Tpo src/postlike/$(DEPDIR)/lamarc-derivatives.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/derivatives.cpp' object='src/postlike/lamarc-derivatives.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-derivatives.o `test -f 'src/postlike/derivatives.cpp' || echo '$(srcdir)/'`src/postlike/derivatives.cpp
+
+src/postlike/lamarc-derivatives.obj: src/postlike/derivatives.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-derivatives.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-derivatives.Tpo -c -o src/postlike/lamarc-derivatives.obj `if test -f 'src/postlike/derivatives.cpp'; then $(CYGPATH_W) 'src/postlike/derivatives.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/derivatives.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-derivatives.Tpo src/postlike/$(DEPDIR)/lamarc-derivatives.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/derivatives.cpp' object='src/postlike/lamarc-derivatives.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-derivatives.obj `if test -f 'src/postlike/derivatives.cpp'; then $(CYGPATH_W) 'src/postlike/derivatives.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/derivatives.cpp'; fi`
+
+src/postlike/lamarc-likelihood.o: src/postlike/likelihood.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-likelihood.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-likelihood.Tpo -c -o src/postlike/lamarc-likelihood.o `test -f 'src/postlike/likelihood.cpp' || echo '$(srcdir)/'`src/postlike/likelihood.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-likelihood.Tpo src/postlike/$(DEPDIR)/lamarc-likelihood.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/likelihood.cpp' object='src/postlike/lamarc-likelihood.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-likelihood.o `test -f 'src/postlike/likelihood.cpp' || echo '$(srcdir)/'`src/postlike/likelihood.cpp
+
+src/postlike/lamarc-likelihood.obj: src/postlike/likelihood.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-likelihood.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-likelihood.Tpo -c -o src/postlike/lamarc-likelihood.obj `if test -f 'src/postlike/likelihood.cpp'; then $(CYGPATH_W) 'src/postlike/likelihood.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/likelihood.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-likelihood.Tpo src/postlike/$(DEPDIR)/lamarc-likelihood.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/likelihood.cpp' object='src/postlike/lamarc-likelihood.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-likelihood.obj `if test -f 'src/postlike/likelihood.cpp'; then $(CYGPATH_W) 'src/postlike/likelihood.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/likelihood.cpp'; fi`
+
+src/postlike/lamarc-maximizer.o: src/postlike/maximizer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-maximizer.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-maximizer.Tpo -c -o src/postlike/lamarc-maximizer.o `test -f 'src/postlike/maximizer.cpp' || echo '$(srcdir)/'`src/postlike/maximizer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-maximizer.Tpo src/postlike/$(DEPDIR)/lamarc-maximizer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/maximizer.cpp' object='src/postlike/lamarc-maximizer.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-maximizer.o `test -f 'src/postlike/maximizer.cpp' || echo '$(srcdir)/'`src/postlike/maximizer.cpp
+
+src/postlike/lamarc-maximizer.obj: src/postlike/maximizer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-maximizer.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-maximizer.Tpo -c -o src/postlike/lamarc-maximizer.obj `if test -f 'src/postlike/maximizer.cpp'; then $(CYGPATH_W) 'src/postlike/maximizer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/maximizer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-maximizer.Tpo src/postlike/$(DEPDIR)/lamarc-maximizer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/maximizer.cpp' object='src/postlike/lamarc-maximizer.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-maximizer.obj `if test -f 'src/postlike/maximizer.cpp'; then $(CYGPATH_W) 'src/postlike/maximizer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/maximizer.cpp'; fi`
+
+src/postlike/lamarc-maximizer_strings.o: src/postlike/maximizer_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-maximizer_strings.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Tpo -c -o src/postlike/lamarc-maximizer_strings.o `test -f 'src/postlike/maximizer_strings.cpp' || echo '$(srcdir)/'`src/postlike/maximizer_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Tpo src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/maximizer_strings.cpp' object='src/postlike/lamarc-maximizer_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-maximizer_strings.o `test -f 'src/postlike/maximizer_strings.cpp' || echo '$(srcdir)/'`src/postlike/maximizer_strings.cpp
+
+src/postlike/lamarc-maximizer_strings.obj: src/postlike/maximizer_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-maximizer_strings.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Tpo -c -o src/postlike/lamarc-maximizer_strings.obj `if test -f 'src/postlike/maximizer_strings.cpp'; then $(CYGPATH_W) 'src/postlike/maximizer_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/maximizer_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Tpo src/postlike/$(DEPDIR)/lamarc-maximizer_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/maximizer_strings.cpp' object='src/postlike/lamarc-maximizer_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-maximizer_strings.obj `if test -f 'src/postlike/maximizer_strings.cpp'; then $(CYGPATH_W) 'src/postlike/maximizer_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/maximizer_strings.cpp'; fi`
+
+src/postlike/lamarc-plforces.o: src/postlike/plforces.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-plforces.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-plforces.Tpo -c -o src/postlike/lamarc-plforces.o `test -f 'src/postlike/plforces.cpp' || echo '$(srcdir)/'`src/postlike/plforces.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-plforces.Tpo src/postlike/$(DEPDIR)/lamarc-plforces.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/plforces.cpp' object='src/postlike/lamarc-plforces.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-plforces.o `test -f 'src/postlike/plforces.cpp' || echo '$(srcdir)/'`src/postlike/plforces.cpp
+
+src/postlike/lamarc-plforces.obj: src/postlike/plforces.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-plforces.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-plforces.Tpo -c -o src/postlike/lamarc-plforces.obj `if test -f 'src/postlike/plforces.cpp'; then $(CYGPATH_W) 'src/postlike/plforces.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/plforces.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-plforces.Tpo src/postlike/$(DEPDIR)/lamarc-plforces.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/plforces.cpp' object='src/postlike/lamarc-plforces.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-plforces.obj `if test -f 'src/postlike/plforces.cpp'; then $(CYGPATH_W) 'src/postlike/plforces.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/plforces.cpp'; fi`
+
+src/postlike/lamarc-plotstat.o: src/postlike/plotstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-plotstat.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-plotstat.Tpo -c -o src/postlike/lamarc-plotstat.o `test -f 'src/postlike/plotstat.cpp' || echo '$(srcdir)/'`src/postlike/plotstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-plotstat.Tpo src/postlike/$(DEPDIR)/lamarc-plotstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/plotstat.cpp' object='src/postlike/lamarc-plotstat.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-plotstat.o `test -f 'src/postlike/plotstat.cpp' || echo '$(srcdir)/'`src/postlike/plotstat.cpp
+
+src/postlike/lamarc-plotstat.obj: src/postlike/plotstat.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-plotstat.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-plotstat.Tpo -c -o src/postlike/lamarc-plotstat.obj `if test -f 'src/postlike/plotstat.cpp'; then $(CYGPATH_W) 'src/postlike/plotstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/plotstat.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-plotstat.Tpo src/postlike/$(DEPDIR)/lamarc-plotstat.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/plotstat.cpp' object='src/postlike/lamarc-plotstat.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-plotstat.obj `if test -f 'src/postlike/plotstat.cpp'; then $(CYGPATH_W) 'src/postlike/plotstat.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/plotstat.cpp'; fi`
+
+src/postlike/lamarc-profile.o: src/postlike/profile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-profile.o -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-profile.Tpo -c -o src/postlike/lamarc-profile.o `test -f 'src/postlike/profile.cpp' || echo '$(srcdir)/'`src/postlike/profile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-profile.Tpo src/postlike/$(DEPDIR)/lamarc-profile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/profile.cpp' object='src/postlike/lamarc-profile.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-profile.o `test -f 'src/postlike/profile.cpp' || echo '$(srcdir)/'`src/postlike/profile.cpp
+
+src/postlike/lamarc-profile.obj: src/postlike/profile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/postlike/lamarc-profile.obj -MD -MP -MF src/postlike/$(DEPDIR)/lamarc-profile.Tpo -c -o src/postlike/lamarc-profile.obj `if test -f 'src/postlike/profile.cpp'; then $(CYGPATH_W) 'src/postlike/profile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/profile.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/postlike/$(DEPDIR)/lamarc-profile.Tpo src/postlike/$(DEPDIR)/lamarc-profile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/postlike/profile.cpp' object='src/postlike/lamarc-profile.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/postlike/lamarc-profile.obj `if test -f 'src/postlike/profile.cpp'; then $(CYGPATH_W) 'src/postlike/profile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/postlike/profile.cpp'; fi`
+
+src/report/lamarc-curvefiles.o: src/report/curvefiles.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-curvefiles.o -MD -MP -MF src/report/$(DEPDIR)/lamarc-curvefiles.Tpo -c -o src/report/lamarc-curvefiles.o `test -f 'src/report/curvefiles.cpp' || echo '$(srcdir)/'`src/report/curvefiles.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-curvefiles.Tpo src/report/$(DEPDIR)/lamarc-curvefiles.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/curvefiles.cpp' object='src/report/lamarc-curvefiles.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-curvefiles.o `test -f 'src/report/curvefiles.cpp' || echo '$(srcdir)/'`src/report/curvefiles.cpp
+
+src/report/lamarc-curvefiles.obj: src/report/curvefiles.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-curvefiles.obj -MD -MP -MF src/report/$(DEPDIR)/lamarc-curvefiles.Tpo -c -o src/report/lamarc-curvefiles.obj `if test -f 'src/report/curvefiles.cpp'; then $(CYGPATH_W) 'src/report/curvefiles.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/curvefiles.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-curvefiles.Tpo src/report/$(DEPDIR)/lamarc-curvefiles.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/curvefiles.cpp' object='src/report/lamarc-curvefiles.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-curvefiles.obj `if test -f 'src/report/curvefiles.cpp'; then $(CYGPATH_W) 'src/report/curvefiles.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/curvefiles.cpp'; fi`
+
+src/report/lamarc-outputfile.o: src/report/outputfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-outputfile.o -MD -MP -MF src/report/$(DEPDIR)/lamarc-outputfile.Tpo -c -o src/report/lamarc-outputfile.o `test -f 'src/report/outputfile.cpp' || echo '$(srcdir)/'`src/report/outputfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-outputfile.Tpo src/report/$(DEPDIR)/lamarc-outputfile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/outputfile.cpp' object='src/report/lamarc-outputfile.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-outputfile.o `test -f 'src/report/outputfile.cpp' || echo '$(srcdir)/'`src/report/outputfile.cpp
+
+src/report/lamarc-outputfile.obj: src/report/outputfile.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-outputfile.obj -MD -MP -MF src/report/$(DEPDIR)/lamarc-outputfile.Tpo -c -o src/report/lamarc-outputfile.obj `if test -f 'src/report/outputfile.cpp'; then $(CYGPATH_W) 'src/report/outputfile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/outputfile.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-outputfile.Tpo src/report/$(DEPDIR)/lamarc-outputfile.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/outputfile.cpp' object='src/report/lamarc-outputfile.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-outputfile.obj `if test -f 'src/report/outputfile.cpp'; then $(CYGPATH_W) 'src/report/outputfile.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/outputfile.cpp'; fi`
+
+src/report/lamarc-reportpage.o: src/report/reportpage.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-reportpage.o -MD -MP -MF src/report/$(DEPDIR)/lamarc-reportpage.Tpo -c -o src/report/lamarc-reportpage.o `test -f 'src/report/reportpage.cpp' || echo '$(srcdir)/'`src/report/reportpage.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-reportpage.Tpo src/report/$(DEPDIR)/lamarc-reportpage.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/reportpage.cpp' object='src/report/lamarc-reportpage.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-reportpage.o `test -f 'src/report/reportpage.cpp' || echo '$(srcdir)/'`src/report/reportpage.cpp
+
+src/report/lamarc-reportpage.obj: src/report/reportpage.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-reportpage.obj -MD -MP -MF src/report/$(DEPDIR)/lamarc-reportpage.Tpo -c -o src/report/lamarc-reportpage.obj `if test -f 'src/report/reportpage.cpp'; then $(CYGPATH_W) 'src/report/reportpage.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/reportpage.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-reportpage.Tpo src/report/$(DEPDIR)/lamarc-reportpage.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/reportpage.cpp' object='src/report/lamarc-reportpage.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-reportpage.obj `if test -f 'src/report/reportpage.cpp'; then $(CYGPATH_W) 'src/report/reportpage.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/reportpage.cpp'; fi`
+
+src/report/lamarc-runreport.o: src/report/runreport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-runreport.o -MD -MP -MF src/report/$(DEPDIR)/lamarc-runreport.Tpo -c -o src/report/lamarc-runreport.o `test -f 'src/report/runreport.cpp' || echo '$(srcdir)/'`src/report/runreport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-runreport.Tpo src/report/$(DEPDIR)/lamarc-runreport.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/runreport.cpp' object='src/report/lamarc-runreport.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-runreport.o `test -f 'src/report/runreport.cpp' || echo '$(srcdir)/'`src/report/runreport.cpp
+
+src/report/lamarc-runreport.obj: src/report/runreport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-runreport.obj -MD -MP -MF src/report/$(DEPDIR)/lamarc-runreport.Tpo -c -o src/report/lamarc-runreport.obj `if test -f 'src/report/runreport.cpp'; then $(CYGPATH_W) 'src/report/runreport.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/runreport.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-runreport.Tpo src/report/$(DEPDIR)/lamarc-runreport.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/runreport.cpp' object='src/report/lamarc-runreport.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-runreport.obj `if test -f 'src/report/runreport.cpp'; then $(CYGPATH_W) 'src/report/runreport.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/runreport.cpp'; fi`
+
+src/report/lamarc-spreadsheet.o: src/report/spreadsheet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-spreadsheet.o -MD -MP -MF src/report/$(DEPDIR)/lamarc-spreadsheet.Tpo -c -o src/report/lamarc-spreadsheet.o `test -f 'src/report/spreadsheet.cpp' || echo '$(srcdir)/'`src/report/spreadsheet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-spreadsheet.Tpo src/report/$(DEPDIR)/lamarc-spreadsheet.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/spreadsheet.cpp' object='src/report/lamarc-spreadsheet.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-spreadsheet.o `test -f 'src/report/spreadsheet.cpp' || echo '$(srcdir)/'`src/report/spreadsheet.cpp
+
+src/report/lamarc-spreadsheet.obj: src/report/spreadsheet.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-spreadsheet.obj -MD -MP -MF src/report/$(DEPDIR)/lamarc-spreadsheet.Tpo -c -o src/report/lamarc-spreadsheet.obj `if test -f 'src/report/spreadsheet.cpp'; then $(CYGPATH_W) 'src/report/spreadsheet.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/spreadsheet.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-spreadsheet.Tpo src/report/$(DEPDIR)/lamarc-spreadsheet.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/spreadsheet.cpp' object='src/report/lamarc-spreadsheet.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-spreadsheet.obj `if test -f 'src/report/spreadsheet.cpp'; then $(CYGPATH_W) 'src/report/spreadsheet.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/spreadsheet.cpp'; fi`
+
+src/report/lamarc-xml_report.o: src/report/xml_report.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-xml_report.o -MD -MP -MF src/report/$(DEPDIR)/lamarc-xml_report.Tpo -c -o src/report/lamarc-xml_report.o `test -f 'src/report/xml_report.cpp' || echo '$(srcdir)/'`src/report/xml_report.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-xml_report.Tpo src/report/$(DEPDIR)/lamarc-xml_report.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/xml_report.cpp' object='src/report/lamarc-xml_report.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-xml_report.o `test -f 'src/report/xml_report.cpp' || echo '$(srcdir)/'`src/report/xml_report.cpp
+
+src/report/lamarc-xml_report.obj: src/report/xml_report.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/report/lamarc-xml_report.obj -MD -MP -MF src/report/$(DEPDIR)/lamarc-xml_report.Tpo -c -o src/report/lamarc-xml_report.obj `if test -f 'src/report/xml_report.cpp'; then $(CYGPATH_W) 'src/report/xml_report.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/xml_report.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/report/$(DEPDIR)/lamarc-xml_report.Tpo src/report/$(DEPDIR)/lamarc-xml_report.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/report/xml_report.cpp' object='src/report/lamarc-xml_report.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/report/lamarc-xml_report.obj `if test -f 'src/report/xml_report.cpp'; then $(CYGPATH_W) 'src/report/xml_report.cpp'; else $(CYGPATH_W) '$(srcdir)/src/report/xml_report.cpp'; fi`
+
+src/tools/lamarc-mathx.o: src/tools/mathx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-mathx.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-mathx.Tpo -c -o src/tools/lamarc-mathx.o `test -f 'src/tools/mathx.cpp' || echo '$(srcdir)/'`src/tools/mathx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-mathx.Tpo src/tools/$(DEPDIR)/lamarc-mathx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/mathx.cpp' object='src/tools/lamarc-mathx.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-mathx.o `test -f 'src/tools/mathx.cpp' || echo '$(srcdir)/'`src/tools/mathx.cpp
+
+src/tools/lamarc-mathx.obj: src/tools/mathx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-mathx.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-mathx.Tpo -c -o src/tools/lamarc-mathx.obj `if test -f 'src/tools/mathx.cpp'; then $(CYGPATH_W) 'src/tools/mathx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/mathx.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-mathx.Tpo src/tools/$(DEPDIR)/lamarc-mathx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/mathx.cpp' object='src/tools/lamarc-mathx.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-mathx.obj `if test -f 'src/tools/mathx.cpp'; then $(CYGPATH_W) 'src/tools/mathx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/mathx.cpp'; fi`
+
+src/tools/lamarc-random.o: src/tools/random.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-random.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-random.Tpo -c -o src/tools/lamarc-random.o `test -f 'src/tools/random.cpp' || echo '$(srcdir)/'`src/tools/random.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-random.Tpo src/tools/$(DEPDIR)/lamarc-random.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/random.cpp' object='src/tools/lamarc-random.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-random.o `test -f 'src/tools/random.cpp' || echo '$(srcdir)/'`src/tools/random.cpp
+
+src/tools/lamarc-random.obj: src/tools/random.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-random.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-random.Tpo -c -o src/tools/lamarc-random.obj `if test -f 'src/tools/random.cpp'; then $(CYGPATH_W) 'src/tools/random.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/random.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-random.Tpo src/tools/$(DEPDIR)/lamarc-random.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/random.cpp' object='src/tools/lamarc-random.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-random.obj `if test -f 'src/tools/random.cpp'; then $(CYGPATH_W) 'src/tools/random.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/random.cpp'; fi`
+
+src/tools/lamarc-rangex.o: src/tools/rangex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-rangex.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-rangex.Tpo -c -o src/tools/lamarc-rangex.o `test -f 'src/tools/rangex.cpp' || echo '$(srcdir)/'`src/tools/rangex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-rangex.Tpo src/tools/$(DEPDIR)/lamarc-rangex.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/rangex.cpp' object='src/tools/lamarc-rangex.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-rangex.o `test -f 'src/tools/rangex.cpp' || echo '$(srcdir)/'`src/tools/rangex.cpp
+
+src/tools/lamarc-rangex.obj: src/tools/rangex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-rangex.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-rangex.Tpo -c -o src/tools/lamarc-rangex.obj `if test -f 'src/tools/rangex.cpp'; then $(CYGPATH_W) 'src/tools/rangex.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/rangex.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-rangex.Tpo src/tools/$(DEPDIR)/lamarc-rangex.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/rangex.cpp' object='src/tools/lamarc-rangex.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-rangex.obj `if test -f 'src/tools/rangex.cpp'; then $(CYGPATH_W) 'src/tools/rangex.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/rangex.cpp'; fi`
+
+src/tools/lamarc-stringx.o: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-stringx.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-stringx.Tpo -c -o src/tools/lamarc-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-stringx.Tpo src/tools/$(DEPDIR)/lamarc-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/lamarc-stringx.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+
+src/tools/lamarc-stringx.obj: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-stringx.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-stringx.Tpo -c -o src/tools/lamarc-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-stringx.Tpo src/tools/$(DEPDIR)/lamarc-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/lamarc-stringx.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+
+src/tools/lamarc-timex.o: src/tools/timex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-timex.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-timex.Tpo -c -o src/tools/lamarc-timex.o `test -f 'src/tools/timex.cpp' || echo '$(srcdir)/'`src/tools/timex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-timex.Tpo src/tools/$(DEPDIR)/lamarc-timex.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/timex.cpp' object='src/tools/lamarc-timex.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-timex.o `test -f 'src/tools/timex.cpp' || echo '$(srcdir)/'`src/tools/timex.cpp
+
+src/tools/lamarc-timex.obj: src/tools/timex.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-timex.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-timex.Tpo -c -o src/tools/lamarc-timex.obj `if test -f 'src/tools/timex.cpp'; then $(CYGPATH_W) 'src/tools/timex.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/timex.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-timex.Tpo src/tools/$(DEPDIR)/lamarc-timex.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/timex.cpp' object='src/tools/lamarc-timex.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-timex.obj `if test -f 'src/tools/timex.cpp'; then $(CYGPATH_W) 'src/tools/timex.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/timex.cpp'; fi`
+
+src/tools/lamarc-vector_constants.o: src/tools/vector_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-vector_constants.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-vector_constants.Tpo -c -o src/tools/lamarc-vector_constants.o `test -f 'src/tools/vector_constants.cpp' || echo '$(srcdir)/'`src/tools/vector_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-vector_constants.Tpo src/tools/$(DEPDIR)/lamarc-vector_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/vector_constants.cpp' object='src/tools/lamarc-vector_constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-vector_constants.o `test -f 'src/tools/vector_constants.cpp' || echo '$(srcdir)/'`src/tools/vector_constants.cpp
+
+src/tools/lamarc-vector_constants.obj: src/tools/vector_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-vector_constants.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-vector_constants.Tpo -c -o src/tools/lamarc-vector_constants.obj `if test -f 'src/tools/vector_constants.cpp'; then $(CYGPATH_W) 'src/tools/vector_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/vector_constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-vector_constants.Tpo src/tools/$(DEPDIR)/lamarc-vector_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/vector_constants.cpp' object='src/tools/lamarc-vector_constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-vector_constants.obj `if test -f 'src/tools/vector_constants.cpp'; then $(CYGPATH_W) 'src/tools/vector_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/vector_constants.cpp'; fi`
+
+src/tools/lamarc-vectorx.o: src/tools/vectorx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-vectorx.o -MD -MP -MF src/tools/$(DEPDIR)/lamarc-vectorx.Tpo -c -o src/tools/lamarc-vectorx.o `test -f 'src/tools/vectorx.cpp' || echo '$(srcdir)/'`src/tools/vectorx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-vectorx.Tpo src/tools/$(DEPDIR)/lamarc-vectorx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/vectorx.cpp' object='src/tools/lamarc-vectorx.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-vectorx.o `test -f 'src/tools/vectorx.cpp' || echo '$(srcdir)/'`src/tools/vectorx.cpp
+
+src/tools/lamarc-vectorx.obj: src/tools/vectorx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tools/lamarc-vectorx.obj -MD -MP -MF src/tools/$(DEPDIR)/lamarc-vectorx.Tpo -c -o src/tools/lamarc-vectorx.obj `if test -f 'src/tools/vectorx.cpp'; then $(CYGPATH_W) 'src/tools/vectorx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/vectorx.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/lamarc-vectorx.Tpo src/tools/$(DEPDIR)/lamarc-vectorx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/vectorx.cpp' object='src/tools/lamarc-vectorx.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/lamarc-vectorx.obj `if test -f 'src/tools/vectorx.cpp'; then $(CYGPATH_W) 'src/tools/vectorx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/vectorx.cpp'; fi`
+
+src/tree/lamarc-argtree.o: src/tree/argtree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-argtree.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-argtree.Tpo -c -o src/tree/lamarc-argtree.o `test -f 'src/tree/argtree.cpp' || echo '$(srcdir)/'`src/tree/argtree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-argtree.Tpo src/tree/$(DEPDIR)/lamarc-argtree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/argtree.cpp' object='src/tree/lamarc-argtree.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-argtree.o `test -f 'src/tree/argtree.cpp' || echo '$(srcdir)/'`src/tree/argtree.cpp
+
+src/tree/lamarc-argtree.obj: src/tree/argtree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-argtree.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-argtree.Tpo -c -o src/tree/lamarc-argtree.obj `if test -f 'src/tree/argtree.cpp'; then $(CYGPATH_W) 'src/tree/argtree.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/argtree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-argtree.Tpo src/tree/$(DEPDIR)/lamarc-argtree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/argtree.cpp' object='src/tree/lamarc-argtree.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-argtree.obj `if test -f 'src/tree/argtree.cpp'; then $(CYGPATH_W) 'src/tree/argtree.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/argtree.cpp'; fi`
+
+src/tree/lamarc-arranger.o: src/tree/arranger.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-arranger.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-arranger.Tpo -c -o src/tree/lamarc-arranger.o `test -f 'src/tree/arranger.cpp' || echo '$(srcdir)/'`src/tree/arranger.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-arranger.Tpo src/tree/$(DEPDIR)/lamarc-arranger.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/arranger.cpp' object='src/tree/lamarc-arranger.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-arranger.o `test -f 'src/tree/arranger.cpp' || echo '$(srcdir)/'`src/tree/arranger.cpp
+
+src/tree/lamarc-arranger.obj: src/tree/arranger.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-arranger.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-arranger.Tpo -c -o src/tree/lamarc-arranger.obj `if test -f 'src/tree/arranger.cpp'; then $(CYGPATH_W) 'src/tree/arranger.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/arranger.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-arranger.Tpo src/tree/$(DEPDIR)/lamarc-arranger.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/arranger.cpp' object='src/tree/lamarc-arranger.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-arranger.obj `if test -f 'src/tree/arranger.cpp'; then $(CYGPATH_W) 'src/tree/arranger.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/arranger.cpp'; fi`
+
+src/tree/lamarc-arranger_types.o: src/tree/arranger_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-arranger_types.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-arranger_types.Tpo -c -o src/tree/lamarc-arranger_types.o `test -f 'src/tree/arranger_types.cpp' || echo '$(srcdir)/'`src/tree/arranger_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-arranger_types.Tpo src/tree/$(DEPDIR)/lamarc-arranger_types.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/arranger_types.cpp' object='src/tree/lamarc-arranger_types.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-arranger_types.o `test -f 'src/tree/arranger_types.cpp' || echo '$(srcdir)/'`src/tree/arranger_types.cpp
+
+src/tree/lamarc-arranger_types.obj: src/tree/arranger_types.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-arranger_types.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-arranger_types.Tpo -c -o src/tree/lamarc-arranger_types.obj `if test -f 'src/tree/arranger_types.cpp'; then $(CYGPATH_W) 'src/tree/arranger_types.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/arranger_types.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-arranger_types.Tpo src/tree/$(DEPDIR)/lamarc-arranger_types.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/arranger_types.cpp' object='src/tree/lamarc-arranger_types.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-arranger_types.obj `if test -f 'src/tree/arranger_types.cpp'; then $(CYGPATH_W) 'src/tree/arranger_types.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/arranger_types.cpp'; fi`
+
+src/tree/lamarc-arrangervec.o: src/tree/arrangervec.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-arrangervec.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-arrangervec.Tpo -c -o src/tree/lamarc-arrangervec.o `test -f 'src/tree/arrangervec.cpp' || echo '$(srcdir)/'`src/tree/arrangervec.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-arrangervec.Tpo src/tree/$(DEPDIR)/lamarc-arrangervec.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/arrangervec.cpp' object='src/tree/lamarc-arrangervec.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-arrangervec.o `test -f 'src/tree/arrangervec.cpp' || echo '$(srcdir)/'`src/tree/arrangervec.cpp
+
+src/tree/lamarc-arrangervec.obj: src/tree/arrangervec.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-arrangervec.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-arrangervec.Tpo -c -o src/tree/lamarc-arrangervec.obj `if test -f 'src/tree/arrangervec.cpp'; then $(CYGPATH_W) 'src/tree/arrangervec.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/arrangervec.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-arrangervec.Tpo src/tree/$(DEPDIR)/lamarc-arrangervec.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/arrangervec.cpp' object='src/tree/lamarc-arrangervec.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-arrangervec.obj `if test -f 'src/tree/arrangervec.cpp'; then $(CYGPATH_W) 'src/tree/arrangervec.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/arrangervec.cpp'; fi`
+
+src/tree/lamarc-branch.o: src/tree/branch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-branch.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-branch.Tpo -c -o src/tree/lamarc-branch.o `test -f 'src/tree/branch.cpp' || echo '$(srcdir)/'`src/tree/branch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-branch.Tpo src/tree/$(DEPDIR)/lamarc-branch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/branch.cpp' object='src/tree/lamarc-branch.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-branch.o `test -f 'src/tree/branch.cpp' || echo '$(srcdir)/'`src/tree/branch.cpp
+
+src/tree/lamarc-branch.obj: src/tree/branch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-branch.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-branch.Tpo -c -o src/tree/lamarc-branch.obj `if test -f 'src/tree/branch.cpp'; then $(CYGPATH_W) 'src/tree/branch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/branch.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-branch.Tpo src/tree/$(DEPDIR)/lamarc-branch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/branch.cpp' object='src/tree/lamarc-branch.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-branch.obj `if test -f 'src/tree/branch.cpp'; then $(CYGPATH_W) 'src/tree/branch.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/branch.cpp'; fi`
+
+src/tree/lamarc-branchbuffer.o: src/tree/branchbuffer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-branchbuffer.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-branchbuffer.Tpo -c -o src/tree/lamarc-branchbuffer.o `test -f 'src/tree/branchbuffer.cpp' || echo '$(srcdir)/'`src/tree/branchbuffer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-branchbuffer.Tpo src/tree/$(DEPDIR)/lamarc-branchbuffer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/branchbuffer.cpp' object='src/tree/lamarc-branchbuffer.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-branchbuffer.o `test -f 'src/tree/branchbuffer.cpp' || echo '$(srcdir)/'`src/tree/branchbuffer.cpp
+
+src/tree/lamarc-branchbuffer.obj: src/tree/branchbuffer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-branchbuffer.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-branchbuffer.Tpo -c -o src/tree/lamarc-branchbuffer.obj `if test -f 'src/tree/branchbuffer.cpp'; then $(CYGPATH_W) 'src/tree/branchbuffer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/branchbuffer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-branchbuffer.Tpo src/tree/$(DEPDIR)/lamarc-branchbuffer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/branchbuffer.cpp' object='src/tree/lamarc-branchbuffer.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-branchbuffer.obj `if test -f 'src/tree/branchbuffer.cpp'; then $(CYGPATH_W) 'src/tree/branchbuffer.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/branchbuffer.cpp'; fi`
+
+src/tree/lamarc-branchtag.o: src/tree/branchtag.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-branchtag.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-branchtag.Tpo -c -o src/tree/lamarc-branchtag.o `test -f 'src/tree/branchtag.cpp' || echo '$(srcdir)/'`src/tree/branchtag.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-branchtag.Tpo src/tree/$(DEPDIR)/lamarc-branchtag.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/branchtag.cpp' object='src/tree/lamarc-branchtag.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-branchtag.o `test -f 'src/tree/branchtag.cpp' || echo '$(srcdir)/'`src/tree/branchtag.cpp
+
+src/tree/lamarc-branchtag.obj: src/tree/branchtag.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-branchtag.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-branchtag.Tpo -c -o src/tree/lamarc-branchtag.obj `if test -f 'src/tree/branchtag.cpp'; then $(CYGPATH_W) 'src/tree/branchtag.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/branchtag.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-branchtag.Tpo src/tree/$(DEPDIR)/lamarc-branchtag.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/branchtag.cpp' object='src/tree/lamarc-branchtag.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-branchtag.obj `if test -f 'src/tree/branchtag.cpp'; then $(CYGPATH_W) 'src/tree/branchtag.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/branchtag.cpp'; fi`
+
+src/tree/lamarc-chain.o: src/tree/chain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-chain.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-chain.Tpo -c -o src/tree/lamarc-chain.o `test -f 'src/tree/chain.cpp' || echo '$(srcdir)/'`src/tree/chain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-chain.Tpo src/tree/$(DEPDIR)/lamarc-chain.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/chain.cpp' object='src/tree/lamarc-chain.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-chain.o `test -f 'src/tree/chain.cpp' || echo '$(srcdir)/'`src/tree/chain.cpp
+
+src/tree/lamarc-chain.obj: src/tree/chain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-chain.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-chain.Tpo -c -o src/tree/lamarc-chain.obj `if test -f 'src/tree/chain.cpp'; then $(CYGPATH_W) 'src/tree/chain.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/chain.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-chain.Tpo src/tree/$(DEPDIR)/lamarc-chain.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/chain.cpp' object='src/tree/lamarc-chain.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-chain.obj `if test -f 'src/tree/chain.cpp'; then $(CYGPATH_W) 'src/tree/chain.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/chain.cpp'; fi`
+
+src/tree/lamarc-chainstate.o: src/tree/chainstate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-chainstate.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-chainstate.Tpo -c -o src/tree/lamarc-chainstate.o `test -f 'src/tree/chainstate.cpp' || echo '$(srcdir)/'`src/tree/chainstate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-chainstate.Tpo src/tree/$(DEPDIR)/lamarc-chainstate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/chainstate.cpp' object='src/tree/lamarc-chainstate.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-chainstate.o `test -f 'src/tree/chainstate.cpp' || echo '$(srcdir)/'`src/tree/chainstate.cpp
+
+src/tree/lamarc-chainstate.obj: src/tree/chainstate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-chainstate.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-chainstate.Tpo -c -o src/tree/lamarc-chainstate.obj `if test -f 'src/tree/chainstate.cpp'; then $(CYGPATH_W) 'src/tree/chainstate.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/chainstate.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-chainstate.Tpo src/tree/$(DEPDIR)/lamarc-chainstate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/chainstate.cpp' object='src/tree/lamarc-chainstate.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-chainstate.obj `if test -f 'src/tree/chainstate.cpp'; then $(CYGPATH_W) 'src/tree/chainstate.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/chainstate.cpp'; fi`
+
+src/tree/lamarc-collector.o: src/tree/collector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-collector.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-collector.Tpo -c -o src/tree/lamarc-collector.o `test -f 'src/tree/collector.cpp' || echo '$(srcdir)/'`src/tree/collector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-collector.Tpo src/tree/$(DEPDIR)/lamarc-collector.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/collector.cpp' object='src/tree/lamarc-collector.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-collector.o `test -f 'src/tree/collector.cpp' || echo '$(srcdir)/'`src/tree/collector.cpp
+
+src/tree/lamarc-collector.obj: src/tree/collector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-collector.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-collector.Tpo -c -o src/tree/lamarc-collector.obj `if test -f 'src/tree/collector.cpp'; then $(CYGPATH_W) 'src/tree/collector.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/collector.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-collector.Tpo src/tree/$(DEPDIR)/lamarc-collector.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/collector.cpp' object='src/tree/lamarc-collector.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-collector.obj `if test -f 'src/tree/collector.cpp'; then $(CYGPATH_W) 'src/tree/collector.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/collector.cpp'; fi`
+
+src/tree/lamarc-collmanager.o: src/tree/collmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-collmanager.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-collmanager.Tpo -c -o src/tree/lamarc-collmanager.o `test -f 'src/tree/collmanager.cpp' || echo '$(srcdir)/'`src/tree/collmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-collmanager.Tpo src/tree/$(DEPDIR)/lamarc-collmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/collmanager.cpp' object='src/tree/lamarc-collmanager.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-collmanager.o `test -f 'src/tree/collmanager.cpp' || echo '$(srcdir)/'`src/tree/collmanager.cpp
+
+src/tree/lamarc-collmanager.obj: src/tree/collmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-collmanager.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-collmanager.Tpo -c -o src/tree/lamarc-collmanager.obj `if test -f 'src/tree/collmanager.cpp'; then $(CYGPATH_W) 'src/tree/collmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/collmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-collmanager.Tpo src/tree/$(DEPDIR)/lamarc-collmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/collmanager.cpp' object='src/tree/lamarc-collmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-collmanager.obj `if test -f 'src/tree/collmanager.cpp'; then $(CYGPATH_W) 'src/tree/collmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/collmanager.cpp'; fi`
+
+src/tree/lamarc-fc_status.o: src/tree/fc_status.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-fc_status.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-fc_status.Tpo -c -o src/tree/lamarc-fc_status.o `test -f 'src/tree/fc_status.cpp' || echo '$(srcdir)/'`src/tree/fc_status.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-fc_status.Tpo src/tree/$(DEPDIR)/lamarc-fc_status.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/fc_status.cpp' object='src/tree/lamarc-fc_status.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-fc_status.o `test -f 'src/tree/fc_status.cpp' || echo '$(srcdir)/'`src/tree/fc_status.cpp
+
+src/tree/lamarc-fc_status.obj: src/tree/fc_status.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-fc_status.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-fc_status.Tpo -c -o src/tree/lamarc-fc_status.obj `if test -f 'src/tree/fc_status.cpp'; then $(CYGPATH_W) 'src/tree/fc_status.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/fc_status.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-fc_status.Tpo src/tree/$(DEPDIR)/lamarc-fc_status.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/fc_status.cpp' object='src/tree/lamarc-fc_status.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-fc_status.obj `if test -f 'src/tree/fc_status.cpp'; then $(CYGPATH_W) 'src/tree/fc_status.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/fc_status.cpp'; fi`
+
+src/tree/lamarc-individual.o: src/tree/individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-individual.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-individual.Tpo -c -o src/tree/lamarc-individual.o `test -f 'src/tree/individual.cpp' || echo '$(srcdir)/'`src/tree/individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-individual.Tpo src/tree/$(DEPDIR)/lamarc-individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/individual.cpp' object='src/tree/lamarc-individual.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-individual.o `test -f 'src/tree/individual.cpp' || echo '$(srcdir)/'`src/tree/individual.cpp
+
+src/tree/lamarc-individual.obj: src/tree/individual.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-individual.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-individual.Tpo -c -o src/tree/lamarc-individual.obj `if test -f 'src/tree/individual.cpp'; then $(CYGPATH_W) 'src/tree/individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/individual.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-individual.Tpo src/tree/$(DEPDIR)/lamarc-individual.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/individual.cpp' object='src/tree/lamarc-individual.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-individual.obj `if test -f 'src/tree/individual.cpp'; then $(CYGPATH_W) 'src/tree/individual.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/individual.cpp'; fi`
+
+src/tree/lamarc-intervaldata.o: src/tree/intervaldata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-intervaldata.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-intervaldata.Tpo -c -o src/tree/lamarc-intervaldata.o `test -f 'src/tree/intervaldata.cpp' || echo '$(srcdir)/'`src/tree/intervaldata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-intervaldata.Tpo src/tree/$(DEPDIR)/lamarc-intervaldata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/intervaldata.cpp' object='src/tree/lamarc-intervaldata.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-intervaldata.o `test -f 'src/tree/intervaldata.cpp' || echo '$(srcdir)/'`src/tree/intervaldata.cpp
+
+src/tree/lamarc-intervaldata.obj: src/tree/intervaldata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-intervaldata.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-intervaldata.Tpo -c -o src/tree/lamarc-intervaldata.obj `if test -f 'src/tree/intervaldata.cpp'; then $(CYGPATH_W) 'src/tree/intervaldata.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/intervaldata.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-intervaldata.Tpo src/tree/$(DEPDIR)/lamarc-intervaldata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/intervaldata.cpp' object='src/tree/lamarc-intervaldata.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-intervaldata.obj `if test -f 'src/tree/intervaldata.cpp'; then $(CYGPATH_W) 'src/tree/intervaldata.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/intervaldata.cpp'; fi`
+
+src/tree/lamarc-newick.o: src/tree/newick.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-newick.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-newick.Tpo -c -o src/tree/lamarc-newick.o `test -f 'src/tree/newick.cpp' || echo '$(srcdir)/'`src/tree/newick.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-newick.Tpo src/tree/$(DEPDIR)/lamarc-newick.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/newick.cpp' object='src/tree/lamarc-newick.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-newick.o `test -f 'src/tree/newick.cpp' || echo '$(srcdir)/'`src/tree/newick.cpp
+
+src/tree/lamarc-newick.obj: src/tree/newick.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-newick.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-newick.Tpo -c -o src/tree/lamarc-newick.obj `if test -f 'src/tree/newick.cpp'; then $(CYGPATH_W) 'src/tree/newick.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/newick.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-newick.Tpo src/tree/$(DEPDIR)/lamarc-newick.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/newick.cpp' object='src/tree/lamarc-newick.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-newick.obj `if test -f 'src/tree/newick.cpp'; then $(CYGPATH_W) 'src/tree/newick.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/newick.cpp'; fi`
+
+src/tree/lamarc-parameter.o: src/tree/parameter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-parameter.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-parameter.Tpo -c -o src/tree/lamarc-parameter.o `test -f 'src/tree/parameter.cpp' || echo '$(srcdir)/'`src/tree/parameter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-parameter.Tpo src/tree/$(DEPDIR)/lamarc-parameter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/parameter.cpp' object='src/tree/lamarc-parameter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-parameter.o `test -f 'src/tree/parameter.cpp' || echo '$(srcdir)/'`src/tree/parameter.cpp
+
+src/tree/lamarc-parameter.obj: src/tree/parameter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-parameter.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-parameter.Tpo -c -o src/tree/lamarc-parameter.obj `if test -f 'src/tree/parameter.cpp'; then $(CYGPATH_W) 'src/tree/parameter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/parameter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-parameter.Tpo src/tree/$(DEPDIR)/lamarc-parameter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/parameter.cpp' object='src/tree/lamarc-parameter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-parameter.obj `if test -f 'src/tree/parameter.cpp'; then $(CYGPATH_W) 'src/tree/parameter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/parameter.cpp'; fi`
+
+src/tree/lamarc-partition.o: src/tree/partition.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-partition.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-partition.Tpo -c -o src/tree/lamarc-partition.o `test -f 'src/tree/partition.cpp' || echo '$(srcdir)/'`src/tree/partition.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-partition.Tpo src/tree/$(DEPDIR)/lamarc-partition.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/partition.cpp' object='src/tree/lamarc-partition.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-partition.o `test -f 'src/tree/partition.cpp' || echo '$(srcdir)/'`src/tree/partition.cpp
+
+src/tree/lamarc-partition.obj: src/tree/partition.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-partition.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-partition.Tpo -c -o src/tree/lamarc-partition.obj `if test -f 'src/tree/partition.cpp'; then $(CYGPATH_W) 'src/tree/partition.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/partition.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-partition.Tpo src/tree/$(DEPDIR)/lamarc-partition.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/partition.cpp' object='src/tree/lamarc-partition.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-partition.obj `if test -f 'src/tree/partition.cpp'; then $(CYGPATH_W) 'src/tree/partition.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/partition.cpp'; fi`
+
+src/tree/lamarc-prior.o: src/tree/prior.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-prior.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-prior.Tpo -c -o src/tree/lamarc-prior.o `test -f 'src/tree/prior.cpp' || echo '$(srcdir)/'`src/tree/prior.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-prior.Tpo src/tree/$(DEPDIR)/lamarc-prior.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/prior.cpp' object='src/tree/lamarc-prior.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-prior.o `test -f 'src/tree/prior.cpp' || echo '$(srcdir)/'`src/tree/prior.cpp
+
+src/tree/lamarc-prior.obj: src/tree/prior.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-prior.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-prior.Tpo -c -o src/tree/lamarc-prior.obj `if test -f 'src/tree/prior.cpp'; then $(CYGPATH_W) 'src/tree/prior.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/prior.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-prior.Tpo src/tree/$(DEPDIR)/lamarc-prior.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/prior.cpp' object='src/tree/lamarc-prior.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-prior.obj `if test -f 'src/tree/prior.cpp'; then $(CYGPATH_W) 'src/tree/prior.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/prior.cpp'; fi`
+
+src/tree/lamarc-range.o: src/tree/range.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-range.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-range.Tpo -c -o src/tree/lamarc-range.o `test -f 'src/tree/range.cpp' || echo '$(srcdir)/'`src/tree/range.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-range.Tpo src/tree/$(DEPDIR)/lamarc-range.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/range.cpp' object='src/tree/lamarc-range.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-range.o `test -f 'src/tree/range.cpp' || echo '$(srcdir)/'`src/tree/range.cpp
+
+src/tree/lamarc-range.obj: src/tree/range.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-range.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-range.Tpo -c -o src/tree/lamarc-range.obj `if test -f 'src/tree/range.cpp'; then $(CYGPATH_W) 'src/tree/range.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/range.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-range.Tpo src/tree/$(DEPDIR)/lamarc-range.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/range.cpp' object='src/tree/lamarc-range.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-range.obj `if test -f 'src/tree/range.cpp'; then $(CYGPATH_W) 'src/tree/range.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/range.cpp'; fi`
+
+src/tree/lamarc-rectree.o: src/tree/rectree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-rectree.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-rectree.Tpo -c -o src/tree/lamarc-rectree.o `test -f 'src/tree/rectree.cpp' || echo '$(srcdir)/'`src/tree/rectree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-rectree.Tpo src/tree/$(DEPDIR)/lamarc-rectree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/rectree.cpp' object='src/tree/lamarc-rectree.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-rectree.o `test -f 'src/tree/rectree.cpp' || echo '$(srcdir)/'`src/tree/rectree.cpp
+
+src/tree/lamarc-rectree.obj: src/tree/rectree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-rectree.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-rectree.Tpo -c -o src/tree/lamarc-rectree.obj `if test -f 'src/tree/rectree.cpp'; then $(CYGPATH_W) 'src/tree/rectree.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/rectree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-rectree.Tpo src/tree/$(DEPDIR)/lamarc-rectree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/rectree.cpp' object='src/tree/lamarc-rectree.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-rectree.obj `if test -f 'src/tree/rectree.cpp'; then $(CYGPATH_W) 'src/tree/rectree.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/rectree.cpp'; fi`
+
+src/tree/lamarc-summary.o: src/tree/summary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-summary.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-summary.Tpo -c -o src/tree/lamarc-summary.o `test -f 'src/tree/summary.cpp' || echo '$(srcdir)/'`src/tree/summary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-summary.Tpo src/tree/$(DEPDIR)/lamarc-summary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/summary.cpp' object='src/tree/lamarc-summary.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-summary.o `test -f 'src/tree/summary.cpp' || echo '$(srcdir)/'`src/tree/summary.cpp
+
+src/tree/lamarc-summary.obj: src/tree/summary.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-summary.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-summary.Tpo -c -o src/tree/lamarc-summary.obj `if test -f 'src/tree/summary.cpp'; then $(CYGPATH_W) 'src/tree/summary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/summary.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-summary.Tpo src/tree/$(DEPDIR)/lamarc-summary.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/summary.cpp' object='src/tree/lamarc-summary.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-summary.obj `if test -f 'src/tree/summary.cpp'; then $(CYGPATH_W) 'src/tree/summary.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/summary.cpp'; fi`
+
+src/tree/lamarc-tempident.o: src/tree/tempident.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-tempident.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-tempident.Tpo -c -o src/tree/lamarc-tempident.o `test -f 'src/tree/tempident.cpp' || echo '$(srcdir)/'`src/tree/tempident.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-tempident.Tpo src/tree/$(DEPDIR)/lamarc-tempident.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/tempident.cpp' object='src/tree/lamarc-tempident.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-tempident.o `test -f 'src/tree/tempident.cpp' || echo '$(srcdir)/'`src/tree/tempident.cpp
+
+src/tree/lamarc-tempident.obj: src/tree/tempident.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-tempident.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-tempident.Tpo -c -o src/tree/lamarc-tempident.obj `if test -f 'src/tree/tempident.cpp'; then $(CYGPATH_W) 'src/tree/tempident.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/tempident.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-tempident.Tpo src/tree/$(DEPDIR)/lamarc-tempident.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/tempident.cpp' object='src/tree/lamarc-tempident.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-tempident.obj `if test -f 'src/tree/tempident.cpp'; then $(CYGPATH_W) 'src/tree/tempident.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/tempident.cpp'; fi`
+
+src/tree/lamarc-timelist.o: src/tree/timelist.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-timelist.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-timelist.Tpo -c -o src/tree/lamarc-timelist.o `test -f 'src/tree/timelist.cpp' || echo '$(srcdir)/'`src/tree/timelist.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-timelist.Tpo src/tree/$(DEPDIR)/lamarc-timelist.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/timelist.cpp' object='src/tree/lamarc-timelist.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-timelist.o `test -f 'src/tree/timelist.cpp' || echo '$(srcdir)/'`src/tree/timelist.cpp
+
+src/tree/lamarc-timelist.obj: src/tree/timelist.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-timelist.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-timelist.Tpo -c -o src/tree/lamarc-timelist.obj `if test -f 'src/tree/timelist.cpp'; then $(CYGPATH_W) 'src/tree/timelist.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/timelist.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-timelist.Tpo src/tree/$(DEPDIR)/lamarc-timelist.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/timelist.cpp' object='src/tree/lamarc-timelist.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-timelist.obj `if test -f 'src/tree/timelist.cpp'; then $(CYGPATH_W) 'src/tree/timelist.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/timelist.cpp'; fi`
+
+src/tree/lamarc-tree.o: src/tree/tree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-tree.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-tree.Tpo -c -o src/tree/lamarc-tree.o `test -f 'src/tree/tree.cpp' || echo '$(srcdir)/'`src/tree/tree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-tree.Tpo src/tree/$(DEPDIR)/lamarc-tree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/tree.cpp' object='src/tree/lamarc-tree.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-tree.o `test -f 'src/tree/tree.cpp' || echo '$(srcdir)/'`src/tree/tree.cpp
+
+src/tree/lamarc-tree.obj: src/tree/tree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-tree.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-tree.Tpo -c -o src/tree/lamarc-tree.obj `if test -f 'src/tree/tree.cpp'; then $(CYGPATH_W) 'src/tree/tree.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/tree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-tree.Tpo src/tree/$(DEPDIR)/lamarc-tree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/tree.cpp' object='src/tree/lamarc-tree.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-tree.obj `if test -f 'src/tree/tree.cpp'; then $(CYGPATH_W) 'src/tree/tree.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/tree.cpp'; fi`
+
+src/tree/lamarc-treesum.o: src/tree/treesum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-treesum.o -MD -MP -MF src/tree/$(DEPDIR)/lamarc-treesum.Tpo -c -o src/tree/lamarc-treesum.o `test -f 'src/tree/treesum.cpp' || echo '$(srcdir)/'`src/tree/treesum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-treesum.Tpo src/tree/$(DEPDIR)/lamarc-treesum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/treesum.cpp' object='src/tree/lamarc-treesum.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-treesum.o `test -f 'src/tree/treesum.cpp' || echo '$(srcdir)/'`src/tree/treesum.cpp
+
+src/tree/lamarc-treesum.obj: src/tree/treesum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/tree/lamarc-treesum.obj -MD -MP -MF src/tree/$(DEPDIR)/lamarc-treesum.Tpo -c -o src/tree/lamarc-treesum.obj `if test -f 'src/tree/treesum.cpp'; then $(CYGPATH_W) 'src/tree/treesum.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/treesum.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tree/$(DEPDIR)/lamarc-treesum.Tpo src/tree/$(DEPDIR)/lamarc-treesum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tree/treesum.cpp' object='src/tree/lamarc-treesum.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/tree/lamarc-treesum.obj `if test -f 'src/tree/treesum.cpp'; then $(CYGPATH_W) 'src/tree/treesum.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tree/treesum.cpp'; fi`
+
+src/ui_interface/lamarc-chainparam_interface.o: src/ui_interface/chainparam_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-chainparam_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Tpo -c -o src/ui_interface/lamarc-chainparam_interface.o `test -f 'src/ui_interface/chainparam_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/chainparam_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/chainparam_interface.cpp' object='src/ui_interface/lamarc-chainparam_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-chainparam_interface.o `test -f 'src/ui_interface/chainparam_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/chainparam_interface.cpp
+
+src/ui_interface/lamarc-chainparam_interface.obj: src/ui_interface/chainparam_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-chainparam_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Tpo -c -o src/ui_interface/lamarc-chainparam_interface.obj `if test -f 'src/ui_interface/chainparam_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/chainparam_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/chainpara [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-chainparam_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/chainparam_interface.cpp' object='src/ui_interface/lamarc-chainparam_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-chainparam_interface.obj `if test -f 'src/ui_interface/chainparam_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/chainparam_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/chainparam_interface.cpp'; fi`
+
+src/ui_interface/lamarc-constraint_interface.o: src/ui_interface/constraint_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-constraint_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Tpo -c -o src/ui_interface/lamarc-constraint_interface.o `test -f 'src/ui_interface/constraint_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/constraint_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/constraint_interface.cpp' object='src/ui_interface/lamarc-constraint_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-constraint_interface.o `test -f 'src/ui_interface/constraint_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/constraint_interface.cpp
+
+src/ui_interface/lamarc-constraint_interface.obj: src/ui_interface/constraint_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-constraint_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Tpo -c -o src/ui_interface/lamarc-constraint_interface.obj `if test -f 'src/ui_interface/constraint_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/constraint_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/constrain [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-constraint_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/constraint_interface.cpp' object='src/ui_interface/lamarc-constraint_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-constraint_interface.obj `if test -f 'src/ui_interface/constraint_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/constraint_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/constraint_interface.cpp'; fi`
+
+src/ui_interface/lamarc-data_interface.o: src/ui_interface/data_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-data_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-data_interface.Tpo -c -o src/ui_interface/lamarc-data_interface.o `test -f 'src/ui_interface/data_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/data_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-data_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-data_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/data_interface.cpp' object='src/ui_interface/lamarc-data_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-data_interface.o `test -f 'src/ui_interface/data_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/data_interface.cpp
+
+src/ui_interface/lamarc-data_interface.obj: src/ui_interface/data_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-data_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-data_interface.Tpo -c -o src/ui_interface/lamarc-data_interface.obj `if test -f 'src/ui_interface/data_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/data_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/data_interface.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-data_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-data_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/data_interface.cpp' object='src/ui_interface/lamarc-data_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-data_interface.obj `if test -f 'src/ui_interface/data_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/data_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/data_interface.cpp'; fi`
+
+src/ui_interface/lamarc-datamodel_interface.o: src/ui_interface/datamodel_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-datamodel_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Tpo -c -o src/ui_interface/lamarc-datamodel_interface.o `test -f 'src/ui_interface/datamodel_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/datamodel_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/datamodel_interface.cpp' object='src/ui_interface/lamarc-datamodel_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-datamodel_interface.o `test -f 'src/ui_interface/datamodel_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/datamodel_interface.cpp
+
+src/ui_interface/lamarc-datamodel_interface.obj: src/ui_interface/datamodel_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-datamodel_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Tpo -c -o src/ui_interface/lamarc-datamodel_interface.obj `if test -f 'src/ui_interface/datamodel_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/datamodel_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/datamodel_inte [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-datamodel_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/datamodel_interface.cpp' object='src/ui_interface/lamarc-datamodel_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-datamodel_interface.obj `if test -f 'src/ui_interface/datamodel_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/datamodel_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/datamodel_interface.cpp'; fi`
+
+src/ui_interface/lamarc-force_interface.o: src/ui_interface/force_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-force_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-force_interface.Tpo -c -o src/ui_interface/lamarc-force_interface.o `test -f 'src/ui_interface/force_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/force_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-force_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-force_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/force_interface.cpp' object='src/ui_interface/lamarc-force_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-force_interface.o `test -f 'src/ui_interface/force_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/force_interface.cpp
+
+src/ui_interface/lamarc-force_interface.obj: src/ui_interface/force_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-force_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-force_interface.Tpo -c -o src/ui_interface/lamarc-force_interface.obj `if test -f 'src/ui_interface/force_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/force_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/force_interface.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-force_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-force_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/force_interface.cpp' object='src/ui_interface/lamarc-force_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-force_interface.obj `if test -f 'src/ui_interface/force_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/force_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/force_interface.cpp'; fi`
+
+src/ui_interface/lamarc-front_end_warnings.o: src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-front_end_warnings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Tpo -c -o src/ui_interface/lamarc-front_end_warnings.o `test -f 'src/ui_interface/front_end_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Tpo src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/front_end_warnings.cpp' object='src/ui_interface/lamarc-front_end_warnings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-front_end_warnings.o `test -f 'src/ui_interface/front_end_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/front_end_warnings.cpp
+
+src/ui_interface/lamarc-front_end_warnings.obj: src/ui_interface/front_end_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-front_end_warnings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Tpo -c -o src/ui_interface/lamarc-front_end_warnings.obj `if test -f 'src/ui_interface/front_end_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/front_end_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/front_end_warnings. [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Tpo src/ui_interface/$(DEPDIR)/lamarc-front_end_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/front_end_warnings.cpp' object='src/ui_interface/lamarc-front_end_warnings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-front_end_warnings.obj `if test -f 'src/ui_interface/front_end_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/front_end_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/front_end_warnings.cpp'; fi`
+
+src/ui_interface/lamarc-prior_interface.o: src/ui_interface/prior_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-prior_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Tpo -c -o src/ui_interface/lamarc-prior_interface.o `test -f 'src/ui_interface/prior_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/prior_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/prior_interface.cpp' object='src/ui_interface/lamarc-prior_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-prior_interface.o `test -f 'src/ui_interface/prior_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/prior_interface.cpp
+
+src/ui_interface/lamarc-prior_interface.obj: src/ui_interface/prior_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-prior_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Tpo -c -o src/ui_interface/lamarc-prior_interface.obj `if test -f 'src/ui_interface/prior_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/prior_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/prior_interface.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-prior_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/prior_interface.cpp' object='src/ui_interface/lamarc-prior_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-prior_interface.obj `if test -f 'src/ui_interface/prior_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/prior_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/prior_interface.cpp'; fi`
+
+src/ui_interface/lamarc-profile_interface.o: src/ui_interface/profile_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-profile_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Tpo -c -o src/ui_interface/lamarc-profile_interface.o `test -f 'src/ui_interface/profile_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/profile_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/profile_interface.cpp' object='src/ui_interface/lamarc-profile_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-profile_interface.o `test -f 'src/ui_interface/profile_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/profile_interface.cpp
+
+src/ui_interface/lamarc-profile_interface.obj: src/ui_interface/profile_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-profile_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Tpo -c -o src/ui_interface/lamarc-profile_interface.obj `if test -f 'src/ui_interface/profile_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/profile_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/profile_interface.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-profile_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/profile_interface.cpp' object='src/ui_interface/lamarc-profile_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-profile_interface.obj `if test -f 'src/ui_interface/profile_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/profile_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/profile_interface.cpp'; fi`
+
+src/ui_interface/lamarc-setgetmachine.o: src/ui_interface/setgetmachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-setgetmachine.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Tpo -c -o src/ui_interface/lamarc-setgetmachine.o `test -f 'src/ui_interface/setgetmachine.cpp' || echo '$(srcdir)/'`src/ui_interface/setgetmachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Tpo src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/setgetmachine.cpp' object='src/ui_interface/lamarc-setgetmachine.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-setgetmachine.o `test -f 'src/ui_interface/setgetmachine.cpp' || echo '$(srcdir)/'`src/ui_interface/setgetmachine.cpp
+
+src/ui_interface/lamarc-setgetmachine.obj: src/ui_interface/setgetmachine.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-setgetmachine.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Tpo -c -o src/ui_interface/lamarc-setgetmachine.obj `if test -f 'src/ui_interface/setgetmachine.cpp'; then $(CYGPATH_W) 'src/ui_interface/setgetmachine.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/setgetmachine.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Tpo src/ui_interface/$(DEPDIR)/lamarc-setgetmachine.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/setgetmachine.cpp' object='src/ui_interface/lamarc-setgetmachine.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-setgetmachine.obj `if test -f 'src/ui_interface/setgetmachine.cpp'; then $(CYGPATH_W) 'src/ui_interface/setgetmachine.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/setgetmachine.cpp'; fi`
+
+src/ui_interface/lamarc-traitmodel_interface.o: src/ui_interface/traitmodel_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-traitmodel_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Tpo -c -o src/ui_interface/lamarc-traitmodel_interface.o `test -f 'src/ui_interface/traitmodel_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/traitmodel_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/traitmodel_interface.cpp' object='src/ui_interface/lamarc-traitmodel_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-traitmodel_interface.o `test -f 'src/ui_interface/traitmodel_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/traitmodel_interface.cpp
+
+src/ui_interface/lamarc-traitmodel_interface.obj: src/ui_interface/traitmodel_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-traitmodel_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Tpo -c -o src/ui_interface/lamarc-traitmodel_interface.obj `if test -f 'src/ui_interface/traitmodel_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/traitmodel_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/traitmode [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-traitmodel_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/traitmodel_interface.cpp' object='src/ui_interface/lamarc-traitmodel_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-traitmodel_interface.obj `if test -f 'src/ui_interface/traitmodel_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/traitmodel_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/traitmodel_interface.cpp'; fi`
+
+src/ui_interface/lamarc-ui_constants.o: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_constants.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Tpo -c -o src/ui_interface/lamarc-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/lamarc-ui_constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+
+src/ui_interface/lamarc-ui_constants.obj: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_constants.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Tpo -c -o src/ui_interface/lamarc-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/lamarc-ui_constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+
+src/ui_interface/lamarc-ui_id.o: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_id.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_id.Tpo -c -o src/ui_interface/lamarc-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_id.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/lamarc-ui_id.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+
+src/ui_interface/lamarc-ui_id.obj: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_id.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_id.Tpo -c -o src/ui_interface/lamarc-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_id.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/lamarc-ui_id.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+
+src/ui_interface/lamarc-ui_interface.o: src/ui_interface/ui_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Tpo -c -o src/ui_interface/lamarc-ui_interface.o `test -f 'src/ui_interface/ui_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_interface.cpp' object='src/ui_interface/lamarc-ui_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_interface.o `test -f 'src/ui_interface/ui_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_interface.cpp
+
+src/ui_interface/lamarc-ui_interface.obj: src/ui_interface/ui_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Tpo -c -o src/ui_interface/lamarc-ui_interface.obj `if test -f 'src/ui_interface/ui_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_interface.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_interface.cpp' object='src/ui_interface/lamarc-ui_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_interface.obj `if test -f 'src/ui_interface/ui_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_interface.cpp'; fi`
+
+src/ui_interface/lamarc-ui_regid.o: src/ui_interface/ui_regid.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_regid.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Tpo -c -o src/ui_interface/lamarc-ui_regid.o `test -f 'src/ui_interface/ui_regid.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_regid.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_regid.cpp' object='src/ui_interface/lamarc-ui_regid.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_regid.o `test -f 'src/ui_interface/ui_regid.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_regid.cpp
+
+src/ui_interface/lamarc-ui_regid.obj: src/ui_interface/ui_regid.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_regid.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Tpo -c -o src/ui_interface/lamarc-ui_regid.obj `if test -f 'src/ui_interface/ui_regid.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_regid.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_regid.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_regid.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_regid.cpp' object='src/ui_interface/lamarc-ui_regid.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_regid.obj `if test -f 'src/ui_interface/ui_regid.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_regid.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_regid.cpp'; fi`
+
+src/ui_interface/lamarc-ui_strings.o: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_strings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Tpo -c -o src/ui_interface/lamarc-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/lamarc-ui_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+
+src/ui_interface/lamarc-ui_strings.obj: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_strings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Tpo -c -o src/ui_interface/lamarc-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/lamarc-ui_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+
+src/ui_interface/lamarc-ui_warnings.o: src/ui_interface/ui_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_warnings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Tpo -c -o src/ui_interface/lamarc-ui_warnings.o `test -f 'src/ui_interface/ui_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_warnings.cpp' object='src/ui_interface/lamarc-ui_warnings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_warnings.o `test -f 'src/ui_interface/ui_warnings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_warnings.cpp
+
+src/ui_interface/lamarc-ui_warnings.obj: src/ui_interface/ui_warnings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-ui_warnings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Tpo -c -o src/ui_interface/lamarc-ui_warnings.obj `if test -f 'src/ui_interface/ui_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_warnings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Tpo src/ui_interface/$(DEPDIR)/lamarc-ui_warnings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_warnings.cpp' object='src/ui_interface/lamarc-ui_warnings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-ui_warnings.obj `if test -f 'src/ui_interface/ui_warnings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_warnings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_warnings.cpp'; fi`
+
+src/ui_interface/lamarc-userparam_interface.o: src/ui_interface/userparam_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-userparam_interface.o -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Tpo -c -o src/ui_interface/lamarc-userparam_interface.o `test -f 'src/ui_interface/userparam_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/userparam_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/userparam_interface.cpp' object='src/ui_interface/lamarc-userparam_interface.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-userparam_interface.o `test -f 'src/ui_interface/userparam_interface.cpp' || echo '$(srcdir)/'`src/ui_interface/userparam_interface.cpp
+
+src/ui_interface/lamarc-userparam_interface.obj: src/ui_interface/userparam_interface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/lamarc-userparam_interface.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Tpo -c -o src/ui_interface/lamarc-userparam_interface.obj `if test -f 'src/ui_interface/userparam_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/userparam_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/userparam_inte [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Tpo src/ui_interface/$(DEPDIR)/lamarc-userparam_interface.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/userparam_interface.cpp' object='src/ui_interface/lamarc-userparam_interface.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/lamarc-userparam_interface.obj `if test -f 'src/ui_interface/userparam_interface.cpp'; then $(CYGPATH_W) 'src/ui_interface/userparam_interface.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/userparam_interface.cpp'; fi`
+
+src/ui_util/lamarc-undoredochain.o: src/ui_util/undoredochain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_util/lamarc-undoredochain.o -MD -MP -MF src/ui_util/$(DEPDIR)/lamarc-undoredochain.Tpo -c -o src/ui_util/lamarc-undoredochain.o `test -f 'src/ui_util/undoredochain.cpp' || echo '$(srcdir)/'`src/ui_util/undoredochain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_util/$(DEPDIR)/lamarc-undoredochain.Tpo src/ui_util/$(DEPDIR)/lamarc-undoredochain.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_util/undoredochain.cpp' object='src/ui_util/lamarc-undoredochain.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_util/lamarc-undoredochain.o `test -f 'src/ui_util/undoredochain.cpp' || echo '$(srcdir)/'`src/ui_util/undoredochain.cpp
+
+src/ui_util/lamarc-undoredochain.obj: src/ui_util/undoredochain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_util/lamarc-undoredochain.obj -MD -MP -MF src/ui_util/$(DEPDIR)/lamarc-undoredochain.Tpo -c -o src/ui_util/lamarc-undoredochain.obj `if test -f 'src/ui_util/undoredochain.cpp'; then $(CYGPATH_W) 'src/ui_util/undoredochain.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_util/undoredochain.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_util/$(DEPDIR)/lamarc-undoredochain.Tpo src/ui_util/$(DEPDIR)/lamarc-undoredochain.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_util/undoredochain.cpp' object='src/ui_util/lamarc-undoredochain.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_util/lamarc-undoredochain.obj `if test -f 'src/ui_util/undoredochain.cpp'; then $(CYGPATH_W) 'src/ui_util/undoredochain.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_util/undoredochain.cpp'; fi`
+
+src/ui_vars/lamarc-report_strings.o: src/ui_vars/report_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-report_strings.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-report_strings.Tpo -c -o src/ui_vars/lamarc-report_strings.o `test -f 'src/ui_vars/report_strings.cpp' || echo '$(srcdir)/'`src/ui_vars/report_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-report_strings.Tpo src/ui_vars/$(DEPDIR)/lamarc-report_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/report_strings.cpp' object='src/ui_vars/lamarc-report_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-report_strings.o `test -f 'src/ui_vars/report_strings.cpp' || echo '$(srcdir)/'`src/ui_vars/report_strings.cpp
+
+src/ui_vars/lamarc-report_strings.obj: src/ui_vars/report_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-report_strings.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-report_strings.Tpo -c -o src/ui_vars/lamarc-report_strings.obj `if test -f 'src/ui_vars/report_strings.cpp'; then $(CYGPATH_W) 'src/ui_vars/report_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/report_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-report_strings.Tpo src/ui_vars/$(DEPDIR)/lamarc-report_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/report_strings.cpp' object='src/ui_vars/lamarc-report_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-report_strings.obj `if test -f 'src/ui_vars/report_strings.cpp'; then $(CYGPATH_W) 'src/ui_vars/report_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/report_strings.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars.o: src/ui_vars/ui_vars.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Tpo -c -o src/ui_vars/lamarc-ui_vars.o `test -f 'src/ui_vars/ui_vars.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars.cpp' object='src/ui_vars/lamarc-ui_vars.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars.o `test -f 'src/ui_vars/ui_vars.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars.cpp
+
+src/ui_vars/lamarc-ui_vars.obj: src/ui_vars/ui_vars.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Tpo -c -o src/ui_vars/lamarc-ui_vars.obj `if test -f 'src/ui_vars/ui_vars.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars.cpp' object='src/ui_vars/lamarc-ui_vars.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars.obj `if test -f 'src/ui_vars/ui_vars.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_chainparams.o: src/ui_vars/ui_vars_chainparams.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_chainparams.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Tpo -c -o src/ui_vars/lamarc-ui_vars_chainparams.o `test -f 'src/ui_vars/ui_vars_chainparams.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_chainparams.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_chainparams.cpp' object='src/ui_vars/lamarc-ui_vars_chainparams.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_chainparams.o `test -f 'src/ui_vars/ui_vars_chainparams.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_chainparams.cpp
+
+src/ui_vars/lamarc-ui_vars_chainparams.obj: src/ui_vars/ui_vars_chainparams.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_chainparams.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Tpo -c -o src/ui_vars/lamarc-ui_vars_chainparams.obj `if test -f 'src/ui_vars/ui_vars_chainparams.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_chainparams.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_chainparams.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_chainparams.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_chainparams.cpp' object='src/ui_vars/lamarc-ui_vars_chainparams.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_chainparams.obj `if test -f 'src/ui_vars/ui_vars_chainparams.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_chainparams.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_chainparams.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_component.o: src/ui_vars/ui_vars_component.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_component.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Tpo -c -o src/ui_vars/lamarc-ui_vars_component.o `test -f 'src/ui_vars/ui_vars_component.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_component.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_component.cpp' object='src/ui_vars/lamarc-ui_vars_component.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_component.o `test -f 'src/ui_vars/ui_vars_component.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_component.cpp
+
+src/ui_vars/lamarc-ui_vars_component.obj: src/ui_vars/ui_vars_component.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_component.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Tpo -c -o src/ui_vars/lamarc-ui_vars_component.obj `if test -f 'src/ui_vars/ui_vars_component.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_component.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_component.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_component.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_component.cpp' object='src/ui_vars/lamarc-ui_vars_component.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_component.obj `if test -f 'src/ui_vars/ui_vars_component.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_component.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_component.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_datamodel.o: src/ui_vars/ui_vars_datamodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_datamodel.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Tpo -c -o src/ui_vars/lamarc-ui_vars_datamodel.o `test -f 'src/ui_vars/ui_vars_datamodel.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_datamodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_datamodel.cpp' object='src/ui_vars/lamarc-ui_vars_datamodel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_datamodel.o `test -f 'src/ui_vars/ui_vars_datamodel.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_datamodel.cpp
+
+src/ui_vars/lamarc-ui_vars_datamodel.obj: src/ui_vars/ui_vars_datamodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_datamodel.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Tpo -c -o src/ui_vars/lamarc-ui_vars_datamodel.obj `if test -f 'src/ui_vars/ui_vars_datamodel.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_datamodel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_datamodel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datamodel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_datamodel.cpp' object='src/ui_vars/lamarc-ui_vars_datamodel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_datamodel.obj `if test -f 'src/ui_vars/ui_vars_datamodel.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_datamodel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_datamodel.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_datapackplus.o: src/ui_vars/ui_vars_datapackplus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_datapackplus.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Tpo -c -o src/ui_vars/lamarc-ui_vars_datapackplus.o `test -f 'src/ui_vars/ui_vars_datapackplus.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_datapackplus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_datapackplus.cpp' object='src/ui_vars/lamarc-ui_vars_datapackplus.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_datapackplus.o `test -f 'src/ui_vars/ui_vars_datapackplus.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_datapackplus.cpp
+
+src/ui_vars/lamarc-ui_vars_datapackplus.obj: src/ui_vars/ui_vars_datapackplus.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_datapackplus.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Tpo -c -o src/ui_vars/lamarc-ui_vars_datapackplus.obj `if test -f 'src/ui_vars/ui_vars_datapackplus.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_datapackplus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_datapackplus.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_datapackplus.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_datapackplus.cpp' object='src/ui_vars/lamarc-ui_vars_datapackplus.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_datapackplus.obj `if test -f 'src/ui_vars/ui_vars_datapackplus.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_datapackplus.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_datapackplus.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_forces.o: src/ui_vars/ui_vars_forces.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_forces.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Tpo -c -o src/ui_vars/lamarc-ui_vars_forces.o `test -f 'src/ui_vars/ui_vars_forces.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_forces.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_forces.cpp' object='src/ui_vars/lamarc-ui_vars_forces.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_forces.o `test -f 'src/ui_vars/ui_vars_forces.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_forces.cpp
+
+src/ui_vars/lamarc-ui_vars_forces.obj: src/ui_vars/ui_vars_forces.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_forces.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Tpo -c -o src/ui_vars/lamarc-ui_vars_forces.obj `if test -f 'src/ui_vars/ui_vars_forces.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_forces.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_forces.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_forces.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_forces.cpp' object='src/ui_vars/lamarc-ui_vars_forces.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_forces.obj `if test -f 'src/ui_vars/ui_vars_forces.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_forces.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_forces.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_prior.o: src/ui_vars/ui_vars_prior.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_prior.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Tpo -c -o src/ui_vars/lamarc-ui_vars_prior.o `test -f 'src/ui_vars/ui_vars_prior.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_prior.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_prior.cpp' object='src/ui_vars/lamarc-ui_vars_prior.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_prior.o `test -f 'src/ui_vars/ui_vars_prior.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_prior.cpp
+
+src/ui_vars/lamarc-ui_vars_prior.obj: src/ui_vars/ui_vars_prior.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_prior.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Tpo -c -o src/ui_vars/lamarc-ui_vars_prior.obj `if test -f 'src/ui_vars/ui_vars_prior.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_prior.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_prior.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_prior.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_prior.cpp' object='src/ui_vars/lamarc-ui_vars_prior.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_prior.obj `if test -f 'src/ui_vars/ui_vars_prior.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_prior.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_prior.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_traitmodels.o: src/ui_vars/ui_vars_traitmodels.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_traitmodels.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Tpo -c -o src/ui_vars/lamarc-ui_vars_traitmodels.o `test -f 'src/ui_vars/ui_vars_traitmodels.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_traitmodels.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_traitmodels.cpp' object='src/ui_vars/lamarc-ui_vars_traitmodels.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_traitmodels.o `test -f 'src/ui_vars/ui_vars_traitmodels.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_traitmodels.cpp
+
+src/ui_vars/lamarc-ui_vars_traitmodels.obj: src/ui_vars/ui_vars_traitmodels.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_traitmodels.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Tpo -c -o src/ui_vars/lamarc-ui_vars_traitmodels.obj `if test -f 'src/ui_vars/ui_vars_traitmodels.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_traitmodels.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_traitmodels.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_traitmodels.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_traitmodels.cpp' object='src/ui_vars/lamarc-ui_vars_traitmodels.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_traitmodels.obj `if test -f 'src/ui_vars/ui_vars_traitmodels.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_traitmodels.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_traitmodels.cpp'; fi`
+
+src/ui_vars/lamarc-ui_vars_userparams.o: src/ui_vars/ui_vars_userparams.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_userparams.o -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Tpo -c -o src/ui_vars/lamarc-ui_vars_userparams.o `test -f 'src/ui_vars/ui_vars_userparams.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_userparams.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_userparams.cpp' object='src/ui_vars/lamarc-ui_vars_userparams.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_userparams.o `test -f 'src/ui_vars/ui_vars_userparams.cpp' || echo '$(srcdir)/'`src/ui_vars/ui_vars_userparams.cpp
+
+src/ui_vars/lamarc-ui_vars_userparams.obj: src/ui_vars/ui_vars_userparams.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/ui_vars/lamarc-ui_vars_userparams.obj -MD -MP -MF src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Tpo -c -o src/ui_vars/lamarc-ui_vars_userparams.obj `if test -f 'src/ui_vars/ui_vars_userparams.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_userparams.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_userparams.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Tpo src/ui_vars/$(DEPDIR)/lamarc-ui_vars_userparams.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_vars/ui_vars_userparams.cpp' object='src/ui_vars/lamarc-ui_vars_userparams.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_vars/lamarc-ui_vars_userparams.obj `if test -f 'src/ui_vars/ui_vars_userparams.cpp'; then $(CYGPATH_W) 'src/ui_vars/ui_vars_userparams.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_vars/ui_vars_userparams.cpp'; fi`
+
+src/xml/lamarc-lamarcschema.o: src/xml/lamarcschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-lamarcschema.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-lamarcschema.Tpo -c -o src/xml/lamarc-lamarcschema.o `test -f 'src/xml/lamarcschema.cpp' || echo '$(srcdir)/'`src/xml/lamarcschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-lamarcschema.Tpo src/xml/$(DEPDIR)/lamarc-lamarcschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/lamarcschema.cpp' object='src/xml/lamarc-lamarcschema.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-lamarcschema.o `test -f 'src/xml/lamarcschema.cpp' || echo '$(srcdir)/'`src/xml/lamarcschema.cpp
+
+src/xml/lamarc-lamarcschema.obj: src/xml/lamarcschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-lamarcschema.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-lamarcschema.Tpo -c -o src/xml/lamarc-lamarcschema.obj `if test -f 'src/xml/lamarcschema.cpp'; then $(CYGPATH_W) 'src/xml/lamarcschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/lamarcschema.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-lamarcschema.Tpo src/xml/$(DEPDIR)/lamarc-lamarcschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/lamarcschema.cpp' object='src/xml/lamarc-lamarcschema.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-lamarcschema.obj `if test -f 'src/xml/lamarcschema.cpp'; then $(CYGPATH_W) 'src/xml/lamarcschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/lamarcschema.cpp'; fi`
+
+src/xml/lamarc-parsetreetodata.o: src/xml/parsetreetodata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreetodata.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreetodata.Tpo -c -o src/xml/lamarc-parsetreetodata.o `test -f 'src/xml/parsetreetodata.cpp' || echo '$(srcdir)/'`src/xml/parsetreetodata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreetodata.Tpo src/xml/$(DEPDIR)/lamarc-parsetreetodata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreetodata.cpp' object='src/xml/lamarc-parsetreetodata.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreetodata.o `test -f 'src/xml/parsetreetodata.cpp' || echo '$(srcdir)/'`src/xml/parsetreetodata.cpp
+
+src/xml/lamarc-parsetreetodata.obj: src/xml/parsetreetodata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreetodata.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreetodata.Tpo -c -o src/xml/lamarc-parsetreetodata.obj `if test -f 'src/xml/parsetreetodata.cpp'; then $(CYGPATH_W) 'src/xml/parsetreetodata.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreetodata.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreetodata.Tpo src/xml/$(DEPDIR)/lamarc-parsetreetodata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreetodata.cpp' object='src/xml/lamarc-parsetreetodata.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreetodata.obj `if test -f 'src/xml/parsetreetodata.cpp'; then $(CYGPATH_W) 'src/xml/parsetreetodata.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreetodata.cpp'; fi`
+
+src/xml/lamarc-parsetreetosettings.o: src/xml/parsetreetosettings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreetosettings.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Tpo -c -o src/xml/lamarc-parsetreetosettings.o `test -f 'src/xml/parsetreetosettings.cpp' || echo '$(srcdir)/'`src/xml/parsetreetosettings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Tpo src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreetosettings.cpp' object='src/xml/lamarc-parsetreetosettings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreetosettings.o `test -f 'src/xml/parsetreetosettings.cpp' || echo '$(srcdir)/'`src/xml/parsetreetosettings.cpp
+
+src/xml/lamarc-parsetreetosettings.obj: src/xml/parsetreetosettings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreetosettings.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Tpo -c -o src/xml/lamarc-parsetreetosettings.obj `if test -f 'src/xml/parsetreetosettings.cpp'; then $(CYGPATH_W) 'src/xml/parsetreetosettings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreetosettings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Tpo src/xml/$(DEPDIR)/lamarc-parsetreetosettings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreetosettings.cpp' object='src/xml/lamarc-parsetreetosettings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreetosettings.obj `if test -f 'src/xml/parsetreetosettings.cpp'; then $(CYGPATH_W) 'src/xml/parsetreetosettings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreetosettings.cpp'; fi`
+
+src/xml/lamarc-parsetreewalker.o: src/xml/parsetreewalker.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreewalker.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreewalker.Tpo -c -o src/xml/lamarc-parsetreewalker.o `test -f 'src/xml/parsetreewalker.cpp' || echo '$(srcdir)/'`src/xml/parsetreewalker.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreewalker.Tpo src/xml/$(DEPDIR)/lamarc-parsetreewalker.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreewalker.cpp' object='src/xml/lamarc-parsetreewalker.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreewalker.o `test -f 'src/xml/parsetreewalker.cpp' || echo '$(srcdir)/'`src/xml/parsetreewalker.cpp
+
+src/xml/lamarc-parsetreewalker.obj: src/xml/parsetreewalker.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreewalker.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreewalker.Tpo -c -o src/xml/lamarc-parsetreewalker.obj `if test -f 'src/xml/parsetreewalker.cpp'; then $(CYGPATH_W) 'src/xml/parsetreewalker.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreewalker.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreewalker.Tpo src/xml/$(DEPDIR)/lamarc-parsetreewalker.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreewalker.cpp' object='src/xml/lamarc-parsetreewalker.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreewalker.obj `if test -f 'src/xml/parsetreewalker.cpp'; then $(CYGPATH_W) 'src/xml/parsetreewalker.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreewalker.cpp'; fi`
+
+src/xml/lamarc-toxml.o: src/xml/toxml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-toxml.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-toxml.Tpo -c -o src/xml/lamarc-toxml.o `test -f 'src/xml/toxml.cpp' || echo '$(srcdir)/'`src/xml/toxml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-toxml.Tpo src/xml/$(DEPDIR)/lamarc-toxml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/toxml.cpp' object='src/xml/lamarc-toxml.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-toxml.o `test -f 'src/xml/toxml.cpp' || echo '$(srcdir)/'`src/xml/toxml.cpp
+
+src/xml/lamarc-toxml.obj: src/xml/toxml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-toxml.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-toxml.Tpo -c -o src/xml/lamarc-toxml.obj `if test -f 'src/xml/toxml.cpp'; then $(CYGPATH_W) 'src/xml/toxml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/toxml.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-toxml.Tpo src/xml/$(DEPDIR)/lamarc-toxml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/toxml.cpp' object='src/xml/lamarc-toxml.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-toxml.obj `if test -f 'src/xml/toxml.cpp'; then $(CYGPATH_W) 'src/xml/toxml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/toxml.cpp'; fi`
+
+src/xml/lamarc-parsetreeschema.o: src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreeschema.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreeschema.Tpo -c -o src/xml/lamarc-parsetreeschema.o `test -f 'src/xml/parsetreeschema.cpp' || echo '$(srcdir)/'`src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreeschema.Tpo src/xml/$(DEPDIR)/lamarc-parsetreeschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreeschema.cpp' object='src/xml/lamarc-parsetreeschema.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreeschema.o `test -f 'src/xml/parsetreeschema.cpp' || echo '$(srcdir)/'`src/xml/parsetreeschema.cpp
+
+src/xml/lamarc-parsetreeschema.obj: src/xml/parsetreeschema.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-parsetreeschema.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-parsetreeschema.Tpo -c -o src/xml/lamarc-parsetreeschema.obj `if test -f 'src/xml/parsetreeschema.cpp'; then $(CYGPATH_W) 'src/xml/parsetreeschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreeschema.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-parsetreeschema.Tpo src/xml/$(DEPDIR)/lamarc-parsetreeschema.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/parsetreeschema.cpp' object='src/xml/lamarc-parsetreeschema.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-parsetreeschema.obj `if test -f 'src/xml/parsetreeschema.cpp'; then $(CYGPATH_W) 'src/xml/parsetreeschema.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/parsetreeschema.cpp'; fi`
+
+src/xml/lamarc-tixml_base.o: src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-tixml_base.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-tixml_base.Tpo -c -o src/xml/lamarc-tixml_base.o `test -f 'src/xml/tixml_base.cpp' || echo '$(srcdir)/'`src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-tixml_base.Tpo src/xml/$(DEPDIR)/lamarc-tixml_base.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/tixml_base.cpp' object='src/xml/lamarc-tixml_base.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-tixml_base.o `test -f 'src/xml/tixml_base.cpp' || echo '$(srcdir)/'`src/xml/tixml_base.cpp
+
+src/xml/lamarc-tixml_base.obj: src/xml/tixml_base.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-tixml_base.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-tixml_base.Tpo -c -o src/xml/lamarc-tixml_base.obj `if test -f 'src/xml/tixml_base.cpp'; then $(CYGPATH_W) 'src/xml/tixml_base.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/tixml_base.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-tixml_base.Tpo src/xml/$(DEPDIR)/lamarc-tixml_base.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/tixml_base.cpp' object='src/xml/lamarc-tixml_base.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-tixml_base.obj `if test -f 'src/xml/tixml_base.cpp'; then $(CYGPATH_W) 'src/xml/tixml_base.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/tixml_base.cpp'; fi`
+
+src/xml/lamarc-xml.o: src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-xml.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-xml.Tpo -c -o src/xml/lamarc-xml.o `test -f 'src/xml/xml.cpp' || echo '$(srcdir)/'`src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-xml.Tpo src/xml/$(DEPDIR)/lamarc-xml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml.cpp' object='src/xml/lamarc-xml.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-xml.o `test -f 'src/xml/xml.cpp' || echo '$(srcdir)/'`src/xml/xml.cpp
+
+src/xml/lamarc-xml.obj: src/xml/xml.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-xml.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-xml.Tpo -c -o src/xml/lamarc-xml.obj `if test -f 'src/xml/xml.cpp'; then $(CYGPATH_W) 'src/xml/xml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-xml.Tpo src/xml/$(DEPDIR)/lamarc-xml.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml.cpp' object='src/xml/lamarc-xml.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-xml.obj `if test -f 'src/xml/xml.cpp'; then $(CYGPATH_W) 'src/xml/xml.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml.cpp'; fi`
+
+src/xml/lamarc-xml_strings.o: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-xml_strings.o -MD -MP -MF src/xml/$(DEPDIR)/lamarc-xml_strings.Tpo -c -o src/xml/lamarc-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-xml_strings.Tpo src/xml/$(DEPDIR)/lamarc-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/lamarc-xml_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+
+src/xml/lamarc-xml_strings.obj: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -MT src/xml/lamarc-xml_strings.obj -MD -MP -MF src/xml/$(DEPDIR)/lamarc-xml_strings.Tpo -c -o src/xml/lamarc-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/lamarc-xml_strings.Tpo src/xml/$(DEPDIR)/lamarc-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/lamarc-xml_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lamarc_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/lamarc-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+
+src/conversion/old_lam_conv-ConverterIf.o: src/conversion/ConverterIf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ConverterIf.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Tpo -c -o src/conversion/old_lam_conv-ConverterIf.o `test -f 'src/conversion/ConverterIf.cpp' || echo '$(srcdir)/'`src/conversion/ConverterIf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ConverterIf.cpp' object='src/conversion/old_lam_conv-ConverterIf.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ConverterIf.o `test -f 'src/conversion/ConverterIf.cpp' || echo '$(srcdir)/'`src/conversion/ConverterIf.cpp
+
+src/conversion/old_lam_conv-ConverterIf.obj: src/conversion/ConverterIf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ConverterIf.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Tpo -c -o src/conversion/old_lam_conv-ConverterIf.obj `if test -f 'src/conversion/ConverterIf.cpp'; then $(CYGPATH_W) 'src/conversion/ConverterIf.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ConverterIf.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ConverterIf.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ConverterIf.cpp' object='src/conversion/old_lam_conv-ConverterIf.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ConverterIf.obj `if test -f 'src/conversion/ConverterIf.cpp'; then $(CYGPATH_W) 'src/conversion/ConverterIf.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ConverterIf.cpp'; fi`
+
+src/conversion/old_lam_conv-ConverterUI.o: src/conversion/ConverterUI.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ConverterUI.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Tpo -c -o src/conversion/old_lam_conv-ConverterUI.o `test -f 'src/conversion/ConverterUI.cpp' || echo '$(srcdir)/'`src/conversion/ConverterUI.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ConverterUI.cpp' object='src/conversion/old_lam_conv-ConverterUI.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ConverterUI.o `test -f 'src/conversion/ConverterUI.cpp' || echo '$(srcdir)/'`src/conversion/ConverterUI.cpp
+
+src/conversion/old_lam_conv-ConverterUI.obj: src/conversion/ConverterUI.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ConverterUI.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Tpo -c -o src/conversion/old_lam_conv-ConverterUI.obj `if test -f 'src/conversion/ConverterUI.cpp'; then $(CYGPATH_W) 'src/conversion/ConverterUI.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ConverterUI.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ConverterUI.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ConverterUI.cpp' object='src/conversion/old_lam_conv-ConverterUI.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ConverterUI.obj `if test -f 'src/conversion/ConverterUI.cpp'; then $(CYGPATH_W) 'src/conversion/ConverterUI.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ConverterUI.cpp'; fi`
+
+src/conversion/old_lam_conv-DataSourceException.o: src/conversion/DataSourceException.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-DataSourceException.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Tpo -c -o src/conversion/old_lam_conv-DataSourceException.o `test -f 'src/conversion/DataSourceException.cpp' || echo '$(srcdir)/'`src/conversion/DataSourceException.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Tpo src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/DataSourceException.cpp' object='src/conversion/old_lam_conv-DataSourceException.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-DataSourceException.o `test -f 'src/conversion/DataSourceException.cpp' || echo '$(srcdir)/'`src/conversion/DataSourceException.cpp
+
+src/conversion/old_lam_conv-DataSourceException.obj: src/conversion/DataSourceException.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-DataSourceException.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Tpo -c -o src/conversion/old_lam_conv-DataSourceException.obj `if test -f 'src/conversion/DataSourceException.cpp'; then $(CYGPATH_W) 'src/conversion/DataSourceException.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/Da [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Tpo src/conversion/$(DEPDIR)/old_lam_conv-DataSourceException.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/DataSourceException.cpp' object='src/conversion/old_lam_conv-DataSourceException.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-DataSourceException.obj `if test -f 'src/conversion/DataSourceException.cpp'; then $(CYGPATH_W) 'src/conversion/DataSourceException.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/DataSourceException.cpp'; fi`
+
+src/conversion/old_lam_conv-DataSourceIf.o: src/conversion/DataSourceIf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-DataSourceIf.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Tpo -c -o src/conversion/old_lam_conv-DataSourceIf.o `test -f 'src/conversion/DataSourceIf.cpp' || echo '$(srcdir)/'`src/conversion/DataSourceIf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Tpo src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/DataSourceIf.cpp' object='src/conversion/old_lam_conv-DataSourceIf.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-DataSourceIf.o `test -f 'src/conversion/DataSourceIf.cpp' || echo '$(srcdir)/'`src/conversion/DataSourceIf.cpp
+
+src/conversion/old_lam_conv-DataSourceIf.obj: src/conversion/DataSourceIf.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-DataSourceIf.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Tpo -c -o src/conversion/old_lam_conv-DataSourceIf.obj `if test -f 'src/conversion/DataSourceIf.cpp'; then $(CYGPATH_W) 'src/conversion/DataSourceIf.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/DataSourceIf.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Tpo src/conversion/$(DEPDIR)/old_lam_conv-DataSourceIf.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/DataSourceIf.cpp' object='src/conversion/old_lam_conv-DataSourceIf.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-DataSourceIf.obj `if test -f 'src/conversion/DataSourceIf.cpp'; then $(CYGPATH_W) 'src/conversion/DataSourceIf.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/DataSourceIf.cpp'; fi`
+
+src/conversion/old_lam_conv-HapConverter.o: src/conversion/HapConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-HapConverter.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Tpo -c -o src/conversion/old_lam_conv-HapConverter.o `test -f 'src/conversion/HapConverter.cpp' || echo '$(srcdir)/'`src/conversion/HapConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/HapConverter.cpp' object='src/conversion/old_lam_conv-HapConverter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-HapConverter.o `test -f 'src/conversion/HapConverter.cpp' || echo '$(srcdir)/'`src/conversion/HapConverter.cpp
+
+src/conversion/old_lam_conv-HapConverter.obj: src/conversion/HapConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-HapConverter.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Tpo -c -o src/conversion/old_lam_conv-HapConverter.obj `if test -f 'src/conversion/HapConverter.cpp'; then $(CYGPATH_W) 'src/conversion/HapConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/HapConverter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-HapConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/HapConverter.cpp' object='src/conversion/old_lam_conv-HapConverter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-HapConverter.obj `if test -f 'src/conversion/HapConverter.cpp'; then $(CYGPATH_W) 'src/conversion/HapConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/HapConverter.cpp'; fi`
+
+src/conversion/old_lam_conv-IndividualDS.o: src/conversion/IndividualDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-IndividualDS.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Tpo -c -o src/conversion/old_lam_conv-IndividualDS.o `test -f 'src/conversion/IndividualDS.cpp' || echo '$(srcdir)/'`src/conversion/IndividualDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/IndividualDS.cpp' object='src/conversion/old_lam_conv-IndividualDS.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-IndividualDS.o `test -f 'src/conversion/IndividualDS.cpp' || echo '$(srcdir)/'`src/conversion/IndividualDS.cpp
+
+src/conversion/old_lam_conv-IndividualDS.obj: src/conversion/IndividualDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-IndividualDS.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Tpo -c -o src/conversion/old_lam_conv-IndividualDS.obj `if test -f 'src/conversion/IndividualDS.cpp'; then $(CYGPATH_W) 'src/conversion/IndividualDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/IndividualDS.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-IndividualDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/IndividualDS.cpp' object='src/conversion/old_lam_conv-IndividualDS.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-IndividualDS.obj `if test -f 'src/conversion/IndividualDS.cpp'; then $(CYGPATH_W) 'src/conversion/IndividualDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/IndividualDS.cpp'; fi`
+
+src/conversion/old_lam_conv-LamarcDS.o: src/conversion/LamarcDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-LamarcDS.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Tpo -c -o src/conversion/old_lam_conv-LamarcDS.o `test -f 'src/conversion/LamarcDS.cpp' || echo '$(srcdir)/'`src/conversion/LamarcDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/LamarcDS.cpp' object='src/conversion/old_lam_conv-LamarcDS.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-LamarcDS.o `test -f 'src/conversion/LamarcDS.cpp' || echo '$(srcdir)/'`src/conversion/LamarcDS.cpp
+
+src/conversion/old_lam_conv-LamarcDS.obj: src/conversion/LamarcDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-LamarcDS.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Tpo -c -o src/conversion/old_lam_conv-LamarcDS.obj `if test -f 'src/conversion/LamarcDS.cpp'; then $(CYGPATH_W) 'src/conversion/LamarcDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/LamarcDS.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-LamarcDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/LamarcDS.cpp' object='src/conversion/old_lam_conv-LamarcDS.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-LamarcDS.obj `if test -f 'src/conversion/LamarcDS.cpp'; then $(CYGPATH_W) 'src/conversion/LamarcDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/LamarcDS.cpp'; fi`
+
+src/conversion/old_lam_conv-MigrateConverter.o: src/conversion/MigrateConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-MigrateConverter.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Tpo -c -o src/conversion/old_lam_conv-MigrateConverter.o `test -f 'src/conversion/MigrateConverter.cpp' || echo '$(srcdir)/'`src/conversion/MigrateConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/MigrateConverter.cpp' object='src/conversion/old_lam_conv-MigrateConverter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-MigrateConverter.o `test -f 'src/conversion/MigrateConverter.cpp' || echo '$(srcdir)/'`src/conversion/MigrateConverter.cpp
+
+src/conversion/old_lam_conv-MigrateConverter.obj: src/conversion/MigrateConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-MigrateConverter.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Tpo -c -o src/conversion/old_lam_conv-MigrateConverter.obj `if test -f 'src/conversion/MigrateConverter.cpp'; then $(CYGPATH_W) 'src/conversion/MigrateConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/MigrateConverter. [...]
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-MigrateConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/MigrateConverter.cpp' object='src/conversion/old_lam_conv-MigrateConverter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-MigrateConverter.obj `if test -f 'src/conversion/MigrateConverter.cpp'; then $(CYGPATH_W) 'src/conversion/MigrateConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/MigrateConverter.cpp'; fi`
+
+src/conversion/old_lam_conv-ModelDS.o: src/conversion/ModelDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ModelDS.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Tpo -c -o src/conversion/old_lam_conv-ModelDS.o `test -f 'src/conversion/ModelDS.cpp' || echo '$(srcdir)/'`src/conversion/ModelDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ModelDS.cpp' object='src/conversion/old_lam_conv-ModelDS.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ModelDS.o `test -f 'src/conversion/ModelDS.cpp' || echo '$(srcdir)/'`src/conversion/ModelDS.cpp
+
+src/conversion/old_lam_conv-ModelDS.obj: src/conversion/ModelDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ModelDS.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Tpo -c -o src/conversion/old_lam_conv-ModelDS.obj `if test -f 'src/conversion/ModelDS.cpp'; then $(CYGPATH_W) 'src/conversion/ModelDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ModelDS.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ModelDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ModelDS.cpp' object='src/conversion/old_lam_conv-ModelDS.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ModelDS.obj `if test -f 'src/conversion/ModelDS.cpp'; then $(CYGPATH_W) 'src/conversion/ModelDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ModelDS.cpp'; fi`
+
+src/conversion/old_lam_conv-ParserUtil.o: src/conversion/ParserUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ParserUtil.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Tpo -c -o src/conversion/old_lam_conv-ParserUtil.o `test -f 'src/conversion/ParserUtil.cpp' || echo '$(srcdir)/'`src/conversion/ParserUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ParserUtil.cpp' object='src/conversion/old_lam_conv-ParserUtil.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ParserUtil.o `test -f 'src/conversion/ParserUtil.cpp' || echo '$(srcdir)/'`src/conversion/ParserUtil.cpp
+
+src/conversion/old_lam_conv-ParserUtil.obj: src/conversion/ParserUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ParserUtil.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Tpo -c -o src/conversion/old_lam_conv-ParserUtil.obj `if test -f 'src/conversion/ParserUtil.cpp'; then $(CYGPATH_W) 'src/conversion/ParserUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ParserUtil.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ParserUtil.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ParserUtil.cpp' object='src/conversion/old_lam_conv-ParserUtil.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ParserUtil.obj `if test -f 'src/conversion/ParserUtil.cpp'; then $(CYGPATH_W) 'src/conversion/ParserUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ParserUtil.cpp'; fi`
+
+src/conversion/old_lam_conv-PhylipConverter.o: src/conversion/PhylipConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-PhylipConverter.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Tpo -c -o src/conversion/old_lam_conv-PhylipConverter.o `test -f 'src/conversion/PhylipConverter.cpp' || echo '$(srcdir)/'`src/conversion/PhylipConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/PhylipConverter.cpp' object='src/conversion/old_lam_conv-PhylipConverter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-PhylipConverter.o `test -f 'src/conversion/PhylipConverter.cpp' || echo '$(srcdir)/'`src/conversion/PhylipConverter.cpp
+
+src/conversion/old_lam_conv-PhylipConverter.obj: src/conversion/PhylipConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-PhylipConverter.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Tpo -c -o src/conversion/old_lam_conv-PhylipConverter.obj `if test -f 'src/conversion/PhylipConverter.cpp'; then $(CYGPATH_W) 'src/conversion/PhylipConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/PhylipConverter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-PhylipConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/PhylipConverter.cpp' object='src/conversion/old_lam_conv-PhylipConverter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-PhylipConverter.obj `if test -f 'src/conversion/PhylipConverter.cpp'; then $(CYGPATH_W) 'src/conversion/PhylipConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/PhylipConverter.cpp'; fi`
+
+src/conversion/old_lam_conv-PopulationDS.o: src/conversion/PopulationDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-PopulationDS.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Tpo -c -o src/conversion/old_lam_conv-PopulationDS.o `test -f 'src/conversion/PopulationDS.cpp' || echo '$(srcdir)/'`src/conversion/PopulationDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/PopulationDS.cpp' object='src/conversion/old_lam_conv-PopulationDS.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-PopulationDS.o `test -f 'src/conversion/PopulationDS.cpp' || echo '$(srcdir)/'`src/conversion/PopulationDS.cpp
+
+src/conversion/old_lam_conv-PopulationDS.obj: src/conversion/PopulationDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-PopulationDS.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Tpo -c -o src/conversion/old_lam_conv-PopulationDS.obj `if test -f 'src/conversion/PopulationDS.cpp'; then $(CYGPATH_W) 'src/conversion/PopulationDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/PopulationDS.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-PopulationDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/PopulationDS.cpp' object='src/conversion/old_lam_conv-PopulationDS.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-PopulationDS.obj `if test -f 'src/conversion/PopulationDS.cpp'; then $(CYGPATH_W) 'src/conversion/PopulationDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/PopulationDS.cpp'; fi`
+
+src/conversion/old_lam_conv-RegionDS.o: src/conversion/RegionDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-RegionDS.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Tpo -c -o src/conversion/old_lam_conv-RegionDS.o `test -f 'src/conversion/RegionDS.cpp' || echo '$(srcdir)/'`src/conversion/RegionDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/RegionDS.cpp' object='src/conversion/old_lam_conv-RegionDS.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-RegionDS.o `test -f 'src/conversion/RegionDS.cpp' || echo '$(srcdir)/'`src/conversion/RegionDS.cpp
+
+src/conversion/old_lam_conv-RegionDS.obj: src/conversion/RegionDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-RegionDS.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Tpo -c -o src/conversion/old_lam_conv-RegionDS.obj `if test -f 'src/conversion/RegionDS.cpp'; then $(CYGPATH_W) 'src/conversion/RegionDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/RegionDS.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-RegionDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/RegionDS.cpp' object='src/conversion/old_lam_conv-RegionDS.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-RegionDS.obj `if test -f 'src/conversion/RegionDS.cpp'; then $(CYGPATH_W) 'src/conversion/RegionDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/RegionDS.cpp'; fi`
+
+src/conversion/old_lam_conv-Sequence.o: src/conversion/Sequence.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-Sequence.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Tpo -c -o src/conversion/old_lam_conv-Sequence.o `test -f 'src/conversion/Sequence.cpp' || echo '$(srcdir)/'`src/conversion/Sequence.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Tpo src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/Sequence.cpp' object='src/conversion/old_lam_conv-Sequence.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-Sequence.o `test -f 'src/conversion/Sequence.cpp' || echo '$(srcdir)/'`src/conversion/Sequence.cpp
+
+src/conversion/old_lam_conv-Sequence.obj: src/conversion/Sequence.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-Sequence.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Tpo -c -o src/conversion/old_lam_conv-Sequence.obj `if test -f 'src/conversion/Sequence.cpp'; then $(CYGPATH_W) 'src/conversion/Sequence.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/Sequence.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Tpo src/conversion/$(DEPDIR)/old_lam_conv-Sequence.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/Sequence.cpp' object='src/conversion/old_lam_conv-Sequence.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-Sequence.obj `if test -f 'src/conversion/Sequence.cpp'; then $(CYGPATH_W) 'src/conversion/Sequence.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/Sequence.cpp'; fi`
+
+src/conversion/old_lam_conv-SpaceConverter.o: src/conversion/SpaceConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-SpaceConverter.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Tpo -c -o src/conversion/old_lam_conv-SpaceConverter.o `test -f 'src/conversion/SpaceConverter.cpp' || echo '$(srcdir)/'`src/conversion/SpaceConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/SpaceConverter.cpp' object='src/conversion/old_lam_conv-SpaceConverter.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-SpaceConverter.o `test -f 'src/conversion/SpaceConverter.cpp' || echo '$(srcdir)/'`src/conversion/SpaceConverter.cpp
+
+src/conversion/old_lam_conv-SpaceConverter.obj: src/conversion/SpaceConverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-SpaceConverter.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Tpo -c -o src/conversion/old_lam_conv-SpaceConverter.obj `if test -f 'src/conversion/SpaceConverter.cpp'; then $(CYGPATH_W) 'src/conversion/SpaceConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/SpaceConverter.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Tpo src/conversion/$(DEPDIR)/old_lam_conv-SpaceConverter.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/SpaceConverter.cpp' object='src/conversion/old_lam_conv-SpaceConverter.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-SpaceConverter.obj `if test -f 'src/conversion/SpaceConverter.cpp'; then $(CYGPATH_W) 'src/conversion/SpaceConverter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/SpaceConverter.cpp'; fi`
+
+src/conversion/old_lam_conv-SpacingDS.o: src/conversion/SpacingDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-SpacingDS.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Tpo -c -o src/conversion/old_lam_conv-SpacingDS.o `test -f 'src/conversion/SpacingDS.cpp' || echo '$(srcdir)/'`src/conversion/SpacingDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/SpacingDS.cpp' object='src/conversion/old_lam_conv-SpacingDS.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-SpacingDS.o `test -f 'src/conversion/SpacingDS.cpp' || echo '$(srcdir)/'`src/conversion/SpacingDS.cpp
+
+src/conversion/old_lam_conv-SpacingDS.obj: src/conversion/SpacingDS.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-SpacingDS.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Tpo -c -o src/conversion/old_lam_conv-SpacingDS.obj `if test -f 'src/conversion/SpacingDS.cpp'; then $(CYGPATH_W) 'src/conversion/SpacingDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/SpacingDS.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Tpo src/conversion/$(DEPDIR)/old_lam_conv-SpacingDS.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/SpacingDS.cpp' object='src/conversion/old_lam_conv-SpacingDS.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-SpacingDS.obj `if test -f 'src/conversion/SpacingDS.cpp'; then $(CYGPATH_W) 'src/conversion/SpacingDS.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/SpacingDS.cpp'; fi`
+
+src/conversion/old_lam_conv-UserFileUtil.o: src/conversion/UserFileUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-UserFileUtil.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Tpo -c -o src/conversion/old_lam_conv-UserFileUtil.o `test -f 'src/conversion/UserFileUtil.cpp' || echo '$(srcdir)/'`src/conversion/UserFileUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Tpo src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/UserFileUtil.cpp' object='src/conversion/old_lam_conv-UserFileUtil.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-UserFileUtil.o `test -f 'src/conversion/UserFileUtil.cpp' || echo '$(srcdir)/'`src/conversion/UserFileUtil.cpp
+
+src/conversion/old_lam_conv-UserFileUtil.obj: src/conversion/UserFileUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-UserFileUtil.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Tpo -c -o src/conversion/old_lam_conv-UserFileUtil.obj `if test -f 'src/conversion/UserFileUtil.cpp'; then $(CYGPATH_W) 'src/conversion/UserFileUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/UserFileUtil.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Tpo src/conversion/$(DEPDIR)/old_lam_conv-UserFileUtil.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/UserFileUtil.cpp' object='src/conversion/old_lam_conv-UserFileUtil.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-UserFileUtil.obj `if test -f 'src/conversion/UserFileUtil.cpp'; then $(CYGPATH_W) 'src/conversion/UserFileUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/UserFileUtil.cpp'; fi`
+
+src/conversion/old_lam_conv-XmlParserUtil.o: src/conversion/XmlParserUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-XmlParserUtil.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Tpo -c -o src/conversion/old_lam_conv-XmlParserUtil.o `test -f 'src/conversion/XmlParserUtil.cpp' || echo '$(srcdir)/'`src/conversion/XmlParserUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Tpo src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/XmlParserUtil.cpp' object='src/conversion/old_lam_conv-XmlParserUtil.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-XmlParserUtil.o `test -f 'src/conversion/XmlParserUtil.cpp' || echo '$(srcdir)/'`src/conversion/XmlParserUtil.cpp
+
+src/conversion/old_lam_conv-XmlParserUtil.obj: src/conversion/XmlParserUtil.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-XmlParserUtil.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Tpo -c -o src/conversion/old_lam_conv-XmlParserUtil.obj `if test -f 'src/conversion/XmlParserUtil.cpp'; then $(CYGPATH_W) 'src/conversion/XmlParserUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/XmlParserUtil.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Tpo src/conversion/$(DEPDIR)/old_lam_conv-XmlParserUtil.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/XmlParserUtil.cpp' object='src/conversion/old_lam_conv-XmlParserUtil.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-XmlParserUtil.obj `if test -f 'src/conversion/XmlParserUtil.cpp'; then $(CYGPATH_W) 'src/conversion/XmlParserUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/XmlParserUtil.cpp'; fi`
+
+src/conversion/old_lam_conv-nomenuglobals.o: src/conversion/nomenuglobals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-nomenuglobals.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Tpo -c -o src/conversion/old_lam_conv-nomenuglobals.o `test -f 'src/conversion/nomenuglobals.cpp' || echo '$(srcdir)/'`src/conversion/nomenuglobals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Tpo src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/nomenuglobals.cpp' object='src/conversion/old_lam_conv-nomenuglobals.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-nomenuglobals.o `test -f 'src/conversion/nomenuglobals.cpp' || echo '$(srcdir)/'`src/conversion/nomenuglobals.cpp
+
+src/conversion/old_lam_conv-nomenuglobals.obj: src/conversion/nomenuglobals.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-nomenuglobals.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Tpo -c -o src/conversion/old_lam_conv-nomenuglobals.obj `if test -f 'src/conversion/nomenuglobals.cpp'; then $(CYGPATH_W) 'src/conversion/nomenuglobals.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/nomenuglobals.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Tpo src/conversion/$(DEPDIR)/old_lam_conv-nomenuglobals.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/nomenuglobals.cpp' object='src/conversion/old_lam_conv-nomenuglobals.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-nomenuglobals.obj `if test -f 'src/conversion/nomenuglobals.cpp'; then $(CYGPATH_W) 'src/conversion/nomenuglobals.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/nomenuglobals.cpp'; fi`
+
+src/control/old_lam_conv-constants.o: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/old_lam_conv-constants.o -MD -MP -MF src/control/$(DEPDIR)/old_lam_conv-constants.Tpo -c -o src/control/old_lam_conv-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/old_lam_conv-constants.Tpo src/control/$(DEPDIR)/old_lam_conv-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/old_lam_conv-constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/old_lam_conv-constants.o `test -f 'src/control/constants.cpp' || echo '$(srcdir)/'`src/control/constants.cpp
+
+src/control/old_lam_conv-constants.obj: src/control/constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/old_lam_conv-constants.obj -MD -MP -MF src/control/$(DEPDIR)/old_lam_conv-constants.Tpo -c -o src/control/old_lam_conv-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/old_lam_conv-constants.Tpo src/control/$(DEPDIR)/old_lam_conv-constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/constants.cpp' object='src/control/old_lam_conv-constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/old_lam_conv-constants.obj `if test -f 'src/control/constants.cpp'; then $(CYGPATH_W) 'src/control/constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/constants.cpp'; fi`
+
+src/control/old_lam_conv-defaults.o: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/old_lam_conv-defaults.o -MD -MP -MF src/control/$(DEPDIR)/old_lam_conv-defaults.Tpo -c -o src/control/old_lam_conv-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/old_lam_conv-defaults.Tpo src/control/$(DEPDIR)/old_lam_conv-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/old_lam_conv-defaults.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/old_lam_conv-defaults.o `test -f 'src/control/defaults.cpp' || echo '$(srcdir)/'`src/control/defaults.cpp
+
+src/control/old_lam_conv-defaults.obj: src/control/defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/old_lam_conv-defaults.obj -MD -MP -MF src/control/$(DEPDIR)/old_lam_conv-defaults.Tpo -c -o src/control/old_lam_conv-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/old_lam_conv-defaults.Tpo src/control/$(DEPDIR)/old_lam_conv-defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/defaults.cpp' object='src/control/old_lam_conv-defaults.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/old_lam_conv-defaults.obj `if test -f 'src/control/defaults.cpp'; then $(CYGPATH_W) 'src/control/defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/defaults.cpp'; fi`
+
+src/control/old_lam_conv-errhandling.o: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/old_lam_conv-errhandling.o -MD -MP -MF src/control/$(DEPDIR)/old_lam_conv-errhandling.Tpo -c -o src/control/old_lam_conv-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/old_lam_conv-errhandling.Tpo src/control/$(DEPDIR)/old_lam_conv-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/old_lam_conv-errhandling.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/old_lam_conv-errhandling.o `test -f 'src/control/errhandling.cpp' || echo '$(srcdir)/'`src/control/errhandling.cpp
+
+src/control/old_lam_conv-errhandling.obj: src/control/errhandling.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/control/old_lam_conv-errhandling.obj -MD -MP -MF src/control/$(DEPDIR)/old_lam_conv-errhandling.Tpo -c -o src/control/old_lam_conv-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/control/$(DEPDIR)/old_lam_conv-errhandling.Tpo src/control/$(DEPDIR)/old_lam_conv-errhandling.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/control/errhandling.cpp' object='src/control/old_lam_conv-errhandling.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/control/old_lam_conv-errhandling.obj `if test -f 'src/control/errhandling.cpp'; then $(CYGPATH_W) 'src/control/errhandling.cpp'; else $(CYGPATH_W) '$(srcdir)/src/control/errhandling.cpp'; fi`
+
+src/tools/old_lam_conv-random.o: src/tools/random.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/old_lam_conv-random.o -MD -MP -MF src/tools/$(DEPDIR)/old_lam_conv-random.Tpo -c -o src/tools/old_lam_conv-random.o `test -f 'src/tools/random.cpp' || echo '$(srcdir)/'`src/tools/random.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/old_lam_conv-random.Tpo src/tools/$(DEPDIR)/old_lam_conv-random.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/random.cpp' object='src/tools/old_lam_conv-random.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/old_lam_conv-random.o `test -f 'src/tools/random.cpp' || echo '$(srcdir)/'`src/tools/random.cpp
+
+src/tools/old_lam_conv-random.obj: src/tools/random.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/old_lam_conv-random.obj -MD -MP -MF src/tools/$(DEPDIR)/old_lam_conv-random.Tpo -c -o src/tools/old_lam_conv-random.obj `if test -f 'src/tools/random.cpp'; then $(CYGPATH_W) 'src/tools/random.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/random.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/old_lam_conv-random.Tpo src/tools/$(DEPDIR)/old_lam_conv-random.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/random.cpp' object='src/tools/old_lam_conv-random.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/old_lam_conv-random.obj `if test -f 'src/tools/random.cpp'; then $(CYGPATH_W) 'src/tools/random.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/random.cpp'; fi`
+
+src/tools/old_lam_conv-stringx.o: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/old_lam_conv-stringx.o -MD -MP -MF src/tools/$(DEPDIR)/old_lam_conv-stringx.Tpo -c -o src/tools/old_lam_conv-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/old_lam_conv-stringx.Tpo src/tools/$(DEPDIR)/old_lam_conv-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/old_lam_conv-stringx.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/old_lam_conv-stringx.o `test -f 'src/tools/stringx.cpp' || echo '$(srcdir)/'`src/tools/stringx.cpp
+
+src/tools/old_lam_conv-stringx.obj: src/tools/stringx.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/tools/old_lam_conv-stringx.obj -MD -MP -MF src/tools/$(DEPDIR)/old_lam_conv-stringx.Tpo -c -o src/tools/old_lam_conv-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/tools/$(DEPDIR)/old_lam_conv-stringx.Tpo src/tools/$(DEPDIR)/old_lam_conv-stringx.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/tools/stringx.cpp' object='src/tools/old_lam_conv-stringx.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/tools/old_lam_conv-stringx.obj `if test -f 'src/tools/stringx.cpp'; then $(CYGPATH_W) 'src/tools/stringx.cpp'; else $(CYGPATH_W) '$(srcdir)/src/tools/stringx.cpp'; fi`
+
+src/ui_interface/old_lam_conv-ui_constants.o: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/old_lam_conv-ui_constants.o -MD -MP -MF src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Tpo -c -o src/ui_interface/old_lam_conv-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Tpo src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/old_lam_conv-ui_constants.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/old_lam_conv-ui_constants.o `test -f 'src/ui_interface/ui_constants.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_constants.cpp
+
+src/ui_interface/old_lam_conv-ui_constants.obj: src/ui_interface/ui_constants.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/old_lam_conv-ui_constants.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Tpo -c -o src/ui_interface/old_lam_conv-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Tpo src/ui_interface/$(DEPDIR)/old_lam_conv-ui_constants.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_constants.cpp' object='src/ui_interface/old_lam_conv-ui_constants.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/old_lam_conv-ui_constants.obj `if test -f 'src/ui_interface/ui_constants.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_constants.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_constants.cpp'; fi`
+
+src/ui_interface/old_lam_conv-ui_id.o: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/old_lam_conv-ui_id.o -MD -MP -MF src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Tpo -c -o src/ui_interface/old_lam_conv-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Tpo src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/old_lam_conv-ui_id.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/old_lam_conv-ui_id.o `test -f 'src/ui_interface/ui_id.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_id.cpp
+
+src/ui_interface/old_lam_conv-ui_id.obj: src/ui_interface/ui_id.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/old_lam_conv-ui_id.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Tpo -c -o src/ui_interface/old_lam_conv-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Tpo src/ui_interface/$(DEPDIR)/old_lam_conv-ui_id.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_id.cpp' object='src/ui_interface/old_lam_conv-ui_id.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/old_lam_conv-ui_id.obj `if test -f 'src/ui_interface/ui_id.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_id.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_id.cpp'; fi`
+
+src/ui_interface/old_lam_conv-ui_strings.o: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/old_lam_conv-ui_strings.o -MD -MP -MF src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Tpo -c -o src/ui_interface/old_lam_conv-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Tpo src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/old_lam_conv-ui_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/old_lam_conv-ui_strings.o `test -f 'src/ui_interface/ui_strings.cpp' || echo '$(srcdir)/'`src/ui_interface/ui_strings.cpp
+
+src/ui_interface/old_lam_conv-ui_strings.obj: src/ui_interface/ui_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/ui_interface/old_lam_conv-ui_strings.obj -MD -MP -MF src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Tpo -c -o src/ui_interface/old_lam_conv-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Tpo src/ui_interface/$(DEPDIR)/old_lam_conv-ui_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/ui_interface/ui_strings.cpp' object='src/ui_interface/old_lam_conv-ui_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/ui_interface/old_lam_conv-ui_strings.obj `if test -f 'src/ui_interface/ui_strings.cpp'; then $(CYGPATH_W) 'src/ui_interface/ui_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/ui_interface/ui_strings.cpp'; fi`
+
+src/xml/old_lam_conv-xml_strings.o: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/old_lam_conv-xml_strings.o -MD -MP -MF src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Tpo -c -o src/xml/old_lam_conv-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Tpo src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/old_lam_conv-xml_strings.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/old_lam_conv-xml_strings.o `test -f 'src/xml/xml_strings.cpp' || echo '$(srcdir)/'`src/xml/xml_strings.cpp
+
+src/xml/old_lam_conv-xml_strings.obj: src/xml/xml_strings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/xml/old_lam_conv-xml_strings.obj -MD -MP -MF src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Tpo -c -o src/xml/old_lam_conv-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Tpo src/xml/$(DEPDIR)/old_lam_conv-xml_strings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/xml/xml_strings.cpp' object='src/xml/old_lam_conv-xml_strings.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/xml/old_lam_conv-xml_strings.obj `if test -f 'src/xml/xml_strings.cpp'; then $(CYGPATH_W) 'src/xml/xml_strings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/xml/xml_strings.cpp'; fi`
+
+src/conversion/old_lam_conv-ConverterUIMain.o: src/conversion/ConverterUIMain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ConverterUIMain.o -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Tpo -c -o src/conversion/old_lam_conv-ConverterUIMain.o `test -f 'src/conversion/ConverterUIMain.cpp' || echo '$(srcdir)/'`src/conversion/ConverterUIMain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ConverterUIMain.cpp' object='src/conversion/old_lam_conv-ConverterUIMain.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ConverterUIMain.o `test -f 'src/conversion/ConverterUIMain.cpp' || echo '$(srcdir)/'`src/conversion/ConverterUIMain.cpp
+
+src/conversion/old_lam_conv-ConverterUIMain.obj: src/conversion/ConverterUIMain.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -MT src/conversion/old_lam_conv-ConverterUIMain.obj -MD -MP -MF src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Tpo -c -o src/conversion/old_lam_conv-ConverterUIMain.obj `if test -f 'src/conversion/ConverterUIMain.cpp'; then $(CYGPATH_W) 'src/conversion/ConverterUIMain.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ConverterUIMain.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Tpo src/conversion/$(DEPDIR)/old_lam_conv-ConverterUIMain.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='src/conversion/ConverterUIMain.cpp' object='src/conversion/old_lam_conv-ConverterUIMain.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(old_lam_conv_CXXFLAGS) $(CXXFLAGS) -c -o src/conversion/old_lam_conv-ConverterUIMain.obj `if test -f 'src/conversion/ConverterUIMain.cpp'; then $(CYGPATH_W) 'src/conversion/ConverterUIMain.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conversion/ConverterUIMain.cpp'; fi`
+install-htmlDATA: $(html_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
+	fi; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; \
+	done | $(am__base_list) | \
+	while read files; do \
+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
+	done
+
+uninstall-htmlDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
+install-htmlbconvDATA: $(htmlbconv_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(htmlbconv_DATA)'; test -n "$(htmlbconvdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(htmlbconvdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(htmlbconvdir)" || exit 1; \
+	fi; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; \
+	done | $(am__base_list) | \
+	while read files; do \
+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmlbconvdir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmlbconvdir)" || exit $$?; \
+	done
+
+uninstall-htmlbconvDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(htmlbconv_DATA)'; test -n "$(htmlbconvdir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(htmlbconvdir)'; $(am__uninstall_files_from_dir)
+install-htmlbconvimgDATA: $(htmlbconvimg_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(htmlbconvimg_DATA)'; test -n "$(htmlbconvimgdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(htmlbconvimgdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(htmlbconvimgdir)" || exit 1; \
+	fi; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; \
+	done | $(am__base_list) | \
+	while read files; do \
+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmlbconvimgdir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmlbconvimgdir)" || exit $$?; \
+	done
+
+uninstall-htmlbconvimgDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(htmlbconvimg_DATA)'; test -n "$(htmlbconvimgdir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(htmlbconvimgdir)'; $(am__uninstall_files_from_dir)
+install-htmlimgDATA: $(htmlimg_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(htmlimg_DATA)'; test -n "$(htmlimgdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(htmlimgdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(htmlimgdir)" || exit 1; \
+	fi; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; \
+	done | $(am__base_list) | \
+	while read files; do \
+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmlimgdir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmlimgdir)" || exit $$?; \
+	done
+
+uninstall-htmlimgDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(htmlimg_DATA)'; test -n "$(htmlimgdir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(htmlimgdir)'; $(am__uninstall_files_from_dir)
+install-htmltraitDATA: $(htmltrait_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(htmltrait_DATA)'; test -n "$(htmltraitdir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(htmltraitdir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(htmltraitdir)" || exit 1; \
+	fi; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; \
+	done | $(am__base_list) | \
+	while read files; do \
+	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmltraitdir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmltraitdir)" || exit $$?; \
+	done
+
+uninstall-htmltraitDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(htmltrait_DATA)'; test -n "$(htmltraitdir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(htmltraitdir)'; $(am__uninstall_files_from_dir)
+
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	set x; \
+	here=`pwd`; \
+	$(am__define_uniq_tagged_files); \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
+	fi
+ctags: ctags-am
+
+CTAGS: ctags
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+	$(am__define_uniq_tagged_files); \
+	test -z "$(CTAGS_ARGS)$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscope: cscope.files
+	test ! -s cscope.files \
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
+clean-cscope:
+	-rm -f cscope.files
+cscope.files: clean-cscope cscopelist
+cscopelist: cscopelist-am
+
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
+	case "$(srcdir)" in \
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
+	  *) sdir=$(subdir)/$(srcdir) ;; \
+	esac; \
+	for i in $$list; do \
+	  if test -f "$$i"; then \
+	    echo "$(subdir)/$$i"; \
+	  else \
+	    echo "$$sdir/$$i"; \
+	  fi; \
+	done >> $(top_builddir)/cscope.files
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+
+distdir: $(DISTFILES)
+	$(am__remove_distdir)
+	test -d "$(distdir)" || mkdir "$(distdir)"
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+	$(MAKE) $(AM_MAKEFLAGS) \
+	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
+	  dist-hook
+	-test -n "$(am__skip_mode_fix)" \
+	|| find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+	|| chmod -R a+r "$(distdir)"
+dist-gzip: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__post_remove_distdir)
+
+dist-bzip2: distdir
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
+	$(am__post_remove_distdir)
+
+dist-lzip: distdir
+	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
+	$(am__post_remove_distdir)
+
+dist-xz: distdir
+	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
+	$(am__post_remove_distdir)
+
+dist-tarZ: distdir
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+	$(am__post_remove_distdir)
+
+dist-shar: distdir
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	$(am__post_remove_distdir)
+
+dist-zip: distdir
+	-rm -f $(distdir).zip
+	zip -rq $(distdir).zip $(distdir)
+	$(am__post_remove_distdir)
+
+dist dist-all:
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
+	$(am__post_remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+	case '$(DIST_ARCHIVES)' in \
+	*.tar.gz*) \
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+	*.tar.bz2*) \
+	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.lz*) \
+	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
+	*.tar.xz*) \
+	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+	*.tar.Z*) \
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+	*.shar.gz*) \
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+	*.zip*) \
+	  unzip $(distdir).zip ;;\
+	esac
+	chmod -R a-w $(distdir)
+	chmod u+w $(distdir)
+	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
+	chmod a-w $(distdir)
+	test -d $(distdir)/_build || exit 0; \
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+	  && am__cwd=`pwd` \
+	  && $(am__cd) $(distdir)/_build/sub \
+	  && ../../configure \
+	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	    --srcdir=../.. --prefix="$$dc_install_base" \
+	  && $(MAKE) $(AM_MAKEFLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+	        distuninstallcheck \
+	  && chmod -R a-w "$$dc_install_base" \
+	  && ({ \
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
+	  && rm -rf "$$dc_destdir" \
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+	  && rm -rf $(DIST_ARCHIVES) \
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+	  && cd "$$am__cwd" \
+	  || exit 1
+	$(am__post_remove_distdir)
+	@(echo "$(distdir) archives ready for distribution: "; \
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+distuninstallcheck:
+	@test -n '$(distuninstallcheck_dir)' || { \
+	  echo 'ERROR: trying to run $@ with an empty' \
+	       '$$(distuninstallcheck_dir)' >&2; \
+	  exit 1; \
+	}; \
+	$(am__cd) '$(distuninstallcheck_dir)' || { \
+	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
+	  exit 1; \
+	}; \
+	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
+	   || { echo "ERROR: files left after uninstall:" ; \
+	        if test -n "$(DESTDIR)"; then \
+	          echo "  (check DESTDIR support)"; \
+	        fi ; \
+	        $(distuninstallcheck_listfiles) ; \
+	        exit 1; } >&2
+distcleancheck: distclean
+	@if test '$(srcdir)' = . ; then \
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+	  exit 1 ; \
+	fi
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
+	       $(distcleancheck_listfiles) ; \
+	       exit 1; } >&2
+check-am: all-am
+check: check-am
+all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(DATA) all-local
+installdirs:
+	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(htmlbconvdir)" "$(DESTDIR)$(htmlbconvimgdir)" "$(DESTDIR)$(htmlimgdir)" "$(DESTDIR)$(htmltraitdir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	if test -z '$(STRIP)'; then \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	      install; \
+	else \
+	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+	fi
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+	-rm -f resources/$(DEPDIR)/$(am__dirstamp)
+	-rm -f resources/$(am__dirstamp)
+	-rm -f src/bayeslike/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/bayeslike/$(am__dirstamp)
+	-rm -f src/control/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/control/$(am__dirstamp)
+	-rm -f src/convErr/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/convErr/$(am__dirstamp)
+	-rm -f src/convModel/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/convModel/$(am__dirstamp)
+	-rm -f src/convParse/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/convParse/$(am__dirstamp)
+	-rm -f src/convStrings/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/convStrings/$(am__dirstamp)
+	-rm -f src/convUtil/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/convUtil/$(am__dirstamp)
+	-rm -f src/conversion/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/conversion/$(am__dirstamp)
+	-rm -f src/datalike/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/datalike/$(am__dirstamp)
+	-rm -f src/force/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/force/$(am__dirstamp)
+	-rm -f src/guiconv/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/guiconv/$(am__dirstamp)
+	-rm -f src/guiutil/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/guiutil/$(am__dirstamp)
+	-rm -f src/lamarcmenus/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/lamarcmenus/$(am__dirstamp)
+	-rm -f src/menu/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/menu/$(am__dirstamp)
+	-rm -f src/postlike/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/postlike/$(am__dirstamp)
+	-rm -f src/report/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/report/$(am__dirstamp)
+	-rm -f src/tools/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/tools/$(am__dirstamp)
+	-rm -f src/tree/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/tree/$(am__dirstamp)
+	-rm -f src/ui_interface/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/ui_interface/$(am__dirstamp)
+	-rm -f src/ui_util/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/ui_util/$(am__dirstamp)
+	-rm -f src/ui_vars/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/ui_vars/$(am__dirstamp)
+	-rm -f src/xml/$(DEPDIR)/$(am__dirstamp)
+	-rm -f src/xml/$(am__dirstamp)
+	-rm -f tinyxml/$(DEPDIR)/$(am__dirstamp)
+	-rm -f tinyxml/$(am__dirstamp)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-binPROGRAMS clean-generic clean-local \
+	clean-noinstLIBRARIES mostlyclean-am
+
+distclean: distclean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf src/bayeslike/$(DEPDIR) src/control/$(DEPDIR) src/convErr/$(DEPDIR) src/convModel/$(DEPDIR) src/convParse/$(DEPDIR) src/convStrings/$(DEPDIR) src/convUtil/$(DEPDIR) src/conversion/$(DEPDIR) src/datalike/$(DEPDIR) src/force/$(DEPDIR) src/guiconv/$(DEPDIR) src/guiutil/$(DEPDIR) src/lamarcmenus/$(DEPDIR) src/menu/$(DEPDIR) src/postlike/$(DEPDIR) src/report/$(DEPDIR) src/tools/$(DEPDIR) src/tree/$(DEPDIR) src/ui_interface/$(DEPDIR) src/ui_util/$(DEPDIR) src/ui_vars/$(DEPDIR) src/xml [...]
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-hdr distclean-local distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-htmlDATA install-htmlbconvDATA \
+	install-htmlbconvimgDATA install-htmlimgDATA \
+	install-htmltraitDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am: install-binPROGRAMS
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf $(top_srcdir)/autom4te.cache
+	-rm -rf src/bayeslike/$(DEPDIR) src/control/$(DEPDIR) src/convErr/$(DEPDIR) src/convModel/$(DEPDIR) src/convParse/$(DEPDIR) src/convStrings/$(DEPDIR) src/convUtil/$(DEPDIR) src/conversion/$(DEPDIR) src/datalike/$(DEPDIR) src/force/$(DEPDIR) src/guiconv/$(DEPDIR) src/guiutil/$(DEPDIR) src/lamarcmenus/$(DEPDIR) src/menu/$(DEPDIR) src/postlike/$(DEPDIR) src/report/$(DEPDIR) src/tools/$(DEPDIR) src/tree/$(DEPDIR) src/ui_interface/$(DEPDIR) src/ui_util/$(DEPDIR) src/ui_vars/$(DEPDIR) src/xml [...]
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
+	uninstall-htmlbconvDATA uninstall-htmlbconvimgDATA \
+	uninstall-htmlimgDATA uninstall-htmltraitDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
+	check-am clean clean-binPROGRAMS clean-cscope clean-generic \
+	clean-local clean-noinstLIBRARIES cscope cscopelist-am ctags \
+	ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
+	dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
+	distclean distclean-compile distclean-generic distclean-hdr \
+	distclean-local distclean-tags distcleancheck distdir \
+	distuninstallcheck dvi dvi-am html html-am info info-am \
+	install install-am install-binPROGRAMS install-data \
+	install-data-am install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-htmlDATA \
+	install-htmlbconvDATA install-htmlbconvimgDATA \
+	install-htmlimgDATA install-htmltraitDATA install-info \
+	install-info-am install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am uninstall-binPROGRAMS uninstall-htmlDATA \
+	uninstall-htmlbconvDATA uninstall-htmlbconvimgDATA \
+	uninstall-htmlimgDATA uninstall-htmltraitDATA
+
+.PRECIOUS: Makefile
+
+
+.rc.o:
+	@LAMARC_HOST_PREFIX at windres -i $< -o $@ -I $(top_srcdir)/resources
+
+lamarc_rc.o     :       $(top_srcdir)/resources/lamarc_rc.rc
+	@LAMARC_HOST_PREFIX at windres -i $< -o $@ -I $(top_srcdir)/resources
+
+lam_conv_rc.o   :       $(top_srcdir)/resources/lam_conv_rc.rc
+	@LAMARC_HOST_PREFIX at windres -i $< -o $@ -I $(top_srcdir)/resources
+
+lam_conv.app$(EXEEXT):   lam_conv
+	@rm -rf lam_conv.app
+	$(MACDEVTOOLS)/Rez -d __DARWIN__ -t APPL Carbon.r -o lam_conv
+	$(MACDEVTOOLS)/SetFile -a C lam_conv
+	-mkdir -p lam_conv.app/Contents/MacOS
+	-mkdir -p lam_conv.app/Contents/Resources
+	sed -e "s/IDENTIFIER/lam_conv/" \
+	-e "s/COMMAND/lam_conv/" \
+	-e "s/EXECUTABLE/lam_conv/" \
+	-e "s/ICONNAME/lam_conv/" \
+	-e "s/VERSION/@VERSION@/" \
+	$(top_srcdir)/resources/Info.plist.in > lam_conv.app/Contents/Info.plist
+	echo -n "APPL????" >lam_conv.app/Contents/PkgInfo
+	cp -f lam_conv lam_conv.app/Contents/MacOS/lam_conv
+	cp -f $(top_srcdir)/resources/lam_conv.icns lam_conv.app/Contents/Resources/lam_conv.icns
+
+lamarc.app$(EXEEXT):     lamarc
+	@rm -rf lamarc.app
+	$(MACDEVTOOLS)/Rez -d __DARWIN__ -t APPL Carbon.r -o lamarc
+	$(MACDEVTOOLS)/SetFile -a C lamarc
+	-mkdir -p lamarc.app/Contents/MacOS
+	-mkdir -p lamarc.app/Contents/Resources
+	sed -e "s/IDENTIFIER/lamarc/" \
+	-e "s/COMMAND/lamarc.command/" \
+	-e "s/EXECUTABLE/lamarc/" \
+	-e "s/ICONNAME/lamarc/" \
+	-e "s/VERSION/@VERSION@/" \
+	$(top_srcdir)/resources/Info.plist.in > lamarc.app/Contents/Info.plist
+	cp -f $(top_srcdir)/resources/lamarc.command lamarc.app/Contents/MacOS/lamarc.command
+	chmod ug+x lamarc.app/Contents/MacOS/lamarc.command
+	echo -n "APPL????" >lamarc.app/Contents/PkgInfo
+	ln -f lamarc lamarc.app/Contents/MacOS/lamarc
+	cp -f $(top_srcdir)/resources/lamarc.icns lamarc.app/Contents/Resources/lamarc.icns
+
+# these used to be in EXTRA_DIST, but it's broken and not testable
+# should I decide to fix it
+#                       $(vcprojdir)/batch_lam_conv.vcproj
+#                       $(vcprojdir)/lam_conv.vcproj
+#                       $(vcprojdir)/lamarc.vcproj
+
+dist-hook:
+	rm -rf `find $(distdir)/boost -name CVS`
+	rm -rf `find $(distdir)/tinyxml -name CVS`
+
+filelist :
+			echo $(lamarcgcov_sources)
+
+batchfilelist   :
+			echo $(batch_lam_conv_testable)
+
+guifilelist :
+			echo $(lam_conv_core)
+
+resourcelist    :
+			echo $(lamarc_resources)
+
+.PHONY :        filelist resourcelist
+
+webskeleton     :
+			tar xfvz $(top_srcdir)/tools/apache-forrest-0.7.tar.gz
+			rm -f -r webBuildDir
+			mkdir webBuildDir
+			cd webBuildDir ; \
+			../apache-forrest-0.7/bin/forrest seed
+			cp $(top_srcdir)/website/apacheInput/skinconf.xml webBuildDir/src/documentation
+			rm -f -r webBuildDir/src/documentation/content
+			mkdir webBuildDir/src/documentation/content
+			cp -r $(top_srcdir)/website/apacheInput/xdocs webBuildDir/src/documentation/content/
+			cd webBuildDir ; \
+			../apache-forrest-0.7/bin/forrest
+			cd webBuildDir/build ; \
+			mv site lamarc ; \
+			tar cfvz ../../lamarcweb-$(VERSION).tar.gz lamarc
+
+all-local:
+	@echo "-----------------------------------------------------"
+	@echo "Lamarc $(VERSION)"
+	@echo "Please read the documentation in ./doc/html/"
+	@echo "This Makefile will produce executables lam_conv and lamarc"
+	@echo ""
+	@echo "If you have problems, please send us an email including "
+	@echo " any compile warnings, error messages, and information"
+	@echo " on other issues you may have to lamarc at gs.washington.edu"
+	@echo "[Mary Kuhner, Jon Yamato, Peter Beerli]"
+	@echo "----------------------------------------------------"
+
+ at CONVERTER_TRUE@@GUI_TRUE at batch_lam_conv:
+ at CONVERTER_TRUE@@GUI_TRUE@	@echo "-----------------------------------------------------"
+ at CONVERTER_TRUE@@GUI_TRUE@	@echo "batch_lam_conv cannot be compiled because you have"
+ at CONVERTER_TRUE@@GUI_TRUE@	@echo "configured with --enable-gui"
+ at CONVERTER_TRUE@@GUI_TRUE@	@echo "-----------------------------------------------------"
+
+ at CONVERTER_TRUE@@GUI_FALSE at lam_conv:
+ at CONVERTER_TRUE@@GUI_FALSE@	@echo "-----------------------------------------------------"
+ at CONVERTER_TRUE@@GUI_FALSE@	@echo "lam_conv cannot be compiled because you have"
+ at CONVERTER_TRUE@@GUI_FALSE@	@echo "configured with --disable-gui"
+ at CONVERTER_TRUE@@GUI_FALSE@	@echo "-----------------------------------------------------"
+
+ at CONVERTER_FALSE@batch_lam_conv:
+ at CONVERTER_FALSE@	@echo "-----------------------------------------------------"
+ at CONVERTER_FALSE@	@echo "batch_lam_conv cannot be compiled because you have"
+ at CONVERTER_FALSE@	@echo "configured with --disable-converter"
+ at CONVERTER_FALSE@	@echo "-----------------------------------------------------"
+
+ at CONVERTER_FALSE@lam_conv:
+ at CONVERTER_FALSE@	@echo "-----------------------------------------------------"
+ at CONVERTER_FALSE@	@echo "lam_conv cannot be compiled because you have"
+ at CONVERTER_FALSE@	@echo "configured with --disable-converter"
+ at CONVERTER_FALSE@	@echo "-----------------------------------------------------"
+
+distclean-local:
+	rm -f $(vcprojdir)/*.vcproj projects/macos/*.xml
+
+clean-local:
+	rm -f *.gcov *.gcno *.gcda
+	rm -f -r *.app
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/README b/README
new file mode 100644
index 0000000..93e8c8c
--- /dev/null
+++ b/README
@@ -0,0 +1,61 @@
+Lamarc 2.1.10
+Sep 3 2014
+===============
+
+A program to estimate population parameters from genetic data.  All
+parameters are estimated jointly.  Currently the program allows estimation
+of population sizes, recombination rate, migration rates, growth
+rates, and population divergence times, and can estimate the location of 
+a trait allele.
+
+This version is a bug fix update to version 2.1.8 (May 2012).  It
+fixes severe bugs in estimation of divergence times and of migration
+in the presence of divergence; runs inferring those parameters should
+be re-done.  The bugs did not exist prior to 2.1.8 as divergence was
+not released before that.
+
+DOCUMENTATION & GETTING HELP
+============================
+
+Extensive documentation is available in the doc/ subdirectory of
+your lamarc distribution.  You will likely wish to begin with
+the HTML documentation available in doc/html/index.html .
+
+Careful reading of the documentation will be necessary to obtain
+a high quality lamarc analysis of your data.  As the program user,
+you will need to make decisions such as
+    * which evolutionary forces to model,
+    * which mutational model to assume for your data, and
+    * how long to run the program.
+Please note that there may be specific documentation sections
+relevant to your particular data type, such as viral data, or
+phase unresolved data.
+
+The most up-to-date information on Lamarc is available at the project
+website http://evolution.gs.washington.edu/lamarc/
+
+If, after reading the relevant documentation, you still have questions,
+please email the lamarc developers at:
+
+    lamarc at uw.edu
+
+BINARY DISTRIBUTIONS:
+=====================
+If you have downloaded a binary distribution (executables) you are all 
+set and the programs "lamarc" and "lam_conv" are in the same directory 
+as this README.
+
+Linux users--you may recieve a cryptic sounding error message concerning
+"libstdc++.so.6" or something similar.  In order to run lamarc you
+will need to either get the lamarc source distribution and compile
+it on your computer, or you will need to install some variant of
+version 6 of the standard c++ shared library.  Debian users with
+"apt" installed can use "apt-get install libstdc++6" to get the needed
+library.
+
+SOURCE DISTRIBUTIONS:
+=====================
+If you have downloaded the source and have a *UNIX* system (LINUX,
+BSD, MACOSX, SOLARIS, TRU64, etc) see doc/html/compiling.html for
+directions to build "lamarc" and "lam_conv".
+
diff --git a/aclocal.m4 b/aclocal.m4
new file mode 100644
index 0000000..e811426
--- /dev/null
+++ b/aclocal.m4
@@ -0,0 +1,1188 @@
+# generated automatically by aclocal 1.15 -*- Autoconf -*-
+
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+
+# This file is free software; the Free Software Foundation
+# 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.
+
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
+m4_ifndef([AC_AUTOCONF_VERSION],
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
+[m4_warning([this file was generated for autoconf 2.69.
+You have another version of autoconf.  It may work, but is not guaranteed to.
+If you have problems, you may need to regenerate the build system entirely.
+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
+
+# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_AUTOMAKE_VERSION(VERSION)
+# ----------------------------
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
+# generated from the m4 files accompanying Automake X.Y.
+# (This private macro should not be called outside this file.)
+AC_DEFUN([AM_AUTOMAKE_VERSION],
+[am__api_version='1.15'
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+dnl require some minimum version.  Point them to the right macro.
+m4_if([$1], [1.15], [],
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+])
+
+# _AM_AUTOCONF_VERSION(VERSION)
+# -----------------------------
+# aclocal traces this macro to find the Autoconf version.
+# This is a private macro too.  Using m4_define simplifies
+# the logic in aclocal, which can simply ignore this definition.
+m4_define([_AM_AUTOCONF_VERSION], [])
+
+# AM_SET_CURRENT_AUTOMAKE_VERSION
+# -------------------------------
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+[AM_AUTOMAKE_VERSION([1.15])dnl
+m4_ifndef([AC_AUTOCONF_VERSION],
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
+
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
+#
+# Of course, Automake must honor this variable whenever it calls a
+# tool from the auxiliary directory.  The problem is that $srcdir (and
+# therefore $ac_aux_dir as well) can be either absolute or relative,
+# depending on how configure is run.  This is pretty annoying, since
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
+# source directory, any form will work fine, but in subdirectories a
+# relative path needs to be adjusted first.
+#
+# $ac_aux_dir/missing
+#    fails when called from a subdirectory if $ac_aux_dir is relative
+# $top_srcdir/$ac_aux_dir/missing
+#    fails if $ac_aux_dir is absolute,
+#    fails when called from a subdirectory in a VPATH build with
+#          a relative $ac_aux_dir
+#
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
+# are both prefixed by $srcdir.  In an in-source build this is usually
+# harmless because $srcdir is '.', but things will broke when you
+# start a VPATH build or use an absolute $srcdir.
+#
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
+# and then we would define $MISSING as
+#   MISSING="\${SHELL} $am_aux_dir/missing"
+# This will work as long as MISSING is not called from configure, because
+# unfortunately $(top_srcdir) has no meaning in configure.
+# However there are other variables, like CC, which are often used in
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
+#
+# Another solution, used here, is to always expand $ac_aux_dir to an
+# absolute PATH.  The drawback is that using absolute paths prevent a
+# configured tree to be moved without reconfiguration.
+
+AC_DEFUN([AM_AUX_DIR_EXPAND],
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
+])
+
+# AM_CONDITIONAL                                            -*- Autoconf -*-
+
+# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
+# -------------------------------------
+# Define a conditional.
+AC_DEFUN([AM_CONDITIONAL],
+[AC_PREREQ([2.52])dnl
+ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+AC_SUBST([$1_TRUE])dnl
+AC_SUBST([$1_FALSE])dnl
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
+if $2; then
+  $1_TRUE=
+  $1_FALSE='#'
+else
+  $1_TRUE='#'
+  $1_FALSE=
+fi
+AC_CONFIG_COMMANDS_PRE(
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
+  AC_MSG_ERROR([[conditional "$1" was never defined.
+Usually this means the macro was only invoked conditionally.]])
+fi])])
+
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
+# written in clear, in which case automake, when reading aclocal.m4,
+# will think it sees a *use*, and therefore will trigger all it's
+# C support machinery.  Also note that it means that autoscan, seeing
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+
+
+# _AM_DEPENDENCIES(NAME)
+# ----------------------
+# See how the compiler implements dependency checking.
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
+# We try a few techniques and use that to set a single cache variable.
+#
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
+# dependency, and given that the user is not expected to run this macro,
+# just rely on AC_PROG_CC.
+AC_DEFUN([_AM_DEPENDENCIES],
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
+AC_REQUIRE([AM_DEP_TRACK])dnl
+
+m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
+      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
+      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
+      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
+      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+                    [depcc="$$1"   am_compiler_list=])
+
+AC_CACHE_CHECK([dependency style of $depcc],
+               [am_cv_$1_dependencies_compiler_type],
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named 'D' -- because '-MD' means "put the output
+  # in D".
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_$1_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+  fi
+  am__universal=false
+  m4_case([$1], [CC],
+    [case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac],
+    [CXX],
+    [case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac])
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
+      # Solaris 10 /bin/sh.
+      echo '/* dummy */' > sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle '-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs.
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # After this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested.
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok '-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_$1_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_$1_dependencies_compiler_type=none
+fi
+])
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
+AM_CONDITIONAL([am__fastdep$1], [
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
+])
+
+
+# AM_SET_DEPDIR
+# -------------
+# Choose a directory name for dependency files.
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
+AC_DEFUN([AM_SET_DEPDIR],
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
+])
+
+
+# AM_DEP_TRACK
+# ------------
+AC_DEFUN([AM_DEP_TRACK],
+[AC_ARG_ENABLE([dependency-tracking], [dnl
+AS_HELP_STRING(
+  [--enable-dependency-tracking],
+  [do not reject slow dependency extractors])
+AS_HELP_STRING(
+  [--disable-dependency-tracking],
+  [speeds up one-time build])])
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+  am__nodep='_no'
+fi
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+AC_SUBST([AMDEPBACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
+AC_SUBST([am__nodep])dnl
+_AM_SUBST_NOTMAKE([am__nodep])dnl
+])
+
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
+
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+
+# _AM_OUTPUT_DEPENDENCY_COMMANDS
+# ------------------------------
+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+[{
+  # Older Autoconf quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  shift
+  for mf
+  do
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named 'Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`AS_DIRNAME("$mf")`
+    else
+      continue
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running 'make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "$am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`AS_DIRNAME(["$file"])`
+      AS_MKDIR_P([$dirpart/$fdir])
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
+
+
+# AM_OUTPUT_DEPENDENCY_COMMANDS
+# -----------------------------
+# This macro should only be invoked once -- use via AC_REQUIRE.
+#
+# This code is only required when automatic dependency tracking
+# is enabled.  FIXME.  This creates each '.P' file that we will
+# need in order to bootstrap the dependency handling code.
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
+[AC_CONFIG_COMMANDS([depfiles],
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
+])
+
+# Do all the work for Automake.                             -*- Autoconf -*-
+
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This macro actually does too much.  Some checks are only needed if
+# your package does certain things.  But this isn't really a big deal.
+
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
+m4_define([AC_PROG_CC],
+m4_defn([AC_PROG_CC])
+[_AM_PROG_CC_C_O
+])
+
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
+# AM_INIT_AUTOMAKE([OPTIONS])
+# -----------------------------------------------
+# The call with PACKAGE and VERSION arguments is the old style
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
+# and VERSION should now be passed to AC_INIT and removed from
+# the call to AM_INIT_AUTOMAKE.
+# We support both call styles for the transition.  After
+# the next Automake release, Autoconf can make the AC_INIT
+# arguments mandatory, and then we can depend on a new Autoconf
+# release and drop the old call support.
+AC_DEFUN([AM_INIT_AUTOMAKE],
+[AC_PREREQ([2.65])dnl
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
+dnl the ones we care about.
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
+AC_REQUIRE([AC_PROG_INSTALL])dnl
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
+  fi
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+AC_SUBST([CYGPATH_W])
+
+# Define the identity of the package.
+dnl Distinguish between old-style and new-style calls.
+m4_ifval([$2],
+[AC_DIAGNOSE([obsolete],
+             [$0: two- and three-arguments forms are deprecated.])
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+ AC_SUBST([PACKAGE], [$1])dnl
+ AC_SUBST([VERSION], [$2])],
+[_AM_SET_OPTIONS([$1])dnl
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+m4_if(
+  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
+  [ok:ok],,
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
+
+_AM_IF_OPTION([no-define],,
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
+
+# Some tools Automake needs.
+AC_REQUIRE([AM_SANITY_CHECK])dnl
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
+AM_MISSING_PROG([AUTOCONF], [autoconf])
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
+AM_MISSING_PROG([AUTOHEADER], [autoheader])
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+# For better backward compatibility.  To be removed once Automake 1.9.x
+# dies out for good.  For more background, see:
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+# We need awk for the "check" target (and possibly the TAP driver).  The
+# system "awk" is bad on some platforms.
+AC_REQUIRE([AC_PROG_AWK])dnl
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+			     [_AM_PROG_TAR([v7])])])
+_AM_IF_OPTION([no-dependencies],,
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
+		  [_AM_DEPENDENCIES([CC])],
+		  [m4_define([AC_PROG_CC],
+			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
+		  [_AM_DEPENDENCIES([CXX])],
+		  [m4_define([AC_PROG_CXX],
+			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
+		  [_AM_DEPENDENCIES([OBJC])],
+		  [m4_define([AC_PROG_OBJC],
+			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
+		  [_AM_DEPENDENCIES([OBJCXX])],
+		  [m4_define([AC_PROG_OBJCXX],
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
+])
+AC_REQUIRE([AM_SILENT_RULES])dnl
+dnl The testsuite driver may need to know about EXEEXT, so add the
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_CONFIG_COMMANDS_PRE(dnl
+[m4_provide_if([_AM_COMPILER_EXEEXT],
+  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+
+# POSIX will say in a future version that running "rm -f" with no argument
+# is OK; and we want to be able to make that assumption in our Makefile
+# recipes.  So use an aggressive probe to check that the usage we want is
+# actually supported "in the wild" to an acceptable degree.
+# See automake bug#10828.
+# To make any issue more visible, cause the running configure to be aborted
+# by default if the 'rm' program in use doesn't match our expectations; the
+# user can still override this though.
+if rm -f && rm -fr && rm -rf; then : OK; else
+  cat >&2 <<'END'
+Oops!
+
+Your 'rm' program seems unable to run without file operands specified
+on the command line, even when the '-f' option is present.  This is contrary
+to the behaviour of most rm programs out there, and not conforming with
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
+
+Please tell bug-automake at gnu.org about your system, including the value
+of your $PATH and any error possibly output before this message.  This
+can help us improve future automake versions.
+
+END
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+    echo 'Configuration will proceed anyway, since you have set the' >&2
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+    echo >&2
+  else
+    cat >&2 <<'END'
+Aborting the configuration process, to ensure you take notice of the issue.
+
+You can download and install GNU coreutils to get an 'rm' implementation
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
+
+If you want to complete the configuration process using your problematic
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+to "yes", and re-run configure.
+
+END
+    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
+  fi
+fi
+dnl The trailing newline in this macro's definition is deliberate, for
+dnl backward compatibility and to allow trailing 'dnl'-style comments
+dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
+])
+
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
+dnl mangled by Autoconf and run in a shell conditional statement.
+m4_define([_AC_COMPILER_EXEEXT],
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
+
+# When config.status generates a header, we must update the stamp-h file.
+# This file resides in the same directory as the config header
+# that is generated.  The stamp files are numbered to have different names.
+
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
+# loop where config.status creates the headers, so we can generate
+# our stamp files there.
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
+[# Compute $1's index in $config_headers.
+_am_arg=$1
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $_am_arg | $_am_arg:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_SH
+# ------------------
+# Define $install_sh.
+AC_DEFUN([AM_PROG_INSTALL_SH],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+if test x"${install_sh+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+fi
+AC_SUBST([install_sh])])
+
+# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# Check whether the underlying file-system supports filenames
+# with a leading dot.  For instance MS-DOS doesn't.
+AC_DEFUN([AM_SET_LEADING_DOT],
+[rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+AC_SUBST([am__leading_dot])])
+
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
+# From Jim Meyering
+
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_MAINTAINER_MODE([DEFAULT-MODE])
+# ----------------------------------
+# Control maintainer-specific portions of Makefiles.
+# Default is to disable them, unless 'enable' is passed literally.
+# For symmetry, 'disable' may be passed as well.  Anyway, the user
+# can override the default with the --enable/--disable switch.
+AC_DEFUN([AM_MAINTAINER_MODE],
+[m4_case(m4_default([$1], [disable]),
+       [enable], [m4_define([am_maintainer_other], [disable])],
+       [disable], [m4_define([am_maintainer_other], [enable])],
+       [m4_define([am_maintainer_other], [enable])
+        m4_warn([syntax], [unexpected argument to AM@&t at _MAINTAINER_MODE: $1])])
+AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
+  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
+  AC_ARG_ENABLE([maintainer-mode],
+    [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
+      am_maintainer_other[ make rules and dependencies not useful
+      (and sometimes confusing) to the casual installer])],
+    [USE_MAINTAINER_MODE=$enableval],
+    [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
+  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
+  MAINT=$MAINTAINER_MODE_TRUE
+  AC_SUBST([MAINT])dnl
+]
+)
+
+# Check to see how 'make' treats includes.	            -*- Autoconf -*-
+
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_MAKE_INCLUDE()
+# -----------------
+# Check to see how make treats includes.
+AC_DEFUN([AM_MAKE_INCLUDE],
+[am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+AC_MSG_CHECKING([for style of include used by $am_make])
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from 'make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+  am__include=include
+  am__quote=
+  _am_result=GNU
+  ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__quote="\""
+     _am_result=BSD
+     ;;
+   esac
+fi
+AC_SUBST([am__include])
+AC_SUBST([am__quote])
+AC_MSG_RESULT([$_am_result])
+rm -f confinc confmf
+])
+
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+
+# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_MISSING_PROG(NAME, PROGRAM)
+# ------------------------------
+AC_DEFUN([AM_MISSING_PROG],
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
+$1=${$1-"${am_missing_run}$2"}
+AC_SUBST($1)])
+
+# AM_MISSING_HAS_RUN
+# ------------------
+# Define MISSING if not defined so far and test if it is modern enough.
+# If it is, set am_missing_run to use it, otherwise, to nothing.
+AC_DEFUN([AM_MISSING_HAS_RUN],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+AC_REQUIRE_AUX_FILE([missing])dnl
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+fi
+# Use eval to expand $SHELL
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
+else
+  am_missing_run=
+  AC_MSG_WARN(['missing' script is too old or missing])
+fi
+])
+
+# Helper functions for option handling.                     -*- Autoconf -*-
+
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_MANGLE_OPTION(NAME)
+# -----------------------
+AC_DEFUN([_AM_MANGLE_OPTION],
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+
+# _AM_SET_OPTION(NAME)
+# --------------------
+# Set option NAME.  Presently that only means defining a flag for this option.
+AC_DEFUN([_AM_SET_OPTION],
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
+
+# _AM_SET_OPTIONS(OPTIONS)
+# ------------------------
+# OPTIONS is a space-separated list of Automake options.
+AC_DEFUN([_AM_SET_OPTIONS],
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+# -------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+AC_DEFUN([_AM_IF_OPTION],
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_PROG_CC_C_O
+# ---------------
+# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
+# to automatically call this.
+AC_DEFUN([_AM_PROG_CC_C_O],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+AC_REQUIRE_AUX_FILE([compile])dnl
+AC_LANG_PUSH([C])dnl
+AC_CACHE_CHECK(
+  [whether $CC understands -c and -o together],
+  [am_cv_prog_cc_c_o],
+  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+  # Make sure it works both with $CC and with simple cc.
+  # Following AC_PROG_CC_C_O, we do the test twice because some
+  # compilers refuse to overwrite an existing .o file with -o,
+  # though they will create one.
+  am_cv_prog_cc_c_o=yes
+  for am_i in 1 2; do
+    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
+         && test -f conftest2.$ac_objext; then
+      : OK
+    else
+      am_cv_prog_cc_c_o=no
+      break
+    fi
+  done
+  rm -f core conftest*
+  unset am_i])
+if test "$am_cv_prog_cc_c_o" != yes; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+AC_LANG_POP([C])])
+
+# For backward compatibility.
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
+
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_RUN_LOG(COMMAND)
+# -------------------
+# Run COMMAND, save the exit status in ac_status, and log it.
+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
+AC_DEFUN([AM_RUN_LOG],
+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
+   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   (exit $ac_status); }])
+
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
+
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_SANITY_CHECK
+# ---------------
+AC_DEFUN([AM_SANITY_CHECK],
+[AC_MSG_CHECKING([whether build environment is sane])
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+  *[[\\\"\#\$\&\'\`$am_lf]]*)
+    AC_MSG_ERROR([unsafe absolute working directory name]);;
+esac
+case $srcdir in
+  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
+esac
+
+# Do 'set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   am_has_slept=no
+   for am_try in 1 2; do
+     echo "timestamp, slept: $am_has_slept" > conftest.file
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+     if test "$[*]" = "X"; then
+	# -L didn't work.
+	set X `ls -t "$srcdir/configure" conftest.file`
+     fi
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+	# If neither matched, then we have a broken ls.  This can happen
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
+	# broken ls alias from the environment.  This has actually
+	# happened.  Such a system could not be considered "sane".
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+  alias in your environment])
+     fi
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
+       break
+     fi
+     # Just in case.
+     sleep 1
+     am_has_slept=yes
+   done
+   test "$[2]" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   AC_MSG_ERROR([newly created file is older than distributed files!
+Check your system clock])
+fi
+AC_MSG_RESULT([yes])
+# If we didn't sleep, we still need to ensure time stamps of config.status and
+# generated files are strictly newer.
+am_sleep_pid=
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+  ( sleep 1 ) &
+  am_sleep_pid=$!
+fi
+AC_CONFIG_COMMANDS_PRE(
+  [AC_MSG_CHECKING([that generated files are newer than configure])
+   if test -n "$am_sleep_pid"; then
+     # Hide warnings about reused PIDs.
+     wait $am_sleep_pid 2>/dev/null
+   fi
+   AC_MSG_RESULT([done])])
+rm -f conftest.file
+])
+
+# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_SILENT_RULES([DEFAULT])
+# --------------------------
+# Enable less verbose build rules; with the default set to DEFAULT
+# ("yes" being less verbose, "no" or empty being verbose).
+AC_DEFUN([AM_SILENT_RULES],
+[AC_ARG_ENABLE([silent-rules], [dnl
+AS_HELP_STRING(
+  [--enable-silent-rules],
+  [less verbose build output (undo: "make V=1")])
+AS_HELP_STRING(
+  [--disable-silent-rules],
+  [verbose build output (undo: "make V=0")])dnl
+])
+case $enable_silent_rules in @%:@ (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+esac
+dnl
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
+dnl do not support nested variable expansions.
+dnl See automake bug#9928 and bug#10237.
+am_make=${MAKE-make}
+AC_CACHE_CHECK([whether $am_make supports nested variables],
+   [am_cv_make_support_nested_variables],
+   [if AS_ECHO([['TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi])
+if test $am_cv_make_support_nested_variables = yes; then
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
+  AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AC_SUBST([AM_V])dnl
+AM_SUBST_NOTMAKE([AM_V])dnl
+AC_SUBST([AM_DEFAULT_V])dnl
+AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
+AM_BACKSLASH='\'
+AC_SUBST([AM_BACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+])
+
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_STRIP
+# ---------------------
+# One issue with vendor 'install' (even GNU) is that you can't
+# specify the program used to strip binaries.  This is especially
+# annoying in cross-compiling environments, where the build's strip
+# is unlikely to handle the host's binaries.
+# Fortunately install-sh will honor a STRIPPROG variable, so we
+# always use install-sh in "make install-strip", and initialize
+# STRIPPROG with the value of the STRIP variable (set by the user).
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+# Installed binaries are usually stripped using 'strip' when the user
+# run "make install-strip".  However 'strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the 'STRIP' environment variable to overrule this program.
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
+if test "$cross_compiling" != no; then
+  AC_CHECK_TOOL([STRIP], [strip], :)
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
+# This macro is traced by Automake.
+AC_DEFUN([_AM_SUBST_NOTMAKE])
+
+# AM_SUBST_NOTMAKE(VARIABLE)
+# --------------------------
+# Public sister of _AM_SUBST_NOTMAKE.
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
+
+# Check how to create a tarball.                            -*- Autoconf -*-
+
+# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_PROG_TAR(FORMAT)
+# --------------------
+# Check how to create a tarball in format FORMAT.
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
+#
+# Substitute a variable $(am__tar) that is a command
+# writing to stdout a FORMAT-tarball containing the directory
+# $tardir.
+#     tardir=directory && $(am__tar) > result.tar
+#
+# Substitute a variable $(am__untar) that extract such
+# a tarball read from stdin.
+#     $(am__untar) < result.tar
+#
+AC_DEFUN([_AM_PROG_TAR],
+[# Always define AMTAR for backward compatibility.  Yes, it's still used
+# in the wild :-(  We should find a proper way to deprecate it ...
+AC_SUBST([AMTAR], ['$${TAR-tar}'])
+
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+
+m4_if([$1], [v7],
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+
+  [m4_case([$1],
+    [ustar],
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
+      # and bug#13588).
+      am_max_uid=2097151 # 2^21 - 1
+      am_max_gid=$am_max_uid
+      # The $UID and $GID variables are not portable, so we need to resort
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
+      # below are definitely unexpected, so allow the users to see them
+      # (that is, avoid stderr redirection).
+      am_uid=`id -u || echo unknown`
+      am_gid=`id -g || echo unknown`
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
+      if test $am_uid -le $am_max_uid; then
+         AC_MSG_RESULT([yes])
+      else
+         AC_MSG_RESULT([no])
+         _am_tools=none
+      fi
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
+      if test $am_gid -le $am_max_gid; then
+         AC_MSG_RESULT([yes])
+      else
+        AC_MSG_RESULT([no])
+        _am_tools=none
+      fi],
+
+  [pax],
+    [],
+
+  [m4_fatal([Unknown tar format])])
+
+  AC_MSG_CHECKING([how to create a $1 tar archive])
+
+  # Go ahead even if we have the value already cached.  We do so because we
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
+
+  for _am_tool in $_am_tools; do
+    case $_am_tool in
+    gnutar)
+      for _am_tar in tar gnutar gtar; do
+        AM_RUN_LOG([$_am_tar --version]) && break
+      done
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+      am__untar="$_am_tar -xf -"
+      ;;
+    plaintar)
+      # Must skip GNU tar: if it does not support --format= it doesn't create
+      # ustar tarball either.
+      (tar --version) >/dev/null 2>&1 && continue
+      am__tar='tar chf - "$$tardir"'
+      am__tar_='tar chf - "$tardir"'
+      am__untar='tar xf -'
+      ;;
+    pax)
+      am__tar='pax -L -x $1 -w "$$tardir"'
+      am__tar_='pax -L -x $1 -w "$tardir"'
+      am__untar='pax -r'
+      ;;
+    cpio)
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+      am__untar='cpio -i -H $1 -d'
+      ;;
+    none)
+      am__tar=false
+      am__tar_=false
+      am__untar=false
+      ;;
+    esac
+
+    # If the value was cached, stop now.  We just wanted to have am__tar
+    # and am__untar set.
+    test -n "${am_cv_prog_tar_$1}" && break
+
+    # tar/untar a dummy directory, and stop if the command works.
+    rm -rf conftest.dir
+    mkdir conftest.dir
+    echo GrepMe > conftest.dir/file
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+    rm -rf conftest.dir
+    if test -s conftest.tar; then
+      AM_RUN_LOG([$am__untar <conftest.tar])
+      AM_RUN_LOG([cat conftest.dir/file])
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+    fi
+  done
+  rm -rf conftest.dir
+
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+
+AC_SUBST([am__tar])
+AC_SUBST([am__untar])
+]) # _AM_PROG_TAR
+
diff --git a/config/conf.h.in b/config/conf.h
similarity index 67%
copy from config/conf.h.in
copy to config/conf.h
index ea1e6d5..957314a 100644
--- a/config/conf.h.in
+++ b/config/conf.h
@@ -1,103 +1,101 @@
+/* config/conf.h.  Generated from conf.h.in by configure.  */
 /* config/conf.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to 1 if you have the <float.h> header file. */
-#undef HAVE_FLOAT_H
+#define HAVE_FLOAT_H 1
 
 /* Define to 1 if you have the `getcwd' function. */
-#undef HAVE_GETCWD
+#define HAVE_GETCWD 1
 
 /* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
+#define HAVE_INTTYPES_H 1
 
 /* Define to 1 if you have the <limits.h> header file. */
-#undef HAVE_LIMITS_H
+#define HAVE_LIMITS_H 1
 
 /* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
+#define HAVE_MEMORY_H 1
 
 /* Define to 1 if you have the `pow' function. */
-#undef HAVE_POW
+/* #undef HAVE_POW */
 
 /* Define to 1 if you have the `sqrt' function. */
-#undef HAVE_SQRT
+/* #undef HAVE_SQRT */
 
 /* Define to 1 if stdbool.h conforms to C99. */
-#undef HAVE_STDBOOL_H
+#define HAVE_STDBOOL_H 1
 
 /* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
+#define HAVE_STDINT_H 1
 
 /* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
+#define HAVE_STDLIB_H 1
 
 /* Define to 1 if you have the `strchr' function. */
-#undef HAVE_STRCHR
+#define HAVE_STRCHR 1
 
 /* Define to 1 if you have the `strftime' function. */
-#undef HAVE_STRFTIME
+#define HAVE_STRFTIME 1
 
 /* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
+#define HAVE_STRINGS_H 1
 
 /* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
+#define HAVE_STRING_H 1
 
 /* Define to 1 if you have the `strpbrk' function. */
-#undef HAVE_STRPBRK
+#define HAVE_STRPBRK 1
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
+#define HAVE_SYS_STAT_H 1
 
 /* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
+#define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
+#define HAVE_UNISTD_H 1
 
 /* Define to 1 if the system has the type `_Bool'. */
-#undef HAVE__BOOL
+#define HAVE__BOOL 1
 
 /* Name of package */
-#undef PACKAGE
+#define PACKAGE "lamarc"
 
 /* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
+#define PACKAGE_BUGREPORT "lamarc at u.washington.edu"
 
 /* Define to the full name of this package. */
-#undef PACKAGE_NAME
+#define PACKAGE_NAME "lamarc"
 
 /* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
+#define PACKAGE_STRING "lamarc 2.1.10"
 
 /* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
+#define PACKAGE_TARNAME "lamarc"
 
 /* Define to the version of this package. */
-#undef PACKAGE_VERSION
+#define PACKAGE_VERSION "2.1.10"
 
 /* The release date of the program */
-#undef RELEASE_DATE
+#define RELEASE_DATE "14 Nov 2013"
 
 /* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
+#define STDC_HEADERS 1
 
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
-#undef TM_IN_SYS_TIME
+/* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#undef VERSION
+#define VERSION "2.1.10"
 
 /* Define to empty if `const' does not conform to ANSI C. */
-#undef const
+/* #undef const */
 
 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
 #ifndef __cplusplus
-#undef inline
+/* #undef inline */
 #endif
 
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-#undef size_t
+/* Define to `unsigned' if <sys/types.h> does not define. */
+/* #undef size_t */
diff --git a/config/conf.h.in b/config/conf.h.in
index ea1e6d5..c3bcbd5 100644
--- a/config/conf.h.in
+++ b/config/conf.h.in
@@ -72,9 +72,6 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -99,5 +96,5 @@
 #undef inline
 #endif
 
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
diff --git a/config/config.guess b/config/config.guess
new file mode 100755
index 0000000..7d0185e
--- /dev/null
+++ b/config/config.guess
@@ -0,0 +1,1447 @@
+#! /bin/sh
+# Attempt to guess a canonical system name.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+
+timestamp='2004-09-07'
+
+# This file 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 of the License, 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.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# Originally written by Per Bothner <per at bothner.com>.
+# Please send patches to <config-patches at gnu.org>.  Submit a context
+# diff and a properly formatted ChangeLog entry.
+#
+# This script attempts to guess a canonical system name similar to
+# config.sub.  If it succeeds, it prints the system name on stdout, and
+# exits with 0.  Otherwise, it exits with 1.
+#
+# The plan is that this can be called by configure scripts if you
+# don't specify an explicit build system type.
+
+me=`echo "$0" | sed -e 's,.*/,,'`
+
+usage="\
+Usage: $0 [OPTION]
+
+Output the configuration name of the system \`$me' is run on.
+
+Operation modes:
+  -h, --help         print this help, then exit
+  -t, --time-stamp   print date of last modification, then exit
+  -v, --version      print version number, then exit
+
+Report bugs and patches to <config-patches at gnu.org>."
+
+version="\
+GNU config.guess ($timestamp)
+
+Originally written by Per Bothner.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+Free Software Foundation, Inc.
+
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+
+help="
+Try \`$me --help' for more information."
+
+# Parse command line
+while test $# -gt 0 ; do
+  case $1 in
+    --time-stamp | --time* | -t )
+       echo "$timestamp" ; exit 0 ;;
+    --version | -v )
+       echo "$version" ; exit 0 ;;
+    --help | --h* | -h )
+       echo "$usage"; exit 0 ;;
+    -- )     # Stop option processing
+       shift; break ;;
+    - )	# Use stdin as input.
+       break ;;
+    -* )
+       echo "$me: invalid option $1$help" >&2
+       exit 1 ;;
+    * )
+       break ;;
+  esac
+done
+
+if test $# != 0; then
+  echo "$me: too many arguments$help" >&2
+  exit 1
+fi
+
+trap 'exit 1' 1 2 15
+
+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
+# compiler to aid in system detection is discouraged as it requires
+# temporary files to be created and, as you can see below, it is a
+# headache to deal with in a portable fashion.
+
+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
+# use `HOST_CC' if defined, but it is deprecated.
+
+# Portable tmp directory creation inspired by the Autoconf team.
+
+set_cc_for_build='
+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
+: ${TMPDIR=/tmp} ;
+ { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
+dummy=$tmp/dummy ;
+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
+case $CC_FOR_BUILD,$HOST_CC,$CC in
+ ,,)    echo "int x;" > $dummy.c ;
+	for c in cc gcc c89 c99 ; do
+	  if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
+	     CC_FOR_BUILD="$c"; break ;
+	  fi ;
+	done ;
+	if test x"$CC_FOR_BUILD" = x ; then
+	  CC_FOR_BUILD=no_compiler_found ;
+	fi
+	;;
+ ,,*)   CC_FOR_BUILD=$CC ;;
+ ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
+esac ;'
+
+# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
+# (ghazi at noc.rutgers.edu 1994-08-24)
+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
+	PATH=$PATH:/.attbin ; export PATH
+fi
+
+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
+UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
+
+# Note: order is significant - the case branches are not exclusive.
+
+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
+    *:NetBSD:*:*)
+	# NetBSD (nbsd) targets should (where applicable) match one or
+	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
+	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
+	# switched to ELF, *-*-netbsd* would select the old
+	# object file format.  This provides both forward
+	# compatibility and a consistent mechanism for selecting the
+	# object file format.
+	#
+	# Note: NetBSD doesn't particularly care about the vendor
+	# portion of the name.  We always set it to "unknown".
+	sysctl="sysctl -n hw.machine_arch"
+	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
+	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+	case "${UNAME_MACHINE_ARCH}" in
+	    armeb) machine=armeb-unknown ;;
+	    arm*) machine=arm-unknown ;;
+	    sh3el) machine=shl-unknown ;;
+	    sh3eb) machine=sh-unknown ;;
+	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
+	esac
+	# The Operating System including object format, if it has switched
+	# to ELF recently, or will in the future.
+	case "${UNAME_MACHINE_ARCH}" in
+	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+		eval $set_cc_for_build
+		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
+			| grep __ELF__ >/dev/null
+		then
+		    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
+		    # Return netbsd for either.  FIX?
+		    os=netbsd
+		else
+		    os=netbsdelf
+		fi
+		;;
+	    *)
+	        os=netbsd
+		;;
+	esac
+	# The OS release
+	# Debian GNU/NetBSD machines have a different userland, and
+	# thus, need a distinct triplet. However, they do not need
+	# kernel version information, so it can be replaced with a
+	# suitable tag, in the style of linux-gnu.
+	case "${UNAME_VERSION}" in
+	    Debian*)
+		release='-gnu'
+		;;
+	    *)
+		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+		;;
+	esac
+	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
+	# contains redundant information, the shorter form:
+	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
+	echo "${machine}-${os}${release}"
+	exit 0 ;;
+    amd64:OpenBSD:*:*)
+	echo x86_64-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    amiga:OpenBSD:*:*)
+	echo m68k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    cats:OpenBSD:*:*)
+	echo arm-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    hp300:OpenBSD:*:*)
+	echo m68k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    luna88k:OpenBSD:*:*)
+    	echo m88k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    mac68k:OpenBSD:*:*)
+	echo m68k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    macppc:OpenBSD:*:*)
+	echo powerpc-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    mvme68k:OpenBSD:*:*)
+	echo m68k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    mvme88k:OpenBSD:*:*)
+	echo m88k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    mvmeppc:OpenBSD:*:*)
+	echo powerpc-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    sgi:OpenBSD:*:*)
+	echo mips64-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    sun3:OpenBSD:*:*)
+	echo m68k-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    *:OpenBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
+	exit 0 ;;
+    *:ekkoBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
+	exit 0 ;;
+    macppc:MirBSD:*:*)
+	echo powerppc-unknown-mirbsd${UNAME_RELEASE}
+	exit 0 ;;
+    *:MirBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
+	exit 0 ;;
+    alpha:OSF1:*:*)
+	case $UNAME_RELEASE in
+	*4.0)
+		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
+		;;
+	*5.*)
+	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
+		;;
+	esac
+	# According to Compaq, /usr/sbin/psrinfo has been available on
+	# OSF/1 and Tru64 systems produced since 1995.  I hope that
+	# covers most systems running today.  This code pipes the CPU
+	# types through head -n 1, so we only detect the type of CPU 0.
+	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
+	case "$ALPHA_CPU_TYPE" in
+	    "EV4 (21064)")
+		UNAME_MACHINE="alpha" ;;
+	    "EV4.5 (21064)")
+		UNAME_MACHINE="alpha" ;;
+	    "LCA4 (21066/21068)")
+		UNAME_MACHINE="alpha" ;;
+	    "EV5 (21164)")
+		UNAME_MACHINE="alphaev5" ;;
+	    "EV5.6 (21164A)")
+		UNAME_MACHINE="alphaev56" ;;
+	    "EV5.6 (21164PC)")
+		UNAME_MACHINE="alphapca56" ;;
+	    "EV5.7 (21164PC)")
+		UNAME_MACHINE="alphapca57" ;;
+	    "EV6 (21264)")
+		UNAME_MACHINE="alphaev6" ;;
+	    "EV6.7 (21264A)")
+		UNAME_MACHINE="alphaev67" ;;
+	    "EV6.8CB (21264C)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.8AL (21264B)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.8CX (21264D)")
+		UNAME_MACHINE="alphaev68" ;;
+	    "EV6.9A (21264/EV69A)")
+		UNAME_MACHINE="alphaev69" ;;
+	    "EV7 (21364)")
+		UNAME_MACHINE="alphaev7" ;;
+	    "EV7.9 (21364A)")
+		UNAME_MACHINE="alphaev79" ;;
+	esac
+	# A Pn.n version is a patched version.
+	# A Vn.n version is a released version.
+	# A Tn.n version is a released field test version.
+	# A Xn.n version is an unreleased experimental baselevel.
+	# 1.2 uses "1.2" for uname -r.
+	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+	exit 0 ;;
+    Alpha\ *:Windows_NT*:*)
+	# How do we know it's Interix rather than the generic POSIX subsystem?
+	# Should we change UNAME_MACHINE based on the output of uname instead
+	# of the specific Alpha model?
+	echo alpha-pc-interix
+	exit 0 ;;
+    21064:Windows_NT:50:3)
+	echo alpha-dec-winnt3.5
+	exit 0 ;;
+    Amiga*:UNIX_System_V:4.0:*)
+	echo m68k-unknown-sysv4
+	exit 0;;
+    *:[Aa]miga[Oo][Ss]:*:*)
+	echo ${UNAME_MACHINE}-unknown-amigaos
+	exit 0 ;;
+    *:[Mm]orph[Oo][Ss]:*:*)
+	echo ${UNAME_MACHINE}-unknown-morphos
+	exit 0 ;;
+    *:OS/390:*:*)
+	echo i370-ibm-openedition
+	exit 0 ;;
+    *:OS400:*:*)
+        echo powerpc-ibm-os400
+	exit 0 ;;
+    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
+	echo arm-acorn-riscix${UNAME_RELEASE}
+	exit 0;;
+    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
+	echo hppa1.1-hitachi-hiuxmpp
+	exit 0;;
+    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
+	# akee at wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
+	if test "`(/bin/universe) 2>/dev/null`" = att ; then
+		echo pyramid-pyramid-sysv3
+	else
+		echo pyramid-pyramid-bsd
+	fi
+	exit 0 ;;
+    NILE*:*:*:dcosx)
+	echo pyramid-pyramid-svr4
+	exit 0 ;;
+    DRS?6000:unix:4.0:6*)
+	echo sparc-icl-nx6
+	exit 0 ;;
+    DRS?6000:UNIX_SV:4.2*:7*)
+	case `/usr/bin/uname -p` in
+	    sparc) echo sparc-icl-nx7 && exit 0 ;;
+	esac ;;
+    sun4H:SunOS:5.*:*)
+	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit 0 ;;
+    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
+	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit 0 ;;
+    i86pc:SunOS:5.*:*)
+	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit 0 ;;
+    sun4*:SunOS:6*:*)
+	# According to config.sub, this is the proper way to canonicalize
+	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
+	# it's likely to be more like Solaris than SunOS4.
+	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit 0 ;;
+    sun4*:SunOS:*:*)
+	case "`/usr/bin/arch -k`" in
+	    Series*|S4*)
+		UNAME_RELEASE=`uname -v`
+		;;
+	esac
+	# Japanese Language versions have a version number like `4.1.3-JL'.
+	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
+	exit 0 ;;
+    sun3*:SunOS:*:*)
+	echo m68k-sun-sunos${UNAME_RELEASE}
+	exit 0 ;;
+    sun*:*:4.2BSD:*)
+	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
+	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
+	case "`/bin/arch`" in
+	    sun3)
+		echo m68k-sun-sunos${UNAME_RELEASE}
+		;;
+	    sun4)
+		echo sparc-sun-sunos${UNAME_RELEASE}
+		;;
+	esac
+	exit 0 ;;
+    aushp:SunOS:*:*)
+	echo sparc-auspex-sunos${UNAME_RELEASE}
+	exit 0 ;;
+    # The situation for MiNT is a little confusing.  The machine name
+    # can be virtually everything (everything which is not
+    # "atarist" or "atariste" at least should have a processor
+    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
+    # to the lowercase version "mint" (or "freemint").  Finally
+    # the system name "TOS" denotes a system which is actually not
+    # MiNT.  But MiNT is downward compatible to TOS, so this should
+    # be no problem.
+    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
+        echo m68k-atari-mint${UNAME_RELEASE}
+	exit 0 ;;
+    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
+	echo m68k-atari-mint${UNAME_RELEASE}
+        exit 0 ;;
+    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
+        echo m68k-atari-mint${UNAME_RELEASE}
+	exit 0 ;;
+    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
+        echo m68k-milan-mint${UNAME_RELEASE}
+        exit 0 ;;
+    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
+        echo m68k-hades-mint${UNAME_RELEASE}
+        exit 0 ;;
+    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
+        echo m68k-unknown-mint${UNAME_RELEASE}
+        exit 0 ;;
+    m68k:machten:*:*)
+	echo m68k-apple-machten${UNAME_RELEASE}
+	exit 0 ;;
+    powerpc:machten:*:*)
+	echo powerpc-apple-machten${UNAME_RELEASE}
+	exit 0 ;;
+    RISC*:Mach:*:*)
+	echo mips-dec-mach_bsd4.3
+	exit 0 ;;
+    RISC*:ULTRIX:*:*)
+	echo mips-dec-ultrix${UNAME_RELEASE}
+	exit 0 ;;
+    VAX*:ULTRIX*:*:*)
+	echo vax-dec-ultrix${UNAME_RELEASE}
+	exit 0 ;;
+    2020:CLIX:*:* | 2430:CLIX:*:*)
+	echo clipper-intergraph-clix${UNAME_RELEASE}
+	exit 0 ;;
+    mips:*:*:UMIPS | mips:*:*:RISCos)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+#ifdef __cplusplus
+#include <stdio.h>  /* for printf() prototype */
+	int main (int argc, char *argv[]) {
+#else
+	int main (argc, argv) int argc; char *argv[]; {
+#endif
+	#if defined (host_mips) && defined (MIPSEB)
+	#if defined (SYSTYPE_SYSV)
+	  printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
+	#endif
+	#if defined (SYSTYPE_SVR4)
+	  printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
+	#endif
+	#if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
+	  printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
+	#endif
+	#endif
+	  exit (-1);
+	}
+EOF
+	$CC_FOR_BUILD -o $dummy $dummy.c \
+	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
+	  && exit 0
+	echo mips-mips-riscos${UNAME_RELEASE}
+	exit 0 ;;
+    Motorola:PowerMAX_OS:*:*)
+	echo powerpc-motorola-powermax
+	exit 0 ;;
+    Motorola:*:4.3:PL8-*)
+	echo powerpc-harris-powermax
+	exit 0 ;;
+    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
+	echo powerpc-harris-powermax
+	exit 0 ;;
+    Night_Hawk:Power_UNIX:*:*)
+	echo powerpc-harris-powerunix
+	exit 0 ;;
+    m88k:CX/UX:7*:*)
+	echo m88k-harris-cxux7
+	exit 0 ;;
+    m88k:*:4*:R4*)
+	echo m88k-motorola-sysv4
+	exit 0 ;;
+    m88k:*:3*:R3*)
+	echo m88k-motorola-sysv3
+	exit 0 ;;
+    AViiON:dgux:*:*)
+        # DG/UX returns AViiON for all architectures
+        UNAME_PROCESSOR=`/usr/bin/uname -p`
+	if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
+	then
+	    if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
+	       [ ${TARGET_BINARY_INTERFACE}x = x ]
+	    then
+		echo m88k-dg-dgux${UNAME_RELEASE}
+	    else
+		echo m88k-dg-dguxbcs${UNAME_RELEASE}
+	    fi
+	else
+	    echo i586-dg-dgux${UNAME_RELEASE}
+	fi
+ 	exit 0 ;;
+    M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
+	echo m88k-dolphin-sysv3
+	exit 0 ;;
+    M88*:*:R3*:*)
+	# Delta 88k system running SVR3
+	echo m88k-motorola-sysv3
+	exit 0 ;;
+    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
+	echo m88k-tektronix-sysv3
+	exit 0 ;;
+    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
+	echo m68k-tektronix-bsd
+	exit 0 ;;
+    *:IRIX*:*:*)
+	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
+	exit 0 ;;
+    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
+	echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
+	exit 0 ;;              # Note that: echo "'`uname -s`'" gives 'AIX '
+    i*86:AIX:*:*)
+	echo i386-ibm-aix
+	exit 0 ;;
+    ia64:AIX:*:*)
+	if [ -x /usr/bin/oslevel ] ; then
+		IBM_REV=`/usr/bin/oslevel`
+	else
+		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+	fi
+	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
+	exit 0 ;;
+    *:AIX:2:3)
+	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
+		eval $set_cc_for_build
+		sed 's/^		//' << EOF >$dummy.c
+		#include <sys/systemcfg.h>
+
+		main()
+			{
+			if (!__power_pc())
+				exit(1);
+			puts("powerpc-ibm-aix3.2.5");
+			exit(0);
+			}
+EOF
+		$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
+		echo rs6000-ibm-aix3.2.5
+	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
+		echo rs6000-ibm-aix3.2.4
+	else
+		echo rs6000-ibm-aix3.2
+	fi
+	exit 0 ;;
+    *:AIX:*:[45])
+	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
+	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
+		IBM_ARCH=rs6000
+	else
+		IBM_ARCH=powerpc
+	fi
+	if [ -x /usr/bin/oslevel ] ; then
+		IBM_REV=`/usr/bin/oslevel`
+	else
+		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+	fi
+	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
+	exit 0 ;;
+    *:AIX:*:*)
+	echo rs6000-ibm-aix
+	exit 0 ;;
+    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
+	echo romp-ibm-bsd4.4
+	exit 0 ;;
+    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
+	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
+	exit 0 ;;                           # report: romp-ibm BSD 4.3
+    *:BOSX:*:*)
+	echo rs6000-bull-bosx
+	exit 0 ;;
+    DPX/2?00:B.O.S.:*:*)
+	echo m68k-bull-sysv3
+	exit 0 ;;
+    9000/[34]??:4.3bsd:1.*:*)
+	echo m68k-hp-bsd
+	exit 0 ;;
+    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
+	echo m68k-hp-bsd4.4
+	exit 0 ;;
+    9000/[34678]??:HP-UX:*:*)
+	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+	case "${UNAME_MACHINE}" in
+	    9000/31? )            HP_ARCH=m68000 ;;
+	    9000/[34]?? )         HP_ARCH=m68k ;;
+	    9000/[678][0-9][0-9])
+		if [ -x /usr/bin/getconf ]; then
+		    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
+                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
+                    case "${sc_cpu_version}" in
+                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
+                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
+                      532)                      # CPU_PA_RISC2_0
+                        case "${sc_kernel_bits}" in
+                          32) HP_ARCH="hppa2.0n" ;;
+                          64) HP_ARCH="hppa2.0w" ;;
+			  '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
+                        esac ;;
+                    esac
+		fi
+		if [ "${HP_ARCH}" = "" ]; then
+		    eval $set_cc_for_build
+		    sed 's/^              //' << EOF >$dummy.c
+
+              #define _HPUX_SOURCE
+              #include <stdlib.h>
+              #include <unistd.h>
+
+              int main ()
+              {
+              #if defined(_SC_KERNEL_BITS)
+                  long bits = sysconf(_SC_KERNEL_BITS);
+              #endif
+                  long cpu  = sysconf (_SC_CPU_VERSION);
+
+                  switch (cpu)
+              	{
+              	case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
+              	case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
+              	case CPU_PA_RISC2_0:
+              #if defined(_SC_KERNEL_BITS)
+              	    switch (bits)
+              		{
+              		case 64: puts ("hppa2.0w"); break;
+              		case 32: puts ("hppa2.0n"); break;
+              		default: puts ("hppa2.0"); break;
+              		} break;
+              #else  /* !defined(_SC_KERNEL_BITS) */
+              	    puts ("hppa2.0"); break;
+              #endif
+              	default: puts ("hppa1.0"); break;
+              	}
+                  exit (0);
+              }
+EOF
+		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
+		    test -z "$HP_ARCH" && HP_ARCH=hppa
+		fi ;;
+	esac
+	if [ ${HP_ARCH} = "hppa2.0w" ]
+	then
+	    # avoid double evaluation of $set_cc_for_build
+	    test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
+	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
+	    then
+		HP_ARCH="hppa2.0w"
+	    else
+		HP_ARCH="hppa64"
+	    fi
+	fi
+	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
+	exit 0 ;;
+    ia64:HP-UX:*:*)
+	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
+	echo ia64-hp-hpux${HPUX_REV}
+	exit 0 ;;
+    3050*:HI-UX:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#include <unistd.h>
+	int
+	main ()
+	{
+	  long cpu = sysconf (_SC_CPU_VERSION);
+	  /* The order matters, because CPU_IS_HP_MC68K erroneously returns
+	     true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
+	     results, however.  */
+	  if (CPU_IS_PA_RISC (cpu))
+	    {
+	      switch (cpu)
+		{
+		  case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
+		  case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
+		  case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
+		  default: puts ("hppa-hitachi-hiuxwe2"); break;
+		}
+	    }
+	  else if (CPU_IS_HP_MC68K (cpu))
+	    puts ("m68k-hitachi-hiuxwe2");
+	  else puts ("unknown-hitachi-hiuxwe2");
+	  exit (0);
+	}
+EOF
+	$CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
+	echo unknown-hitachi-hiuxwe2
+	exit 0 ;;
+    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
+	echo hppa1.1-hp-bsd
+	exit 0 ;;
+    9000/8??:4.3bsd:*:*)
+	echo hppa1.0-hp-bsd
+	exit 0 ;;
+    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
+	echo hppa1.0-hp-mpeix
+	exit 0 ;;
+    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
+	echo hppa1.1-hp-osf
+	exit 0 ;;
+    hp8??:OSF1:*:*)
+	echo hppa1.0-hp-osf
+	exit 0 ;;
+    i*86:OSF1:*:*)
+	if [ -x /usr/sbin/sysversion ] ; then
+	    echo ${UNAME_MACHINE}-unknown-osf1mk
+	else
+	    echo ${UNAME_MACHINE}-unknown-osf1
+	fi
+	exit 0 ;;
+    parisc*:Lites*:*:*)
+	echo hppa1.1-hp-lites
+	exit 0 ;;
+    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
+	echo c1-convex-bsd
+        exit 0 ;;
+    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
+	if getsysinfo -f scalar_acc
+	then echo c32-convex-bsd
+	else echo c2-convex-bsd
+	fi
+        exit 0 ;;
+    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
+	echo c34-convex-bsd
+        exit 0 ;;
+    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
+	echo c38-convex-bsd
+        exit 0 ;;
+    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
+	echo c4-convex-bsd
+        exit 0 ;;
+    CRAY*Y-MP:*:*:*)
+	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit 0 ;;
+    CRAY*[A-Z]90:*:*:*)
+	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
+	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
+	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
+	      -e 's/\.[^.]*$/.X/'
+	exit 0 ;;
+    CRAY*TS:*:*:*)
+	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit 0 ;;
+    CRAY*T3E:*:*:*)
+	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit 0 ;;
+    CRAY*SV1:*:*:*)
+	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit 0 ;;
+    *:UNICOS/mp:*:*)
+	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
+	exit 0 ;;
+    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
+	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
+        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+        exit 0 ;;
+    5000:UNIX_System_V:4.*:*)
+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+	exit 0 ;;
+    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
+	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
+	exit 0 ;;
+    sparc*:BSD/OS:*:*)
+	echo sparc-unknown-bsdi${UNAME_RELEASE}
+	exit 0 ;;
+    *:BSD/OS:*:*)
+	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
+	exit 0 ;;
+    *:FreeBSD:*:*)
+	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+	exit 0 ;;
+    i*:CYGWIN*:*)
+	echo ${UNAME_MACHINE}-pc-cygwin
+	exit 0 ;;
+    i*:MINGW*:*)
+	echo ${UNAME_MACHINE}-pc-mingw32
+	exit 0 ;;
+    i*:PW*:*)
+	echo ${UNAME_MACHINE}-pc-pw32
+	exit 0 ;;
+    x86:Interix*:[34]*)
+	echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
+	exit 0 ;;
+    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
+	echo i${UNAME_MACHINE}-pc-mks
+	exit 0 ;;
+    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
+	# How do we know it's Interix rather than the generic POSIX subsystem?
+	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
+	# UNAME_MACHINE based on the output of uname instead of i386?
+	echo i586-pc-interix
+	exit 0 ;;
+    i*:UWIN*:*)
+	echo ${UNAME_MACHINE}-pc-uwin
+	exit 0 ;;
+    p*:CYGWIN*:*)
+	echo powerpcle-unknown-cygwin
+	exit 0 ;;
+    prep*:SunOS:5.*:*)
+	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit 0 ;;
+    *:GNU:*:*)
+	# the GNU system
+	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
+	exit 0 ;;
+    *:GNU/*:*:*)
+	# other systems with GNU libc and userland
+	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
+	exit 0 ;;
+    i*86:Minix:*:*)
+	echo ${UNAME_MACHINE}-pc-minix
+	exit 0 ;;
+    arm*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    cris:Linux:*:*)
+	echo cris-axis-linux-gnu
+	exit 0 ;;
+    crisv32:Linux:*:*)
+	echo crisv32-axis-linux-gnu
+	exit 0 ;;
+    frv:Linux:*:*)
+    	echo frv-unknown-linux-gnu
+	exit 0 ;;
+    ia64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    m32r*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    m68*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    mips:Linux:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#undef CPU
+	#undef mips
+	#undef mipsel
+	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
+	CPU=mipsel
+	#else
+	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
+	CPU=mips
+	#else
+	CPU=
+	#endif
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
+	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
+	;;
+    mips64:Linux:*:*)
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#undef CPU
+	#undef mips64
+	#undef mips64el
+	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
+	CPU=mips64el
+	#else
+	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
+	CPU=mips64
+	#else
+	CPU=
+	#endif
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
+	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
+	;;
+    ppc:Linux:*:*)
+	echo powerpc-unknown-linux-gnu
+	exit 0 ;;
+    ppc64:Linux:*:*)
+	echo powerpc64-unknown-linux-gnu
+	exit 0 ;;
+    alpha:Linux:*:*)
+	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
+	  EV5)   UNAME_MACHINE=alphaev5 ;;
+	  EV56)  UNAME_MACHINE=alphaev56 ;;
+	  PCA56) UNAME_MACHINE=alphapca56 ;;
+	  PCA57) UNAME_MACHINE=alphapca56 ;;
+	  EV6)   UNAME_MACHINE=alphaev6 ;;
+	  EV67)  UNAME_MACHINE=alphaev67 ;;
+	  EV68*) UNAME_MACHINE=alphaev68 ;;
+        esac
+	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
+	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
+	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
+	exit 0 ;;
+    parisc:Linux:*:* | hppa:Linux:*:*)
+	# Look for CPU level
+	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
+	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
+	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
+	  *)    echo hppa-unknown-linux-gnu ;;
+	esac
+	exit 0 ;;
+    parisc64:Linux:*:* | hppa64:Linux:*:*)
+	echo hppa64-unknown-linux-gnu
+	exit 0 ;;
+    s390:Linux:*:* | s390x:Linux:*:*)
+	echo ${UNAME_MACHINE}-ibm-linux
+	exit 0 ;;
+    sh64*:Linux:*:*)
+    	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    sh*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    sparc:Linux:*:* | sparc64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit 0 ;;
+    x86_64:Linux:*:*)
+	echo x86_64-unknown-linux-gnu
+	exit 0 ;;
+    i*86:Linux:*:*)
+	# The BFD linker knows what the default object file format is, so
+	# first see if it will tell us. cd to the root directory to prevent
+	# problems with other programs or directories called `ld' in the path.
+	# Set LC_ALL=C to ensure ld outputs messages in English.
+	ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
+			 | sed -ne '/supported targets:/!d
+				    s/[ 	][ 	]*/ /g
+				    s/.*supported targets: *//
+				    s/ .*//
+				    p'`
+        case "$ld_supported_targets" in
+	  elf32-i386)
+		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
+		;;
+	  a.out-i386-linux)
+		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
+		exit 0 ;;
+	  coff-i386)
+		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
+		exit 0 ;;
+	  "")
+		# Either a pre-BFD a.out linker (linux-gnuoldld) or
+		# one that does not give us useful --help.
+		echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
+		exit 0 ;;
+	esac
+	# Determine whether the default compiler is a.out or elf
+	eval $set_cc_for_build
+	sed 's/^	//' << EOF >$dummy.c
+	#include <features.h>
+	#ifdef __ELF__
+	# ifdef __GLIBC__
+	#  if __GLIBC__ >= 2
+	LIBC=gnu
+	#  else
+	LIBC=gnulibc1
+	#  endif
+	# else
+	LIBC=gnulibc1
+	# endif
+	#else
+	#ifdef __INTEL_COMPILER
+	LIBC=gnu
+	#else
+	LIBC=gnuaout
+	#endif
+	#endif
+	#ifdef __dietlibc__
+	LIBC=dietlibc
+	#endif
+EOF
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
+	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
+	test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
+	;;
+    i*86:DYNIX/ptx:4*:*)
+	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
+	# earlier versions are messed up and put the nodename in both
+	# sysname and nodename.
+	echo i386-sequent-sysv4
+	exit 0 ;;
+    i*86:UNIX_SV:4.2MP:2.*)
+        # Unixware is an offshoot of SVR4, but it has its own version
+        # number series starting with 2...
+        # I am not positive that other SVR4 systems won't match this,
+	# I just have to hope.  -- rms.
+        # Use sysv4.2uw... so that sysv4* matches it.
+	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
+	exit 0 ;;
+    i*86:OS/2:*:*)
+	# If we were able to find `uname', then EMX Unix compatibility
+	# is probably installed.
+	echo ${UNAME_MACHINE}-pc-os2-emx
+	exit 0 ;;
+    i*86:XTS-300:*:STOP)
+	echo ${UNAME_MACHINE}-unknown-stop
+	exit 0 ;;
+    i*86:atheos:*:*)
+	echo ${UNAME_MACHINE}-unknown-atheos
+	exit 0 ;;
+	i*86:syllable:*:*)
+	echo ${UNAME_MACHINE}-pc-syllable
+	exit 0 ;;
+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
+	echo i386-unknown-lynxos${UNAME_RELEASE}
+	exit 0 ;;
+    i*86:*DOS:*:*)
+	echo ${UNAME_MACHINE}-pc-msdosdjgpp
+	exit 0 ;;
+    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
+	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
+	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
+		echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
+	else
+		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
+	fi
+	exit 0 ;;
+    i*86:*:5:[78]*)
+	case `/bin/uname -X | grep "^Machine"` in
+	    *486*)	     UNAME_MACHINE=i486 ;;
+	    *Pentium)	     UNAME_MACHINE=i586 ;;
+	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
+	esac
+	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
+	exit 0 ;;
+    i*86:*:3.2:*)
+	if test -f /usr/options/cb.name; then
+		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
+		echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
+	elif /bin/uname -X 2>/dev/null >/dev/null ; then
+		UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
+		(/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
+		(/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
+			&& UNAME_MACHINE=i586
+		(/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
+			&& UNAME_MACHINE=i686
+		(/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
+			&& UNAME_MACHINE=i686
+		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
+	else
+		echo ${UNAME_MACHINE}-pc-sysv32
+	fi
+	exit 0 ;;
+    pc:*:*:*)
+	# Left here for compatibility:
+        # uname -m prints for DJGPP always 'pc', but it prints nothing about
+        # the processor, so we play safe by assuming i386.
+	echo i386-pc-msdosdjgpp
+        exit 0 ;;
+    Intel:Mach:3*:*)
+	echo i386-pc-mach3
+	exit 0 ;;
+    paragon:*:*:*)
+	echo i860-intel-osf1
+	exit 0 ;;
+    i860:*:4.*:*) # i860-SVR4
+	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
+	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
+	else # Add other i860-SVR4 vendors below as they are discovered.
+	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
+	fi
+	exit 0 ;;
+    mini*:CTIX:SYS*5:*)
+	# "miniframe"
+	echo m68010-convergent-sysv
+	exit 0 ;;
+    mc68k:UNIX:SYSTEM5:3.51m)
+	echo m68k-convergent-sysv
+	exit 0 ;;
+    M680?0:D-NIX:5.3:*)
+	echo m68k-diab-dnix
+	exit 0 ;;
+    M68*:*:R3V[5678]*:*)
+	test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
+	OS_REL=''
+	test -r /etc/.relid \
+	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
+	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+	  && echo i486-ncr-sysv4.3${OS_REL} && exit 0
+	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
+	  && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
+    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
+        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
+          && echo i486-ncr-sysv4 && exit 0 ;;
+    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
+	echo m68k-unknown-lynxos${UNAME_RELEASE}
+	exit 0 ;;
+    mc68030:UNIX_System_V:4.*:*)
+	echo m68k-atari-sysv4
+	exit 0 ;;
+    TSUNAMI:LynxOS:2.*:*)
+	echo sparc-unknown-lynxos${UNAME_RELEASE}
+	exit 0 ;;
+    rs6000:LynxOS:2.*:*)
+	echo rs6000-unknown-lynxos${UNAME_RELEASE}
+	exit 0 ;;
+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
+	echo powerpc-unknown-lynxos${UNAME_RELEASE}
+	exit 0 ;;
+    SM[BE]S:UNIX_SV:*:*)
+	echo mips-dde-sysv${UNAME_RELEASE}
+	exit 0 ;;
+    RM*:ReliantUNIX-*:*:*)
+	echo mips-sni-sysv4
+	exit 0 ;;
+    RM*:SINIX-*:*:*)
+	echo mips-sni-sysv4
+	exit 0 ;;
+    *:SINIX-*:*:*)
+	if uname -p 2>/dev/null >/dev/null ; then
+		UNAME_MACHINE=`(uname -p) 2>/dev/null`
+		echo ${UNAME_MACHINE}-sni-sysv4
+	else
+		echo ns32k-sni-sysv
+	fi
+	exit 0 ;;
+    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
+                      # says <Richard.M.Bartel at ccMail.Census.GOV>
+        echo i586-unisys-sysv4
+        exit 0 ;;
+    *:UNIX_System_V:4*:FTX*)
+	# From Gerald Hewes <hewes at openmarket.com>.
+	# How about differentiating between stratus architectures? -djm
+	echo hppa1.1-stratus-sysv4
+	exit 0 ;;
+    *:*:*:FTX*)
+	# From seanf at swdc.stratus.com.
+	echo i860-stratus-sysv4
+	exit 0 ;;
+    *:VOS:*:*)
+	# From Paul.Green at stratus.com.
+	echo hppa1.1-stratus-vos
+	exit 0 ;;
+    mc68*:A/UX:*:*)
+	echo m68k-apple-aux${UNAME_RELEASE}
+	exit 0 ;;
+    news*:NEWS-OS:6*:*)
+	echo mips-sony-newsos6
+	exit 0 ;;
+    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
+	if [ -d /usr/nec ]; then
+	        echo mips-nec-sysv${UNAME_RELEASE}
+	else
+	        echo mips-unknown-sysv${UNAME_RELEASE}
+	fi
+        exit 0 ;;
+    BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
+	echo powerpc-be-beos
+	exit 0 ;;
+    BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
+	echo powerpc-apple-beos
+	exit 0 ;;
+    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
+	echo i586-pc-beos
+	exit 0 ;;
+    SX-4:SUPER-UX:*:*)
+	echo sx4-nec-superux${UNAME_RELEASE}
+	exit 0 ;;
+    SX-5:SUPER-UX:*:*)
+	echo sx5-nec-superux${UNAME_RELEASE}
+	exit 0 ;;
+    SX-6:SUPER-UX:*:*)
+	echo sx6-nec-superux${UNAME_RELEASE}
+	exit 0 ;;
+    Power*:Rhapsody:*:*)
+	echo powerpc-apple-rhapsody${UNAME_RELEASE}
+	exit 0 ;;
+    *:Rhapsody:*:*)
+	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
+	exit 0 ;;
+    *:Darwin:*:*)
+	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
+	case $UNAME_PROCESSOR in
+	    *86) UNAME_PROCESSOR=i686 ;;
+	    unknown) UNAME_PROCESSOR=powerpc ;;
+	esac
+	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
+	exit 0 ;;
+    *:procnto*:*:* | *:QNX:[0123456789]*:*)
+	UNAME_PROCESSOR=`uname -p`
+	if test "$UNAME_PROCESSOR" = "x86"; then
+		UNAME_PROCESSOR=i386
+		UNAME_MACHINE=pc
+	fi
+	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
+	exit 0 ;;
+    *:QNX:*:4*)
+	echo i386-pc-qnx
+	exit 0 ;;
+    NSR-?:NONSTOP_KERNEL:*:*)
+	echo nsr-tandem-nsk${UNAME_RELEASE}
+	exit 0 ;;
+    *:NonStop-UX:*:*)
+	echo mips-compaq-nonstopux
+	exit 0 ;;
+    BS2000:POSIX*:*:*)
+	echo bs2000-siemens-sysv
+	exit 0 ;;
+    DS/*:UNIX_System_V:*:*)
+	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
+	exit 0 ;;
+    *:Plan9:*:*)
+	# "uname -m" is not consistent, so use $cputype instead. 386
+	# is converted to i386 for consistency with other x86
+	# operating systems.
+	if test "$cputype" = "386"; then
+	    UNAME_MACHINE=i386
+	else
+	    UNAME_MACHINE="$cputype"
+	fi
+	echo ${UNAME_MACHINE}-unknown-plan9
+	exit 0 ;;
+    *:TOPS-10:*:*)
+	echo pdp10-unknown-tops10
+	exit 0 ;;
+    *:TENEX:*:*)
+	echo pdp10-unknown-tenex
+	exit 0 ;;
+    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
+	echo pdp10-dec-tops20
+	exit 0 ;;
+    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
+	echo pdp10-xkl-tops20
+	exit 0 ;;
+    *:TOPS-20:*:*)
+	echo pdp10-unknown-tops20
+	exit 0 ;;
+    *:ITS:*:*)
+	echo pdp10-unknown-its
+	exit 0 ;;
+    SEI:*:*:SEIUX)
+        echo mips-sei-seiux${UNAME_RELEASE}
+	exit 0 ;;
+    *:DragonFly:*:*)
+	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+	exit 0 ;;
+    *:*VMS:*:*)
+    	UNAME_MACHINE=`(uname -p) 2>/dev/null`
+	case "${UNAME_MACHINE}" in
+	    A*) echo alpha-dec-vms && exit 0 ;;
+	    I*) echo ia64-dec-vms && exit 0 ;;
+	    V*) echo vax-dec-vms && exit 0 ;;
+	esac
+esac
+
+#echo '(No uname command or uname output not recognized.)' 1>&2
+#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
+
+eval $set_cc_for_build
+cat >$dummy.c <<EOF
+#ifdef _SEQUENT_
+# include <sys/types.h>
+# include <sys/utsname.h>
+#endif
+main ()
+{
+#if defined (sony)
+#if defined (MIPSEB)
+  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
+     I don't know....  */
+  printf ("mips-sony-bsd\n"); exit (0);
+#else
+#include <sys/param.h>
+  printf ("m68k-sony-newsos%s\n",
+#ifdef NEWSOS4
+          "4"
+#else
+	  ""
+#endif
+         ); exit (0);
+#endif
+#endif
+
+#if defined (__arm) && defined (__acorn) && defined (__unix)
+  printf ("arm-acorn-riscix"); exit (0);
+#endif
+
+#if defined (hp300) && !defined (hpux)
+  printf ("m68k-hp-bsd\n"); exit (0);
+#endif
+
+#if defined (NeXT)
+#if !defined (__ARCHITECTURE__)
+#define __ARCHITECTURE__ "m68k"
+#endif
+  int version;
+  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
+  if (version < 4)
+    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
+  else
+    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
+  exit (0);
+#endif
+
+#if defined (MULTIMAX) || defined (n16)
+#if defined (UMAXV)
+  printf ("ns32k-encore-sysv\n"); exit (0);
+#else
+#if defined (CMU)
+  printf ("ns32k-encore-mach\n"); exit (0);
+#else
+  printf ("ns32k-encore-bsd\n"); exit (0);
+#endif
+#endif
+#endif
+
+#if defined (__386BSD__)
+  printf ("i386-pc-bsd\n"); exit (0);
+#endif
+
+#if defined (sequent)
+#if defined (i386)
+  printf ("i386-sequent-dynix\n"); exit (0);
+#endif
+#if defined (ns32000)
+  printf ("ns32k-sequent-dynix\n"); exit (0);
+#endif
+#endif
+
+#if defined (_SEQUENT_)
+    struct utsname un;
+
+    uname(&un);
+
+    if (strncmp(un.version, "V2", 2) == 0) {
+	printf ("i386-sequent-ptx2\n"); exit (0);
+    }
+    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
+	printf ("i386-sequent-ptx1\n"); exit (0);
+    }
+    printf ("i386-sequent-ptx\n"); exit (0);
+
+#endif
+
+#if defined (vax)
+# if !defined (ultrix)
+#  include <sys/param.h>
+#  if defined (BSD)
+#   if BSD == 43
+      printf ("vax-dec-bsd4.3\n"); exit (0);
+#   else
+#    if BSD == 199006
+      printf ("vax-dec-bsd4.3reno\n"); exit (0);
+#    else
+      printf ("vax-dec-bsd\n"); exit (0);
+#    endif
+#   endif
+#  else
+    printf ("vax-dec-bsd\n"); exit (0);
+#  endif
+# else
+    printf ("vax-dec-ultrix\n"); exit (0);
+# endif
+#endif
+
+#if defined (alliant) && defined (i860)
+  printf ("i860-alliant-bsd\n"); exit (0);
+#endif
+
+  exit (1);
+}
+EOF
+
+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
+
+# Apollos put the system type in the environment.
+
+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
+
+# Convex versions that predate uname can use getsysinfo(1)
+
+if [ -x /usr/convex/getsysinfo ]
+then
+    case `getsysinfo -f cpu_type` in
+    c1*)
+	echo c1-convex-bsd
+	exit 0 ;;
+    c2*)
+	if getsysinfo -f scalar_acc
+	then echo c32-convex-bsd
+	else echo c2-convex-bsd
+	fi
+	exit 0 ;;
+    c34*)
+	echo c34-convex-bsd
+	exit 0 ;;
+    c38*)
+	echo c38-convex-bsd
+	exit 0 ;;
+    c4*)
+	echo c4-convex-bsd
+	exit 0 ;;
+    esac
+fi
+
+cat >&2 <<EOF
+$0: unable to guess system type
+
+This script, last modified $timestamp, has failed to recognize
+the operating system you are using. It is advised that you
+download the most up to date version of the config scripts from
+
+    ftp://ftp.gnu.org/pub/gnu/config/
+
+If the version you run ($0) is already up to date, please
+send the following data and any information you think might be
+pertinent to <config-patches at gnu.org> in order to provide the needed
+information to handle your system.
+
+config.guess timestamp = $timestamp
+
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
+
+hostinfo               = `(hostinfo) 2>/dev/null`
+/bin/universe          = `(/bin/universe) 2>/dev/null`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
+/bin/arch              = `(/bin/arch) 2>/dev/null`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
+
+UNAME_MACHINE = ${UNAME_MACHINE}
+UNAME_RELEASE = ${UNAME_RELEASE}
+UNAME_SYSTEM  = ${UNAME_SYSTEM}
+UNAME_VERSION = ${UNAME_VERSION}
+EOF
+
+exit 1
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
diff --git a/config/config.sub b/config/config.sub
new file mode 100755
index 0000000..edb6b66
--- /dev/null
+++ b/config/config.sub
@@ -0,0 +1,1555 @@
+#! /bin/sh
+# Configuration validation subroutine script.
+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+
+timestamp='2004-08-29'
+
+# This file is (in principle) common to ALL GNU software.
+# The presence of a machine in this file suggests that SOME GNU software
+# can handle that machine.  It does not imply ALL GNU software can.
+#
+# This file 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 of the License, 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.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# Please send patches to <config-patches at gnu.org>.  Submit a context
+# diff and a properly formatted ChangeLog entry.
+#
+# Configuration subroutine to validate and canonicalize a configuration type.
+# Supply the specified configuration type as an argument.
+# If it is invalid, we print an error message on stderr and exit with code 1.
+# Otherwise, we print the canonical config type on stdout and succeed.
+
+# This file is supposed to be the same for all GNU packages
+# and recognize all the CPU types, system types and aliases
+# that are meaningful with *any* GNU software.
+# Each package is responsible for reporting which valid configurations
+# it does not support.  The user should be able to distinguish
+# a failure to support a valid configuration from a meaningless
+# configuration.
+
+# The goal of this file is to map all the various variations of a given
+# machine specification into a single specification in the form:
+#	CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+# or in some cases, the newer four-part form:
+#	CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+# It is wrong to echo any other type of specification.
+
+me=`echo "$0" | sed -e 's,.*/,,'`
+
+usage="\
+Usage: $0 [OPTION] CPU-MFR-OPSYS
+       $0 [OPTION] ALIAS
+
+Canonicalize a configuration name.
+
+Operation modes:
+  -h, --help         print this help, then exit
+  -t, --time-stamp   print date of last modification, then exit
+  -v, --version      print version number, then exit
+
+Report bugs and patches to <config-patches at gnu.org>."
+
+version="\
+GNU config.sub ($timestamp)
+
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+Free Software Foundation, Inc.
+
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
+
+help="
+Try \`$me --help' for more information."
+
+# Parse command line
+while test $# -gt 0 ; do
+  case $1 in
+    --time-stamp | --time* | -t )
+       echo "$timestamp" ; exit 0 ;;
+    --version | -v )
+       echo "$version" ; exit 0 ;;
+    --help | --h* | -h )
+       echo "$usage"; exit 0 ;;
+    -- )     # Stop option processing
+       shift; break ;;
+    - )	# Use stdin as input.
+       break ;;
+    -* )
+       echo "$me: invalid option $1$help"
+       exit 1 ;;
+
+    *local*)
+       # First pass through any local machine types.
+       echo $1
+       exit 0;;
+
+    * )
+       break ;;
+  esac
+done
+
+case $# in
+ 0) echo "$me: missing argument$help" >&2
+    exit 1;;
+ 1) ;;
+ *) echo "$me: too many arguments$help" >&2
+    exit 1;;
+esac
+
+# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
+# Here we must recognize all the valid KERNEL-OS combinations.
+maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
+case $maybe_os in
+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
+  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
+    os=-$maybe_os
+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
+    ;;
+  *)
+    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
+    if [ $basic_machine != $1 ]
+    then os=`echo $1 | sed 's/.*-/-/'`
+    else os=; fi
+    ;;
+esac
+
+### Let's recognize common machines as not being operating systems so
+### that things like config.sub decstation-3100 work.  We also
+### recognize some manufacturers as not being operating systems, so we
+### can provide default operating systems below.
+case $os in
+	-sun*os*)
+		# Prevent following clause from handling this invalid input.
+		;;
+	-dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
+	-att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
+	-unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
+	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
+	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
+	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
+	-apple | -axis | -knuth | -cray)
+		os=
+		basic_machine=$1
+		;;
+	-sim | -cisco | -oki | -wec | -winbond)
+		os=
+		basic_machine=$1
+		;;
+	-scout)
+		;;
+	-wrs)
+		os=-vxworks
+		basic_machine=$1
+		;;
+	-chorusos*)
+		os=-chorusos
+		basic_machine=$1
+		;;
+ 	-chorusrdb)
+ 		os=-chorusrdb
+		basic_machine=$1
+ 		;;
+	-hiux*)
+		os=-hiuxwe2
+		;;
+	-sco5)
+		os=-sco3.2v5
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco4)
+		os=-sco3.2v4
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco3.2.[4-9]*)
+		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco3.2v[4-9]*)
+		# Don't forget version if it is 3.2v4 or newer.
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-sco*)
+		os=-sco3.2v2
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-udk*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-isc)
+		os=-isc2.2
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-clix*)
+		basic_machine=clipper-intergraph
+		;;
+	-isc*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
+		;;
+	-lynx*)
+		os=-lynxos
+		;;
+	-ptx*)
+		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
+		;;
+	-windowsnt*)
+		os=`echo $os | sed -e 's/windowsnt/winnt/'`
+		;;
+	-psos*)
+		os=-psos
+		;;
+	-mint | -mint[0-9]*)
+		basic_machine=m68k-atari
+		os=-mint
+		;;
+esac
+
+# Decode aliases for certain CPU-COMPANY combinations.
+case $basic_machine in
+	# Recognize the basic CPU types without company name.
+	# Some are omitted here because they have special meanings below.
+	1750a | 580 \
+	| a29k \
+	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
+	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
+	| am33_2.0 \
+	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
+	| c4x | clipper \
+	| d10v | d30v | dlx | dsp16xx \
+	| fr30 | frv \
+	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
+	| i370 | i860 | i960 | ia64 \
+	| ip2k | iq2000 \
+	| m32r | m32rle | m68000 | m68k | m88k | mcore \
+	| mips | mipsbe | mipseb | mipsel | mipsle \
+	| mips16 \
+	| mips64 | mips64el \
+	| mips64vr | mips64vrel \
+	| mips64orion | mips64orionel \
+	| mips64vr4100 | mips64vr4100el \
+	| mips64vr4300 | mips64vr4300el \
+	| mips64vr5000 | mips64vr5000el \
+	| mipsisa32 | mipsisa32el \
+	| mipsisa32r2 | mipsisa32r2el \
+	| mipsisa64 | mipsisa64el \
+	| mipsisa64r2 | mipsisa64r2el \
+	| mipsisa64sb1 | mipsisa64sb1el \
+	| mipsisa64sr71k | mipsisa64sr71kel \
+	| mipstx39 | mipstx39el \
+	| mn10200 | mn10300 \
+	| msp430 \
+	| ns16k | ns32k \
+	| openrisc | or32 \
+	| pdp10 | pdp11 | pj | pjl \
+	| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
+	| pyramid \
+	| sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
+	| sh64 | sh64le \
+	| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
+	| strongarm \
+	| tahoe | thumb | tic4x | tic80 | tron \
+	| v850 | v850e \
+	| we32k \
+	| x86 | xscale | xstormy16 | xtensa \
+	| z8k)
+		basic_machine=$basic_machine-unknown
+		;;
+	m6811 | m68hc11 | m6812 | m68hc12)
+		# Motorola 68HC11/12.
+		basic_machine=$basic_machine-unknown
+		os=-none
+		;;
+	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
+		;;
+
+	# We use `pc' rather than `unknown'
+	# because (1) that's what they normally are, and
+	# (2) the word "unknown" tends to confuse beginning users.
+	i*86 | x86_64)
+	  basic_machine=$basic_machine-pc
+	  ;;
+	# Object if more than one company name word.
+	*-*-*)
+		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+		exit 1
+		;;
+	# Recognize the basic CPU types with company name.
+	580-* \
+	| a29k-* \
+	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
+	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
+	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
+	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
+	| avr-* \
+	| bs2000-* \
+	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
+	| clipper-* | craynv-* | cydra-* \
+	| d10v-* | d30v-* | dlx-* \
+	| elxsi-* \
+	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
+	| h8300-* | h8500-* \
+	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
+	| i*86-* | i860-* | i960-* | ia64-* \
+	| ip2k-* | iq2000-* \
+	| m32r-* | m32rle-* \
+	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
+	| m88110-* | m88k-* | mcore-* \
+	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
+	| mips16-* \
+	| mips64-* | mips64el-* \
+	| mips64vr-* | mips64vrel-* \
+	| mips64orion-* | mips64orionel-* \
+	| mips64vr4100-* | mips64vr4100el-* \
+	| mips64vr4300-* | mips64vr4300el-* \
+	| mips64vr5000-* | mips64vr5000el-* \
+	| mipsisa32-* | mipsisa32el-* \
+	| mipsisa32r2-* | mipsisa32r2el-* \
+	| mipsisa64-* | mipsisa64el-* \
+	| mipsisa64r2-* | mipsisa64r2el-* \
+	| mipsisa64sb1-* | mipsisa64sb1el-* \
+	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
+	| mipstx39-* | mipstx39el-* \
+	| mmix-* \
+	| msp430-* \
+	| none-* | np1-* | ns16k-* | ns32k-* \
+	| orion-* \
+	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
+	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
+	| pyramid-* \
+	| romp-* | rs6000-* \
+	| sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
+	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
+	| sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
+	| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
+	| tahoe-* | thumb-* \
+	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
+	| tron-* \
+	| v850-* | v850e-* | vax-* \
+	| we32k-* \
+	| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
+	| xtensa-* \
+	| ymp-* \
+	| z8k-*)
+		;;
+	# Recognize the various machine names and aliases which stand
+	# for a CPU type and a company and sometimes even an OS.
+	386bsd)
+		basic_machine=i386-unknown
+		os=-bsd
+		;;
+	3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
+		basic_machine=m68000-att
+		;;
+	3b*)
+		basic_machine=we32k-att
+		;;
+	a29khif)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+    	abacus)
+		basic_machine=abacus-unknown
+		;;
+	adobe68k)
+		basic_machine=m68010-adobe
+		os=-scout
+		;;
+	alliant | fx80)
+		basic_machine=fx80-alliant
+		;;
+	altos | altos3068)
+		basic_machine=m68k-altos
+		;;
+	am29k)
+		basic_machine=a29k-none
+		os=-bsd
+		;;
+	amd64)
+		basic_machine=x86_64-pc
+		;;
+	amd64-*)
+		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	amdahl)
+		basic_machine=580-amdahl
+		os=-sysv
+		;;
+	amiga | amiga-*)
+		basic_machine=m68k-unknown
+		;;
+	amigaos | amigados)
+		basic_machine=m68k-unknown
+		os=-amigaos
+		;;
+	amigaunix | amix)
+		basic_machine=m68k-unknown
+		os=-sysv4
+		;;
+	apollo68)
+		basic_machine=m68k-apollo
+		os=-sysv
+		;;
+	apollo68bsd)
+		basic_machine=m68k-apollo
+		os=-bsd
+		;;
+	aux)
+		basic_machine=m68k-apple
+		os=-aux
+		;;
+	balance)
+		basic_machine=ns32k-sequent
+		os=-dynix
+		;;
+	c90)
+		basic_machine=c90-cray
+		os=-unicos
+		;;
+	convex-c1)
+		basic_machine=c1-convex
+		os=-bsd
+		;;
+	convex-c2)
+		basic_machine=c2-convex
+		os=-bsd
+		;;
+	convex-c32)
+		basic_machine=c32-convex
+		os=-bsd
+		;;
+	convex-c34)
+		basic_machine=c34-convex
+		os=-bsd
+		;;
+	convex-c38)
+		basic_machine=c38-convex
+		os=-bsd
+		;;
+	cray | j90)
+		basic_machine=j90-cray
+		os=-unicos
+		;;
+	craynv)
+		basic_machine=craynv-cray
+		os=-unicosmp
+		;;
+	cr16c)
+		basic_machine=cr16c-unknown
+		os=-elf
+		;;
+	crds | unos)
+		basic_machine=m68k-crds
+		;;
+	crisv32 | crisv32-* | etraxfs*)
+		basic_machine=crisv32-axis
+		;;
+	cris | cris-* | etrax*)
+		basic_machine=cris-axis
+		;;
+	crx)
+		basic_machine=crx-unknown
+		os=-elf
+		;;
+	da30 | da30-*)
+		basic_machine=m68k-da30
+		;;
+	decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
+		basic_machine=mips-dec
+		;;
+	decsystem10* | dec10*)
+		basic_machine=pdp10-dec
+		os=-tops10
+		;;
+	decsystem20* | dec20*)
+		basic_machine=pdp10-dec
+		os=-tops20
+		;;
+	delta | 3300 | motorola-3300 | motorola-delta \
+	      | 3300-motorola | delta-motorola)
+		basic_machine=m68k-motorola
+		;;
+	delta88)
+		basic_machine=m88k-motorola
+		os=-sysv3
+		;;
+	dpx20 | dpx20-*)
+		basic_machine=rs6000-bull
+		os=-bosx
+		;;
+	dpx2* | dpx2*-bull)
+		basic_machine=m68k-bull
+		os=-sysv3
+		;;
+	ebmon29k)
+		basic_machine=a29k-amd
+		os=-ebmon
+		;;
+	elxsi)
+		basic_machine=elxsi-elxsi
+		os=-bsd
+		;;
+	encore | umax | mmax)
+		basic_machine=ns32k-encore
+		;;
+	es1800 | OSE68k | ose68k | ose | OSE)
+		basic_machine=m68k-ericsson
+		os=-ose
+		;;
+	fx2800)
+		basic_machine=i860-alliant
+		;;
+	genix)
+		basic_machine=ns32k-ns
+		;;
+	gmicro)
+		basic_machine=tron-gmicro
+		os=-sysv
+		;;
+	go32)
+		basic_machine=i386-pc
+		os=-go32
+		;;
+	h3050r* | hiux*)
+		basic_machine=hppa1.1-hitachi
+		os=-hiuxwe2
+		;;
+	h8300hms)
+		basic_machine=h8300-hitachi
+		os=-hms
+		;;
+	h8300xray)
+		basic_machine=h8300-hitachi
+		os=-xray
+		;;
+	h8500hms)
+		basic_machine=h8500-hitachi
+		os=-hms
+		;;
+	harris)
+		basic_machine=m88k-harris
+		os=-sysv3
+		;;
+	hp300-*)
+		basic_machine=m68k-hp
+		;;
+	hp300bsd)
+		basic_machine=m68k-hp
+		os=-bsd
+		;;
+	hp300hpux)
+		basic_machine=m68k-hp
+		os=-hpux
+		;;
+	hp3k9[0-9][0-9] | hp9[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hp9k2[0-9][0-9] | hp9k31[0-9])
+		basic_machine=m68000-hp
+		;;
+	hp9k3[2-9][0-9])
+		basic_machine=m68k-hp
+		;;
+	hp9k6[0-9][0-9] | hp6[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hp9k7[0-79][0-9] | hp7[0-79][0-9])
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k78[0-9] | hp78[0-9])
+		# FIXME: really hppa2.0-hp
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
+		# FIXME: really hppa2.0-hp
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[0-9][13679] | hp8[0-9][13679])
+		basic_machine=hppa1.1-hp
+		;;
+	hp9k8[0-9][0-9] | hp8[0-9][0-9])
+		basic_machine=hppa1.0-hp
+		;;
+	hppa-next)
+		os=-nextstep3
+		;;
+	hppaosf)
+		basic_machine=hppa1.1-hp
+		os=-osf
+		;;
+	hppro)
+		basic_machine=hppa1.1-hp
+		os=-proelf
+		;;
+	i370-ibm* | ibm*)
+		basic_machine=i370-ibm
+		;;
+# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
+	i*86v32)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv32
+		;;
+	i*86v4*)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv4
+		;;
+	i*86v)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-sysv
+		;;
+	i*86sol2)
+		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
+		os=-solaris2
+		;;
+	i386mach)
+		basic_machine=i386-mach
+		os=-mach
+		;;
+	i386-vsta | vsta)
+		basic_machine=i386-unknown
+		os=-vsta
+		;;
+	iris | iris4d)
+		basic_machine=mips-sgi
+		case $os in
+		    -irix*)
+			;;
+		    *)
+			os=-irix4
+			;;
+		esac
+		;;
+	isi68 | isi)
+		basic_machine=m68k-isi
+		os=-sysv
+		;;
+	m88k-omron*)
+		basic_machine=m88k-omron
+		;;
+	magnum | m3230)
+		basic_machine=mips-mips
+		os=-sysv
+		;;
+	merlin)
+		basic_machine=ns32k-utek
+		os=-sysv
+		;;
+	mingw32)
+		basic_machine=i386-pc
+		os=-mingw32
+		;;
+	miniframe)
+		basic_machine=m68000-convergent
+		;;
+	*mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
+		basic_machine=m68k-atari
+		os=-mint
+		;;
+	mips3*-*)
+		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
+		;;
+	mips3*)
+		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
+		;;
+	monitor)
+		basic_machine=m68k-rom68k
+		os=-coff
+		;;
+	morphos)
+		basic_machine=powerpc-unknown
+		os=-morphos
+		;;
+	msdos)
+		basic_machine=i386-pc
+		os=-msdos
+		;;
+	mvs)
+		basic_machine=i370-ibm
+		os=-mvs
+		;;
+	ncr3000)
+		basic_machine=i486-ncr
+		os=-sysv4
+		;;
+	netbsd386)
+		basic_machine=i386-unknown
+		os=-netbsd
+		;;
+	netwinder)
+		basic_machine=armv4l-rebel
+		os=-linux
+		;;
+	news | news700 | news800 | news900)
+		basic_machine=m68k-sony
+		os=-newsos
+		;;
+	news1000)
+		basic_machine=m68030-sony
+		os=-newsos
+		;;
+	news-3600 | risc-news)
+		basic_machine=mips-sony
+		os=-newsos
+		;;
+	necv70)
+		basic_machine=v70-nec
+		os=-sysv
+		;;
+	next | m*-next )
+		basic_machine=m68k-next
+		case $os in
+		    -nextstep* )
+			;;
+		    -ns2*)
+		      os=-nextstep2
+			;;
+		    *)
+		      os=-nextstep3
+			;;
+		esac
+		;;
+	nh3000)
+		basic_machine=m68k-harris
+		os=-cxux
+		;;
+	nh[45]000)
+		basic_machine=m88k-harris
+		os=-cxux
+		;;
+	nindy960)
+		basic_machine=i960-intel
+		os=-nindy
+		;;
+	mon960)
+		basic_machine=i960-intel
+		os=-mon960
+		;;
+	nonstopux)
+		basic_machine=mips-compaq
+		os=-nonstopux
+		;;
+	np1)
+		basic_machine=np1-gould
+		;;
+	nsr-tandem)
+		basic_machine=nsr-tandem
+		;;
+	op50n-* | op60c-*)
+		basic_machine=hppa1.1-oki
+		os=-proelf
+		;;
+	or32 | or32-*)
+		basic_machine=or32-unknown
+		os=-coff
+		;;
+	os400)
+		basic_machine=powerpc-ibm
+		os=-os400
+		;;
+	OSE68000 | ose68000)
+		basic_machine=m68000-ericsson
+		os=-ose
+		;;
+	os68k)
+		basic_machine=m68k-none
+		os=-os68k
+		;;
+	pa-hitachi)
+		basic_machine=hppa1.1-hitachi
+		os=-hiuxwe2
+		;;
+	paragon)
+		basic_machine=i860-intel
+		os=-osf
+		;;
+	pbd)
+		basic_machine=sparc-tti
+		;;
+	pbb)
+		basic_machine=m68k-tti
+		;;
+	pc532 | pc532-*)
+		basic_machine=ns32k-pc532
+		;;
+	pentium | p5 | k5 | k6 | nexgen | viac3)
+		basic_machine=i586-pc
+		;;
+	pentiumpro | p6 | 6x86 | athlon | athlon_*)
+		basic_machine=i686-pc
+		;;
+	pentiumii | pentium2 | pentiumiii | pentium3)
+		basic_machine=i686-pc
+		;;
+	pentium4)
+		basic_machine=i786-pc
+		;;
+	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
+		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentiumpro-* | p6-* | 6x86-* | athlon-*)
+		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
+		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pentium4-*)
+		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	pn)
+		basic_machine=pn-gould
+		;;
+	power)	basic_machine=power-ibm
+		;;
+	ppc)	basic_machine=powerpc-unknown
+		;;
+	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppcle | powerpclittle | ppc-le | powerpc-little)
+		basic_machine=powerpcle-unknown
+		;;
+	ppcle-* | powerpclittle-*)
+		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppc64)	basic_machine=powerpc64-unknown
+		;;
+	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
+		basic_machine=powerpc64le-unknown
+		;;
+	ppc64le-* | powerpc64little-*)
+		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
+		;;
+	ps2)
+		basic_machine=i386-ibm
+		;;
+	pw32)
+		basic_machine=i586-unknown
+		os=-pw32
+		;;
+	rom68k)
+		basic_machine=m68k-rom68k
+		os=-coff
+		;;
+	rm[46]00)
+		basic_machine=mips-siemens
+		;;
+	rtpc | rtpc-*)
+		basic_machine=romp-ibm
+		;;
+	s390 | s390-*)
+		basic_machine=s390-ibm
+		;;
+	s390x | s390x-*)
+		basic_machine=s390x-ibm
+		;;
+	sa29200)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	sb1)
+		basic_machine=mipsisa64sb1-unknown
+		;;
+	sb1el)
+		basic_machine=mipsisa64sb1el-unknown
+		;;
+	sei)
+		basic_machine=mips-sei
+		os=-seiux
+		;;
+	sequent)
+		basic_machine=i386-sequent
+		;;
+	sh)
+		basic_machine=sh-hitachi
+		os=-hms
+		;;
+	sh64)
+		basic_machine=sh64-unknown
+		;;
+	sparclite-wrs | simso-wrs)
+		basic_machine=sparclite-wrs
+		os=-vxworks
+		;;
+	sps7)
+		basic_machine=m68k-bull
+		os=-sysv2
+		;;
+	spur)
+		basic_machine=spur-unknown
+		;;
+	st2000)
+		basic_machine=m68k-tandem
+		;;
+	stratus)
+		basic_machine=i860-stratus
+		os=-sysv4
+		;;
+	sun2)
+		basic_machine=m68000-sun
+		;;
+	sun2os3)
+		basic_machine=m68000-sun
+		os=-sunos3
+		;;
+	sun2os4)
+		basic_machine=m68000-sun
+		os=-sunos4
+		;;
+	sun3os3)
+		basic_machine=m68k-sun
+		os=-sunos3
+		;;
+	sun3os4)
+		basic_machine=m68k-sun
+		os=-sunos4
+		;;
+	sun4os3)
+		basic_machine=sparc-sun
+		os=-sunos3
+		;;
+	sun4os4)
+		basic_machine=sparc-sun
+		os=-sunos4
+		;;
+	sun4sol2)
+		basic_machine=sparc-sun
+		os=-solaris2
+		;;
+	sun3 | sun3-*)
+		basic_machine=m68k-sun
+		;;
+	sun4)
+		basic_machine=sparc-sun
+		;;
+	sun386 | sun386i | roadrunner)
+		basic_machine=i386-sun
+		;;
+	sv1)
+		basic_machine=sv1-cray
+		os=-unicos
+		;;
+	symmetry)
+		basic_machine=i386-sequent
+		os=-dynix
+		;;
+	t3e)
+		basic_machine=alphaev5-cray
+		os=-unicos
+		;;
+	t90)
+		basic_machine=t90-cray
+		os=-unicos
+		;;
+	tic54x | c54x*)
+		basic_machine=tic54x-unknown
+		os=-coff
+		;;
+	tic55x | c55x*)
+		basic_machine=tic55x-unknown
+		os=-coff
+		;;
+	tic6x | c6x*)
+		basic_machine=tic6x-unknown
+		os=-coff
+		;;
+	tx39)
+		basic_machine=mipstx39-unknown
+		;;
+	tx39el)
+		basic_machine=mipstx39el-unknown
+		;;
+	toad1)
+		basic_machine=pdp10-xkl
+		os=-tops20
+		;;
+	tower | tower-32)
+		basic_machine=m68k-ncr
+		;;
+	tpf)
+		basic_machine=s390x-ibm
+		os=-tpf
+		;;
+	udi29k)
+		basic_machine=a29k-amd
+		os=-udi
+		;;
+	ultra3)
+		basic_machine=a29k-nyu
+		os=-sym1
+		;;
+	v810 | necv810)
+		basic_machine=v810-nec
+		os=-none
+		;;
+	vaxv)
+		basic_machine=vax-dec
+		os=-sysv
+		;;
+	vms)
+		basic_machine=vax-dec
+		os=-vms
+		;;
+	vpp*|vx|vx-*)
+		basic_machine=f301-fujitsu
+		;;
+	vxworks960)
+		basic_machine=i960-wrs
+		os=-vxworks
+		;;
+	vxworks68)
+		basic_machine=m68k-wrs
+		os=-vxworks
+		;;
+	vxworks29k)
+		basic_machine=a29k-wrs
+		os=-vxworks
+		;;
+	w65*)
+		basic_machine=w65-wdc
+		os=-none
+		;;
+	w89k-*)
+		basic_machine=hppa1.1-winbond
+		os=-proelf
+		;;
+	xps | xps100)
+		basic_machine=xps100-honeywell
+		;;
+	ymp)
+		basic_machine=ymp-cray
+		os=-unicos
+		;;
+	z8k-*-coff)
+		basic_machine=z8k-unknown
+		os=-sim
+		;;
+	none)
+		basic_machine=none-none
+		os=-none
+		;;
+
+# Here we handle the default manufacturer of certain CPU types.  It is in
+# some cases the only manufacturer, in others, it is the most popular.
+	w89k)
+		basic_machine=hppa1.1-winbond
+		;;
+	op50n)
+		basic_machine=hppa1.1-oki
+		;;
+	op60c)
+		basic_machine=hppa1.1-oki
+		;;
+	romp)
+		basic_machine=romp-ibm
+		;;
+	mmix)
+		basic_machine=mmix-knuth
+		;;
+	rs6000)
+		basic_machine=rs6000-ibm
+		;;
+	vax)
+		basic_machine=vax-dec
+		;;
+	pdp10)
+		# there are many clones, so DEC is not a safe bet
+		basic_machine=pdp10-unknown
+		;;
+	pdp11)
+		basic_machine=pdp11-dec
+		;;
+	we32k)
+		basic_machine=we32k-att
+		;;
+	sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
+		basic_machine=sh-unknown
+		;;
+	sh64)
+		basic_machine=sh64-unknown
+		;;
+	sparc | sparcv8 | sparcv9 | sparcv9b)
+		basic_machine=sparc-sun
+		;;
+	cydra)
+		basic_machine=cydra-cydrome
+		;;
+	orion)
+		basic_machine=orion-highlevel
+		;;
+	orion105)
+		basic_machine=clipper-highlevel
+		;;
+	mac | mpw | mac-mpw)
+		basic_machine=m68k-apple
+		;;
+	pmac | pmac-mpw)
+		basic_machine=powerpc-apple
+		;;
+	*-unknown)
+		# Make sure to match an already-canonicalized machine name.
+		;;
+	*)
+		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
+		exit 1
+		;;
+esac
+
+# Here we canonicalize certain aliases for manufacturers.
+case $basic_machine in
+	*-digital*)
+		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
+		;;
+	*-commodore*)
+		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
+		;;
+	*)
+		;;
+esac
+
+# Decode manufacturer-specific aliases for certain operating systems.
+
+if [ x"$os" != x"" ]
+then
+case $os in
+        # First match some system type aliases
+        # that might get confused with valid system types.
+	# -solaris* is a basic system type, with this one exception.
+	-solaris1 | -solaris1.*)
+		os=`echo $os | sed -e 's|solaris1|sunos4|'`
+		;;
+	-solaris)
+		os=-solaris2
+		;;
+	-svr4*)
+		os=-sysv4
+		;;
+	-unixware*)
+		os=-sysv4.2uw
+		;;
+	-gnu/linux*)
+		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
+		;;
+	# First accept the basic system types.
+	# The portable systems comes first.
+	# Each alternative MUST END IN A *, to match a version number.
+	# -sysv* is not here because it comes later, after sysvr4.
+	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
+	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
+	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
+	      | -aos* \
+	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
+	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
+	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
+	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
+	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
+	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
+	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
+	      | -chorusos* | -chorusrdb* \
+	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+	      | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
+	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
+	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
+	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
+	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
+	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
+	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
+	# Remember, each alternative MUST END IN *, to match a version number.
+		;;
+	-qnx*)
+		case $basic_machine in
+		    x86-* | i*86-*)
+			;;
+		    *)
+			os=-nto$os
+			;;
+		esac
+		;;
+	-nto-qnx*)
+		;;
+	-nto*)
+		os=`echo $os | sed -e 's|nto|nto-qnx|'`
+		;;
+	-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
+	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
+	      | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
+		;;
+	-mac*)
+		os=`echo $os | sed -e 's|mac|macos|'`
+		;;
+	-linux-dietlibc)
+		os=-linux-dietlibc
+		;;
+	-linux*)
+		os=`echo $os | sed -e 's|linux|linux-gnu|'`
+		;;
+	-sunos5*)
+		os=`echo $os | sed -e 's|sunos5|solaris2|'`
+		;;
+	-sunos6*)
+		os=`echo $os | sed -e 's|sunos6|solaris3|'`
+		;;
+	-opened*)
+		os=-openedition
+		;;
+        -os400*)
+		os=-os400
+		;;
+	-wince*)
+		os=-wince
+		;;
+	-osfrose*)
+		os=-osfrose
+		;;
+	-osf*)
+		os=-osf
+		;;
+	-utek*)
+		os=-bsd
+		;;
+	-dynix*)
+		os=-bsd
+		;;
+	-acis*)
+		os=-aos
+		;;
+	-atheos*)
+		os=-atheos
+		;;
+	-syllable*)
+		os=-syllable
+		;;
+	-386bsd)
+		os=-bsd
+		;;
+	-ctix* | -uts*)
+		os=-sysv
+		;;
+	-nova*)
+		os=-rtmk-nova
+		;;
+	-ns2 )
+		os=-nextstep2
+		;;
+	-nsk*)
+		os=-nsk
+		;;
+	# Preserve the version number of sinix5.
+	-sinix5.*)
+		os=`echo $os | sed -e 's|sinix|sysv|'`
+		;;
+	-sinix*)
+		os=-sysv4
+		;;
+        -tpf*)
+		os=-tpf
+		;;
+	-triton*)
+		os=-sysv3
+		;;
+	-oss*)
+		os=-sysv3
+		;;
+	-svr4)
+		os=-sysv4
+		;;
+	-svr3)
+		os=-sysv3
+		;;
+	-sysvr4)
+		os=-sysv4
+		;;
+	# This must come after -sysvr4.
+	-sysv*)
+		;;
+	-ose*)
+		os=-ose
+		;;
+	-es1800*)
+		os=-ose
+		;;
+	-xenix)
+		os=-xenix
+		;;
+	-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
+		os=-mint
+		;;
+	-aros*)
+		os=-aros
+		;;
+	-kaos*)
+		os=-kaos
+		;;
+	-none)
+		;;
+	*)
+		# Get rid of the `-' at the beginning of $os.
+		os=`echo $os | sed 's/[^-]*-//'`
+		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
+		exit 1
+		;;
+esac
+else
+
+# Here we handle the default operating systems that come with various machines.
+# The value should be what the vendor currently ships out the door with their
+# machine or put another way, the most popular os provided with the machine.
+
+# Note that if you're going to try to match "-MANUFACTURER" here (say,
+# "-sun"), then you have to tell the case statement up towards the top
+# that MANUFACTURER isn't an operating system.  Otherwise, code above
+# will signal an error saying that MANUFACTURER isn't an operating
+# system, and we'll never get to this point.
+
+case $basic_machine in
+	*-acorn)
+		os=-riscix1.2
+		;;
+	arm*-rebel)
+		os=-linux
+		;;
+	arm*-semi)
+		os=-aout
+		;;
+    c4x-* | tic4x-*)
+        os=-coff
+        ;;
+	# This must come before the *-dec entry.
+	pdp10-*)
+		os=-tops20
+		;;
+	pdp11-*)
+		os=-none
+		;;
+	*-dec | vax-*)
+		os=-ultrix4.2
+		;;
+	m68*-apollo)
+		os=-domain
+		;;
+	i386-sun)
+		os=-sunos4.0.2
+		;;
+	m68000-sun)
+		os=-sunos3
+		# This also exists in the configure program, but was not the
+		# default.
+		# os=-sunos4
+		;;
+	m68*-cisco)
+		os=-aout
+		;;
+	mips*-cisco)
+		os=-elf
+		;;
+	mips*-*)
+		os=-elf
+		;;
+	or32-*)
+		os=-coff
+		;;
+	*-tti)	# must be before sparc entry or we get the wrong os.
+		os=-sysv3
+		;;
+	sparc-* | *-sun)
+		os=-sunos4.1.1
+		;;
+	*-be)
+		os=-beos
+		;;
+	*-ibm)
+		os=-aix
+		;;
+    	*-knuth)
+		os=-mmixware
+		;;
+	*-wec)
+		os=-proelf
+		;;
+	*-winbond)
+		os=-proelf
+		;;
+	*-oki)
+		os=-proelf
+		;;
+	*-hp)
+		os=-hpux
+		;;
+	*-hitachi)
+		os=-hiux
+		;;
+	i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
+		os=-sysv
+		;;
+	*-cbm)
+		os=-amigaos
+		;;
+	*-dg)
+		os=-dgux
+		;;
+	*-dolphin)
+		os=-sysv3
+		;;
+	m68k-ccur)
+		os=-rtu
+		;;
+	m88k-omron*)
+		os=-luna
+		;;
+	*-next )
+		os=-nextstep
+		;;
+	*-sequent)
+		os=-ptx
+		;;
+	*-crds)
+		os=-unos
+		;;
+	*-ns)
+		os=-genix
+		;;
+	i370-*)
+		os=-mvs
+		;;
+	*-next)
+		os=-nextstep3
+		;;
+	*-gould)
+		os=-sysv
+		;;
+	*-highlevel)
+		os=-bsd
+		;;
+	*-encore)
+		os=-bsd
+		;;
+	*-sgi)
+		os=-irix
+		;;
+	*-siemens)
+		os=-sysv4
+		;;
+	*-masscomp)
+		os=-rtu
+		;;
+	f30[01]-fujitsu | f700-fujitsu)
+		os=-uxpv
+		;;
+	*-rom68k)
+		os=-coff
+		;;
+	*-*bug)
+		os=-coff
+		;;
+	*-apple)
+		os=-macos
+		;;
+	*-atari*)
+		os=-mint
+		;;
+	*)
+		os=-none
+		;;
+esac
+fi
+
+# Here we handle the case where we know the os, and the CPU type, but not the
+# manufacturer.  We pick the logical manufacturer.
+vendor=unknown
+case $basic_machine in
+	*-unknown)
+		case $os in
+			-riscix*)
+				vendor=acorn
+				;;
+			-sunos*)
+				vendor=sun
+				;;
+			-aix*)
+				vendor=ibm
+				;;
+			-beos*)
+				vendor=be
+				;;
+			-hpux*)
+				vendor=hp
+				;;
+			-mpeix*)
+				vendor=hp
+				;;
+			-hiux*)
+				vendor=hitachi
+				;;
+			-unos*)
+				vendor=crds
+				;;
+			-dgux*)
+				vendor=dg
+				;;
+			-luna*)
+				vendor=omron
+				;;
+			-genix*)
+				vendor=ns
+				;;
+			-mvs* | -opened*)
+				vendor=ibm
+				;;
+			-os400*)
+				vendor=ibm
+				;;
+			-ptx*)
+				vendor=sequent
+				;;
+			-tpf*)
+				vendor=ibm
+				;;
+			-vxsim* | -vxworks* | -windiss*)
+				vendor=wrs
+				;;
+			-aux*)
+				vendor=apple
+				;;
+			-hms*)
+				vendor=hitachi
+				;;
+			-mpw* | -macos*)
+				vendor=apple
+				;;
+			-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
+				vendor=atari
+				;;
+			-vos*)
+				vendor=stratus
+				;;
+		esac
+		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
+		;;
+esac
+
+echo $basic_machine$os
+exit 0
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
diff --git a/config/depcomp b/config/depcomp
new file mode 100755
index 0000000..9e5522d
--- /dev/null
+++ b/config/depcomp
@@ -0,0 +1,520 @@
+#! /bin/sh
+# depcomp - compile a program generating dependencies as side-effects
+
+scriptversion=2003-11-08.23
+
+# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+
+# 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.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# Originally written by Alexandre Oliva <oliva at dcc.unicamp.br>.
+
+case $1 in
+  '')
+     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
+     exit 1;
+     ;;
+  -h | --h*)
+    cat <<\EOF
+Usage: depcomp [--help] [--version] PROGRAM [ARGS]
+
+Run PROGRAMS ARGS to compile a file, generating dependencies
+as side-effects.
+
+Environment variables:
+  depmode     Dependency tracking mode.
+  source      Source file read by `PROGRAMS ARGS'.
+  object      Object file output by `PROGRAMS ARGS'.
+  depfile     Dependency file to output.
+  tmpdepfile  Temporary file to use when outputing dependencies.
+  libtool     Whether libtool is used (yes/no).
+
+Report bugs to <bug-automake at gnu.org>.
+EOF
+    exit 0
+    ;;
+  -v | --v*)
+    echo "depcomp $scriptversion"
+    exit 0
+    ;;
+esac
+
+if test -z "$depmode" || test -z "$source" || test -z "$object"; then
+  echo "depcomp: Variables source, object and depmode must be set" 1>&2
+  exit 1
+fi
+# `libtool' can also be set to `yes' or `no'.
+
+if test -z "$depfile"; then
+   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
+   dir=`echo "$object" | sed 's,/.*$,/,'`
+   if test "$dir" = "$object"; then
+      dir=
+   fi
+   # FIXME: should be _deps on DOS.
+   depfile="$dir.deps/$base"
+fi
+
+tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
+
+rm -f "$tmpdepfile"
+
+# Some modes work just like other modes, but use different flags.  We
+# parameterize here, but still list the modes in the big case below,
+# to make depend.m4 easier to write.  Note that we *cannot* use a case
+# here, because this file can only contain one case statement.
+if test "$depmode" = hp; then
+  # HP compiler uses -M and no extra arg.
+  gccflag=-M
+  depmode=gcc
+fi
+
+if test "$depmode" = dashXmstdout; then
+   # This is just like dashmstdout with a different argument.
+   dashmflag=-xM
+   depmode=dashmstdout
+fi
+
+case "$depmode" in
+gcc3)
+## gcc 3 implements dependency tracking that does exactly what
+## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
+## it if -MD -MP comes after the -MF stuff.  Hmm.
+  "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  mv "$tmpdepfile" "$depfile"
+  ;;
+
+gcc)
+## There are various ways to get dependency output from gcc.  Here's
+## why we pick this rather obscure method:
+## - Don't want to use -MD because we'd like the dependencies to end
+##   up in a subdir.  Having to rename by hand is ugly.
+##   (We might end up doing this anyway to support other compilers.)
+## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
+##   -MM, not -M (despite what the docs say).
+## - Using -M directly means running the compiler twice (even worse
+##   than renaming).
+  if test -z "$gccflag"; then
+    gccflag=-MD,
+  fi
+  "$@" -Wp,"$gccflag$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
+## The second -e expression handles DOS-style file names with drive letters.
+  sed -e 's/^[^:]*: / /' \
+      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
+## This next piece of magic avoids the `deleted header file' problem.
+## The problem is that when a header file which appears in a .P file
+## is deleted, the dependency causes make to die (because there is
+## typically no way to rebuild the header).  We avoid this by adding
+## dummy dependencies for each header file.  Too bad gcc doesn't do
+## this for us directly.
+  tr ' ' '
+' < "$tmpdepfile" |
+## Some versions of gcc put a space before the `:'.  On the theory
+## that the space means something, we add a space to the output as
+## well.
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+hp)
+  # This case exists only to let depend.m4 do its work.  It works by
+  # looking at the text of this script.  This case will never be run,
+  # since it is checked for above.
+  exit 1
+  ;;
+
+sgi)
+  if test "$libtool" = yes; then
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
+  else
+    "$@" -MDupdate "$tmpdepfile"
+  fi
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+
+  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
+    echo "$object : \\" > "$depfile"
+
+    # Clip off the initial element (the dependent).  Don't try to be
+    # clever and replace this with sed code, as IRIX sed won't handle
+    # lines with more than a fixed number of characters (4096 in
+    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
+    # the IRIX cc adds comments like `#:fec' to the end of the
+    # dependency line.
+    tr ' ' '
+' < "$tmpdepfile" \
+    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
+    tr '
+' ' ' >> $depfile
+    echo >> $depfile
+
+    # The second pass generates a dummy entry for each header file.
+    tr ' ' '
+' < "$tmpdepfile" \
+   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
+   >> $depfile
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+aix)
+  # The C for AIX Compiler uses -M and outputs the dependencies
+  # in a .u file.  In older versions, this file always lives in the
+  # current directory.  Also, the AIX compiler puts `$object:' at the
+  # start of each line; $object doesn't have directory information.
+  # Version 6 uses the directory in both cases.
+  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
+  tmpdepfile="$stripped.u"
+  if test "$libtool" = yes; then
+    "$@" -Wc,-M
+  else
+    "$@" -M
+  fi
+  stat=$?
+
+  if test -f "$tmpdepfile"; then :
+  else
+    stripped=`echo "$stripped" | sed 's,^.*/,,'`
+    tmpdepfile="$stripped.u"
+  fi
+
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+
+  if test -f "$tmpdepfile"; then
+    outname="$stripped.o"
+    # Each line is of the form `foo.o: dependent.h'.
+    # Do two passes, one to just change these to
+    # `$object: dependent.h' and one to simply `dependent.h:'.
+    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
+    sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+icc)
+  # Intel's C compiler understands `-MD -MF file'.  However on
+  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
+  # ICC 7.0 will fill foo.d with something like
+  #    foo.o: sub/foo.c
+  #    foo.o: sub/foo.h
+  # which is wrong.  We want:
+  #    sub/foo.o: sub/foo.c
+  #    sub/foo.o: sub/foo.h
+  #    sub/foo.c:
+  #    sub/foo.h:
+  # ICC 7.1 will output
+  #    foo.o: sub/foo.c sub/foo.h
+  # and will wrap long lines using \ :
+  #    foo.o: sub/foo.c ... \
+  #     sub/foo.h ... \
+  #     ...
+
+  "$@" -MD -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  # Each line is of the form `foo.o: dependent.h',
+  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
+  # Do two passes, one to just change these to
+  # `$object: dependent.h' and one to simply `dependent.h:'.
+  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process this invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
+    sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+tru64)
+   # The Tru64 compiler uses -MD to generate dependencies as a side
+   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
+   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
+   # dependencies in `foo.d' instead, so we check for that too.
+   # Subdirectories are respected.
+   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
+   test "x$dir" = "x$object" && dir=
+   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+
+   if test "$libtool" = yes; then
+      tmpdepfile1="$dir.libs/$base.lo.d"
+      tmpdepfile2="$dir.libs/$base.d"
+      "$@" -Wc,-MD
+   else
+      tmpdepfile1="$dir$base.o.d"
+      tmpdepfile2="$dir$base.d"
+      "$@" -MD
+   fi
+
+   stat=$?
+   if test $stat -eq 0; then :
+   else
+      rm -f "$tmpdepfile1" "$tmpdepfile2"
+      exit $stat
+   fi
+
+   if test -f "$tmpdepfile1"; then
+      tmpdepfile="$tmpdepfile1"
+   else
+      tmpdepfile="$tmpdepfile2"
+   fi
+   if test -f "$tmpdepfile"; then
+      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
+      # That's a tab and a space in the [].
+      sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+   else
+      echo "#dummy" > "$depfile"
+   fi
+   rm -f "$tmpdepfile"
+   ;;
+
+#nosideeffect)
+  # This comment above is used by automake to tell side-effect
+  # dependency tracking mechanisms from slower ones.
+
+dashmstdout)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  test -z "$dashmflag" && dashmflag=-M
+  # Require at least two characters before searching for `:'
+  # in the target name.  This is to cope with DOS-style filenames:
+  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
+  "$@" $dashmflag |
+    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  tr ' ' '
+' < "$tmpdepfile" | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+dashXmstdout)
+  # This case only exists to satisfy depend.m4.  It is never actually
+  # run, as this mode is specially recognized in the preamble.
+  exit 1
+  ;;
+
+makedepend)
+  "$@" || exit $?
+  # Remove any Libtool call
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+  # X makedepend
+  shift
+  cleared=no
+  for arg in "$@"; do
+    case $cleared in
+    no)
+      set ""; shift
+      cleared=yes ;;
+    esac
+    case "$arg" in
+    -D*|-I*)
+      set fnord "$@" "$arg"; shift ;;
+    # Strip any option that makedepend may not understand.  Remove
+    # the object too, otherwise makedepend will parse it as a source file.
+    -*|$object)
+      ;;
+    *)
+      set fnord "$@" "$arg"; shift ;;
+    esac
+  done
+  obj_suffix="`echo $object | sed 's/^.*\././'`"
+  touch "$tmpdepfile"
+  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  sed '1,2d' "$tmpdepfile" | tr ' ' '
+' | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile" "$tmpdepfile".bak
+  ;;
+
+cpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  "$@" -E |
+    sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
+    sed '$ s: \\$::' > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  cat < "$tmpdepfile" >> "$depfile"
+  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+msvisualcpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o,
+  # because we must use -o when running libtool.
+  "$@" || exit $?
+  IFS=" "
+  for arg
+  do
+    case "$arg" in
+    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
+	set fnord "$@"
+	shift
+	shift
+	;;
+    *)
+	set fnord "$@" "$arg"
+	shift
+	shift
+	;;
+    esac
+  done
+  "$@" -E |
+  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::	\1 \\:p' >> "$depfile"
+  echo "	" >> "$depfile"
+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+none)
+  exec "$@"
+  ;;
+
+*)
+  echo "Unknown depmode $depmode" 1>&2
+  exit 1
+  ;;
+esac
+
+exit 0
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
diff --git a/config/dynacounter.bash b/config/dynacounter.bash
new file mode 100644
index 0000000..3df0c72
--- /dev/null
+++ b/config/dynacounter.bash
@@ -0,0 +1,138 @@
+#!/bin/bash
+# $Id: dynacounter.bash,v 1.6 2012/06/30 01:32:25 bobgian Exp $
+
+# config/dynacounter.bash in toplevel LAMARC directory
+# Shell FUNCTION definition, not shell SCRIPT.
+
+#-----------------------------------------------------------------------------------------------------------------------
+#
+# Builds count for DYNACOUNTER_START.
+# Run this in the top-level LAMARC directory (ie, "~/lamarc").
+# Takes no arguments.
+#
+# This BASH function scans all LAMARC source files ("./src/*/*.cpp") in the current toplevel directory,
+# counts calls to "StartDynameter()", and builds a list of values for DYNACOUNTER_START.  It then writes
+# a file called "dynacount.h" (in the "config" subdirectory of the current directory) which defines
+# DYNACOUNTER_START as a function of DYNAMETER_FILE_INDEX.  Each file using the Dynameter machinery
+# must include the following lines (indented portion, not the initial comment character):
+#
+#   // Must include this file BEFORE testing DYNAMETER_LEVEL (either explicitly below or implicitly
+#   // inside file "dynatracer.h"), because this file establishes the definition (or not) of that symbol.
+#   #include "local_build.h"
+#   //
+#   #ifdef DYNAMETER_LEVEL                          // If the Dynameter is enabled,
+#   #define DYNAMETER_FILE_INDEX 0                  // this symbol is defined uniquely in each ".cpp" file
+#   #include "dynacount.h"                          // and used in this file (hence order is important).
+#   #endif // DYNAMETER_LEVEL
+#   //
+#   // If Dynameter calls are included (whether or not they are enabled by defining DYNAMETER_LEVEL),
+#   // this file must be included.  It defines calls to StartDynameter() as macros that expand either into
+#   // code (if enabled) or into whitespace (if disabled).  Also, if the Dynameter is enabled, this file
+#   // depends on some definitions in "dynacount.h" (and thus must included AFTER it).
+#   #include "dynatracer.h"
+#
+# The compile-time constant DYNAMETER_FILE_INDEX identifies the file (the value should be set sequentially
+# starting from zero for the first Dynameter-using file and incrementing by one for each of the rest).
+# That is, the value here will be different for each source file.  The other lines can appear verbatim.
+#
+# The file "dynacount.h" (written by this function) maps that index into the appropriate value of the
+# compile-time constant DYNACOUNTER_START, which defines the value of the index used by the first invocation
+# in that file of the macro StartDynameter().  For each invocation after the first, the index value passed
+# as an argument to that macro in incremented automatically by the pre-defined macro __COUNTER__ (which starts
+# at zero and increments with each usage in a given file).  This guarantees that each call to StartDynameter()
+# system-wide gets its own unique index value, despite separate compilation of multiple source files.
+#
+# This function also keeps track of the maximum index value ever used (ie, the max count of all calls to
+# StartDynameter() over all LAMARC source files processed by a run of this function) and writes the accumulated
+# value as the definition of the constant DYNAMETER_ARRAYSIZE, which is used to dimension the array holding all
+# the tracing and metering information.  This constant is used by "dynatracer.h", which is why THIS file must
+# be included before THAT file.
+#
+# If source file editing ever leads to a change in the number of calls to StartDynameter(), systemwide,
+# then make sure that the lines above are present in each file where needed, including a new value for the
+# symbol DYNAMETER_FILE_INDEX for any files with freshly-added calls to StartDynameter().  Then run this
+# function BEFORE recompiling the sources to make sure that the appropriate constants are defined with their
+# newly-updated values during that compilation.
+#
+#-----------------------------------------------------------------------------------------------------------------------
+
+function dynacounter()
+{
+    local dir file line startcounter flag
+    local index_file=${PWD}/config/dynacount.h
+    let startcounter=0
+
+    if [[ ! -f ${PWD}/config/dynacounter.bash ]] || [[ ! -f ${PWD}/config/local_build.h ]] ; then
+        echo
+        echo "Run this in the toplevel LAMARC directory (the one containing \"config\" and \"src\" as subdirectories)."
+        return 1
+    fi
+
+    if [[ -f ${PWD}/config/dynacount.h ]] ; then
+        echo
+        echo "Deleting old file:  \"${PWD}/config/dynacount.h\""
+        /bin/rm -v ${PWD}/config/dynacount.h
+    fi
+
+    echo
+    echo "Writing index file: \"${index_file}\""
+
+    echo "// ${index_file}" > ${index_file}
+    echo "// Automatically-generated index map for Dynameter." >> ${index_file}
+    echo >> ${index_file}
+    echo "#ifndef DYNACOUNT_H" >> ${index_file}
+    echo "#define DYNACOUNT_H" >> ${index_file}
+    echo >> ${index_file}
+
+    # If DYNAMETER_FILE_INDEX is not defined when "dynacount.h" is included, then DYNACOUNTER_START
+    # will not get defined either.  However, "dynacount.h" may still be needed even if DYNACOUNTER_START
+    # is not, because "dynacount.h" also defines DYNAMETER_ARRAYSIZE.  For example, "dynameter.h"
+    # requires DYNAMETER_ARRAYSIZE be defined but not DYNACOUNTER_START.  And "dynameter.h" requires
+    # the correct value for DYNAMETER_ARRAYSIZE, so it needs the result of this function's count, even
+    # though it does NOT need the intermediate results conveyed by DYNACOUNTER_START.
+    #
+    # The file "dynacount.h" provides a multi-way SWITCH statement, a compile-time sequence of
+    # "#elif ( DYNAMETER_FILE_INDEX == XXX )" branches (where XXX is an incrementing integer sequence).
+    # This next line provides the first line of that sequence, so that all the rest can start with "#elif"
+    # rather than having to use a special case for the first value processed.
+    #
+    echo "#ifndef DYNAMETER_FILE_INDEX" >> ${index_file}
+
+    echo
+    for dir in ${PWD}/src/* ; do
+        if [[ -d ${dir} ]] ; then
+            for file in ${dir}/*.cpp ; do
+                # Note that some of these will "count" even if commented out (ie, the ones NOT preceeded by "^[<>] ").  In this case, a disabled
+                # call to "StartDynameter()" will result in incrementage of the count whether the call is used or not.  Wasteful, but not harmful.
+                flag=NIL
+                echo -n "File: \"${file}\",  Starting index: ${startcounter}"
+                for line in $( /bin/grep -e "StartDynameter();" -e "DYNAMETER_FILE_INDEX" ${file} ) ; do
+                    if [[ ${line} = DYNAMETER_FILE_INDEX ]] ; then
+                        flag=T
+                    elif [[ ${flag} = T ]] ; then
+                        echo "#elif ( DYNAMETER_FILE_INDEX == ${line} )" >> ${index_file}
+                        echo "  #define DYNACOUNTER_START ${startcounter}" >> ${index_file}
+                        flag=NIL
+                    elif [[ ${line} = "StartDynameter();" ]] ; then
+                        let startcounter=$(( startcounter + 1 ))
+                    fi
+                done
+                echo ",  Ending index: ${startcounter}"
+            done
+        fi
+    done
+
+    echo "#endif" >> ${index_file}
+
+    echo >> ${index_file}
+    echo "#define DYNAMETER_ARRAYSIZE ${startcounter}" >> ${index_file}
+
+    echo >> ${index_file}
+    echo "#endif // DYNACOUNT_H" >> ${index_file}
+    echo >> ${index_file}
+    echo "//____________________________________________________________________________________" >> ${index_file}
+
+    return 0
+}
+
+#_______________________________________________________________________________________________________________________
diff --git a/config/install-sh b/config/install-sh
new file mode 100755
index 0000000..77bc381
--- /dev/null
+++ b/config/install-sh
@@ -0,0 +1,316 @@
+#!/bin/sh
+# install - install a program, script, or datafile
+
+scriptversion=2004-02-15.20
+
+# This originates from X11R5 (mit/util/scripts/install.sh), which was
+# later released in X11R6 (xc/config/util/install.sh) with the
+# following copyright and license.
+#
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+# FSF changes to this file are in the public domain.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# `make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.  It can only install one file at a time, a restriction
+# shared with many OS's install programs.
+
+# set DOITPROG to echo to test this script
+
+# Don't use :- since 4.3BSD and earlier shells don't like it.
+doit="${DOITPROG-}"
+
+# put in absolute paths if you don't have them in your path; or use env. vars.
+
+mvprog="${MVPROG-mv}"
+cpprog="${CPPROG-cp}"
+chmodprog="${CHMODPROG-chmod}"
+chownprog="${CHOWNPROG-chown}"
+chgrpprog="${CHGRPPROG-chgrp}"
+stripprog="${STRIPPROG-strip}"
+rmprog="${RMPROG-rm}"
+mkdirprog="${MKDIRPROG-mkdir}"
+
+transformbasename=
+transform_arg=
+instcmd="$mvprog"
+chmodcmd="$chmodprog 0755"
+chowncmd=
+chgrpcmd=
+stripcmd=
+rmcmd="$rmprog -f"
+mvcmd="$mvprog"
+src=
+dst=
+dir_arg=
+
+usage="Usage: $0 [OPTION]... SRCFILE DSTFILE
+   or: $0 [OPTION]... SRCFILES... DIRECTORY
+   or: $0 -d DIRECTORIES...
+
+In the first form, install SRCFILE to DSTFILE, removing SRCFILE by default.
+In the second, create the directory path DIR.
+
+Options:
+-b=TRANSFORMBASENAME
+-c         copy source (using $cpprog) instead of moving (using $mvprog).
+-d         create directories instead of installing files.
+-g GROUP   $chgrp installed files to GROUP.
+-m MODE    $chmod installed files to MODE.
+-o USER    $chown installed files to USER.
+-s         strip installed files (using $stripprog).
+-t=TRANSFORM
+--help     display this help and exit.
+--version  display version info and exit.
+
+Environment variables override the default commands:
+  CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
+"
+
+while test -n "$1"; do
+  case $1 in
+    -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
+        shift
+        continue;;
+
+    -c) instcmd=$cpprog
+        shift
+        continue;;
+
+    -d) dir_arg=true
+        shift
+        continue;;
+
+    -g) chgrpcmd="$chgrpprog $2"
+        shift
+        shift
+        continue;;
+
+    --help) echo "$usage"; exit 0;;
+
+    -m) chmodcmd="$chmodprog $2"
+        shift
+        shift
+        continue;;
+
+    -o) chowncmd="$chownprog $2"
+        shift
+        shift
+        continue;;
+
+    -s) stripcmd=$stripprog
+        shift
+        continue;;
+
+    -t=*) transformarg=`echo $1 | sed 's/-t=//'`
+        shift
+        continue;;
+
+    --version) echo "$0 $scriptversion"; exit 0;;
+
+    *)  # When -d is used, all remaining arguments are directories to create.
+	test -n "$dir_arg" && break
+        # Otherwise, the last argument is the destination.  Remove it from $@.
+	for arg
+	do
+          if test -n "$dstarg"; then
+	    # $@ is not empty: it contains at least $arg.
+	    set fnord "$@" "$dstarg"
+	    shift # fnord
+	  fi
+	  shift # arg
+	  dstarg=$arg
+	done
+	break;;
+  esac
+done
+
+if test -z "$1"; then
+  if test -z "$dir_arg"; then
+    echo "$0: no input file specified." >&2
+    exit 1
+  fi
+  # It's OK to call `install-sh -d' without argument.
+  # This can happen when creating conditional directories.
+  exit 0
+fi
+
+for src
+do
+  # Protect names starting with `-'.
+  case $src in
+    -*) src=./$src ;;
+  esac
+
+  if test -n "$dir_arg"; then
+    dst=$src
+    src=
+
+    if test -d "$dst"; then
+      instcmd=:
+      chmodcmd=
+    else
+      instcmd=$mkdirprog
+    fi
+  else
+    # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
+    # might cause directories to be created, which would be especially bad
+    # if $src (and thus $dsttmp) contains '*'.
+    if test ! -f "$src" && test ! -d "$src"; then
+      echo "$0: $src does not exist." >&2
+      exit 1
+    fi
+
+    if test -z "$dstarg"; then
+      echo "$0: no destination specified." >&2
+      exit 1
+    fi
+
+    dst=$dstarg
+    # Protect names starting with `-'.
+    case $dst in
+      -*) dst=./$dst ;;
+    esac
+
+    # If destination is a directory, append the input filename; won't work
+    # if double slashes aren't ignored.
+    if test -d "$dst"; then
+      dst=$dst/`basename "$src"`
+    fi
+  fi
+
+  # This sed command emulates the dirname command.
+  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
+
+  # Make sure that the destination directory exists.
+
+  # Skip lots of stat calls in the usual case.
+  if test ! -d "$dstdir"; then
+    defaultIFS='
+	 '
+    IFS="${IFS-$defaultIFS}"
+
+    oIFS=$IFS
+    # Some sh's can't handle IFS=/ for some reason.
+    IFS='%'
+    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
+    IFS=$oIFS
+
+    pathcomp=
+
+    while test $# -ne 0 ; do
+      pathcomp=$pathcomp$1
+      shift
+      if test ! -d "$pathcomp"; then
+        $mkdirprog "$pathcomp" || lasterr=$?
+	# mkdir can fail with a `File exist' error in case several
+	# install-sh are creating the directory concurrently.  This
+	# is OK.
+	test ! -d "$pathcomp" && { (exit ${lasterr-1}); exit; }
+      fi
+      pathcomp=$pathcomp/
+    done
+  fi
+
+  if test -n "$dir_arg"; then
+    $doit $instcmd "$dst" \
+      && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
+      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
+      && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
+      && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
+
+  else
+    # If we're going to rename the final executable, determine the name now.
+    if test -z "$transformarg"; then
+      dstfile=`basename "$dst"`
+    else
+      dstfile=`basename "$dst" $transformbasename \
+               | sed $transformarg`$transformbasename
+    fi
+
+    # don't allow the sed command to completely eliminate the filename.
+    test -z "$dstfile" && dstfile=`basename "$dst"`
+
+    # Make a couple of temp file names in the proper directory.
+    dsttmp=$dstdir/_inst.$$_
+    rmtmp=$dstdir/_rm.$$_
+
+    # Trap to clean up those temp files at exit.
+    trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
+    trap '(exit $?); exit' 1 2 13 15
+
+    # Move or copy the file name to the temp name
+    $doit $instcmd "$src" "$dsttmp" &&
+
+    # and set any options; do chmod last to preserve setuid bits.
+    #
+    # If any of these fail, we abort the whole thing.  If we want to
+    # ignore errors from any of these, just make sure not to ignore
+    # errors from the above "$doit $instcmd $src $dsttmp" command.
+    #
+    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
+      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
+      && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
+      && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
+
+    # Now remove or move aside any old file at destination location.  We
+    # try this two ways since rm can't unlink itself on some systems and
+    # the destination file might be busy for other reasons.  In this case,
+    # the final cleanup might fail but the new file should still install
+    # successfully.
+    {
+      if test -f "$dstdir/$dstfile"; then
+        $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
+        || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
+        || {
+	  echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
+	  (exit 1); exit
+        }
+      else
+        :
+      fi
+    } &&
+
+    # Now rename the file to the real destination.
+    $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
+  fi || { (exit 1); exit; }
+done
+
+# The final little trick to "correctly" pass the exit status to the exit trap.
+{
+  (exit 0); exit
+}
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
diff --git a/config/missing b/config/missing
new file mode 100755
index 0000000..e7ef83a
--- /dev/null
+++ b/config/missing
@@ -0,0 +1,360 @@
+#! /bin/sh
+# Common stub for a few missing GNU programs while installing.
+
+scriptversion=2003-09-02.23
+
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 
+#   Free Software Foundation, Inc.
+# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
+
+# 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.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+if test $# -eq 0; then
+  echo 1>&2 "Try \`$0 --help' for more information"
+  exit 1
+fi
+
+run=:
+
+# In the cases where this matters, `missing' is being run in the
+# srcdir already.
+if test -f configure.ac; then
+  configure_ac=configure.ac
+else
+  configure_ac=configure.in
+fi
+
+msg="missing on your system"
+
+case "$1" in
+--run)
+  # Try to run requested program, and just exit if it succeeds.
+  run=
+  shift
+  "$@" && exit 0
+  # Exit code 63 means version mismatch.  This often happens
+  # when the user try to use an ancient version of a tool on
+  # a file that requires a minimum version.  In this case we
+  # we should proceed has if the program had been absent, or
+  # if --run hadn't been passed.
+  if test $? = 63; then
+    run=:
+    msg="probably too old"
+  fi
+  ;;
+esac
+
+# If it does not exist, or fails to run (possibly an outdated version),
+# try to emulate it.
+case "$1" in
+
+  -h|--h|--he|--hel|--help)
+    echo "\
+$0 [OPTION]... PROGRAM [ARGUMENT]...
+
+Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+error status if there is no known handling for PROGRAM.
+
+Options:
+  -h, --help      display this help and exit
+  -v, --version   output version information and exit
+  --run           try to run the given command, and emulate it if it fails
+
+Supported PROGRAM values:
+  aclocal      touch file \`aclocal.m4'
+  autoconf     touch file \`configure'
+  autoheader   touch file \`config.h.in'
+  automake     touch all \`Makefile.in' files
+  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
+  flex         create \`lex.yy.c', if possible, from existing .c
+  help2man     touch the output file
+  lex          create \`lex.yy.c', if possible, from existing .c
+  makeinfo     touch the output file
+  tar          try tar, gnutar, gtar, then tar without non-portable flags
+  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
+
+Send bug reports to <bug-automake at gnu.org>."
+    ;;
+
+  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
+    echo "missing $scriptversion (GNU Automake)"
+    ;;
+
+  -*)
+    echo 1>&2 "$0: Unknown \`$1' option"
+    echo 1>&2 "Try \`$0 --help' for more information"
+    exit 1
+    ;;
+
+  aclocal*)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
+         to install the \`Automake' and \`Perl' packages.  Grab them from
+         any GNU archive site."
+    touch aclocal.m4
+    ;;
+
+  autoconf)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`${configure_ac}'.  You might want to install the
+         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
+         archive site."
+    touch configure
+    ;;
+
+  autoheader)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
+         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
+         from any GNU archive site."
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
+    test -z "$files" && files="config.h"
+    touch_files=
+    for f in $files; do
+      case "$f" in
+      *:*) touch_files="$touch_files "`echo "$f" |
+				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
+      *) touch_files="$touch_files $f.in";;
+      esac
+    done
+    touch $touch_files
+    ;;
+
+  automake*)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
+         You might want to install the \`Automake' and \`Perl' packages.
+         Grab them from any GNU archive site."
+    find . -type f -name Makefile.am -print |
+	   sed 's/\.am$/.in/' |
+	   while read f; do touch "$f"; done
+    ;;
+
+  autom4te)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is needed, but is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.
+         You can get \`$1' as part of \`Autoconf' from any GNU
+         archive site."
+
+    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
+    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo "#! /bin/sh"
+	echo "# Created by GNU Automake missing as a replacement of"
+	echo "#  $ $@"
+	echo "exit 0"
+	chmod +x $file
+	exit 1
+    fi
+    ;;
+
+  bison|yacc)
+    echo 1>&2 "\
+WARNING: \`$1' $msg.  You should only need it if
+         you modified a \`.y' file.  You may need the \`Bison' package
+         in order for those modifications to take effect.  You can get
+         \`Bison' from any GNU archive site."
+    rm -f y.tab.c y.tab.h
+    if [ $# -ne 1 ]; then
+        eval LASTARG="\${$#}"
+	case "$LASTARG" in
+	*.y)
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" y.tab.c
+	    fi
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" y.tab.h
+	    fi
+	  ;;
+	esac
+    fi
+    if [ ! -f y.tab.h ]; then
+	echo >y.tab.h
+    fi
+    if [ ! -f y.tab.c ]; then
+	echo 'main() { return 0; }' >y.tab.c
+    fi
+    ;;
+
+  lex|flex)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.l' file.  You may need the \`Flex' package
+         in order for those modifications to take effect.  You can get
+         \`Flex' from any GNU archive site."
+    rm -f lex.yy.c
+    if [ $# -ne 1 ]; then
+        eval LASTARG="\${$#}"
+	case "$LASTARG" in
+	*.l)
+	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" lex.yy.c
+	    fi
+	  ;;
+	esac
+    fi
+    if [ ! -f lex.yy.c ]; then
+	echo 'main() { return 0; }' >lex.yy.c
+    fi
+    ;;
+
+  help2man)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+	 you modified a dependency of a manual page.  You may need the
+	 \`Help2man' package in order for those modifications to take
+	 effect.  You can get \`Help2man' from any GNU archive site."
+
+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    if test -z "$file"; then
+	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
+    fi
+    if [ -f "$file" ]; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo ".ab help2man is required to generate this page"
+	exit 1
+    fi
+    ;;
+
+  makeinfo)
+    if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
+       # We have makeinfo, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.texi' or \`.texinfo' file, or any other file
+         indirectly affecting the aspect of the manual.  The spurious
+         call might also be the consequence of using a buggy \`make' (AIX,
+         DU, IRIX).  You might want to install the \`Texinfo' package or
+         the \`GNU make' package.  Grab either from any GNU archive site."
+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    if test -z "$file"; then
+      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
+      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
+    fi
+    touch $file
+    ;;
+
+  tar)
+    shift
+    if test -n "$run"; then
+      echo 1>&2 "ERROR: \`tar' requires --run"
+      exit 1
+    fi
+
+    # We have already tried tar in the generic part.
+    # Look for gnutar/gtar before invocation to avoid ugly error
+    # messages.
+    if (gnutar --version > /dev/null 2>&1); then
+       gnutar "$@" && exit 0
+    fi
+    if (gtar --version > /dev/null 2>&1); then
+       gtar "$@" && exit 0
+    fi
+    firstarg="$1"
+    if shift; then
+	case "$firstarg" in
+	*o*)
+	    firstarg=`echo "$firstarg" | sed s/o//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+	case "$firstarg" in
+	*h*)
+	    firstarg=`echo "$firstarg" | sed s/h//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+    fi
+
+    echo 1>&2 "\
+WARNING: I can't seem to be able to run \`tar' with the given arguments.
+         You may want to install GNU tar or Free paxutils, or check the
+         command line arguments."
+    exit 1
+    ;;
+
+  *)
+    echo 1>&2 "\
+WARNING: \`$1' is needed, and is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.  Check the \`README' file,
+         it often tells you about the needed prerequisites for installing
+         this package.  You may also peek at any GNU archive site, in case
+         some other package would contain this missing \`$1' program."
+    exit 1
+    ;;
+esac
+
+exit 0
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
diff --git a/configure b/configure
new file mode 100755
index 0000000..bde570f
--- /dev/null
+++ b/configure
@@ -0,0 +1,7765 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.69 for lamarc 2.1.10.
+#
+# Report bugs to <lamarc at u.washington.edu>.
+#
+#
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+#
+#
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+  }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+# Use a proper internal environment variable to ensure we don't fall
+  # into an infinite loop, continuously re-executing ourselves.
+  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
+    _as_can_reexec=no; export _as_can_reexec;
+    # We cannot yet assume a decent shell, so we have to provide a
+# neutralization value for shells without unset; and this also
+# works around shells that cannot unset nonexistent variables.
+# Preserve -v and -x to the replacement shell.
+BASH_ENV=/dev/null
+ENV=/dev/null
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+case $- in # ((((
+  *v*x* | *x*v* ) as_opts=-vx ;;
+  *v* ) as_opts=-v ;;
+  *x* ) as_opts=-x ;;
+  * ) as_opts= ;;
+esac
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+# Admittedly, this is quite paranoid, since all the known shells bail
+# out after a failed `exec'.
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+as_fn_exit 255
+  fi
+  # We don't want this to propagate to other subprocesses.
+          { _as_can_reexec=; unset _as_can_reexec;}
+if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+"
+  as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+else
+  exitcode=1; echo positional parameters were not saved.
+fi
+test x\$exitcode = x0 || exit 1
+test -x / || exit 1"
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
+test \$(( 1 + 1 )) = 2 || exit 1"
+  if (eval "$as_required") 2>/dev/null; then :
+  as_have_required=yes
+else
+  as_have_required=no
+fi
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  as_found=:
+  case $as_dir in #(
+	 /*)
+	   for as_base in sh bash ksh sh5; do
+	     # Try only shells that exist, to save several forks.
+	     as_shell=$as_dir/$as_base
+	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  break 2
+fi
+fi
+	   done;;
+       esac
+  as_found=false
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+IFS=$as_save_IFS
+
+
+      if test "x$CONFIG_SHELL" != x; then :
+  export CONFIG_SHELL
+             # We cannot yet assume a decent shell, so we have to provide a
+# neutralization value for shells without unset; and this also
+# works around shells that cannot unset nonexistent variables.
+# Preserve -v and -x to the replacement shell.
+BASH_ENV=/dev/null
+ENV=/dev/null
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+case $- in # ((((
+  *v*x* | *x*v* ) as_opts=-vx ;;
+  *v* ) as_opts=-v ;;
+  *x* ) as_opts=-x ;;
+  * ) as_opts= ;;
+esac
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
+# Admittedly, this is quite paranoid, since all the known shells bail
+# out after a failed `exec'.
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
+exit 255
+fi
+
+    if test x$as_have_required = xno; then :
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: the shells that I found on your system."
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+  else
+    $as_echo "$0: Please tell bug-autoconf at gnu.org and
+$0: lamarc at u.washington.edu about your system, including
+$0: any error possibly output before this message. Then
+$0: install a modern shell, or manually run the script
+$0: under such a shell if you do have one."
+  fi
+  exit 1
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+
+# as_fn_executable_p FILE
+# -----------------------
+# Test if FILE is an executable regular file.
+as_fn_executable_p ()
+{
+  test -f "$1" && test -x "$1"
+} # as_fn_executable_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+    p
+    /[$]LINENO/=
+  ' <$as_myself |
+    sed '
+      s/[$]LINENO.*/&-/
+      t lineno
+      b
+      :lineno
+      N
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      t loop
+      s/-\n.*//
+    ' >$as_me.lineno &&
+  chmod +x "$as_me.lineno" ||
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
+  # already done that, so ensure we don't try to do so again and fall
+  # in an infinite loop.  This has already happened in practice.
+  _as_can_reexec=no; export _as_can_reexec
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # (the dirname of $[0] is not the place where we might find the
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
+  # Exit status is that of the last command.
+  exit
+}
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -pR'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -pR'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -pR'
+  fi
+else
+  as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+#
+# Initializations.
+#
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_config_libobj_dir=.
+LIBOBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+
+# Identity of this package.
+PACKAGE_NAME='lamarc'
+PACKAGE_TARNAME='lamarc'
+PACKAGE_VERSION='2.1.10'
+PACKAGE_STRING='lamarc 2.1.10'
+PACKAGE_BUGREPORT='lamarc at u.washington.edu'
+PACKAGE_URL=''
+
+ac_unique_file="src/control/lamarc.cpp"
+# Factoring default headers for most tests.
+ac_includes_default="\
+#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+#  include <memory.h>
+# endif
+# include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+
+ac_subst_vars='am__EXEEXT_FALSE
+am__EXEEXT_TRUE
+LTLIBOBJS
+USERCXXFLAGS_FALSE
+USERCXXFLAGS_TRUE
+UNIVB_FALSE
+UNIVB_TRUE
+TREETRACK_FALSE
+TREETRACK_TRUE
+PROFILE_FALSE
+PROFILE_TRUE
+NOPROGRESS_FALSE
+NOPROGRESS_TRUE
+NODATA_FALSE
+NODATA_TRUE
+JSIM_FALSE
+JSIM_TRUE
+GUI_FALSE
+GUI_TRUE
+GCOV_FALSE
+GCOV_TRUE
+EFENCE_FALSE
+EFENCE_TRUE
+DMALLOC_FALSE
+DMALLOC_TRUE
+DENOVO_FALSE
+DENOVO_TRUE
+DEBUG_FALSE
+DEBUG_TRUE
+CONVERTER_FALSE
+CONVERTER_TRUE
+ARRCHECK_FALSE
+ARRCHECK_TRUE
+LIBOBJS
+EGREP
+GREP
+CPP
+am__fastdepCC_FALSE
+am__fastdepCC_TRUE
+CCDEPMODE
+ac_ct_CC
+CFLAGS
+CC
+RANLIB
+am__fastdepCXX_FALSE
+am__fastdepCXX_TRUE
+CXXDEPMODE
+am__nodep
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_TRUE
+am__quote
+am__include
+DEPDIR
+OBJEXT
+EXEEXT
+ac_ct_CXX
+CPPFLAGS
+LDFLAGS
+CXXFLAGS
+CXX
+WX_LIBS
+WX_CXXFLAGS
+WXCONFIG2
+LAMARC_APP_MSW_FALSE
+LAMARC_APP_MSW_TRUE
+LAMARC_APP_OSX_FALSE
+LAMARC_APP_OSX_TRUE
+LAMARC_HOST_PREFIX
+LAMARC_CODE_OSTYPE
+AM_BACKSLASH
+AM_DEFAULT_VERBOSITY
+AM_DEFAULT_V
+AM_V
+am__untar
+am__tar
+AMTAR
+am__leading_dot
+SET_MAKE
+AWK
+mkdir_p
+MKDIR_P
+INSTALL_STRIP_PROGRAM
+STRIP
+install_sh
+MAKEINFO
+AUTOHEADER
+AUTOMAKE
+AUTOCONF
+ACLOCAL
+VERSION
+PACKAGE
+CYGPATH_W
+am__isrc
+INSTALL_DATA
+INSTALL_SCRIPT
+INSTALL_PROGRAM
+target_os
+target_vendor
+target_cpu
+target
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+MAINT
+MAINTAINER_MODE_FALSE
+MAINTAINER_MODE_TRUE
+target_alias
+host_alias
+build_alias
+LIBS
+ECHO_T
+ECHO_N
+ECHO_C
+DEFS
+mandir
+localedir
+libdir
+psdir
+pdfdir
+dvidir
+htmldir
+infodir
+docdir
+oldincludedir
+includedir
+runstatedir
+localstatedir
+sharedstatedir
+sysconfdir
+datadir
+datarootdir
+libexecdir
+sbindir
+bindir
+program_transform_name
+prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_NAME
+PATH_SEPARATOR
+SHELL'
+ac_subst_files=''
+ac_user_opts='
+enable_option_checking
+enable_maintainer_mode
+enable_silent_rules
+enable_arrcheck
+enable_buildwx
+enable_converter
+enable_data
+enable_denovo
+enable_debug
+enable_dmalloc
+enable_efence
+enable_gcov
+enable_gui
+enable_jsim
+enable_profile
+enable_progress
+enable_shared
+enable_treetrack
+enable_universal_binary
+with_wx_config
+enable_dependency_tracking
+'
+      ac_precious_vars='build_alias
+host_alias
+target_alias
+CXX
+CXXFLAGS
+LDFLAGS
+LIBS
+CPPFLAGS
+CCC
+CC
+CFLAGS
+CPP'
+
+
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+cache_file=/dev/null
+exec_prefix=NONE
+no_create=
+no_recursion=
+prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+silent=
+site=
+srcdir=
+verbose=
+x_includes=NONE
+x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+
+ac_prev=
+ac_dashdash=
+for ac_option
+do
+  # If the previous option needs an argument, assign it.
+  if test -n "$ac_prev"; then
+    eval $ac_prev=\$ac_option
+    ac_prev=
+    continue
+  fi
+
+  case $ac_option in
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
+  esac
+
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+
+  case $ac_dashdash$ac_option in
+  --)
+    ac_dashdash=yes ;;
+
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+    ac_prev=bindir ;;
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+    bindir=$ac_optarg ;;
+
+  -build | --build | --buil | --bui | --bu)
+    ac_prev=build_alias ;;
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+    build_alias=$ac_optarg ;;
+
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+    ac_prev=cache_file ;;
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+    cache_file=$ac_optarg ;;
+
+  --config-cache | -C)
+    cache_file=config.cache ;;
+
+  -datadir | --datadir | --datadi | --datad)
+    ac_prev=datadir ;;
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+    datadir=$ac_optarg ;;
+
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+
+  -disable-* | --disable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=no ;;
+
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
+
+  -enable-* | --enable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=\$ac_optarg ;;
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+    ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+  | --run=* | --ru=* | --r=*)
+    runstatedir=$ac_optarg ;;
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+
+  -site | --site | --sit)
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+
+  -with-* | --with-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=\$ac_optarg ;;
+
+  -without-* | --without-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=no ;;
+
+  --x)
+    # Obsolete; use --with-x.
+    with_x=yes ;;
+
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  | --x-incl | --x-inc | --x-in | --x-i)
+    ac_prev=x_includes ;;
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+    x_includes=$ac_optarg ;;
+
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+    ac_prev=x_libraries ;;
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+    x_libraries=$ac_optarg ;;
+
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+    ;;
+
+  *=*)
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    # Reject names that are not valid shell variable names.
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+    esac
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    ;;
+
+  esac
+done
+
+if test -n "$ac_prev"; then
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  as_fn_error $? "missing argument to $ac_option"
+fi
+
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+    no) ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+  esac
+fi
+
+# Check all directory arguments for consistency.
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+		datadir sysconfdir sharedstatedir localstatedir includedir \
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+		libdir localedir mandir runstatedir
+do
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  case $ac_val in
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+  esac
+  # Be sure to have absolute directory names.
+  case $ac_val in
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+  if test "x$build_alias" = x; then
+    cross_compiling=maybe
+  elif test "x$build_alias" != "x$host_alias"; then
+    cross_compiling=yes
+  fi
+fi
+
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+test "$silent" = yes && exec 6>/dev/null
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  as_fn_error $? "pwd does not report name of working directory"
+
+
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+  ac_srcdir_defaulted=yes
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_myself" : 'X\(//\)[^/]' \| \
+	 X"$as_myself" : 'X\(//\)$' \| \
+	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  srcdir=$ac_confdir
+  if test ! -r "$srcdir/$ac_unique_file"; then
+    srcdir=..
+  fi
+else
+  ac_srcdir_defaulted=no
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+	pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<_ACEOF
+\`configure' configures lamarc 2.1.10 to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/lamarc]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+
+  cat <<\_ACEOF
+
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+
+System types:
+  --build=BUILD     configure for building on BUILD [guessed]
+  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
+  --target=TARGET   configure for building compilers for TARGET [HOST]
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of lamarc 2.1.10:";;
+   esac
+  cat <<\_ACEOF
+
+Optional Features:
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-maintainer-mode
+                          enable make rules and dependencies not useful (and
+                          sometimes confusing) to the casual installer
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
+  --disable-silent-rules  verbose build output (undo: "make V=0")
+  --enable-arrcheck       LAMARC: produce output to check arrangers
+  --enable-buildwx        LAMARC: do a local build the wxWidgets library
+  --disable-converter     LAMARC: don't build data conversion program(s)
+  --disable-data          LAMARC: ignore data file
+  --enable-denovo         LAMARC: all trees generated de-novo
+  --enable-debug          Compile with debug flags
+  --enable-dmalloc        LAMARC: Link with dmalloc library
+  --enable-efence         LAMARC: Link with electric fence
+  --enable-gcov           LAMARC: Compile with gcov flags
+  --disable-gui           LAMARC: don't create lam_conv with graphic UI capability
+  --enable-jsim           LAMARC: Compile with Jon's simulation flags
+  --enable-profile        LAMARC: compile with profiling flags
+  --disable-progress      LAMARC: turn off progress bar
+  --disable-shared        LAMARC: don't use shared libs
+  --enable-treetrack      LAMARC: track datalikelihoods of sampled trees
+  --enable-universal_binary      LAMARC: build universal binary
+  --enable-dependency-tracking
+                          do not reject slow dependency extractors
+  --disable-dependency-tracking
+                          speeds up one-time build
+
+Optional Packages:
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
+  --with-wx-config=FILE   LAMARC: use existing wxWindows installation
+
+Some influential environment variables:
+  CXX         C++ compiler command
+  CXXFLAGS    C++ compiler flags
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
+              nonstandard directory <lib dir>
+  LIBS        libraries to pass to the linker, e.g. -l<library>
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+              you have headers in a nonstandard directory <include dir>
+  CC          C compiler command
+  CFLAGS      C compiler flags
+  CPP         C preprocessor
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+Report bugs to <lamarc at u.washington.edu>.
+_ACEOF
+ac_status=$?
+fi
+
+if test "$ac_init_help" = "recursive"; then
+  # If there are subdirs, report their specific --help.
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+    test -d "$ac_dir" ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      continue
+    ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
+    else
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+  cat <<\_ACEOF
+lamarc configure 2.1.10
+generated by GNU Autoconf 2.69
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+  exit
+fi
+
+## ------------------------ ##
+## Autoconf initialization. ##
+## ------------------------ ##
+
+# ac_fn_cxx_try_compile LINENO
+# ----------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_cxx_try_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_cxx_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_cxx_try_compile
+
+# ac_fn_c_try_compile LINENO
+# --------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_compile
+
+# ac_fn_c_try_cpp LINENO
+# ----------------------
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_cpp ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } > conftest.i && {
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+    ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_cpp
+
+# ac_fn_c_try_run LINENO
+# ----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
+# that executables *can* be run.
+ac_fn_c_try_run ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: program exited with status $ac_status" >&5
+       $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+       ac_retval=$ac_status
+fi
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_run
+
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
+# the include files in INCLUDES and setting the cache variable VAR
+# accordingly.
+ac_fn_c_check_header_mongrel ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if eval \${$3+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+else
+  # Is the header compilable?
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
+$as_echo_n "checking $2 usability... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_header_compiler=yes
+else
+  ac_header_compiler=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
+$as_echo_n "checking $2 presence... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <$2>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  ac_header_preproc=yes
+else
+  ac_header_preproc=no
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So?  What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
+  yes:no: )
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+    ;;
+  no:yes:* )
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
+( $as_echo "## -------------------------------------- ##
+## Report this to lamarc at u.washington.edu ##
+## -------------------------------------- ##"
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
+    ;;
+esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  eval "$3=\$ac_header_compiler"
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_mongrel
+
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists and can be compiled using the include files in
+# INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_compile
+
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+# -------------------------------------------
+# Tests whether TYPE exists after having included INCLUDES, setting cache
+# variable VAR accordingly.
+ac_fn_c_check_type ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  eval "$3=no"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+if (sizeof ($2))
+	 return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+if (sizeof (($2)))
+	    return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+  eval "$3=yes"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_type
+
+# ac_fn_c_try_link LINENO
+# -----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
+ac_fn_c_try_link ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext conftest$ac_exeext
+  if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest$ac_exeext && {
+	 test "$cross_compiling" = yes ||
+	 test -x conftest$ac_exeext
+       }; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
+  # interfere with the next link command; also delete a directory that is
+  # left behind by Apple's compiler.  We do this before executing the actions.
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_link
+
+# ac_fn_c_check_func LINENO FUNC VAR
+# ----------------------------------
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
+ac_fn_c_check_func ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+#define $2 innocuous_$2
+
+/* System header to define __stub macros and hopefully few prototypes,
+    which can conflict with char $2 (); below.
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+    <limits.h> exists even on freestanding compilers.  */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $2
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $2 ();
+/* The GNU C library defines this for functions which it implements
+    to always fail with ENOSYS.  Some functions are actually named
+    something starting with __ and the normal name is an alias.  */
+#if defined __stub_$2 || defined __stub___$2
+choke me
+#endif
+
+int
+main ()
+{
+return $2 ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_func
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by lamarc $as_me 2.1.10, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  $ $0 $@
+
+_ACEOF
+exec 5>>config.log
+{
+cat <<_ASUNAME
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+
+_ASUNAME
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    $as_echo "PATH: $as_dir"
+  done
+IFS=$as_save_IFS
+
+} >&5
+
+cat >&5 <<_ACEOF
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+_ACEOF
+
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
+ac_must_keep_next=false
+for ac_pass in 1 2
+do
+  for ac_arg
+  do
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+    *\'*)
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    case $ac_pass in
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    2)
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+	ac_must_keep_next=false # Got value, back to normal.
+      else
+	case $ac_arg in
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+	  | -with-* | --with-* | -without-* | --without-* | --x)
+	    case "$ac_configure_args0 " in
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+	    esac
+	    ;;
+	  -* ) ac_must_keep_next=true ;;
+	esac
+      fi
+      as_fn_append ac_configure_args " '$ac_arg'"
+      ;;
+    esac
+  done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log.  We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+  # Save into config.log some information that might help in debugging.
+  {
+    echo
+
+    $as_echo "## ---------------- ##
+## Cache variables. ##
+## ---------------- ##"
+    echo
+    # The following way of writing the cache mishandles newlines in values,
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+  (set) 2>&1 |
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      sed -n \
+	"s/'\''/'\''\\\\'\'''\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
+    *)
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+)
+    echo
+
+    $as_echo "## ----------------- ##
+## Output variables. ##
+## ----------------- ##"
+    echo
+    for ac_var in $ac_subst_vars
+    do
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      $as_echo "$ac_var='\''$ac_val'\''"
+    done | sort
+    echo
+
+    if test -n "$ac_subst_files"; then
+      $as_echo "## ------------------- ##
+## File substitutions. ##
+## ------------------- ##"
+      echo
+      for ac_var in $ac_subst_files
+      do
+	eval ac_val=\$$ac_var
+	case $ac_val in
+	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+	esac
+	$as_echo "$ac_var='\''$ac_val'\''"
+      done | sort
+      echo
+    fi
+
+    if test -s confdefs.h; then
+      $as_echo "## ----------- ##
+## confdefs.h. ##
+## ----------- ##"
+      echo
+      cat confdefs.h
+      echo
+    fi
+    test "$ac_signal" != 0 &&
+      $as_echo "$as_me: caught signal $ac_signal"
+    $as_echo "$as_me: exit $exit_status"
+  } >&5
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    exit $exit_status
+' 0
+for ac_signal in 1 2 13 15; do
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+
+$as_echo "/* confdefs.h */" > confdefs.h
+
+# Predefined preprocessor variables.
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
+elif test "x$prefix" != xNONE; then
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file2=$prefix/etc/config.site
+else
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+  test "x$ac_site_file" = xNONE && continue
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+    sed 's/^/| /' "$ac_site_file" >&5
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5; }
+  fi
+done
+
+if test -r "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+    case $cache_file in
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+  fi
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+  >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  case $ac_old_set,$ac_new_set in
+    set,)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,set)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,);;
+    *)
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+	# differences in whitespace do not lead to failure.
+	ac_old_val_w=`echo x $ac_old_val`
+	ac_new_val_w=`echo x $ac_new_val`
+	if test "$ac_old_val_w" != "$ac_new_val_w"; then
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+	  ac_cache_corrupted=:
+	else
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+	  eval $ac_var=\$ac_old_val
+	fi
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+      fi;;
+  esac
+  # Pass precious variables to config.status.
+  if test "$ac_new_set" = set; then
+    case $ac_new_val in
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    esac
+    case " $ac_configure_args " in
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+    esac
+  fi
+done
+if $ac_cache_corrupted; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+## -------------------- ##
+## Main body of script. ##
+## -------------------- ##
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
+    # Check whether --enable-maintainer-mode was given.
+if test "${enable_maintainer_mode+set}" = set; then :
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
+else
+  USE_MAINTAINER_MODE=no
+fi
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+$as_echo "$USE_MAINTAINER_MODE" >&6; }
+   if test $USE_MAINTAINER_MODE = yes; then
+  MAINTAINER_MODE_TRUE=
+  MAINTAINER_MODE_FALSE='#'
+else
+  MAINTAINER_MODE_TRUE='#'
+  MAINTAINER_MODE_FALSE=
+fi
+
+  MAINT=$MAINTAINER_MODE_TRUE
+
+
+ac_aux_dir=
+for ac_dir in config "$srcdir"/config; do
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+  fi
+done
+if test -z "$ac_aux_dir"; then
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+
+
+$as_echo "#define RELEASE_DATE \"14 Nov 2013\"" >>confdefs.h
+
+
+wxRequiredMajorVersion=2
+wxRequiredMinorVersion=8
+wxRequiredPatchVersion=3
+wxVersionRequired=${wxRequiredMajorVersion}.${wxRequiredMinorVersion}.${wxRequiredPatchVersion}
+
+wxProvidedMajorVersion=2
+wxProvidedMinorVersion=8
+wxProvidedPatchVersion=12
+wxVersionProvided=${wxProvidedMajorVersion}.${wxProvidedMinorVersion}.${wxProvidedPatchVersion}
+
+# setting up OS and CPU variables
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+$as_echo_n "checking build system type... " >&6; }
+if ${ac_cv_build+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_build_alias=$build_alias
+test "x$ac_build_alias" = x &&
+  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
+test "x$ac_build_alias" = x &&
+  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+$as_echo "$ac_cv_build" >&6; }
+case $ac_cv_build in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
+esac
+build=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_build
+shift
+build_cpu=$1
+build_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+build_os=$*
+IFS=$ac_save_IFS
+case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+$as_echo_n "checking host system type... " >&6; }
+if ${ac_cv_host+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "x$host_alias" = x; then
+  ac_cv_host=$ac_cv_build
+else
+  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+$as_echo "$ac_cv_host" >&6; }
+case $ac_cv_host in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
+esac
+host=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_host
+shift
+host_cpu=$1
+host_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+host_os=$*
+IFS=$ac_save_IFS
+case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
+$as_echo_n "checking target system type... " >&6; }
+if ${ac_cv_target+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "x$target_alias" = x; then
+  ac_cv_target=$ac_cv_host
+else
+  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
+    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
+$as_echo "$ac_cv_target" >&6; }
+case $ac_cv_target in
+*-*-*) ;;
+*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
+esac
+target=$ac_cv_target
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_target
+shift
+target_cpu=$1
+target_vendor=$2
+shift; shift
+# Remember, the first character of IFS is used to create $*,
+# except with old shells:
+target_os=$*
+IFS=$ac_save_IFS
+case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
+
+
+# The aliases save the names the user supplied, while $host etc.
+# will get canonicalized.
+test -n "$target_alias" &&
+  test "$program_prefix$program_suffix$program_transform_name" = \
+    NONENONEs,x,x, &&
+  program_prefix=${target_alias}-
+
+am__api_version='1.15'
+
+# Find a good install program.  We prefer a C program (faster),
+# so one script is as good as another.  But avoid the broken or
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if ${ac_cv_path_install+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  *)
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+	  if test $ac_prog = install &&
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # AIX install.  It has an incompatible calling convention.
+	    :
+	  elif test $ac_prog = install &&
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # program-specific install script used by HP pwplus--don't use.
+	    :
+	  else
+	    rm -rf conftest.one conftest.two conftest.dir
+	    echo one > conftest.one
+	    echo two > conftest.two
+	    mkdir conftest.dir
+	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+	      test -s conftest.one && test -s conftest.two &&
+	      test -s conftest.dir/conftest.one &&
+	      test -s conftest.dir/conftest.two
+	    then
+	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+	      break 3
+	    fi
+	  fi
+	fi
+      done
+    done
+    ;;
+esac
+
+  done
+IFS=$as_save_IFS
+
+rm -rf conftest.one conftest.two conftest.dir
+
+fi
+  if test "${ac_cv_path_install+set}" = set; then
+    INSTALL=$ac_cv_path_install
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    INSTALL=$ac_install_sh
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+$as_echo_n "checking whether build environment is sane... " >&6; }
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+  *[\\\"\#\$\&\'\`$am_lf]*)
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+esac
+case $srcdir in
+  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
+esac
+
+# Do 'set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   am_has_slept=no
+   for am_try in 1 2; do
+     echo "timestamp, slept: $am_has_slept" > conftest.file
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+     if test "$*" = "X"; then
+	# -L didn't work.
+	set X `ls -t "$srcdir/configure" conftest.file`
+     fi
+     if test "$*" != "X $srcdir/configure conftest.file" \
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
+
+	# If neither matched, then we have a broken ls.  This can happen
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
+	# broken ls alias from the environment.  This has actually
+	# happened.  Such a system could not be considered "sane".
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+  alias in your environment" "$LINENO" 5
+     fi
+     if test "$2" = conftest.file || test $am_try -eq 2; then
+       break
+     fi
+     # Just in case.
+     sleep 1
+     am_has_slept=yes
+   done
+   test "$2" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   as_fn_error $? "newly created file is older than distributed files!
+Check your system clock" "$LINENO" 5
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+# If we didn't sleep, we still need to ensure time stamps of config.status and
+# generated files are strictly newer.
+am_sleep_pid=
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
+  ( sleep 1 ) &
+  am_sleep_pid=$!
+fi
+
+rm -f conftest.file
+
+test "$program_prefix" != NONE &&
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+# Use a double $ so make ignores it.
+test "$program_suffix" != NONE &&
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+# Double any \ or $.
+# By default was `s,x,x', remove it if useless.
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
+
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+fi
+# Use eval to expand $SHELL
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
+else
+  am_missing_run=
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
+fi
+
+if test x"${install_sh+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+fi
+
+# Installed binaries are usually stripped using 'strip' when the user
+# run "make install-strip".  However 'strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the 'STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
+
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+if test -z "$MKDIR_P"; then
+  if ${ac_cv_path_mkdir+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in mkdir gmkdir; do
+	 for ac_exec_ext in '' $ac_executable_extensions; do
+	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
+	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+	     'mkdir (GNU coreutils) '* | \
+	     'mkdir (coreutils) '* | \
+	     'mkdir (fileutils) '4.1*)
+	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+	       break 3;;
+	   esac
+	 done
+       done
+  done
+IFS=$as_save_IFS
+
+fi
+
+  test -d ./--version && rmdir ./--version
+  if test "${ac_cv_path_mkdir+set}" = set; then
+    MKDIR_P="$ac_cv_path_mkdir -p"
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for MKDIR_P within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    MKDIR_P="$ac_install_sh -d"
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+$as_echo "$MKDIR_P" >&6; }
+
+for ac_prog in gawk mawk nawk awk
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AWK+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_AWK="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$AWK" && break
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
+all:
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
+rm -f conftest.make
+fi
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  SET_MAKE=
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+  enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in # (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=1;;
+esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+if ${am_cv_make_support_nested_variables+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if $as_echo 'TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
+if test $am_cv_make_support_nested_variables = yes; then
+    AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AM_BACKSLASH='\'
+
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  am__isrc=' -I$(srcdir)'
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+  fi
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+
+
+# Define the identity of the package.
+ PACKAGE='lamarc'
+ VERSION='2.1.10'
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE "$PACKAGE"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define VERSION "$VERSION"
+_ACEOF
+
+# Some tools Automake needs.
+
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+
+
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+
+
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+
+
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+
+# For better backward compatibility.  To be removed once Automake 1.9.x
+# dies out for good.  For more background, see:
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+mkdir_p='$(MKDIR_P)'
+
+# We need awk for the "check" target (and possibly the TAP driver).  The
+# system "awk" is bad on some platforms.
+# Always define AMTAR for backward compatibility.  Yes, it's still used
+# in the wild :-(  We should find a proper way to deprecate it ...
+AMTAR='$${TAR-tar}'
+
+
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar  pax cpio none'
+
+am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
+
+
+
+
+
+
+# POSIX will say in a future version that running "rm -f" with no argument
+# is OK; and we want to be able to make that assumption in our Makefile
+# recipes.  So use an aggressive probe to check that the usage we want is
+# actually supported "in the wild" to an acceptable degree.
+# See automake bug#10828.
+# To make any issue more visible, cause the running configure to be aborted
+# by default if the 'rm' program in use doesn't match our expectations; the
+# user can still override this though.
+if rm -f && rm -fr && rm -rf; then : OK; else
+  cat >&2 <<'END'
+Oops!
+
+Your 'rm' program seems unable to run without file operands specified
+on the command line, even when the '-f' option is present.  This is contrary
+to the behaviour of most rm programs out there, and not conforming with
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
+
+Please tell bug-automake at gnu.org about your system, including the value
+of your $PATH and any error possibly output before this message.  This
+can help us improve future automake versions.
+
+END
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+    echo 'Configuration will proceed anyway, since you have set the' >&2
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+    echo >&2
+  else
+    cat >&2 <<'END'
+Aborting the configuration process, to ensure you take notice of the issue.
+
+You can download and install GNU coreutils to get an 'rm' implementation
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
+
+If you want to complete the configuration process using your problematic
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+to "yes", and re-run configure.
+
+END
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
+  fi
+fi
+
+
+ac_config_headers="$ac_config_headers config/conf.h"
+
+
+# define conditionals/arguments ***************************
+
+
+
+# use --disable-data for generating stationaries
+# Check whether --enable-arrcheck was given.
+if test "${enable_arrcheck+set}" = set; then :
+  enableval=$enable_arrcheck; lamARRCHECK=$enableval
+else
+  lamARRCHECK=no
+fi
+
+# Check whether --enable-buildwx was given.
+if test "${enable_buildwx+set}" = set; then :
+  enableval=$enable_buildwx; lamBUILDWX=$enableval
+else
+  lamBUILDWX=no
+fi
+
+# Check whether --enable-converter was given.
+if test "${enable_converter+set}" = set; then :
+  enableval=$enable_converter; lamCONV=$enableval
+else
+  lamCONV=yes
+fi
+
+# Check whether --enable-data was given.
+if test "${enable_data+set}" = set; then :
+  enableval=$enable_data; lamDATA_READ=$enableval
+else
+  lamDATA_READ=yes
+fi
+
+# Check whether --enable-denovo was given.
+if test "${enable_denovo+set}" = set; then :
+  enableval=$enable_denovo; lamDENOVO=$enableval
+else
+  lamDENOVO=no
+fi
+
+# Check whether --enable-debug was given.
+if test "${enable_debug+set}" = set; then :
+  enableval=$enable_debug; lamDEBUG=$enableval
+else
+  lamDEBUG=no
+fi
+
+# Check whether --enable-dmalloc was given.
+if test "${enable_dmalloc+set}" = set; then :
+  enableval=$enable_dmalloc; lamDMALLOC=$enableval
+else
+  lamDMALLOC=no
+fi
+
+# Check whether --enable-efence was given.
+if test "${enable_efence+set}" = set; then :
+  enableval=$enable_efence; lamEFENCE=$enableval
+else
+  lamEFENCE=no
+fi
+
+# Check whether --enable-gcov was given.
+if test "${enable_gcov+set}" = set; then :
+  enableval=$enable_gcov; lamGCOV=$enableval
+else
+  lamGCOV=no
+fi
+
+# Check whether --enable-gui was given.
+if test "${enable_gui+set}" = set; then :
+  enableval=$enable_gui; lamGUI=$enableval
+else
+  lamGUI=yes
+fi
+
+# Check whether --enable-jsim was given.
+if test "${enable_jsim+set}" = set; then :
+  enableval=$enable_jsim; lamJSIM=$enableval
+else
+  lamJSIM=no
+fi
+
+# Check whether --enable-profile was given.
+if test "${enable_profile+set}" = set; then :
+  enableval=$enable_profile; lamPROFILE=$enableval
+else
+  lamPROFILE=no
+fi
+
+# Check whether --enable-progress was given.
+if test "${enable_progress+set}" = set; then :
+  enableval=$enable_progress; lamPROGRESS=$enableval
+else
+  lamPROGRESS=yes
+fi
+
+# Check whether --enable-shared was given.
+if test "${enable_shared+set}" = set; then :
+  enableval=$enable_shared; lamSHARED=$enableval
+else
+  lamSHARED=no
+fi
+
+# Check whether --enable-treetrack was given.
+if test "${enable_treetrack+set}" = set; then :
+  enableval=$enable_treetrack; lamTREETRACK=$enableval
+else
+  lamTREETRACK=no
+fi
+
+# Check whether --enable-universal_binary was given.
+if test "${enable_universal_binary+set}" = set; then :
+  enableval=$enable_universal_binary; lamUNIVB=$enableval
+else
+  lamUNIVB=no
+fi
+
+
+# Check whether --with-wx-config was given.
+if test "${with_wx_config+set}" = set; then :
+  withval=$with_wx_config; lamWX_CONFIG=$withval
+fi
+
+
+
+# check that we either have info on GUI toolkit and OS, or get it and complain
+
+case "$target_os" in
+    darwin*)
+        if test "X${lamCONV}" = "Xyes" ; then
+            if test "X${lamGUI}" = "Xyes" ; then
+                if test "X${GUI_TOOLKIT}" = "X" ; then
+                    GUI_TOOLKIT=osx_cocoa
+                fi
+            fi
+        fi
+        if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
+            LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+        fi
+        ;;
+    freebsd*|linux*)
+        if test "X${lamCONV}" = "Xyes" ; then
+            if test "X${lamGUI}" = "Xyes" ; then
+                if test "X${GUI_TOOLKIT}" = "X" ; then
+                    GUI_TOOLKIT=gtk2
+                fi
+            fi
+        fi
+        if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
+            LAMARC_CODE_OSTYPE=LAMARC_COMPILE_LINUX
+        fi
+        ;;
+    *mingw32*)
+        if test "X${lamCONV}" = "Xyes" ; then
+            if test "X${lamGUI}" = "Xyes" ; then
+                if test "X${GUI_TOOLKIT}" = "X" ; then
+                    GUI_TOOLKIT=msw
+                fi
+            fi
+        fi
+        if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
+            LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MSWINDOWS
+        fi
+        ;;
+    *)
+        if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
+	    GUI_TOOLKIT=osx_cocoa
+            LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+            echo "*************************************************************"
+            echo "DO NOT CHECK THIS config.ac in, it has GUI_TOOLKIT and"
+            echo "LAMARC_CODE_OSTYPE hardwired for 10.7 mac"
+            echo "*************************************************************"
+        fi
+        ;;
+esac
+
+if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
+    echo "An internal error occured. We thought it was impossible not"
+    echo "to have LAMARC_CODE_OSTYPE set. Please notify the lamarc"
+    echo "team at lamarc at u.washington.edu and try setting the environment"
+    echo "variable LAMARC_CODE_OSTYPE as described in the \"Compiling"
+    echo "Lamarc\" portion of the documentation."
+    as_fn_error $? "cannot proceed without LAMARC_CODE_OSTYPE" "$LINENO" 5
+fi
+
+if test "X${lamCONV}" = "Xyes" ; then
+    if test "X${lamGUI}" = "Xyes" ; then
+        if test "X${GUI_TOOLKIT}" = "X" ; then
+            echo "*************************************************************"
+            echo "You have enabled compilation of the converter GUI but the"
+            echo "configure script was not able to guess the correct GUI"
+            echo "toolkit to use.  See the section entitled Compiling"
+            echo "Lamarc in the Lamarc documentation for more information."
+            echo "*************************************************************"
+            as_fn_error $? "cannot proceed without GUI_TOOLKIT" "$LINENO" 5
+        fi
+    else
+        if test "X${GUI_TOOLKIT}" != "X" ; then
+            if test "X${GUI_TOOLKIT}" != "Xbase" ; then
+                { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: changing GUI_TOOLKIT ${GUI_TOOLKIT} to base because GUI is disabled" >&5
+$as_echo "$as_me: WARNING: changing GUI_TOOLKIT ${GUI_TOOLKIT} to base because GUI is disabled" >&2;}
+            fi
+        fi
+        GUI_TOOLKIT=base
+    fi
+fi
+
+
+
+if test "X${host_alias}" = "X" ; then
+    LAMARC_HOST_PREFIX=""
+else
+    LAMARC_HOST_PREFIX="${host_alias}-"
+fi
+
+# conditionals used in Makefile.am to specify different
+# resources and/or compilation products for different
+# platforms
+ if test $LAMARC_CODE_OSTYPE = LAMARC_COMPILE_MACOSX; then
+  LAMARC_APP_OSX_TRUE=
+  LAMARC_APP_OSX_FALSE='#'
+else
+  LAMARC_APP_OSX_TRUE='#'
+  LAMARC_APP_OSX_FALSE=
+fi
+
+ if test $LAMARC_CODE_OSTYPE = LAMARC_COMPILE_MSWINDOWS; then
+  LAMARC_APP_MSW_TRUE=
+  LAMARC_APP_MSW_FALSE='#'
+else
+  LAMARC_APP_MSW_TRUE='#'
+  LAMARC_APP_MSW_FALSE=
+fi
+
+
+# now a few functions for checking the wxWidgets stuff
+
+build_wx()
+{
+    echo "*******************************************"
+    echo "* starting wxWidgets build                *"
+    echo "*******************************************"
+
+    # build wx options
+    if test "X${lamGUI}" = "Xyes" ; then
+        guiOption="--with-${GUI_TOOLKIT}"
+    else
+        guiOption="--disable-gui"
+    fi
+
+    sharedOption="--disable-shared"
+
+    debugOption="--disable-debug"
+    if test "X${lamDEBUG}" = "Xyes" ; then
+        debugOption="--enable-debug"
+    fi
+
+    crossOptions=
+    if test "$host_os" != "$build_os" ; then
+        crossOptions="--disable-threads --host=${host_alias}"
+    fi
+
+    # this is not optimal -- but it is the easiest way to solve
+    # the problem that builtin tiff is needed for debian, yet
+    # we compile releases on red hat
+    tiffOptions=
+    if test "$LAMARC_CODE_OSTYPE" = "LAMARC_COMPILE_LINUX" ; then
+        tiffOptions="--with-libtiff=builtin"
+    fi
+
+    universalBinaryOptions=
+    if test "X${lamUNIVB}" = "Xyes" ; then
+        universalBinaryOptions="--enable-universal_binary --disable-dependency-tracking"
+    fi
+
+
+    wxConfigOptions="${guiOption} ${sharedOption} ${debugOption} ${crossOptions} ${tiffOptions} ${universalBinaryOptions}"
+
+    thisDir=`pwd`;
+    configScriptDir=`dirname $0`
+    topOfPackage=`(cd $configScriptDir 2> /dev/null && pwd ;)`
+    wxTarFile=${topOfPackage}/wxWidgets/wxWidgets-${wxVersionProvided}.tar.gz
+    wxUnpackedDir=wxWidgets-${wxVersionProvided}
+
+    # unpack tar file
+    if test ! -d ${wxUnpackedDir} ; then
+        echo "untar-ing wxWidgets distribution ${wxTarFile}"
+        tar xfvz ${wxTarFile}
+    else
+        echo "${wxUnpackedDir} already exists. Skipping main un-tar step"
+    fi
+
+    if test ! -d ${wxUnpackedDir} ; then
+        as_fn_error $? "Unsuccessful trying to un-tar ${wxTarFile}" "$LINENO" 5
+    else
+        cd ${wxUnpackedDir}
+    fi
+
+    # untar patches over tar file
+    for file in ${topOfPackage}/wxWidgets/wxWidgets-${wxVersionProvided}-Patch*.tar.gz
+    do
+        tar xfvz ${file}
+    done
+
+    # build wxWidgets
+    ./configure ${wxConfigOptions}
+    make
+    cd ${thisDir}
+    RETURN_STRING=${thisDir}/${wxUnpackedDir}/wx-config
+}
+
+get_wx_config_script()
+{
+    if test "X${lamWX_CONFIG}" = "Xyes" ; then
+        # whoops, user used --with-wx-config without an argument
+        # let's assume it is going to be on their path
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no argument given to --with-wx-config" >&5
+$as_echo "$as_me: WARNING: no argument given to --with-wx-config" >&2;}
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming \"wx-config\" is on your \$PATH" >&5
+$as_echo "$as_me: WARNING: Assuming \"wx-config\" is on your \$PATH" >&2;}
+        WXCONFIG="wx-config"
+    else
+        if test "X${lamWX_CONFIG}" = "X" ; then
+            # whoops, user didn't give --with-wx-config
+            # let's assume wx-config is going to be on their path
+            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No option --with-wx-config given" >&5
+$as_echo "$as_me: WARNING: No option --with-wx-config given" >&2;}
+            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming \"wx-config\" is on your \$PATH" >&5
+$as_echo "$as_me: WARNING: Assuming \"wx-config\" is on your \$PATH" >&2;}
+            WXCONFIG="wx-config"
+        else
+            # take the value of wx-config script the user gave us
+            WXCONFIG=$lamWX_CONFIG
+        fi
+    fi
+
+    # Extract the first word of "$WXCONFIG", so it can be a program name with args.
+set dummy $WXCONFIG; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_WXCONFIG2+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $WXCONFIG2 in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_WXCONFIG2="$WXCONFIG2" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_path_WXCONFIG2="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  test -z "$ac_cv_path_WXCONFIG2" && ac_cv_path_WXCONFIG2=""""
+  ;;
+esac
+fi
+WXCONFIG2=$ac_cv_path_WXCONFIG2
+if test -n "$WXCONFIG2"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WXCONFIG2" >&5
+$as_echo "$WXCONFIG2" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    if test "X${WXCONFIG2}" = "X" ; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failure of above check for $WXCONFIG might have been a bug" >&5
+$as_echo "$as_me: WARNING: Failure of above check for $WXCONFIG might have been a bug" >&2;}
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Searching for it using AC CHECK FILE macro" >&5
+$as_echo "$as_me: WARNING: Searching for it using AC CHECK FILE macro" >&2;}
+        as_ac_File=`$as_echo "ac_cv_file_$WXCONFIG" | $as_tr_sh`
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $WXCONFIG" >&5
+$as_echo_n "checking for $WXCONFIG... " >&6; }
+if eval \${$as_ac_File+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  test "$cross_compiling" = yes &&
+  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+if test -r "$WXCONFIG"; then
+  eval "$as_ac_File=yes"
+else
+  eval "$as_ac_File=no"
+fi
+fi
+eval ac_res=\$$as_ac_File
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
+  WXCONFIG2=$WXCONFIG
+else
+  WXCONFIG2=""
+fi
+
+    fi
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking wxWidgets version" >&5
+$as_echo_n "checking wxWidgets version... " >&6; }
+    if test "X${WXCONFIG2}" = "X" ; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+$as_echo "not found" >&6; }
+        wxVersion=""
+    else
+        if wxVersion=`$WXCONFIG2 --version`; then
+            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxVersion" >&5
+$as_echo "$wxVersion" >&6; }
+        else
+            { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
+$as_echo "not found" >&6; }
+        fi
+    fi
+
+    whatIsWxProb=""
+    isVersionBad=""
+    if test "X${wxVersion}" = "X" ; then
+        whatIsWxProb="Could not find wxWidgets config script"
+        isVersionBad="yes"
+    else
+        whatIsWxProb="Your wxWidgets version is ${wxVersion}"
+        wxVersionMajor=`echo ${wxVersion} | awk -F. '{ print $1 }' - `
+        wxVersionMinor=`echo ${wxVersion} | awk -F. '{ print $2 }' - `
+        wxVersionPatch=`echo ${wxVersion} | awk -F. '{ print $3 }' - `
+
+        if test "$wxVersionMajor" -lt "$wxRequiredMajorVersion" ; then
+            isVersionBad="yes"
+        else
+            if test "$wxVersionMajor" -eq "$wxRequiredMajorVersion" ; then
+                if test "$wxVersionMinor" -lt "$wxRequiredMinorVersion" ; then
+                    isVersionBad="yes"
+                else
+                    if test "$wxVersionMinor" -eq "$wxRequiredMinorVersion" ; then
+                        if test "$wxVersionPatch" -lt "$wxRequiredPatchVersion" ; then
+                            isVersionBad="yes"
+                        fi
+                    fi
+                fi
+            fi
+        fi
+    fi
+
+    if test "${isVersionBad}" ; then
+        echo "*******************************************"
+        echo "wxWidgets version ${wxVersionRequired} or greater is required"
+        echo "to build lamarc data converters, but the configure script"
+        echo "found version ${wxVersion}."
+        echo ""
+        echo "If you don't want to install your own version of wxWidgets,"
+        echo "you can try using the configure switch --enable-buildwx"
+        echo ""
+        echo "See the section entitled Compiling Lamarc in the"
+        echo "Lamarc documentation for more information."
+        echo "*******************************************"
+        as_fn_error $? "needed wxWidgets version ${wxVersionRequired} or greater" "$LINENO" 5
+    fi
+
+    RETURN_STRING=${WXCONFIG2}
+}
+
+
+if test "X${lamBUILDWX}" = "Xyes" ; then
+    if test "X${lamWX_CONFIG}" != "X" ; then
+        as_fn_error $? "configure switches --with-wx-config and --enable-buildwx mutually exclusive" "$LINENO" 5
+    fi
+    build_wx
+    lamWX_CONFIG=${RETURN_STRING}
+fi
+
+
+
+WXCONFIG3=""
+if test "X${lamCONV}" = "Xyes" ; then
+    get_wx_config_script
+    WXCONFIG3=${RETURN_STRING}
+    if test "$host_os" != "$build_os" ; then
+        WXCONFIG3="${WXCONFIG3} --host=${host_alias}"
+    fi
+
+    if test "X${lamDEBUG}" = "Xyes" ; then
+        WXCONFIG3="${WXCONFIG3} --debug=yes"
+    else
+        WXCONFIG3="${WXCONFIG3} --debug=no"
+    fi
+
+    # we may have many toolkits installed so specify
+    # if we are GUI-less GUI_TOOLKIT should already have
+    # been set to "base"
+    WXCONFIG3="${WXCONFIG3} --toolkit=${GUI_TOOLKIT}"
+
+    # check that the wx-config we found will provide us anything
+    wxListResult=`${WXCONFIG3} --list`
+    wxOK=`echo ${wxListResult} | awk '{ if (/will be used/) {print 1} ; if (/Specification best match/) {print 1} }' - `
+    if test "X${wxOK}" != "X1" ; then
+        echo "*************************************************************"
+        echo " Lamarc configure script failed because it could not find the "
+        echo " correct wxWidgets library. You might check your path, the "
+        echo " value of variable GUI_TOOLKIT, or try adding the configure"
+        echo " option --enable-build_wx . For more details see the section"
+        echo " entitled \"Compiling Lamarc\" in the lamarc documentation."
+        echo ""
+        echo " Here is error message from wx-config, in case that helps:"
+        echo ""
+        echo "  " ${wxListResult}
+        echo ""
+        echo "*************************************************************"
+        as_fn_error $? "cannot proceed without suitable wxWidgets library" "$LINENO" 5
+    fi
+
+
+WX_CXXFLAGS=`$WXCONFIG3 --cxxflags`
+
+WX_LIBS=`$WXCONFIG3 --libs`
+
+fi
+
+# Checks for programs. -- tests and setting of cxxflags are to
+# keep AC_PROG_CXX from setting unfortunate default values
+if test -n "${CXXFLAGS}"; then
+    user_set_cxxflags=yes
+fi
+ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+if test -z "$CXX"; then
+  if test -n "$CCC"; then
+    CXX=$CCC
+  else
+    if test -n "$ac_tool_prefix"; then
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CXX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CXX"; then
+  ac_cv_prog_CXX="$CXX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CXX=$ac_cv_prog_CXX
+if test -n "$CXX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
+$as_echo "$CXX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$CXX" && break
+  done
+fi
+if test -z "$CXX"; then
+  ac_ct_CXX=$CXX
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CXX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CXX"; then
+  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_CXX="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
+if test -n "$ac_ct_CXX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
+$as_echo "$ac_ct_CXX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_CXX" && break
+done
+
+  if test "x$ac_ct_CXX" = x; then
+    CXX="g++"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CXX=$ac_ct_CXX
+  fi
+fi
+
+  fi
+fi
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+  { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed '10a\
+... rest of stderr output deleted ...
+         10q' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+  fi
+  rm -f conftest.er1 conftest.err
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+done
+
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
+$as_echo_n "checking whether the C++ compiler works... " >&6; }
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+# The possible output files:
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+
+ac_rmfiles=
+for ac_file in $ac_files
+do
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+  esac
+done
+rm -f $ac_rmfiles
+
+if { { ac_try="$ac_link_default"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link_default") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
+do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+	;;
+    [ab].out )
+	# We found the default executable, but exeext='' is most
+	# certainly right.
+	break;;
+    *.* )
+	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+	then :; else
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	fi
+	# We set ac_cv_exeext here because the later test for it is not
+	# safe: cross compilers may not add the suffix if given an `-o'
+	# argument, so we may need to know it at that point already.
+	# Even if this section looks crufty: it has the advantage of
+	# actually working.
+	break;;
+    * )
+	break;;
+  esac
+done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+else
+  ac_file=''
+fi
+if test -z "$ac_file"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "C++ compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
+$as_echo_n "checking for C++ compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
+ac_exeext=$ac_cv_exeext
+
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+$as_echo_n "checking for suffix of executables... " >&6; }
+if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in conftest.exe conftest conftest.*; do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	  break;;
+    * ) break;;
+  esac
+done
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest conftest$ac_cv_exeext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+$as_echo "$ac_cv_exeext" >&6; }
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
+FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+ac_clean_files="$ac_clean_files conftest.out"
+# Check that the compiler produces executables we can run.  If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+$as_echo_n "checking whether we are cross compiling... " >&6; }
+if test "$cross_compiling" != yes; then
+  { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+  if { ac_try='./conftest$ac_cv_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then
+    cross_compiling=no
+  else
+    if test "$cross_compiling" = maybe; then
+	cross_compiling=yes
+    else
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run C++ compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details" "$LINENO" 5; }
+    fi
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+$as_echo_n "checking for suffix of object files... " >&6; }
+if ${ac_cv_objext+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  for ac_file in conftest.o conftest.obj conftest.*; do
+  test -f "$ac_file" || continue;
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+       break;;
+  esac
+done
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+$as_echo "$ac_cv_objext" >&6; }
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
+if ${ac_cv_cxx_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+#ifndef __GNUC__
+       choke me
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+  ac_compiler_gnu=yes
+else
+  ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+  GXX=yes
+else
+  GXX=
+fi
+ac_test_CXXFLAGS=${CXXFLAGS+set}
+ac_save_CXXFLAGS=$CXXFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
+$as_echo_n "checking whether $CXX accepts -g... " >&6; }
+if ${ac_cv_prog_cxx_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+   ac_cxx_werror_flag=yes
+   ac_cv_prog_cxx_g=no
+   CXXFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+  ac_cv_prog_cxx_g=yes
+else
+  CXXFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+else
+  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+	 CXXFLAGS="-g"
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+  ac_cv_prog_cxx_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
+$as_echo "$ac_cv_prog_cxx_g" >&6; }
+if test "$ac_test_CXXFLAGS" = set; then
+  CXXFLAGS=$ac_save_CXXFLAGS
+elif test $ac_cv_prog_cxx_g = yes; then
+  if test "$GXX" = yes; then
+    CXXFLAGS="-g -O2"
+  else
+    CXXFLAGS="-g"
+  fi
+else
+  if test "$GXX" = yes; then
+    CXXFLAGS="-O2"
+  else
+    CXXFLAGS=
+  fi
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+DEPDIR="${am__leading_dot}deps"
+
+ac_config_commands="$ac_config_commands depfiles"
+
+
+am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from 'make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+  am__include=include
+  am__quote=
+  _am_result=GNU
+  ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__quote="\""
+     _am_result=BSD
+     ;;
+   esac
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+  enableval=$enable_dependency_tracking;
+fi
+
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+  am__nodep='_no'
+fi
+ if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+else
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+fi
+
+
+
+depcc="$CXX"  am_compiler_list=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named 'D' -- because '-MD' means "put the output
+  # in D".
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CXX_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  am__universal=false
+  case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
+      # Solaris 10 /bin/sh.
+      echo '/* dummy */' > sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle '-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs.
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # After this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested.
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok '-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CXX_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CXX_dependencies_compiler_type=none
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
+CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
+
+ if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
+  am__fastdepCXX_TRUE=
+  am__fastdepCXX_FALSE='#'
+else
+  am__fastdepCXX_TRUE='#'
+  am__fastdepCXX_FALSE=
+fi
+
+
+if test X$user_set_cxxflags != Xyes; then
+    CXXFLAGS=" "
+fi
+
+# so we can build tinyxml as a library
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$RANLIB"; then
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+RANLIB=$ac_cv_prog_RANLIB
+if test -n "$RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+$as_echo "$RANLIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_RANLIB"; then
+  ac_ct_RANLIB=$RANLIB
+  # Extract the first word of "ranlib", so it can be a program name with args.
+set dummy ranlib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_RANLIB"; then
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
+if test -n "$ac_ct_RANLIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+$as_echo "$ac_ct_RANLIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    RANLIB=$ac_ct_RANLIB
+  fi
+else
+  RANLIB="$ac_cv_prog_RANLIB"
+fi
+
+
+# Checks for libraries.
+
+# Checks for header files.
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+  ac_ct_CC=$CC
+  # Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CC"; then
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_CC="gcc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
+else
+  CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+          if test -n "$ac_tool_prefix"; then
+    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CC="${ac_tool_prefix}cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  fi
+fi
+if test -z "$CC"; then
+  # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+  ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+       ac_prog_rejected=yes
+       continue
+     fi
+    ac_cv_prog_CC="cc"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+if test $ac_prog_rejected = yes; then
+  # We found a bogon in the path, so make sure we never use it.
+  set dummy $ac_cv_prog_CC
+  shift
+  if test $# != 0; then
+    # We chose a different compiler from the bogus one.
+    # However, it has the same basename, so the bogon will be chosen
+    # first if we set CC to just the basename; use the full file name.
+    shift
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+  fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$CC"; then
+  if test -n "$ac_tool_prefix"; then
+  for ac_prog in cl.exe
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CC"; then
+  ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+$as_echo "$CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$CC" && break
+  done
+fi
+if test -z "$CC"; then
+  ac_ct_CC=$CC
+  for ac_prog in cl.exe
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CC+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CC"; then
+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_prog_ac_ct_CC="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+$as_echo "$ac_ct_CC" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_CC" && break
+done
+
+  if test "x$ac_ct_CC" = x; then
+    CC=""
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CC=$ac_ct_CC
+  fi
+fi
+
+fi
+
+
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "no acceptable C compiler found in \$PATH
+See \`config.log' for more details" "$LINENO" 5; }
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+  { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed '10a\
+... rest of stderr output deleted ...
+         10q' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+  fi
+  rm -f conftest.er1 conftest.err
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
+if ${ac_cv_c_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+#ifndef __GNUC__
+       choke me
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_compiler_gnu=yes
+else
+  ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+$as_echo "$ac_cv_c_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+  GCC=yes
+else
+  GCC=
+fi
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+$as_echo_n "checking whether $CC accepts -g... " >&6; }
+if ${ac_cv_prog_cc_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+else
+  CFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
+else
+  ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+$as_echo "$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+  CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+  if test "$GCC" = yes; then
+    CFLAGS="-g -O2"
+  else
+    CFLAGS="-g"
+  fi
+else
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
+  else
+    CFLAGS=
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
+if ${ac_cv_prog_cc_c89+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdarg.h>
+#include <stdio.h>
+struct stat;
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+     char **p;
+     int i;
+{
+  return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+  char *s;
+  va_list v;
+  va_start (v,p);
+  s = g (p, va_arg (v,int));
+  va_end (v);
+  return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
+   function prototypes and stuff, but not '\xHH' hex character constants.
+   These don't provoke an error unfortunately, instead are silently treated
+   as 'x'.  The following induces an error, until -std is added to get
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
+   array size at least.  It's necessary to write '\x00'==0 to get something
+   that's true only with -std.  */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+   inside strings and character constants.  */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int
+main ()
+{
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+  ;
+  return 0;
+}
+_ACEOF
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+  CC="$ac_save_CC $ac_arg"
+  if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_c89=$ac_arg
+fi
+rm -f core conftest.err conftest.$ac_objext
+  test "x$ac_cv_prog_cc_c89" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+  x)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+$as_echo "none needed" >&6; } ;;
+  xno)
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+$as_echo "unsupported" >&6; } ;;
+  *)
+    CC="$CC $ac_cv_prog_cc_c89"
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
+esac
+if test "x$ac_cv_prog_cc_c89" != xno; then :
+
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
+if ${am_cv_prog_cc_c_o+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+  # Make sure it works both with $CC and with simple cc.
+  # Following AC_PROG_CC_C_O, we do the test twice because some
+  # compilers refuse to overwrite an existing .o file with -o,
+  # though they will create one.
+  am_cv_prog_cc_c_o=yes
+  for am_i in 1 2; do
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } \
+         && test -f conftest2.$ac_objext; then
+      : OK
+    else
+      am_cv_prog_cc_c_o=no
+      break
+    fi
+  done
+  rm -f core conftest*
+  unset am_i
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
+if test "$am_cv_prog_cc_c_o" != yes; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+depcc="$CC"   am_compiler_list=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CC_dependencies_compiler_type+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named 'D' -- because '-MD' means "put the output
+  # in D".
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CC_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  am__universal=false
+  case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
+      # Solaris 10 /bin/sh.
+      echo '/* dummy */' > sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle '-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs.
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # After this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested.
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
+      # This compiler won't grok '-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CC_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CC_dependencies_compiler_type=none
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
+
+ if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
+else
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
+fi
+
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  if ${ac_cv_prog_CPP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+      # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
+  # On the NeXT, cc -E runs the code through the compiler's parser,
+  # not just through cpp. "Syntax error" is here to catch this case.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+  # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+  break
+fi
+
+    done
+    ac_cv_prog_CPP=$CPP
+
+fi
+  CPP=$ac_cv_prog_CPP
+else
+  ac_cv_prog_CPP=$CPP
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
+  # On the NeXT, cc -E runs the code through the compiler's parser,
+  # not just through cpp. "Syntax error" is here to catch this case.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+
+else
+  # Broken: fails on valid input.
+continue
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
+if ${ac_cv_path_GREP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$GREP"; then
+  ac_path_GREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in grep ggrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_GREP" || continue
+# Check for GNU ac_path_GREP and select it if it is found.
+  # Check for GNU $ac_path_GREP
+case `"$ac_path_GREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'GREP' >> "conftest.nl"
+    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_GREP="$ac_path_GREP"
+      ac_path_GREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_GREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_GREP"; then
+    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_GREP=$GREP
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+$as_echo "$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+$as_echo_n "checking for egrep... " >&6; }
+if ${ac_cv_path_EGREP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+   then ac_cv_path_EGREP="$GREP -E"
+   else
+     if test -z "$EGREP"; then
+  ac_path_EGREP_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in egrep; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_EGREP" || continue
+# Check for GNU ac_path_EGREP and select it if it is found.
+  # Check for GNU $ac_path_EGREP
+case `"$ac_path_EGREP" --version 2>&1` in
+*GNU*)
+  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+*)
+  ac_count=0
+  $as_echo_n 0123456789 >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    $as_echo 'EGREP' >> "conftest.nl"
+    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_EGREP="$ac_path_EGREP"
+      ac_path_EGREP_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+      $ac_path_EGREP_found && break 3
+    done
+  done
+  done
+IFS=$as_save_IFS
+  if test -z "$ac_cv_path_EGREP"; then
+    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  fi
+else
+  ac_cv_path_EGREP=$EGREP
+fi
+
+   fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+$as_echo "$ac_cv_path_EGREP" >&6; }
+ EGREP="$ac_cv_path_EGREP"
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
+if ${ac_cv_header_stdc+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+if test $ac_cv_header_stdc = yes; then
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+  if test "$cross_compiling" = yes; then :
+  :
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+		   (('a' <= (c) && (c) <= 'i') \
+		     || ('j' <= (c) && (c) <= 'r') \
+		     || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+
+else
+  ac_cv_header_stdc=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+$as_echo "$ac_cv_header_stdc" >&6; }
+if test $ac_cv_header_stdc = yes; then
+
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+
+fi
+
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+for ac_header in float.h limits.h stdlib.h string.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+# Checks for typedefs, structures, and compiler characteristics.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
+if ${ac_cv_header_stdbool_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+             #include <stdbool.h>
+             #ifndef bool
+              "error: bool is not defined"
+             #endif
+             #ifndef false
+              "error: false is not defined"
+             #endif
+             #if false
+              "error: false is not 0"
+             #endif
+             #ifndef true
+              "error: true is not defined"
+             #endif
+             #if true != 1
+              "error: true is not 1"
+             #endif
+             #ifndef __bool_true_false_are_defined
+              "error: __bool_true_false_are_defined is not defined"
+             #endif
+
+             struct s { _Bool s: 1; _Bool t; } s;
+
+             char a[true == 1 ? 1 : -1];
+             char b[false == 0 ? 1 : -1];
+             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
+             char d[(bool) 0.5 == true ? 1 : -1];
+             /* See body of main program for 'e'.  */
+             char f[(_Bool) 0.0 == false ? 1 : -1];
+             char g[true];
+             char h[sizeof (_Bool)];
+             char i[sizeof s.t];
+             enum { j = false, k = true, l = false * true, m = true * 256 };
+             /* The following fails for
+                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
+             _Bool n[m];
+             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
+             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
+             /* Catch a bug in an HP-UX C compiler.  See
+                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+              */
+             _Bool q = true;
+             _Bool *pq = &q;
+
+int
+main ()
+{
+
+             bool e = &s;
+             *pq |= q;
+             *pq |= ! q;
+             /* Refer to every declared value, to avoid compiler optimizations.  */
+             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
+                     + !m + !n + !o + !p + !q + !pq);
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdbool_h=yes
+else
+  ac_cv_header_stdbool_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
+$as_echo "$ac_cv_header_stdbool_h" >&6; }
+   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
+if test "x$ac_cv_type__Bool" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE__BOOL 1
+_ACEOF
+
+
+fi
+
+
+if test $ac_cv_header_stdbool_h = yes; then
+
+$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
+if ${ac_cv_c_const+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+#ifndef __cplusplus
+  /* Ultrix mips cc rejects this sort of thing.  */
+  typedef int charset[2];
+  const charset cs = { 0, 0 };
+  /* SunOS 4.1.1 cc rejects this.  */
+  char const *const *pcpcc;
+  char **ppc;
+  /* NEC SVR4.0.2 mips cc rejects this.  */
+  struct point {int x, y;};
+  static struct point const zero = {0,0};
+  /* AIX XL C 1.02.0.0 rejects this.
+     It does not let you subtract one const X* pointer from another in
+     an arm of an if-expression whose if-part is not a constant
+     expression */
+  const char *g = "string";
+  pcpcc = &g + (g ? g-g : 0);
+  /* HPUX 7.0 cc rejects these. */
+  ++pcpcc;
+  ppc = (char**) pcpcc;
+  pcpcc = (char const *const *) ppc;
+  { /* SCO 3.2v4 cc rejects this sort of thing.  */
+    char tx;
+    char *t = &tx;
+    char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+    *t++ = 0;
+    if (s) return 0;
+  }
+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
+    int x[] = {25, 17};
+    const int *foo = &x[0];
+    ++foo;
+  }
+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+    typedef const int *iptr;
+    iptr p = 0;
+    ++p;
+  }
+  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+    struct s { int j; const int *ap[3]; } bx;
+    struct s *b = &bx; b->j = 5;
+  }
+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+    const int foo = 10;
+    if (!foo) return 0;
+  }
+  return !cs[0] && !zero.x;
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_const=yes
+else
+  ac_cv_c_const=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
+$as_echo "$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+$as_echo "#define const /**/" >>confdefs.h
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
+$as_echo_n "checking for inline... " >&6; }
+if ${ac_cv_c_inline+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifndef __cplusplus
+typedef int foo_t;
+static $ac_kw foo_t static_foo () {return 0; }
+$ac_kw foo_t foo () {return 0; }
+#endif
+
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_inline=$ac_kw
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  test "$ac_cv_c_inline" != no && break
+done
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
+$as_echo "$ac_cv_c_inline" >&6; }
+
+case $ac_cv_c_inline in
+  inline | yes) ;;
+  *)
+    case $ac_cv_c_inline in
+      no) ac_val=;;
+      *) ac_val=$ac_cv_c_inline;;
+    esac
+    cat >>confdefs.h <<_ACEOF
+#ifndef __cplusplus
+#define inline $ac_val
+#endif
+_ACEOF
+    ;;
+esac
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+
+else
+
+cat >>confdefs.h <<_ACEOF
+#define size_t unsigned int
+_ACEOF
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
+$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
+if ${ac_cv_struct_tm+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+#include <time.h>
+
+int
+main ()
+{
+struct tm tm;
+				     int *p = &tm.tm_sec;
+				     return !p;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_struct_tm=time.h
+else
+  ac_cv_struct_tm=sys/time.h
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
+$as_echo "$ac_cv_struct_tm" >&6; }
+if test $ac_cv_struct_tm = sys/time.h; then
+
+$as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
+
+fi
+
+
+# Checks for library functions.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5
+$as_echo_n "checking for error_at_line... " >&6; }
+if ${ac_cv_lib_error_at_line+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <error.h>
+int
+main ()
+{
+error_at_line (0, 0, "", 0, "an error occurred");
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_error_at_line=yes
+else
+  ac_cv_lib_error_at_line=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5
+$as_echo "$ac_cv_lib_error_at_line" >&6; }
+if test $ac_cv_lib_error_at_line = no; then
+  case " $LIBOBJS " in
+  *" error.$ac_objext "* ) ;;
+  *) LIBOBJS="$LIBOBJS error.$ac_objext"
+ ;;
+esac
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
+$as_echo_n "checking for working memcmp... " >&6; }
+if ${ac_cv_func_memcmp_working+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_memcmp_working=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+int
+main ()
+{
+
+  /* Some versions of memcmp are not 8-bit clean.  */
+  char c0 = '\100', c1 = '\200', c2 = '\201';
+  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
+    return 1;
+
+  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
+     or more and with at least one buffer not starting on a 4-byte boundary.
+     William Lewis provided this test program.   */
+  {
+    char foo[21];
+    char bar[21];
+    int i;
+    for (i = 0; i < 4; i++)
+      {
+	char *a = foo + i;
+	char *b = bar + i;
+	strcpy (a, "--------01111111");
+	strcpy (b, "--------10000000");
+	if (memcmp (a, b, 16) >= 0)
+	  return 1;
+      }
+    return 0;
+  }
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_memcmp_working=yes
+else
+  ac_cv_func_memcmp_working=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
+$as_echo "$ac_cv_func_memcmp_working" >&6; }
+test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
+  *" memcmp.$ac_objext "* ) ;;
+  *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
+ ;;
+esac
+
+
+for ac_func in strftime
+do :
+  ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
+if test "x$ac_cv_func_strftime" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_STRFTIME 1
+_ACEOF
+
+else
+  # strftime is in -lintl on SCO UNIX.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
+$as_echo_n "checking for strftime in -lintl... " >&6; }
+if ${ac_cv_lib_intl_strftime+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lintl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char strftime ();
+int
+main ()
+{
+return strftime ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_intl_strftime=yes
+else
+  ac_cv_lib_intl_strftime=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
+$as_echo "$ac_cv_lib_intl_strftime" >&6; }
+if test "x$ac_cv_lib_intl_strftime" = xyes; then :
+  $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
+
+LIBS="-lintl $LIBS"
+fi
+
+fi
+done
+
+for ac_func in getcwd pow sqrt strchr strpbrk
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+
+ if test x$lamARRCHECK = xyes; then
+  ARRCHECK_TRUE=
+  ARRCHECK_FALSE='#'
+else
+  ARRCHECK_TRUE='#'
+  ARRCHECK_FALSE=
+fi
+
+ if test x$lamCONV = xyes; then
+  CONVERTER_TRUE=
+  CONVERTER_FALSE='#'
+else
+  CONVERTER_TRUE='#'
+  CONVERTER_FALSE=
+fi
+
+ if test x$lamDEBUG = xyes; then
+  DEBUG_TRUE=
+  DEBUG_FALSE='#'
+else
+  DEBUG_TRUE='#'
+  DEBUG_FALSE=
+fi
+
+ if test x$lamDENOVO = xyes; then
+  DENOVO_TRUE=
+  DENOVO_FALSE='#'
+else
+  DENOVO_TRUE='#'
+  DENOVO_FALSE=
+fi
+
+ if test x$lamDMALLOC = xyes; then
+  DMALLOC_TRUE=
+  DMALLOC_FALSE='#'
+else
+  DMALLOC_TRUE='#'
+  DMALLOC_FALSE=
+fi
+
+ if test x$lamEFENCE = xyes; then
+  EFENCE_TRUE=
+  EFENCE_FALSE='#'
+else
+  EFENCE_TRUE='#'
+  EFENCE_FALSE=
+fi
+
+ if test x$lamGCOV = xyes; then
+  GCOV_TRUE=
+  GCOV_FALSE='#'
+else
+  GCOV_TRUE='#'
+  GCOV_FALSE=
+fi
+
+ if test x$lamGUI = xyes; then
+  GUI_TRUE=
+  GUI_FALSE='#'
+else
+  GUI_TRUE='#'
+  GUI_FALSE=
+fi
+
+ if test x$lamJSIM = xyes; then
+  JSIM_TRUE=
+  JSIM_FALSE='#'
+else
+  JSIM_TRUE='#'
+  JSIM_FALSE=
+fi
+
+ if test x$lamDATA_READ != xyes; then
+  NODATA_TRUE=
+  NODATA_FALSE='#'
+else
+  NODATA_TRUE='#'
+  NODATA_FALSE=
+fi
+
+ if test x$lamPROGRESS != xyes; then
+  NOPROGRESS_TRUE=
+  NOPROGRESS_FALSE='#'
+else
+  NOPROGRESS_TRUE='#'
+  NOPROGRESS_FALSE=
+fi
+
+ if test x$lamPROFILE = xyes; then
+  PROFILE_TRUE=
+  PROFILE_FALSE='#'
+else
+  PROFILE_TRUE='#'
+  PROFILE_FALSE=
+fi
+
+ if test x$lamTREETRACK = xyes; then
+  TREETRACK_TRUE=
+  TREETRACK_FALSE='#'
+else
+  TREETRACK_TRUE='#'
+  TREETRACK_FALSE=
+fi
+
+ if test x$lamUNIVB = xyes; then
+  UNIVB_TRUE=
+  UNIVB_FALSE='#'
+else
+  UNIVB_TRUE='#'
+  UNIVB_FALSE=
+fi
+
+ if test x$user_set_cxxflags = xyes; then
+  USERCXXFLAGS_TRUE=
+  USERCXXFLAGS_FALSE='#'
+else
+  USERCXXFLAGS_TRUE='#'
+  USERCXXFLAGS_FALSE=
+fi
+
+
+ac_config_files="$ac_config_files Makefile"
+
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+	"s/'/'\\\\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+      ;; #(
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+) |
+  sed '
+     /^ac_cv_env_/b end
+     t clear
+     :clear
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     t end
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+    if test "x$cache_file" != "x/dev/null"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+	cat confcache >"$cache_file"
+      else
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
+	esac
+      fi
+    fi
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+  fi
+fi
+rm -f confcache
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+DEFS=-DHAVE_CONFIG_H
+
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
+   if test -n "$am_sleep_pid"; then
+     # Hide warnings about reused PIDs.
+     wait $am_sleep_pid 2>/dev/null
+   fi
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
+$as_echo "done" >&6; }
+ if test -n "$EXEEXT"; then
+  am__EXEEXT_TRUE=
+  am__EXEEXT_FALSE='#'
+else
+  am__EXEEXT_TRUE='#'
+  am__EXEEXT_FALSE=
+fi
+
+if test -z "${LAMARC_APP_OSX_TRUE}" && test -z "${LAMARC_APP_OSX_FALSE}"; then
+  as_fn_error $? "conditional \"LAMARC_APP_OSX\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${LAMARC_APP_MSW_TRUE}" && test -z "${LAMARC_APP_MSW_FALSE}"; then
+  as_fn_error $? "conditional \"LAMARC_APP_MSW\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${ARRCHECK_TRUE}" && test -z "${ARRCHECK_FALSE}"; then
+  as_fn_error $? "conditional \"ARRCHECK\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${CONVERTER_TRUE}" && test -z "${CONVERTER_FALSE}"; then
+  as_fn_error $? "conditional \"CONVERTER\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
+  as_fn_error $? "conditional \"DEBUG\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${DENOVO_TRUE}" && test -z "${DENOVO_FALSE}"; then
+  as_fn_error $? "conditional \"DENOVO\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${DMALLOC_TRUE}" && test -z "${DMALLOC_FALSE}"; then
+  as_fn_error $? "conditional \"DMALLOC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${EFENCE_TRUE}" && test -z "${EFENCE_FALSE}"; then
+  as_fn_error $? "conditional \"EFENCE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${GCOV_TRUE}" && test -z "${GCOV_FALSE}"; then
+  as_fn_error $? "conditional \"GCOV\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${GUI_TRUE}" && test -z "${GUI_FALSE}"; then
+  as_fn_error $? "conditional \"GUI\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${JSIM_TRUE}" && test -z "${JSIM_FALSE}"; then
+  as_fn_error $? "conditional \"JSIM\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${NODATA_TRUE}" && test -z "${NODATA_FALSE}"; then
+  as_fn_error $? "conditional \"NODATA\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${NOPROGRESS_TRUE}" && test -z "${NOPROGRESS_FALSE}"; then
+  as_fn_error $? "conditional \"NOPROGRESS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${PROFILE_TRUE}" && test -z "${PROFILE_FALSE}"; then
+  as_fn_error $? "conditional \"PROFILE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${TREETRACK_TRUE}" && test -z "${TREETRACK_FALSE}"; then
+  as_fn_error $? "conditional \"TREETRACK\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${UNIVB_TRUE}" && test -z "${UNIVB_FALSE}"; then
+  as_fn_error $? "conditional \"UNIVB\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${USERCXXFLAGS_TRUE}" && test -z "${USERCXXFLAGS_FALSE}"; then
+  as_fn_error $? "conditional \"USERCXXFLAGS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+  }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -pR'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -pR'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -pR'
+  fi
+else
+  as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+
+# as_fn_executable_p FILE
+# -----------------------
+# Test if FILE is an executable regular file.
+as_fn_executable_p ()
+{
+  test -f "$1" && test -x "$1"
+} # as_fn_executable_p
+as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by lamarc $as_me 2.1.10, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+_ACEOF
+
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+
+case $ac_config_headers in *"
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
+esac
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_headers="$ac_config_headers"
+config_commands="$ac_config_commands"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+
+Usage: $0 [OPTION]... [TAG]...
+
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+      --header=FILE[:TEMPLATE]
+                   instantiate the configuration header FILE
+
+Configuration files:
+$config_files
+
+Configuration headers:
+$config_headers
+
+Configuration commands:
+$config_commands
+
+Report bugs to <lamarc at u.washington.edu>."
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+lamarc config.status 2.1.10
+configured by $0, generated by GNU Autoconf 2.69,
+  with options \\"\$ac_cs_config\\"
+
+Copyright (C) 2012 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+MKDIR_P='$MKDIR_P'
+AWK='$AWK'
+test -n "\$AWK" || AWK=awk
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+while test $# != 0
+do
+  case $1 in
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
+  *)
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
+    ;;
+  esac
+
+  case $ac_option in
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+  --file | --fil | --fi | --f )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --header | --heade | --head | --hea )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --he | --h)
+    # Conflict between --help and --header
+    as_fn_error $? "ambiguous option: \`$1'
+Try \`$0 --help' for more information.";;
+  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+
+  esac
+  shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  shift
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  exec "\$@"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+{
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+  $as_echo "$ac_log"
+} >&5
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+# INIT-COMMANDS
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "config/conf.h") CONFIG_HEADERS="$CONFIG_HEADERS config/conf.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+
+
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+else
+  ac_cs_awk_cr=$ac_cr
+fi
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+
+
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  . ./conf$$subs.sh ||
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  if test $ac_delim_n = $ac_delim_num; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+rm -f conf$$subs.sh
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+sed -n '
+h
+s/^/S["/; s/!.*/"]=/
+p
+g
+s/^[^!]*!//
+:repl
+t repl
+s/'"$ac_delim"'$//
+t delim
+:nl
+h
+s/\(.\{148\}\)..*/\1/
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+n
+b repl
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t nl
+:delim
+h
+s/\(.\{148\}\)..*/\1/
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+b
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t delim
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+
+}
+{
+  line = $ 0
+  nfields = split(line, field, "@")
+  substed = 0
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    keylen = length(key)
+    if (S_is_set[key]) {
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      substed = 1
+    } else
+      len += 1 + keylen
+  }
+
+  print line
+}
+
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+  cat
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
+s/^[^=]*=[	 ]*$//
+}'
+fi
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+
+# Set up the scripts for CONFIG_HEADERS section.
+# No need to generate them if there are no CONFIG_HEADERS.
+# This happens for instance with `./config.status Makefile'.
+if test -n "$CONFIG_HEADERS"; then
+cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
+BEGIN {
+_ACEOF
+
+# Transform confdefs.h into an awk script `defines.awk', embedded as
+# here-document in config.status, that substitutes the proper values into
+# config.h.in to produce config.h.
+
+# Create a delimiter string that does not exist in confdefs.h, to ease
+# handling of long lines.
+ac_delim='%!_!# '
+for ac_last_try in false false :; do
+  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
+  if test -z "$ac_tt"; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+
+# For the awk script, D is an array of macro values keyed by name,
+# likewise P contains macro parameters if any.  Preserve backslash
+# newline sequences.
+
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+sed -n '
+s/.\{148\}/&'"$ac_delim"'/g
+t rset
+:rset
+s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
+t def
+d
+:def
+s/\\$//
+t bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3"/p
+s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
+d
+:bsnl
+s/["\\]/\\&/g
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
+D["\1"]=" \3\\\\\\n"\\/p
+t cont
+s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
+t cont
+d
+:cont
+n
+s/.\{148\}/&'"$ac_delim"'/g
+t clear
+:clear
+s/\\$//
+t bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
+d
+:bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
+b cont
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  for (key in D) D_is_set[key] = 1
+  FS = ""
+}
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
+  line = \$ 0
+  split(line, arg, " ")
+  if (arg[1] == "#") {
+    defundef = arg[2]
+    mac1 = arg[3]
+  } else {
+    defundef = substr(arg[1], 2)
+    mac1 = arg[2]
+  }
+  split(mac1, mac2, "(") #)
+  macro = mac2[1]
+  prefix = substr(line, 1, index(line, defundef) - 1)
+  if (D_is_set[macro]) {
+    # Preserve the white space surrounding the "#".
+    print prefix "define", macro P[macro] D[macro]
+    next
+  } else {
+    # Replace #undef with comments.  This is necessary, for example,
+    # in the case of _POSIX_SOURCE, which is predefined and required
+    # on some systems where configure will not decide to define it.
+    if (defundef == "undef") {
+      print "/*", prefix defundef, macro, "*/"
+      next
+    }
+  }
+}
+{ print }
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
+fi # test -n "$CONFIG_HEADERS"
+
+
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
+shift
+for ac_tag
+do
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  ac_save_IFS=$IFS
+  IFS=:
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  shift
+  ac_file=$1
+  shift
+
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :[FH])
+    ac_file_inputs=
+    for ac_f
+    do
+      case $ac_f in
+      -) ac_f="$ac_tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+	 # because $ac_f cannot contain `:'.
+	 test -f "$ac_f" ||
+	   case $ac_f in
+	   [\\/$]*) false;;
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+	   esac ||
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+	`' by configure.'
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
+    ;;
+  esac
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
+
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+  ac_MKDIR_P=$MKDIR_P
+  case $MKDIR_P in
+  [\\/$]* | ?:[\\/]* ) ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
+  esac
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+/datarootdir/ {
+  p
+  q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+$extrasub
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
+$ac_datarootdir_hack
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+  rm -f "$ac_tmp/stdin"
+  case $ac_file in
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+  :H)
+  #
+  # CONFIG_HEADER
+  #
+  if test x"$ac_file" != x-; then
+    {
+      $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
+    } >"$ac_tmp/config.h" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
+    else
+      rm -f "$ac_file"
+      mv "$ac_tmp/config.h" "$ac_file" \
+	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
+    fi
+  else
+    $as_echo "/* $configure_input  */" \
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
+      || as_fn_error $? "could not create -" "$LINENO" 5
+  fi
+# Compute "$ac_file"'s index in $config_headers.
+_am_arg="$ac_file"
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $_am_arg | $_am_arg:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$_am_arg" : 'X\(//\)[^/]' \| \
+	 X"$_am_arg" : 'X\(//\)$' \| \
+	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$_am_arg" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`/stamp-h$_am_stamp_count
+ ;;
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
+
+
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+  # Older Autoconf quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  shift
+  for mf
+  do
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named 'Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$mf" : 'X\(//\)[^/]' \| \
+	 X"$mf" : 'X\(//\)$' \| \
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+    else
+      continue
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running 'make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "$am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
+ ;;
+
+  esac
+done # for ac_tag
+
+
+as_fn_exit 0
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+
+test $ac_write_fail = 0 ||
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded.  So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status.  When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_config_status_args=
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || as_fn_exit 1
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+
+
+echo "*************************************************************"
+echo " Settings for lamarc build. For information on how to change"
+echo " try executing \"configure --help\" and reading the lamarc"
+echo " documentation section entitled \"Compiling Lamarc\"."
+echo "*************************************************************"
+echo ""
+echo "Options that are almost always on:"
+echo "  Compile lam_conv, the lamarc data converter?   ${lamCONV}"
+if test "X${lamCONV}" = "Xyes" ; then
+echo "  Compile lam_conv as a GUI?                     ${lamGUI}"
+else
+echo "  Compile lam_conv as a GUI?                     --"
+fi
+echo "  Compile LAMARC to read data?                   ${lamDATA_READ}"
+echo "  Compile LAMARC to display progress bar?        ${lamPROGRESS}"
+echo "Options that are almost always off:"
+echo "  Compile LAMARC to check arrangers?             ${lamARRCHECK}"
+echo "  Compile LAMARC to generate all trees denovo?   ${lamDENOVO}"
+echo "  Compile LAMARC to use dmalloc?                 ${lamDMALLOC}"
+echo "  Compile LAMARC to use electric fence?          ${lamEFENCE}"
+echo "  Compile LAMARC to use gcov?                    ${lamGCOV}"
+echo "  Compile LAMARC to use Jon's simulation code?   ${lamJSIM}"
+echo "  Compile LAMARC to generate profile data?       ${lamPROFILE}"
+echo "  Track data likelihoods of sampled trees?       ${lamTREETRACK}"
+echo "  Attempt to compile universal binary (MAC)?     ${lamUNIVB}"
+echo ""
+echo "Commonly toggled configure options:"
+echo "  Compile LAMARC in debug mode?                  ${lamDEBUG}"
+echo ""
+if test "X${lamCONV}" = "Xyes" ; then
+echo "wxWidgets version                                ${wxVersion}"
+else
+echo "wxWidgets version                                --"
+fi
+if test "X${lamCONV}" = "Xyes" ; then
+echo "gui toolkit                                      ${GUI_TOOLKIT}"
+else
+echo "gui toolkit                                      --"
+fi
+echo "LAMARC_CODE_OSTYPE                               ${LAMARC_CODE_OSTYPE}"
+echo "*************************************************************"
+
+case "${LAMARC_CODE_OSTYPE}" in
+    LAMARC_COMPILE_MACOSX)
+        ;;
+    LAMARC_COMPILE_LINUX)
+        ;;
+    LAMARC_COMPILE_MSWINDOWS)
+        ;;
+    *)
+        echo "The lamarc compile script either failed to recognize"
+        echo "${LAMARC_CODE_OSTYPE} as a legal value for "
+        echo "LAMARC_CODE_OSTYPE. It is likely that you will have"
+        echo "trouble compiling lamarc."
+        echo ""
+        echo "We recommend that you see the section entitled \"Compiling"
+        echo "Lamarc\" in the lamarc documentation for alternative solutions."
+        echo "*************************************************************"
+        ;;
+esac
+
+if test "X${lamCONV}" = "Xyes" ; then
+    case "${GUI_TOOLKIT}" in
+        gtk2)
+            ;;
+        mac)
+            ;;
+        msw)
+            ;;
+        base)
+            ;;
+        *)
+            echo "The lamarc compile script did not recognize your GUI toolkit,"
+            echo "\"$GUI_TOOLKIT\", as one we have tested. It is very likely"
+            echo "that the lamarc file converter, lam_conv, will not work."
+            echo ""
+            echo "We recommend that you see the section entitled \"Compiling"
+            echo "Lamarc\" in the lamarc documentation for alternative solutions."
+            echo "*************************************************************"
+            ;;
+    esac
+fi
+
+
+if test "X$user_set_cxxflags" = "Xyes"; then
+    echo "************************************************************* "
+    echo "You have set your own value of CXXFLAGS. Did you remember to"
+    echo "use a matching argument of --enable-debug or --disable-debug?"
+    echo "If not, you may have trouble running the programs. "
+    echo "************************************************************* "
+fi
+
+echo "Configure script finished successfully."
diff --git a/configure.ac b/configure.ac
index 29de069..b4f8113 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,11 +2,11 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(lamarc, 2.1.8, lamarc at u.washington.edu, lamarc)
+AC_INIT(lamarc, 2.1.10, lamarc at u.washington.edu, lamarc)
 AM_MAINTAINER_MODE
 AC_CONFIG_AUX_DIR([config])
 
-AC_DEFINE(RELEASE_DATE, ["29 May 2012"], [The release date of the program])
+AC_DEFINE(RELEASE_DATE, ["14 Nov 2013"], [The release date of the program])
 
 wxRequiredMajorVersion=2
 wxRequiredMinorVersion=8
diff --git a/depcomp b/depcomp
new file mode 100755
index 0000000..9e5522d
--- /dev/null
+++ b/depcomp
@@ -0,0 +1,520 @@
+#! /bin/sh
+# depcomp - compile a program generating dependencies as side-effects
+
+scriptversion=2003-11-08.23
+
+# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+
+# 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.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# Originally written by Alexandre Oliva <oliva at dcc.unicamp.br>.
+
+case $1 in
+  '')
+     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
+     exit 1;
+     ;;
+  -h | --h*)
+    cat <<\EOF
+Usage: depcomp [--help] [--version] PROGRAM [ARGS]
+
+Run PROGRAMS ARGS to compile a file, generating dependencies
+as side-effects.
+
+Environment variables:
+  depmode     Dependency tracking mode.
+  source      Source file read by `PROGRAMS ARGS'.
+  object      Object file output by `PROGRAMS ARGS'.
+  depfile     Dependency file to output.
+  tmpdepfile  Temporary file to use when outputing dependencies.
+  libtool     Whether libtool is used (yes/no).
+
+Report bugs to <bug-automake at gnu.org>.
+EOF
+    exit 0
+    ;;
+  -v | --v*)
+    echo "depcomp $scriptversion"
+    exit 0
+    ;;
+esac
+
+if test -z "$depmode" || test -z "$source" || test -z "$object"; then
+  echo "depcomp: Variables source, object and depmode must be set" 1>&2
+  exit 1
+fi
+# `libtool' can also be set to `yes' or `no'.
+
+if test -z "$depfile"; then
+   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
+   dir=`echo "$object" | sed 's,/.*$,/,'`
+   if test "$dir" = "$object"; then
+      dir=
+   fi
+   # FIXME: should be _deps on DOS.
+   depfile="$dir.deps/$base"
+fi
+
+tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
+
+rm -f "$tmpdepfile"
+
+# Some modes work just like other modes, but use different flags.  We
+# parameterize here, but still list the modes in the big case below,
+# to make depend.m4 easier to write.  Note that we *cannot* use a case
+# here, because this file can only contain one case statement.
+if test "$depmode" = hp; then
+  # HP compiler uses -M and no extra arg.
+  gccflag=-M
+  depmode=gcc
+fi
+
+if test "$depmode" = dashXmstdout; then
+   # This is just like dashmstdout with a different argument.
+   dashmflag=-xM
+   depmode=dashmstdout
+fi
+
+case "$depmode" in
+gcc3)
+## gcc 3 implements dependency tracking that does exactly what
+## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
+## it if -MD -MP comes after the -MF stuff.  Hmm.
+  "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  mv "$tmpdepfile" "$depfile"
+  ;;
+
+gcc)
+## There are various ways to get dependency output from gcc.  Here's
+## why we pick this rather obscure method:
+## - Don't want to use -MD because we'd like the dependencies to end
+##   up in a subdir.  Having to rename by hand is ugly.
+##   (We might end up doing this anyway to support other compilers.)
+## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
+##   -MM, not -M (despite what the docs say).
+## - Using -M directly means running the compiler twice (even worse
+##   than renaming).
+  if test -z "$gccflag"; then
+    gccflag=-MD,
+  fi
+  "$@" -Wp,"$gccflag$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
+## The second -e expression handles DOS-style file names with drive letters.
+  sed -e 's/^[^:]*: / /' \
+      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
+## This next piece of magic avoids the `deleted header file' problem.
+## The problem is that when a header file which appears in a .P file
+## is deleted, the dependency causes make to die (because there is
+## typically no way to rebuild the header).  We avoid this by adding
+## dummy dependencies for each header file.  Too bad gcc doesn't do
+## this for us directly.
+  tr ' ' '
+' < "$tmpdepfile" |
+## Some versions of gcc put a space before the `:'.  On the theory
+## that the space means something, we add a space to the output as
+## well.
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+hp)
+  # This case exists only to let depend.m4 do its work.  It works by
+  # looking at the text of this script.  This case will never be run,
+  # since it is checked for above.
+  exit 1
+  ;;
+
+sgi)
+  if test "$libtool" = yes; then
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
+  else
+    "$@" -MDupdate "$tmpdepfile"
+  fi
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+
+  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
+    echo "$object : \\" > "$depfile"
+
+    # Clip off the initial element (the dependent).  Don't try to be
+    # clever and replace this with sed code, as IRIX sed won't handle
+    # lines with more than a fixed number of characters (4096 in
+    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
+    # the IRIX cc adds comments like `#:fec' to the end of the
+    # dependency line.
+    tr ' ' '
+' < "$tmpdepfile" \
+    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
+    tr '
+' ' ' >> $depfile
+    echo >> $depfile
+
+    # The second pass generates a dummy entry for each header file.
+    tr ' ' '
+' < "$tmpdepfile" \
+   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
+   >> $depfile
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+aix)
+  # The C for AIX Compiler uses -M and outputs the dependencies
+  # in a .u file.  In older versions, this file always lives in the
+  # current directory.  Also, the AIX compiler puts `$object:' at the
+  # start of each line; $object doesn't have directory information.
+  # Version 6 uses the directory in both cases.
+  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
+  tmpdepfile="$stripped.u"
+  if test "$libtool" = yes; then
+    "$@" -Wc,-M
+  else
+    "$@" -M
+  fi
+  stat=$?
+
+  if test -f "$tmpdepfile"; then :
+  else
+    stripped=`echo "$stripped" | sed 's,^.*/,,'`
+    tmpdepfile="$stripped.u"
+  fi
+
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+
+  if test -f "$tmpdepfile"; then
+    outname="$stripped.o"
+    # Each line is of the form `foo.o: dependent.h'.
+    # Do two passes, one to just change these to
+    # `$object: dependent.h' and one to simply `dependent.h:'.
+    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
+    sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+icc)
+  # Intel's C compiler understands `-MD -MF file'.  However on
+  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
+  # ICC 7.0 will fill foo.d with something like
+  #    foo.o: sub/foo.c
+  #    foo.o: sub/foo.h
+  # which is wrong.  We want:
+  #    sub/foo.o: sub/foo.c
+  #    sub/foo.o: sub/foo.h
+  #    sub/foo.c:
+  #    sub/foo.h:
+  # ICC 7.1 will output
+  #    foo.o: sub/foo.c sub/foo.h
+  # and will wrap long lines using \ :
+  #    foo.o: sub/foo.c ... \
+  #     sub/foo.h ... \
+  #     ...
+
+  "$@" -MD -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  # Each line is of the form `foo.o: dependent.h',
+  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
+  # Do two passes, one to just change these to
+  # `$object: dependent.h' and one to simply `dependent.h:'.
+  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process this invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
+    sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+tru64)
+   # The Tru64 compiler uses -MD to generate dependencies as a side
+   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
+   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
+   # dependencies in `foo.d' instead, so we check for that too.
+   # Subdirectories are respected.
+   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
+   test "x$dir" = "x$object" && dir=
+   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+
+   if test "$libtool" = yes; then
+      tmpdepfile1="$dir.libs/$base.lo.d"
+      tmpdepfile2="$dir.libs/$base.d"
+      "$@" -Wc,-MD
+   else
+      tmpdepfile1="$dir$base.o.d"
+      tmpdepfile2="$dir$base.d"
+      "$@" -MD
+   fi
+
+   stat=$?
+   if test $stat -eq 0; then :
+   else
+      rm -f "$tmpdepfile1" "$tmpdepfile2"
+      exit $stat
+   fi
+
+   if test -f "$tmpdepfile1"; then
+      tmpdepfile="$tmpdepfile1"
+   else
+      tmpdepfile="$tmpdepfile2"
+   fi
+   if test -f "$tmpdepfile"; then
+      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
+      # That's a tab and a space in the [].
+      sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+   else
+      echo "#dummy" > "$depfile"
+   fi
+   rm -f "$tmpdepfile"
+   ;;
+
+#nosideeffect)
+  # This comment above is used by automake to tell side-effect
+  # dependency tracking mechanisms from slower ones.
+
+dashmstdout)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  test -z "$dashmflag" && dashmflag=-M
+  # Require at least two characters before searching for `:'
+  # in the target name.  This is to cope with DOS-style filenames:
+  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
+  "$@" $dashmflag |
+    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  tr ' ' '
+' < "$tmpdepfile" | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+dashXmstdout)
+  # This case only exists to satisfy depend.m4.  It is never actually
+  # run, as this mode is specially recognized in the preamble.
+  exit 1
+  ;;
+
+makedepend)
+  "$@" || exit $?
+  # Remove any Libtool call
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+  # X makedepend
+  shift
+  cleared=no
+  for arg in "$@"; do
+    case $cleared in
+    no)
+      set ""; shift
+      cleared=yes ;;
+    esac
+    case "$arg" in
+    -D*|-I*)
+      set fnord "$@" "$arg"; shift ;;
+    # Strip any option that makedepend may not understand.  Remove
+    # the object too, otherwise makedepend will parse it as a source file.
+    -*|$object)
+      ;;
+    *)
+      set fnord "$@" "$arg"; shift ;;
+    esac
+  done
+  obj_suffix="`echo $object | sed 's/^.*\././'`"
+  touch "$tmpdepfile"
+  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  sed '1,2d' "$tmpdepfile" | tr ' ' '
+' | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile" "$tmpdepfile".bak
+  ;;
+
+cpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test $1 != '--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  "$@" -E |
+    sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
+    sed '$ s: \\$::' > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  cat < "$tmpdepfile" >> "$depfile"
+  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+msvisualcpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o,
+  # because we must use -o when running libtool.
+  "$@" || exit $?
+  IFS=" "
+  for arg
+  do
+    case "$arg" in
+    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
+	set fnord "$@"
+	shift
+	shift
+	;;
+    *)
+	set fnord "$@" "$arg"
+	shift
+	shift
+	;;
+    esac
+  done
+  "$@" -E |
+  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::	\1 \\:p' >> "$depfile"
+  echo "	" >> "$depfile"
+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+none)
+  exec "$@"
+  ;;
+
+*)
+  echo "Unknown depmode $depmode" 1>&2
+  exit 1
+  ;;
+esac
+
+exit 0
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
diff --git a/doc/html/changes.html b/doc/html/changes.html
index 34ca455..66118f4 100644
--- a/doc/html/changes.html
+++ b/doc/html/changes.html
@@ -20,6 +20,19 @@ rate, effective population size, recombination rate, maximum likelihood -->
 <P>(<A HREF="overview.html">Previous</A> | <A HREF="index.html">Contents</A>
 | <A HREF="upcoming.html">Next</A>)</P>
 
+<H2> Changes between LAMARC version 2.1.9 and 2.1.8 </h2>
+
+<p><b>BUG FIX:  corrected major divergence bugs.</b>  Attempts
+to infer epoch times produced markedly wrong results.  All runs
+inferring epoch times should be re-run.
+</p>
+
+<p><b>BUG FIX:  spurious migration blocks in single population
+converter runs.</b>  The lam_conv file converter no longer creates
+dysfunctional migration-enabled lamarc XML files when there is only
+one population in the input data.
+</p>
+
 <H2> Changes between LAMARC version 2.1.8 and 2.1.6 </h2>
 
 <p><b>BUG FIX: corrected major migration bug</b>
@@ -491,7 +504,7 @@ to deal with a much wider array of input data.</P>
 | <A HREF="upcoming.html">Next</A>)</P>
 
 <!--
-//$Id: changes.html,v 1.52 2012/05/25 23:28:10 ewalkup Exp $
+//$Id: changes.html,v 1.53 2013/11/08 23:09:53 mkkuhner Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/html/compiling.html b/doc/html/compiling.html
index bcf5cd2..708e131 100644
--- a/doc/html/compiling.html
+++ b/doc/html/compiling.html
@@ -1,5 +1,5 @@
 <!-- header fragment for html documentation -->
-<!--$Id: compiling.html,v 1.36 2012/05/25 23:28:10 ewalkup Exp $ -->
+<!--$Id: compiling.html,v 1.37 2013/11/08 23:09:53 mkkuhner Exp $ -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
@@ -163,8 +163,8 @@ to compile in. This will keep your object files
 from cluttering up a listing of the top level of the distribution.
 
     <pre>
-    tar xfvz lamarc-2.1.8-src.tar.gz
-    cd lamarc-2.1.8
+    tar xfvz lamarc-2.1.9-src.tar.gz
+    cd lamarc-2.1.9
     mkdir release
     cd release
     </pre>
diff --git a/doc/html/converter_cmd.html b/doc/html/converter_cmd.html
index 1fb6031..9761410 100644
--- a/doc/html/converter_cmd.html
+++ b/doc/html/converter_cmd.html
@@ -300,7 +300,7 @@ of the documentation
         <td>dna</td><td colspan=2>DNA data</td></tr>
     <tr><td>snp</td><td colspan=2>SNP data</td></tr>
     <tr><td>kallele</td><td colspan=2>k-allele data</td></tr>
-    <tr><td>microsat</td><td colspan=2>microsattelite data</td></tr>
+    <tr><td>microsat</td><td colspan=2>microsatellite data</td></tr>
 <tr><td rowspan=2><em>marker-proximity</em></td>
         <td>linked</td><td colspan=2>individual data markers likely to be inherited together</td></tr>
     <tr><td>unlinked</td><td colspan=2>individual data markers are independently inherited</td></tr>
@@ -378,7 +378,7 @@ regions, segments, and populations.
         <td>dna</td><td colspan=2>DNA data</td></tr>
     <tr><td>snp</td><td colspan=2>SNP data</td></tr>
     <tr><td>kallele</td><td colspan=2>k-allele data</td></tr>
-    <tr><td>microsat</td><td colspan=2>microsattelite data</td></tr>
+    <tr><td>microsat</td><td colspan=2>microsatellite data</td></tr>
     <tr><td rowspan=2><em>format</em></td>
         <td>migrate</td><td colspan=2>input file is a migrate file</td></tr>
     <tr><td>phylip</td><td colspan=2>input file is a phylip file</td></tr>
@@ -558,7 +558,7 @@ the second chromosome has SNP data with markers at positions 13, 19, 35, 77,
 | <A HREF="xmlinput.html">Next</A>)</P>
 
 <!--
-//$Id: converter_cmd.html,v 1.18 2012/05/14 19:55:38 ewalkup Exp $
+//$Id: converter_cmd.html,v 1.19 2016/04/19 21:01:32 lpsmith Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/html/genetic_map.html b/doc/html/genetic_map.html
index effb8bd..65bbbcb 100644
--- a/doc/html/genetic_map.html
+++ b/doc/html/genetic_map.html
@@ -102,7 +102,7 @@ of spacings.
 However, a set of SNPs count as a 'coherent segment' --
 while we don't know what the sequence is between the
 SNPs, we do know that it doesn't vary.
-Linked microsattelite data is similar -- the number of microsat
+Linked microsatellite data is similar -- the number of microsat
 repeats and their relative locations are relevant, not the sequences
 between them.
 </p>
@@ -351,7 +351,7 @@ in this error:
 <img src="batch_converter/images/lam_conv_chrom3_error_map_position.png" alt="xxx"/>
 
 <p>
-The problem is that we don't know how close together the microsattelite and
+The problem is that we don't know how close together the microsatellite and
 the SNP are. To solve this problem you'll need to edit fields on the 
 segment panels for each coherent segment.
 </p>
@@ -379,7 +379,7 @@ You should now be able to write the Lamarc file.
 | <A HREF="migration_matrix.html">Next</A>)</P>
 
 <!--
-//$Id: genetic_map.html,v 1.12 2011/12/09 17:14:03 jmcgill Exp $
+//$Id: genetic_map.html,v 1.13 2016/04/19 21:01:32 lpsmith Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/html/index.html b/doc/html/index.html
index d3fbf56..0ff55ec 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -31,7 +31,7 @@ University.</P>
 <UL>
 <H3>General:</H3>
 <LI> <A HREF="overview.html">Overview</A></LI>
-<LI> <A HREF="changes.html">Changes in Version 2.1.8</A></LI>
+<LI> <A HREF="changes.html">Changes in Version 2.1.9</A></LI>
 <LI> <A HREF="upcoming.html">Plans for the Future</A></LI>
 <LI> <A HREF="troubleshooting.html">Frequently Asked Questions</A></LI>
 <LI> <A HREF="messages.html">Error and Warning Messages</A></LI>
@@ -90,7 +90,7 @@ University of Washington, Box 355065,
 Seattle, WA  98195-5065,  USA.  Phone: (206) 543-8751, Fax: (206) 543-0754</ADDRESS>
 
 <!--
-//$Id: index.html,v 1.50 2012/05/25 23:28:10 ewalkup Exp $
+//$Id: index.html,v 1.51 2013/11/08 23:09:53 mkkuhner Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/html/mapping.html b/doc/html/mapping.html
index 96c7dd4..7f7e320 100644
--- a/doc/html/mapping.html
+++ b/doc/html/mapping.html
@@ -257,7 +257,7 @@ tag.
 <p>This indicates that the samples "s0" and "s1" belong
 to the same individual and that that individual displays the
 "broken" phenotype.  (If your individuals are named in your data
-input file but do not have sample names, as in migrate-format microsattelite
+input file but do not have sample names, as in migrate-format microsatellite
 data, you do not need to provide extra sample names here.)</P>
 
 <p>
@@ -458,7 +458,7 @@ better visualize your results.</p>
 <A HREF="compiling.html">Next</A>)</P>
 
 <!--
-//$Id: mapping.html,v 1.22 2011/06/23 21:00:36 jmcgill Exp $
+//$Id: mapping.html,v 1.23 2016/04/19 21:01:32 lpsmith Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/html/menu.html b/doc/html/menu.html
index a27fd20..1750555 100644
--- a/doc/html/menu.html
+++ b/doc/html/menu.html
@@ -609,7 +609,8 @@ force </A></H4>
 <p>
 The only value that can be edited in Divergence is 
 Epoch Boundary Time (scaled by the mutation rate) of each Divergence event.  You can
-set starting values, priors, etc. for these as usual.  However, if you wish 
+set starting values and priors for these as usual.  There are no
+constraints available for these parameters.  If you wish 
 to redefine the Ancestor/Descendent relationships you need to either return to the <A HREF="converter.html">file converter</A> or edit the input file XML.
 </p>
 
@@ -628,7 +629,7 @@ for starting values are not available for cases with divergence.
 <H4> Options common to all Force submenus </H4>
 
 <P> Three options are available on all Forces submenus (except
-for Trait mapping), and they all behave
+for Trait mapping and Divergence), and they all behave
 in the same fashion.  Constraints allow you to hold parameters constant or
 constrain them to be equal to other parameters.  Profiling affects the
 reported support intervals around the estimates (and can affect how long it
@@ -662,7 +663,9 @@ values to zero).</P>
 <P> In general, a LAMARC run with constraints will be somewhat faster than
 one without, since fewer parameters have to be estimated.  This can be
 particularly helpful for complex systems where you already have some
-information, and are interested in estimating just a few parameters. </P>
+information, and are interested in estimating just a few parameters. 
+Unfortunately, constraints are not available at this time for the
+Epoch Boundary Time parameters.</P>
 
 <P> Select 'C' to go to the Constraints sub-menu for any force.  To change
 the constraint on a particular parameter, enter that parameter's menu index
@@ -1173,7 +1176,7 @@ to change the displayed settings. </P>
 HREF="index.html">Contents</A> | <A HREF="regions.html">Next</A>)</P>
 
 <!--
-//$Id: menu.html,v 1.51 2013/11/07 22:46:06 mkkuhner Exp $
+//$Id: menu.html,v 1.52 2013/11/08 23:09:53 mkkuhner Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/html/panels.html b/doc/html/panels.html
index 1ab11bf..b5b71b7 100644
--- a/doc/html/panels.html
+++ b/doc/html/panels.html
@@ -108,9 +108,9 @@ results are highly dependent on having accurate panel size information. Therefor
 <b>Do Not Estimate The Count!</b> You cannot perform an accurate coalescent
 analysis on your data.</p>
 <li><p>If your panel SNPs are limited to positions which met a Minor Allele Frequency 
-(MAF) cutoff, your panel size must be adjusted to compensate for this effect. Please
-email us at <A HREF="mailto:lamarc at u.washington.edu">lamarc at u.washington.edu</A>
-for help with this calculation.
+(MAF) cutoff, your panel size must be adjusted to compensate for this effect. The
+procedure is described in McGill, Walkup and Kuhner, Genetics 193(4): 1185-1196
+(2013).  We are happy to help with this correction on email request.
 </p>
 </ul>
 
@@ -157,7 +157,7 @@ for an example.
 <A HREF="converter_cmd.html">Next</A>)</P>
 
 <!--
-//$Id: panels.html,v 1.7 2012/05/29 18:59:45 ewalkup Exp $
+//$Id: panels.html,v 1.8 2014/09/08 21:05:23 mkkuhner Exp $
 -->
 </BODY>
 </HTML>
diff --git a/doc/pipeline.txt b/doc/pipeline.txt
new file mode 100644
index 0000000..80a909a
--- /dev/null
+++ b/doc/pipeline.txt
@@ -0,0 +1,235 @@
+//$Id: pipeline.txt,v 1.5 2016/04/20 23:58:27 lpsmith Exp $
+
+Instructions for compiling lamarc and lam_conv for all major
+platforms, tested December 2013, revised September 2014.
+
+******
+On Linux (tested on two Ubuntu 64-bit machines):
+
+cvs checkout of lamarc
+cd into lamarc
+make a directory buildwxopt for wxWidgets build
+cd into buildwxopt
+configure using the following:
+../configure --enable-buildwx
+(this defaults to 2.8.12)
+go back up to lamarc
+make a directory opt for lamarc build
+cd into opt
+build lamarc and lam_conv using the following configuration:
+../configure --with-wx-config=../buildwxopt/wxWidgets-2.8.12/wx-config --no-create --no-recursion
+make
+
+This creates executables lamarc and lam_conv.  Put them in a directory whose name
+is the release name (e.g. lamarc-2.1.9-Linux-i686-gtk).  Tar that directory
+using tar cvzf to produce a gzipped tar file which will by default end in .tgz.
+Put that on the web site in /felsenstein/www/html/downloads.  Make the linux
+entry in lamarc_downloads.html point to it.  Note:  doing tar followed by
+gzip and renaming the result to .tgz is NOT equivalent!
+
+Note 9/2014:  We had to add -lX11 to the Makefile to make this compile
+on recent gcc.  Unfortunately this does not work for any other platform
+(including Windows cross-compiles on Linux) and has to be edited out again
+before trying those compiles.  We'll try to make it conditional but have
+not yet succeeded.
+
+(What did not work:  The Sanity scripts that are supposed to do this
+automatically.)
+
+******
+
+On MacOSX:
+
+As of 4/2016, we successfully compiled wxWidgets again, after having 
+lost that ability.  Yay!  See wx-osx-notes.txt for compiling that.
+
+If gcc and/or cvs are missing, they may be available through the XCode 
+Tools (install XCode Command Line Tools).  If you want a version of 
+XCode for your current OS, but that OS is not the latest, you can still 
+get the older versions, but you'll have to sign in as a Mac developer to 
+get them.  See https://developer.apple.com/xcode/download/, and scroll 
+down to 'additional tools'.  Not only do you need to install XCode, but 
+you'll also need to install the 'Command Line Tools' to get the full 
+package of what we need for lamarc.
+
+To install CVS, the simplest method I found was to install 'brew', and 
+using that to install CVS.  Once 'brew' was up and running:
+
+  brew install cvs 
+
+worked like a charm.
+
+On kolmogorov:
+
+Makefile.am has been modified to automatically set the macosx minimum 
+version to 10.7, so 'configure' no longer needs to do this.  It does 
+mean that Makefile.am will need to be updated in the future if this 
+minimum version changes.
+
+It is possible to use the flags '--disable-unicode' and 
+'--disable-shared', but it is unclear why they were being used in the 
+first place.  Lamarc and lam_conv seem to work OK without them.  Ditto 
+'--with-osx-cocoa' and '--with-macosx-sdk'.  As of right now, this will 
+work:
+
+cvs checkout of lamarc
+cd into lamarc
+make directory opt
+cd into opt
+  export WX_INSTALL=/Users/lpsmith/wxWidgets-3.1.0
+  ../configure  --with-wx-config=${WX_INSTALL}/opt/wx-config
+  make
+
+If things go wrong, try adding in some of the older options that seem to 
+used to be required:
+
+  export WX_INSTALL=/Users/lpsmith/wxWidgets-3.1.0
+  ../configure --disable-unicode --disable-shared \
+      --with-osx_cocoa \
+      --with-macosx-version-min=10.7 \
+      --with-macosx-sdk=/Developer/SDKs/MacOSX10.7.sdk \
+      --with-wx-config=${WX_INSTALL}/opt/wx-config
+
+(It should no longer be necessary to edit out '-lX11' from the generated 
+Makefile; this is now handled in Makefile.am)
+
+This produces an apparently useless lamarc and lam_conv, plus
+lamarc.app and lam_conv.app directories which are what you actually
+want.
+
+Put lamarc.app and lam_conv.app into a directory named for the 
+release, such as lamarc-2.1.9.  (Don't add suffix "-osx" as the
+script does this automatically.)
+
+Remove any directories named "build" before running this script.
+Run the script buildDmg.sh (it can be found in lamarc/scripts/):
+
+buildDmg.sh <name of directory with the .apps in it>
+
+This will create a "build" directory containing a .dmg file.
+Transfer this .dmg to a DIFFERENT Mac and test both clickability
+and command-line runnability (use "open" to run on command
+line).  Be sure to test lam_conv as it is the more vulnerable
+of the two, and always use a different Mac than the one you
+compiled on.
+
+(What did not work:  
+
+any attempts to make universal binaries
+)
+
+******
+
+On MSW:
+
+We installed mingw32 on griffiths.gs using instructions on its
+web site.  Hopefully this doesn't need to be done again.
+
+make a clean cvs checkout of lamarc on griffiths
+
+** make wxwidgets
+NOTE:  If you previously did a 32 bit install be sure to do
+ALL OF THIS again.  Also, if you are using a pre-existing directory
+you must do "make distclean" before proceeding.  "make clean" is
+not enough.  This applies to both wxWidgets and Lamarc.
+
+cd to ~mkkuhner/src/wxWidgets/wxWidgets-3.0.0
+make a directory msw-64
+  export HOST_TYPE=x86_64-w64-mingw32
+  export WX_INSTALL_LOC=$HOME/wx-libs
+
+  ../configure --disable-shared --with-libtiff=builtin \
+      --host=$HOST_TYPE \
+      --prefix=$WX_INSTALL_LOC
+  make
+  make install
+
+** make lamarc
+cd back to lamarc
+make a directory msw
+cd into msw
+  ../configure --host=$HOST_TYPE \
+        --with-wx-config=$WX_INSTALL_LOC/wxMSW/bin/wx-config
+edit Makefile to remove two references to -lX11
+  make
+
+this will create lamarc.exe and lam_conv.exe
+put them into a directory whose name is the version name, such as
+lamarc-2.1.9-Windows.
+tar this directory using tar -cvf (don't compress it)
+transfer this file to a Windows machine; put it on the Desktop
+right-click on it and select 7-zip > extract files
+change "location to extract" to the Desktop (otherwise you get a spurious
+  level of indirection)
+right click on the resulting folder (not the tar file!)
+choose 7-zip > add to archive and make a .zip file
+
+(What did not work: trying to compile any version of wxWidgets on 
+our Windows box either with mingw or cygwin; cross-compiling on lamarc.gs--
+probably due to wrong "modules" commands.)
+
+***
+
+On MSW for 32-bit target:
+
+NOTE:  If you previously did a 64 bit install be sure to do
+ALL OF THIS again.  Also, if you are using a pre-existing directory
+you must do "make distclean" before proceeding.  "make clean" is
+not enough.  This applies to both wxWidgets and Lamarc.
+
+make a clean cvs checkout of lamarc on griffiths
+
+make wxwidgets:
+
+cd into ~mkkuhner/src/wxWidgets/wxWidgets-3.0.0
+make a directory msw-32
+cd into it
+export HOST_TYPE=i686-w64-mingw32
+(yes, w64 even for 32-bit builds)
+export WX_INSTALL_LOC=$HOME/wx-libs32
+
+  ../configure --disable-shared --with-libtiff=builtin \
+      --host=$HOST_TYPE \
+      --prefix=$WX_INSTALL_LOC
+  make
+  make install
+
+cd back to lamarc
+make a directory msw
+cd into msw
+  ../configure --host=$HOST_TYPE \
+        --with-wx-config=$WX_INSTALL_LOC/bin/wx-config
+edit Makefile to remove two references to -lX11
+  make
+
+this will create lamarc.exe and lam_conv.exe
+put them into a directory whose name is the version name, such as
+lamarc-2.1.9-Win32.
+tar this directory using tar -cvf (don't compress it)
+transfer this file to a Windows machine; put it on the Desktop
+right-click on it and select 7-zip > extract files
+change "location to extract" to the Desktop (otherwise you get a spurious
+  level of indirection)
+right click on the resulting folder (not the tar file!)
+choose 7-zip > add to archive and make a .zip file
+
+WARNING:  I don't see why this recipe would produce a 32-bit compile,
+and I don't have a 32-bit machine to test it on, so it must be
+regarded with suspicion!
+
+(What did not work: trying to compile any version of wxWidgets on 
+our Windows box either with mingw or cygwin; cross-compiling on lamarc.gs--
+probably due to wrong "modules" commands.)
+
+***
+
+Everywhere:
+
+Transfer the files to evolution.gs.washington.edu (to get them off
+the Windows machine, try Dropbox).
+
+The Lamarc web pages are at:
+/felsenstein/www/html/lamarc/
+
+You will need to edit index.html to describe the new release, and
+lamarc_download.html to point to the new executables.
diff --git a/doc/wx-osx-notes.txt b/doc/wx-osx-notes.txt
index cf479c2..366d142 100644
--- a/doc/wx-osx-notes.txt
+++ b/doc/wx-osx-notes.txt
@@ -1,3 +1,55 @@
+UPDATE, 4/19/2016, Lucian Smith 
+
+Based on the most recent behavior of wxwidgets on the mac, it looks like the Mac operating system 
+itself is a moving target, enough so that it seems like only the most recent version of wxwidgets will 
+work on it.  As a result, we recommend that you get the most recent version of wxwidgets, compile it 
+for the mac, and then use that, every time a new version of lam_conv for the mac is needed.
+
+Here's what worked in April of 2016 for OSX 10.10:
+
+* Fetched version 3.1.0 from wxwidgets.org
+* untarr'ed to wxWidgets-3.1.0/
+* cd wxWidgets-3.1.0/
+* mkdir build
+* cd build
+* ../configure --disable-shared --with-cocoa --with-macosx-version-min=10.7 
+* make
+
+To make sure things worked, you can then:
+* cd samples/minimal/
+* make
+* open minimal.app
+
+(see https://forums.wxwidgets.org/viewtopic.php?t=41965)
+
+Then when you configure lamarc, point it to the newly-built wx-config:
+
+* cd lamarc/build/
+* ../configure --with-wx-config=../../wxWidgets-3.1.0/build/wx-config
+
+And that will hopefully work!
+
+If wxwidgets stops supporting 10.7, you'll need to update to 10.8 or whatever, and then make a 
+corresponding change to Makefile.am: wherever you see '-mmacosx-version-min=10.7', change that to 
+10.8.  It might also be necessary to change how tinyxml is linked: when I added that line when 
+compiling it, this caused X11 to no longer be used, and it couldn't be found--this explains the lines 
+in Makefile.am:
+
+lam_conv_LDADD          = @WX_LIBS@
+if LAMARC_APP_OSX
+   lam_conv_LDADD      += libtinyxml.a 
+else
+   lam_conv_LDADD      += -lX11 libtinyxml.a 
+endif
+
+So, if X11 starts being used again, re-add it to the osx-specific line.
+
+
+
+
+
+ORIGINAL TEXT, from 2012 (Elizabeth Walkup):
+
 This file is supposed to live here:
 
     malecot.gs.washington.edu:/Users/Shared/wxWidgets/wx-osx-notes.txt
diff --git a/firstLinuxBuild.sh b/firstLinuxBuild.sh
new file mode 100755
index 0000000..f22309d
--- /dev/null
+++ b/firstLinuxBuild.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+scriptdir=`dirname $0`
+exec ${scriptdir}/scripts/build.sh --autotools --x11 --enable-debug
diff --git a/install-sh b/install-sh
new file mode 100755
index 0000000..77bc381
--- /dev/null
+++ b/install-sh
@@ -0,0 +1,316 @@
+#!/bin/sh
+# install - install a program, script, or datafile
+
+scriptversion=2004-02-15.20
+
+# This originates from X11R5 (mit/util/scripts/install.sh), which was
+# later released in X11R6 (xc/config/util/install.sh) with the
+# following copyright and license.
+#
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+# FSF changes to this file are in the public domain.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# `make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.  It can only install one file at a time, a restriction
+# shared with many OS's install programs.
+
+# set DOITPROG to echo to test this script
+
+# Don't use :- since 4.3BSD and earlier shells don't like it.
+doit="${DOITPROG-}"
+
+# put in absolute paths if you don't have them in your path; or use env. vars.
+
+mvprog="${MVPROG-mv}"
+cpprog="${CPPROG-cp}"
+chmodprog="${CHMODPROG-chmod}"
+chownprog="${CHOWNPROG-chown}"
+chgrpprog="${CHGRPPROG-chgrp}"
+stripprog="${STRIPPROG-strip}"
+rmprog="${RMPROG-rm}"
+mkdirprog="${MKDIRPROG-mkdir}"
+
+transformbasename=
+transform_arg=
+instcmd="$mvprog"
+chmodcmd="$chmodprog 0755"
+chowncmd=
+chgrpcmd=
+stripcmd=
+rmcmd="$rmprog -f"
+mvcmd="$mvprog"
+src=
+dst=
+dir_arg=
+
+usage="Usage: $0 [OPTION]... SRCFILE DSTFILE
+   or: $0 [OPTION]... SRCFILES... DIRECTORY
+   or: $0 -d DIRECTORIES...
+
+In the first form, install SRCFILE to DSTFILE, removing SRCFILE by default.
+In the second, create the directory path DIR.
+
+Options:
+-b=TRANSFORMBASENAME
+-c         copy source (using $cpprog) instead of moving (using $mvprog).
+-d         create directories instead of installing files.
+-g GROUP   $chgrp installed files to GROUP.
+-m MODE    $chmod installed files to MODE.
+-o USER    $chown installed files to USER.
+-s         strip installed files (using $stripprog).
+-t=TRANSFORM
+--help     display this help and exit.
+--version  display version info and exit.
+
+Environment variables override the default commands:
+  CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
+"
+
+while test -n "$1"; do
+  case $1 in
+    -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
+        shift
+        continue;;
+
+    -c) instcmd=$cpprog
+        shift
+        continue;;
+
+    -d) dir_arg=true
+        shift
+        continue;;
+
+    -g) chgrpcmd="$chgrpprog $2"
+        shift
+        shift
+        continue;;
+
+    --help) echo "$usage"; exit 0;;
+
+    -m) chmodcmd="$chmodprog $2"
+        shift
+        shift
+        continue;;
+
+    -o) chowncmd="$chownprog $2"
+        shift
+        shift
+        continue;;
+
+    -s) stripcmd=$stripprog
+        shift
+        continue;;
+
+    -t=*) transformarg=`echo $1 | sed 's/-t=//'`
+        shift
+        continue;;
+
+    --version) echo "$0 $scriptversion"; exit 0;;
+
+    *)  # When -d is used, all remaining arguments are directories to create.
+	test -n "$dir_arg" && break
+        # Otherwise, the last argument is the destination.  Remove it from $@.
+	for arg
+	do
+          if test -n "$dstarg"; then
+	    # $@ is not empty: it contains at least $arg.
+	    set fnord "$@" "$dstarg"
+	    shift # fnord
+	  fi
+	  shift # arg
+	  dstarg=$arg
+	done
+	break;;
+  esac
+done
+
+if test -z "$1"; then
+  if test -z "$dir_arg"; then
+    echo "$0: no input file specified." >&2
+    exit 1
+  fi
+  # It's OK to call `install-sh -d' without argument.
+  # This can happen when creating conditional directories.
+  exit 0
+fi
+
+for src
+do
+  # Protect names starting with `-'.
+  case $src in
+    -*) src=./$src ;;
+  esac
+
+  if test -n "$dir_arg"; then
+    dst=$src
+    src=
+
+    if test -d "$dst"; then
+      instcmd=:
+      chmodcmd=
+    else
+      instcmd=$mkdirprog
+    fi
+  else
+    # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
+    # might cause directories to be created, which would be especially bad
+    # if $src (and thus $dsttmp) contains '*'.
+    if test ! -f "$src" && test ! -d "$src"; then
+      echo "$0: $src does not exist." >&2
+      exit 1
+    fi
+
+    if test -z "$dstarg"; then
+      echo "$0: no destination specified." >&2
+      exit 1
+    fi
+
+    dst=$dstarg
+    # Protect names starting with `-'.
+    case $dst in
+      -*) dst=./$dst ;;
+    esac
+
+    # If destination is a directory, append the input filename; won't work
+    # if double slashes aren't ignored.
+    if test -d "$dst"; then
+      dst=$dst/`basename "$src"`
+    fi
+  fi
+
+  # This sed command emulates the dirname command.
+  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
+
+  # Make sure that the destination directory exists.
+
+  # Skip lots of stat calls in the usual case.
+  if test ! -d "$dstdir"; then
+    defaultIFS='
+	 '
+    IFS="${IFS-$defaultIFS}"
+
+    oIFS=$IFS
+    # Some sh's can't handle IFS=/ for some reason.
+    IFS='%'
+    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
+    IFS=$oIFS
+
+    pathcomp=
+
+    while test $# -ne 0 ; do
+      pathcomp=$pathcomp$1
+      shift
+      if test ! -d "$pathcomp"; then
+        $mkdirprog "$pathcomp" || lasterr=$?
+	# mkdir can fail with a `File exist' error in case several
+	# install-sh are creating the directory concurrently.  This
+	# is OK.
+	test ! -d "$pathcomp" && { (exit ${lasterr-1}); exit; }
+      fi
+      pathcomp=$pathcomp/
+    done
+  fi
+
+  if test -n "$dir_arg"; then
+    $doit $instcmd "$dst" \
+      && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
+      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
+      && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
+      && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
+
+  else
+    # If we're going to rename the final executable, determine the name now.
+    if test -z "$transformarg"; then
+      dstfile=`basename "$dst"`
+    else
+      dstfile=`basename "$dst" $transformbasename \
+               | sed $transformarg`$transformbasename
+    fi
+
+    # don't allow the sed command to completely eliminate the filename.
+    test -z "$dstfile" && dstfile=`basename "$dst"`
+
+    # Make a couple of temp file names in the proper directory.
+    dsttmp=$dstdir/_inst.$$_
+    rmtmp=$dstdir/_rm.$$_
+
+    # Trap to clean up those temp files at exit.
+    trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
+    trap '(exit $?); exit' 1 2 13 15
+
+    # Move or copy the file name to the temp name
+    $doit $instcmd "$src" "$dsttmp" &&
+
+    # and set any options; do chmod last to preserve setuid bits.
+    #
+    # If any of these fail, we abort the whole thing.  If we want to
+    # ignore errors from any of these, just make sure not to ignore
+    # errors from the above "$doit $instcmd $src $dsttmp" command.
+    #
+    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
+      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
+      && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
+      && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
+
+    # Now remove or move aside any old file at destination location.  We
+    # try this two ways since rm can't unlink itself on some systems and
+    # the destination file might be busy for other reasons.  In this case,
+    # the final cleanup might fail but the new file should still install
+    # successfully.
+    {
+      if test -f "$dstdir/$dstfile"; then
+        $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
+        || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
+        || {
+	  echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
+	  (exit 1); exit
+        }
+      else
+        :
+      fi
+    } &&
+
+    # Now rename the file to the real destination.
+    $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
+  fi || { (exit 1); exit; }
+done
+
+# The final little trick to "correctly" pass the exit status to the exit trap.
+{
+  (exit 0); exit
+}
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
diff --git a/makedebug.sh b/makedebug.sh
new file mode 100755
index 0000000..f3978ab
--- /dev/null
+++ b/makedebug.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+#This script requires that you have 'wx-config' in your path somewhere.  For
+# example, if you're on darwin and want to use sanity's version, you can
+# put ~sanity/wxLibs/bin/ in your path.
+#
+# Also note that if your makefiles are not working, you may need to start 
+# from scratch, with:
+#
+# aclocal
+# autoconf
+# automake
+#
+# (in this directory) before running this script.
+
+if [ ! -r debug/Makefile ]; then
+    mkdir -p debug
+    cd debug
+    ../configure --enable-debug --enable-gui
+    cd ..
+fi
+cd debug
+make lamarc && cp -f lamarc .. && echo 'lamarc updated to the debug version.'
+make lam_conv && cp -f lam_conv .. && echo 'lam_conv updated to the debug version.'
+make old_lam_conv && cp -f old_lam_conv .. && echo 'old_lam_conv updated to the debug version.'
+
diff --git a/makegcov.sh b/makegcov.sh
new file mode 100755
index 0000000..fcf660f
--- /dev/null
+++ b/makegcov.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+#This script requires that you have 'wx-config' in your path somewhere.  For
+# example, if you're on darwin and want to use sanity's version, you can
+# put ~sanity/wxLibs/bin/ in your path.
+
+if [ ! -r gcov/Makefile ]; then
+    mkdir -p gcov
+    cd gcov
+    ../configure --enable-debug --enable-gcov --enable-gui
+    cd ..
+fi
+cd gcov
+make && echo 'Executables updated in the gcov directory--cd gcov to run.'
diff --git a/makeopt.sh b/makeopt.sh
new file mode 100755
index 0000000..d6928f9
--- /dev/null
+++ b/makeopt.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+#This script requires that you have 'wx-config' in your path somewhere.  For
+# example, if you're on darwin and want to use sanity's version, you can
+# put ~sanity/wxLibs/bin/ in your path.
+
+if [ ! -r opt/Makefile ]; then
+    mkdir -p opt
+    cd opt
+    ../configure --enable-gui
+    cd ..
+fi
+cd opt
+make lamarc && cp -f lamarc .. && echo 'lamarc updated to the optimized version.'
+make lam_conv && cp -f lam_conv .. && echo 'lam_conv updated to the optimized version.'
+make old_lam_conv && cp -f old_lam_conv .. && echo 'old_lam_conv updated to the optimized version.'
+
diff --git a/missing b/missing
new file mode 100755
index 0000000..e7ef83a
--- /dev/null
+++ b/missing
@@ -0,0 +1,360 @@
+#! /bin/sh
+# Common stub for a few missing GNU programs while installing.
+
+scriptversion=2003-09-02.23
+
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 
+#   Free Software Foundation, Inc.
+# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
+
+# 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.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+if test $# -eq 0; then
+  echo 1>&2 "Try \`$0 --help' for more information"
+  exit 1
+fi
+
+run=:
+
+# In the cases where this matters, `missing' is being run in the
+# srcdir already.
+if test -f configure.ac; then
+  configure_ac=configure.ac
+else
+  configure_ac=configure.in
+fi
+
+msg="missing on your system"
+
+case "$1" in
+--run)
+  # Try to run requested program, and just exit if it succeeds.
+  run=
+  shift
+  "$@" && exit 0
+  # Exit code 63 means version mismatch.  This often happens
+  # when the user try to use an ancient version of a tool on
+  # a file that requires a minimum version.  In this case we
+  # we should proceed has if the program had been absent, or
+  # if --run hadn't been passed.
+  if test $? = 63; then
+    run=:
+    msg="probably too old"
+  fi
+  ;;
+esac
+
+# If it does not exist, or fails to run (possibly an outdated version),
+# try to emulate it.
+case "$1" in
+
+  -h|--h|--he|--hel|--help)
+    echo "\
+$0 [OPTION]... PROGRAM [ARGUMENT]...
+
+Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+error status if there is no known handling for PROGRAM.
+
+Options:
+  -h, --help      display this help and exit
+  -v, --version   output version information and exit
+  --run           try to run the given command, and emulate it if it fails
+
+Supported PROGRAM values:
+  aclocal      touch file \`aclocal.m4'
+  autoconf     touch file \`configure'
+  autoheader   touch file \`config.h.in'
+  automake     touch all \`Makefile.in' files
+  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
+  flex         create \`lex.yy.c', if possible, from existing .c
+  help2man     touch the output file
+  lex          create \`lex.yy.c', if possible, from existing .c
+  makeinfo     touch the output file
+  tar          try tar, gnutar, gtar, then tar without non-portable flags
+  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
+
+Send bug reports to <bug-automake at gnu.org>."
+    ;;
+
+  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
+    echo "missing $scriptversion (GNU Automake)"
+    ;;
+
+  -*)
+    echo 1>&2 "$0: Unknown \`$1' option"
+    echo 1>&2 "Try \`$0 --help' for more information"
+    exit 1
+    ;;
+
+  aclocal*)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
+         to install the \`Automake' and \`Perl' packages.  Grab them from
+         any GNU archive site."
+    touch aclocal.m4
+    ;;
+
+  autoconf)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`${configure_ac}'.  You might want to install the
+         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
+         archive site."
+    touch configure
+    ;;
+
+  autoheader)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
+         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
+         from any GNU archive site."
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
+    test -z "$files" && files="config.h"
+    touch_files=
+    for f in $files; do
+      case "$f" in
+      *:*) touch_files="$touch_files "`echo "$f" |
+				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
+      *) touch_files="$touch_files $f.in";;
+      esac
+    done
+    touch $touch_files
+    ;;
+
+  automake*)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
+         You might want to install the \`Automake' and \`Perl' packages.
+         Grab them from any GNU archive site."
+    find . -type f -name Makefile.am -print |
+	   sed 's/\.am$/.in/' |
+	   while read f; do touch "$f"; done
+    ;;
+
+  autom4te)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is needed, but is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.
+         You can get \`$1' as part of \`Autoconf' from any GNU
+         archive site."
+
+    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
+    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo "#! /bin/sh"
+	echo "# Created by GNU Automake missing as a replacement of"
+	echo "#  $ $@"
+	echo "exit 0"
+	chmod +x $file
+	exit 1
+    fi
+    ;;
+
+  bison|yacc)
+    echo 1>&2 "\
+WARNING: \`$1' $msg.  You should only need it if
+         you modified a \`.y' file.  You may need the \`Bison' package
+         in order for those modifications to take effect.  You can get
+         \`Bison' from any GNU archive site."
+    rm -f y.tab.c y.tab.h
+    if [ $# -ne 1 ]; then
+        eval LASTARG="\${$#}"
+	case "$LASTARG" in
+	*.y)
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" y.tab.c
+	    fi
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" y.tab.h
+	    fi
+	  ;;
+	esac
+    fi
+    if [ ! -f y.tab.h ]; then
+	echo >y.tab.h
+    fi
+    if [ ! -f y.tab.c ]; then
+	echo 'main() { return 0; }' >y.tab.c
+    fi
+    ;;
+
+  lex|flex)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.l' file.  You may need the \`Flex' package
+         in order for those modifications to take effect.  You can get
+         \`Flex' from any GNU archive site."
+    rm -f lex.yy.c
+    if [ $# -ne 1 ]; then
+        eval LASTARG="\${$#}"
+	case "$LASTARG" in
+	*.l)
+	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
+	    if [ -f "$SRCFILE" ]; then
+	         cp "$SRCFILE" lex.yy.c
+	    fi
+	  ;;
+	esac
+    fi
+    if [ ! -f lex.yy.c ]; then
+	echo 'main() { return 0; }' >lex.yy.c
+    fi
+    ;;
+
+  help2man)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+	 you modified a dependency of a manual page.  You may need the
+	 \`Help2man' package in order for those modifications to take
+	 effect.  You can get \`Help2man' from any GNU archive site."
+
+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    if test -z "$file"; then
+	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
+    fi
+    if [ -f "$file" ]; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo ".ab help2man is required to generate this page"
+	exit 1
+    fi
+    ;;
+
+  makeinfo)
+    if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
+       # We have makeinfo, but it failed.
+       exit 1
+    fi
+
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.texi' or \`.texinfo' file, or any other file
+         indirectly affecting the aspect of the manual.  The spurious
+         call might also be the consequence of using a buggy \`make' (AIX,
+         DU, IRIX).  You might want to install the \`Texinfo' package or
+         the \`GNU make' package.  Grab either from any GNU archive site."
+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    if test -z "$file"; then
+      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
+      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
+    fi
+    touch $file
+    ;;
+
+  tar)
+    shift
+    if test -n "$run"; then
+      echo 1>&2 "ERROR: \`tar' requires --run"
+      exit 1
+    fi
+
+    # We have already tried tar in the generic part.
+    # Look for gnutar/gtar before invocation to avoid ugly error
+    # messages.
+    if (gnutar --version > /dev/null 2>&1); then
+       gnutar "$@" && exit 0
+    fi
+    if (gtar --version > /dev/null 2>&1); then
+       gtar "$@" && exit 0
+    fi
+    firstarg="$1"
+    if shift; then
+	case "$firstarg" in
+	*o*)
+	    firstarg=`echo "$firstarg" | sed s/o//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+	case "$firstarg" in
+	*h*)
+	    firstarg=`echo "$firstarg" | sed s/h//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+    fi
+
+    echo 1>&2 "\
+WARNING: I can't seem to be able to run \`tar' with the given arguments.
+         You may want to install GNU tar or Free paxutils, or check the
+         command line arguments."
+    exit 1
+    ;;
+
+  *)
+    echo 1>&2 "\
+WARNING: \`$1' is needed, and is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.  Check the \`README' file,
+         it often tells you about the needed prerequisites for installing
+         this package.  You may also peek at any GNU archive site, in case
+         some other package would contain this missing \`$1' program."
+    exit 1
+    ;;
+esac
+
+exit 0
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-end: "$"
+# End:
diff --git a/projects/macos/MacOSPrefix.h b/projects/macos/MacOSPrefix.h
new file mode 100644
index 0000000..d8c66a0
--- /dev/null
+++ b/projects/macos/MacOSPrefix.h
@@ -0,0 +1,37 @@
+
+
+/*
+ *	MacOSPrefix.h		(c) 2000 Zero-Knowledge Systems, Inc.
+ *	
+ *	$Id: MacOSPrefix.h,v 1.2 2004/08/04 21:57:41 lpsmith Exp $
+ *	
+ *	General-purpose CodeWarrior prefix file, for release builds
+ *	
+ */
+
+#define TIXML_USE_STL
+
+#define NDEBUG	1
+#undef _DEBUG
+
+#if !defined(Rez)
+#	define FREEDOM_PRODUCTION_BUILD	"FREEDOM BUILD ("__DATE__", "__TIME__")"
+#endif
+
+#if defined(__MWERKS__) && !defined(Rez)
+	/* CodeWarrior */
+#	if __POWERPC__
+		/* PowerPC compiler */
+#		pragma traceback off 
+#	elif __MC68K__
+		/* Motorola 680x0 compiler */
+#		pragma macsbug off 
+#	endif
+#endif
+
+/* we want the <stdint.h> macros, even with C++ */
+#define __STDC_LIMIT_MACROS	1
+
+/* strip out patented stuff in OpenSSL */
+#define NO_IDEA
+#define NO_RC5
diff --git a/projects/macos/MacOSPrefixDebug.h b/projects/macos/MacOSPrefixDebug.h
new file mode 100644
index 0000000..d390358
--- /dev/null
+++ b/projects/macos/MacOSPrefixDebug.h
@@ -0,0 +1,68 @@
+
+
+
+
+/*
+
+ *	MacOSPrefix.h		(c) 2000 Zero-Knowledge Systems, Inc.
+
+ *	
+
+ *	$Id: MacOSPrefixDebug.h,v 1.2 2004/08/04 21:57:41 lpsmith Exp $
+
+ *	
+
+ *	General-purpose CodeWarrior prefix file, for release builds
+
+ *	
+
+ */
+
+
+
+#define TIXML_USE_STL
+
+
+
+#if !defined(Rez)
+
+#	define FREEDOM_PRODUCTION_BUILD	"FREEDOM BUILD ("__DATE__", "__TIME__")"
+
+#endif
+
+
+
+#if defined(__MWERKS__) && !defined(Rez)
+
+	/* CodeWarrior */
+
+#	if __POWERPC__
+
+		/* PowerPC compiler */
+
+#		pragma traceback off 
+
+#	elif __MC68K__
+
+		/* Motorola 680x0 compiler */
+
+#		pragma macsbug off 
+
+#	endif
+
+#endif
+
+
+
+/* we want the <stdint.h> macros, even with C++ */
+
+#define __STDC_LIMIT_MACROS	1
+
+
+
+/* strip out patented stuff in OpenSSL */
+
+#define NO_IDEA
+
+#define NO_RC5
+
diff --git a/projects/macos/carb.r b/projects/macos/carb.r
new file mode 100644
index 0000000..a0f51c0
--- /dev/null
+++ b/projects/macos/carb.r
@@ -0,0 +1,18 @@
+/*
+ *  Permit this Carbon application to launch on OS X
+ *
+ *  Copyright � 1997-2002 Metrowerks Corporation.  All Rights Reserved.
+ *
+ *  Questions and comments to:
+ *       <mailto:support at metrowerks.com>
+ *       <http://www.metrowerks.com/>
+ */
+
+
+/*----------------------------carb � Carbon on OS X launch information --------------------------*/
+type 'carb' {
+};
+
+
+resource 'carb'(0) {
+};
\ No newline at end of file
diff --git a/projects/macos/lam_conv make b/projects/macos/lam_conv make
new file mode 100644
index 0000000..97f4a7e
Binary files /dev/null and b/projects/macos/lam_conv make differ
diff --git a/projects/macos/lamarc make b/projects/macos/lamarc make
new file mode 100644
index 0000000..b97d154
Binary files /dev/null and b/projects/macos/lamarc make differ
diff --git a/projects/macos/make_mwerks.pl b/projects/macos/make_mwerks.pl
new file mode 100755
index 0000000..aaec6ee
--- /dev/null
+++ b/projects/macos/make_mwerks.pl
@@ -0,0 +1,171 @@
+#!/usr/bin/perl
+
+## constant strings, not expected to change 
+$templateFile           = "projects/macos/mwerks_xml_template";
+$fromXmlToTop           = "../../";
+$cr                     = "\n";
+
+$matchesHeaderFiles     = "\\\.h\$";
+$matchesSourceFiles     = "\\\.cpp\$";
+$matchesResourceFiles   = "\\\.ico\$";
+
+## prints out one user search path
+sub makeSearchPath
+{
+    my($localPath) = @_;
+
+    my($path) = $fromXmlToTop.$localPath;
+
+    printf "                    <SETTING>$cr";
+    printf "                        <SETTING><NAME>SearchPath</NAME>$cr";
+    printf "                            <SETTING><NAME>Path</NAME><VALUE>$path</VALUE></SETTING>$cr";
+    printf "                            <SETTING><NAME>PathFormat</NAME><VALUE>Unix</VALUE></SETTING>$cr";
+    printf "                            <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>$cr";
+    printf "                        </SETTING>$cr";
+    printf "                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>$cr";
+    printf "                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>$cr";
+    printf "                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>$cr";
+    printf "                    </SETTING>$cr";
+
+}
+
+
+## prints out one file name when within a list of sources
+sub makeFileEntry
+{
+    my($fileName) = @_;
+
+    my(@exploded) = split /\// , $fileName;
+
+    my($fname) = pop @exploded;
+    my($fpath) = $fromXmlToTop . (join ('/', at exploded));
+
+
+    printf "                <FILE>$cr";
+    printf "                    <PATHTYPE>Name</PATHTYPE>$cr";
+    printf "                    <PATH>$fname</PATH>$cr";
+    printf "                    <PATHFORMAT>Unix</PATHFORMAT>$cr";
+    printf "                </FILE>$cr";
+}
+
+sub makeGroupEntry
+{
+    my($fileName) = @_;
+
+    my(@exploded) = split /\// , $fileName;
+
+    my($fname) = pop @exploded;
+    my($fpath) = $fromXmlToTop . (join ('/', at exploded));
+
+    printf "            <FILEREF>$cr";
+    printf "                <TARGETNAME>$lamarcTargetName</TARGETNAME>$cr";
+    printf "                <PATHTYPE>Name</PATHTYPE>$cr";
+    printf "                <PATH>$fname</PATH>$cr";
+    printf "                <PATHFORMAT>Unix</PATHFORMAT>$cr";
+    printf "            </FILEREF>$cr";
+}
+
+
+## gonna slurp a bunch of file names into these
+ at headers = ();
+ at sources = ();
+ at resources = ();
+ at includeDirs = ();
+
+########################################################
+## first argument is the project name, it could be lamarc 
+## or lam_conv, for example
+$projectName = shift;
+
+$lamarcTargetName = $projectName."-mac";
+
+########################################################
+## divide up remaining arguments into files and include
+## path items
+$nextIsInclude = "";    ## true when we just saw -I
+foreach $item (@ARGV)
+{
+
+    if($nextIsInclude)
+    {
+        push @includeDirs, $item ;
+        $nextIsInclude = "";
+    }
+    elsif ($item =~ /$matchesHeaderFiles/)
+    {
+        push @headers, $item ;
+    }
+    elsif ($item =~ /$matchesSourceFiles/)
+    {
+        push @sources, $item ;
+    }
+    elsif ($item =~ /$matchesResourceFiles/)
+    {
+        push @resources, $item ;
+    }
+    elsif ($item =~ /^-I$/)
+    {
+        $nextIsInclude = "yes";
+    }
+}
+
+open(TEMPLATEFILE,$templateFile);       ## modify content of this file
+
+$inFiles = $inFilter = $filterType = "";
+while(<TEMPLATEFILE>)
+{
+
+    ## #################################################
+    ## in this section, producing output
+    ## #################################################
+
+    s/LAMARCTARGETNAME/$lamarcTargetName/g;
+
+    if($_ =~ /LAMARC: SEARCHPATHS/)
+    {
+        printf;
+        foreach $item (@includeDirs)
+        {
+            makeSearchPath($item);
+        }
+    }
+    elsif($_ =~ /LAMARC: FILELIST/)
+    {
+        printf;
+        foreach $item (@headers)
+        {
+            makeFileEntry($item);
+        }
+        foreach $item (@sources)
+        {
+            makeFileEntry($item);
+        }
+        foreach $item (@resources)
+        {
+            makeFileEntry($item);
+        }
+    }
+    elsif($_ =~ /LAMARC: GROUPLIST/)
+    {
+        printf;
+        foreach $item (@headers)
+        {
+            makeGroupEntry($item);
+        }
+        foreach $item (@sources)
+        {
+            makeGroupEntry($item);
+        }
+        foreach $item (@resources)
+        {
+            makeGroupEntry($item);
+        }
+    }
+    else
+    {
+        printf;
+    }
+}
+close(TEMPLATEFILE);
+
+
diff --git a/projects/macos/mwerks_xml_template b/projects/macos/mwerks_xml_template
new file mode 100644
index 0000000..4844ab1
--- /dev/null
+++ b/projects/macos/mwerks_xml_template
@@ -0,0 +1,1261 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<?codewarrior exportversion="1.0.1" ideversion="5.0" ?>
+
+<!DOCTYPE PROJECT [
+<!ELEMENT PROJECT (TARGETLIST, TARGETORDER, GROUPLIST, DESIGNLIST?)>
+<!ELEMENT TARGETLIST (TARGET+)>
+<!ELEMENT TARGET (NAME, SETTINGLIST, FILELIST?, LINKORDER?, SEGMENTLIST?, OVERLAYGROUPLIST?, SUBTARGETLIST?, SUBPROJECTLIST?, FRAMEWORKLIST?)>
+<!ELEMENT NAME (#PCDATA)>
+<!ELEMENT USERSOURCETREETYPE (#PCDATA)>
+<!ELEMENT PATH (#PCDATA)>
+<!ELEMENT FILELIST (FILE*)>
+<!ELEMENT FILE (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?, ROOTFILEREF?, FILEKIND?, FILEFLAGS?)>
+<!ELEMENT PATHTYPE (#PCDATA)>
+<!ELEMENT PATHROOT (#PCDATA)>
+<!ELEMENT ACCESSPATH (#PCDATA)>
+<!ELEMENT PATHFORMAT (#PCDATA)>
+<!ELEMENT ROOTFILEREF (PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?)>
+<!ELEMENT FILEKIND (#PCDATA)>
+<!ELEMENT FILEFLAGS (#PCDATA)>
+<!ELEMENT FILEREF (TARGETNAME?, PATHTYPE, PATHROOT?, ACCESSPATH?, PATH, PATHFORMAT?)>
+<!ELEMENT TARGETNAME (#PCDATA)>
+<!ELEMENT SETTINGLIST ((SETTING|PANELDATA)+)>
+<!ELEMENT SETTING (NAME?, (VALUE|(SETTING+)))>
+<!ELEMENT PANELDATA (NAME, VALUE)>
+<!ELEMENT VALUE (#PCDATA)>
+<!ELEMENT LINKORDER (FILEREF*)>
+<!ELEMENT SEGMENTLIST (SEGMENT+)>
+<!ELEMENT SEGMENT (NAME, ATTRIBUTES?, FILEREF*)>
+<!ELEMENT ATTRIBUTES (#PCDATA)>
+<!ELEMENT OVERLAYGROUPLIST (OVERLAYGROUP+)>
+<!ELEMENT OVERLAYGROUP (NAME, BASEADDRESS, OVERLAY*)>
+<!ELEMENT BASEADDRESS (#PCDATA)>
+<!ELEMENT OVERLAY (NAME, FILEREF*)>
+<!ELEMENT SUBTARGETLIST (SUBTARGET+)>
+<!ELEMENT SUBTARGET (TARGETNAME, ATTRIBUTES?, FILEREF?)>
+<!ELEMENT SUBPROJECTLIST (SUBPROJECT+)>
+<!ELEMENT SUBPROJECT (FILEREF, SUBPROJECTTARGETLIST)>
+<!ELEMENT SUBPROJECTTARGETLIST (SUBPROJECTTARGET*)>
+<!ELEMENT SUBPROJECTTARGET (TARGETNAME, ATTRIBUTES?, FILEREF?)>
+<!ELEMENT FRAMEWORKLIST (FRAMEWORK+)>
+<!ELEMENT FRAMEWORK (FILEREF, LIBRARYFILE?, VERSION?)>
+<!ELEMENT LIBRARYFILE (FILEREF)>
+<!ELEMENT VERSION (#PCDATA)>
+<!ELEMENT TARGETORDER (ORDEREDTARGET|ORDEREDDESIGN)*>
+<!ELEMENT ORDEREDTARGET (NAME)>
+<!ELEMENT ORDEREDDESIGN (NAME, ORDEREDTARGET+)>
+<!ELEMENT GROUPLIST (GROUP|FILEREF)*>
+<!ELEMENT GROUP (NAME, (GROUP|FILEREF)*)>
+<!ELEMENT DESIGNLIST (DESIGN+)>
+<!ELEMENT DESIGN (NAME, DESIGNDATA)>
+<!ELEMENT DESIGNDATA (#PCDATA)>
+]>
+
+<PROJECT>
+    <TARGETLIST>
+        <TARGET>
+            <NAME>LAMARCTARGETNAME</NAME>
+            <SETTINGLIST>
+
+                <!-- Settings for "Source Trees" panel -->
+                <SETTING><NAME>UserSourceTrees</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Access Paths" panel -->
+                <SETTING><NAME>AlwaysSearchUserPaths</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>InterpretDOSAndUnixPaths</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>RequireFrameworkStyleIncludes</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>UserSearchPaths</NAME>
+                    <SETTING>
+                        <SETTING><NAME>SearchPath</NAME>
+                            <SETTING><NAME>Path</NAME><VALUE>..</VALUE></SETTING>
+                            <SETTING><NAME>PathFormat</NAME><VALUE>Unix</VALUE></SETTING>
+                            <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                        </SETTING>
+                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
+                    </SETTING>
+                    <!-- LAMARC: SEARCHPATHS -->
+                </SETTING>
+                <SETTING><NAME>SystemSearchPaths</NAME>
+                    <SETTING>
+                        <SETTING><NAME>SearchPath</NAME>
+                            <SETTING><NAME>Path</NAME><VALUE>:MSL:</VALUE></SETTING>
+                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                            <SETTING><NAME>PathRoot</NAME><VALUE>CodeWarrior</VALUE></SETTING>
+                        </SETTING>
+                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>SearchPath</NAME>
+                            <SETTING><NAME>Path</NAME><VALUE>:MacOS Support:</VALUE></SETTING>
+                            <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                            <SETTING><NAME>PathRoot</NAME><VALUE>CodeWarrior</VALUE></SETTING>
+                        </SETTING>
+                        <SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
+                    </SETTING>
+                </SETTING>
+
+                <!-- Settings for "Debugger Runtime" panel -->
+                <SETTING><NAME>MWRuntimeSettings_WorkingDirectory</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWRuntimeSettings_CommandLine</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWRuntimeSettings_HostApplication</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWRuntimeSettings_EnvVars</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Target Settings" panel -->
+                <SETTING><NAME>Linker</NAME><VALUE>MacOS PPC Linker</VALUE></SETTING>
+                <SETTING><NAME>PreLinker</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>PostLinker</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>Targetname</NAME><VALUE>LAMARCTARGETNAME</VALUE></SETTING>
+                <SETTING><NAME>OutputDirectory</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>Unix</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>SaveEntriesUsingRelativePaths</NAME><VALUE>true</VALUE></SETTING>
+
+                <!-- Settings for "File Mappings" panel -->
+                <SETTING><NAME>FileMappings</NAME>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>APPL</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>Appl</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>MMLB</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Lib Import PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>MPLF</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Lib Import PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>MWCD</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>RSRC</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.arr</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.axp</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.bh</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.c</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.c++</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.cc</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.cp</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.cpp</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.exp</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.h</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.h++</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.hpp</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.m</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.mm</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.pch</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.pch++</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.pchm</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>MW C/C++ PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>C/C++</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.plc</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Property List Compiler</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Property List</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.ploc</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Property List Compiler</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Property List</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.r</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Rez</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Rez</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.s</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>PPCAsm</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>TEXT</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.wke</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>XCOF</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>XCOFF Import PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>docu</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>rsrc</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>shlb</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>PEF Import PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileType</NAME><VALUE>stub</VALUE></SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>PEF Import PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.doc</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.gif</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.icns</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.jpg</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.nib</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.o</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>XCOFF Import PPC</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE>Balloon Help</VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.plist</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.ppob</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.rsrc</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>false</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.strings</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                    <SETTING>
+                        <SETTING><NAME>FileExtension</NAME><VALUE>.tiff</VALUE></SETTING>
+                        <SETTING><NAME>Compiler</NAME><VALUE>Copy To Package</VALUE></SETTING>
+                        <SETTING><NAME>EditLanguage</NAME><VALUE></VALUE></SETTING>
+                        <SETTING><NAME>Precompile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>Launchable</NAME><VALUE>true</VALUE></SETTING>
+                        <SETTING><NAME>ResourceFile</NAME><VALUE>false</VALUE></SETTING>
+                        <SETTING><NAME>IgnoredByMake</NAME><VALUE>true</VALUE></SETTING>
+                    </SETTING>
+                </SETTING>
+
+                <!-- Settings for "Build Extras" panel -->
+                <SETTING><NAME>CacheModDates</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>DumpBrowserInfo</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>CacheSubprojects</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>UseThirdPartyDebugger</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>BrowserGenerator</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>DebuggerAppPath</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>DebuggerCmdLineArgs</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>DebuggerWorkingDir</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>CodeCompletionPrefixFileName</NAME><VALUE>MacHeaders.c</VALUE></SETTING>
+                <SETTING><NAME>CodeCompletionMacroFileName</NAME><VALUE>MacOS_Carbon_C++_Macros.h</VALUE></SETTING>
+
+                <!-- Settings for "Debugger Target" panel -->
+                <SETTING><NAME>ConsoleEncoding</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>LogSystemMessages</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>AutoTargetDLLs</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>StopAtWatchpoints</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PauseWhileRunning</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PauseInterval</NAME><VALUE>5</VALUE></SETTING>
+                <SETTING><NAME>PauseUIFlags</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>AltExePath</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE></VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>Generic</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Absolute</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>StopAtTempBPOnLaunch</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>CacheSymbolics</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>TempBPFunctionName</NAME><VALUE>main</VALUE></SETTING>
+                <SETTING><NAME>TempBPType</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "Remote Debug" panel -->
+                <SETTING><NAME>Enabled</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>ConnectionName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>DownloadPath</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>LaunchRemoteApp</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>RemoteAppPath</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>CoreID</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>JTAGClockSpeed</NAME><VALUE>8000</VALUE></SETTING>
+                <SETTING><NAME>IsMultiCore</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>OSDownload</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>UseGlobalOSDownload</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>OSDownloadConnectionName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>OSDownloadPath</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>AltDownload</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>AltDownloadConnectionName</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Auto-target" panel -->
+                <SETTING><NAME>OtherExecutables</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Custom Keywords" panel -->
+                <SETTING><NAME>CustomColor1</NAME>
+                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
+                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
+                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>CustomColor2</NAME>
+                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
+                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
+                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>CustomColor3</NAME>
+                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
+                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
+                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>CustomColor4</NAME>
+                    <SETTING><NAME>Red</NAME><VALUE>0</VALUE></SETTING>
+                    <SETTING><NAME>Green</NAME><VALUE>32767</VALUE></SETTING>
+                    <SETTING><NAME>Blue</NAME><VALUE>0</VALUE></SETTING>
+                </SETTING>
+
+                <!-- Settings for "C/C++ Compiler" panel -->
+                <SETTING><NAME>MWFrontEnd_C_cplusplus</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_checkprotos</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_arm</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_trigraphs</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_onlystdkeywords</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_enumsalwaysint</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_mpwpointerstyle</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_prefixname</NAME><VALUE>MacOSPrefix.h</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_ansistrict</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_mpwcnewline</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_wchar_type</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_enableexceptions</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_dontreusestrings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_poolstrings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_dontinline</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_useRTTI</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_multibyteaware</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_unsignedchars</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_autoinline</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_booltruefalse</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_inlinelevel</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_ecplusplus</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_objective_c</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_defer_codegen</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_templateparser</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_c99</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFrontEnd_C_bottomupinline</NAME><VALUE>1</VALUE></SETTING>
+
+                <!-- Settings for "C/C++ Warnings" panel -->
+                <SETTING><NAME>MWWarning_C_warn_illpragma</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_emptydecl</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_possunwant</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_unusedvar</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_unusedarg</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_extracomma</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_pedantic</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warningerrors</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_hidevirtual</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_implicitconv</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_notinlined</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWWarning_C_warn_structclass</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "FTP Panel" panel -->
+                <SETTING><NAME>MWFTP_Post_hostName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_username</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_password</NAME><VALUE>0ÿÄ@Eø`"²|</VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_remoteDir</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_ftp_PathVersion</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_ftp_PathType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_ftp_PathFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_ftp_tree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_uploadDir</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_ftp_port</NAME><VALUE>21</VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_SendBin</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWFTP_Post_ShouldLog</NAME><VALUE>1</VALUE></SETTING>
+
+                <!-- Settings for "Java Command Line" panel -->
+                <SETTING><NAME>MWCommandLine_Java_clsName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWCommandLine_Java_args</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "PJavaDebugging" panel -->
+                <SETTING><NAME>MWVJavaDebugging_Protocol</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWVJavaDebugging_JDKVersion</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWVJavaDebugging_TimeOut</NAME><VALUE>25</VALUE></SETTING>
+                <SETTING><NAME>MWVJavaDebugging_SupportSlowDevices</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWVJavaDebugging_UseRemoteLaunchAgent</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWVJavaDebugging_LaunchVMasServer</NAME><VALUE>false</VALUE></SETTING>
+
+                <!-- Settings for "Java Language" panel -->
+                <SETTING><NAME>MWJava_Language_optimize</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_warnDeprecated</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_emitMap</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_strictFileNames</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_strictFileHierarchy</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_1_1_Compatible</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_emitHeaders</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_headerType</NAME><VALUE>JNINativeHeaders</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_packageFilter</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_genComments</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_genHeaders</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_enableAsserts</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Language_targetVM</NAME><VALUE>1.1</VALUE></SETTING>
+
+                <!-- Settings for "Java Manifest-JAD Setting Info" panel -->
+                <SETTING><NAME>Manifest-JAD Attributes</NAME>
+                    <SETTING>
+                        <SETTING><NAME>Attribute</NAME><VALUE>Main-Class</VALUE></SETTING>
+                        <SETTING><NAME>Value</NAME><VALUE>Auto-Generated</VALUE></SETTING>
+                    </SETTING>
+                </SETTING>
+
+                <!-- Settings for "Java MRJAppBuilder" panel -->
+                <SETTING><NAME>MWJava_MRJAppBuilder_outFile</NAME><VALUE>MRJApplication</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_merge</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_quitMenu</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_grow</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutType</NAME><VALUE>Console</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stderrType</NAME><VALUE>Console</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdinType</NAME><VALUE>Console</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_appIconPVersion</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_appIconPType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_appIconPFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_appIconPTree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_appIconFile</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPVersion</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPTree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_splashScreenPICTFile</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_aboutName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPVersion</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutPTree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutFile</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdoutAppend</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stderrPType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stderrPFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stderrPTree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stderrFile</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stderrAppend</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdinPType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdinPFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdinPTree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_MRJAppBuilder_stdinFile</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Java Output" panel -->
+                <SETTING><NAME>MWJava_Output_outputtype</NAME><VALUE>JarFile</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_outfile</NAME><VALUE>JavaClasses.jar</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_ftype</NAME><VALUE>1514754080</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_fcreator</NAME><VALUE>1297570384</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_compress</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_genManifest</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_trunctype</NAME><VALUE>Front</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_deleteClasses</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_consoleApp</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_preverify</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_genJad</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Output_obfuscate</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "Java Project" panel -->
+                <SETTING><NAME>MWJava_Proj_projtype</NAME><VALUE>Applet</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_mainClassName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_HTMLAppCreator</NAME><VALUE>1463898714</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_HTMLAppName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_PathVersion</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_PathType</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_PathFormat</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_tree</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_HTMLAppWin32Name</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_compress</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_simulator</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_useVM</NAME><VALUE>\000\000mrj225</VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_vmarguments</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_vmName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJava_Proj_simPropFile</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "JavaDoc Project" panel -->
+                <SETTING><NAME>MWJavaDoc_Proj_Version</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_Deprecated</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_Author</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_Index</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_Tree</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_SunResolveToSame</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_Shortnames</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_Folder</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_GenerateAPILinks</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_scope</NAME><VALUE>Public</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_fcreator</NAME><VALUE>1297303877</VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_encodingName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_decodingName</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWJavaDoc_Proj_javaPackagePath</NAME><VALUE>http://java.sun.com/products/jdk/1.1/docs/api/</VALUE></SETTING>
+
+                <!-- Settings for "MacOS Merge Panel" panel -->
+                <SETTING><NAME>MWMerge_MacOS_projectType</NAME><VALUE>Application</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_outputName</NAME><VALUE>Merge Out</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_outputCreator</NAME><VALUE>????</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_outputType</NAME><VALUE>APPL</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_suppressWarning</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_copyFragments</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_copyResources</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_flattenResource</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_flatFileName</NAME><VALUE>a.rsrc</VALUE></SETTING>
+                <SETTING><NAME>MWMerge_MacOS_flatFileOutputPath</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWMerge_MacOS_skipResources</NAME>
+                    <SETTING><VALUE>DLGX</VALUE></SETTING>
+                    <SETTING><VALUE>ckid</VALUE></SETTING>
+                    <SETTING><VALUE>Proj</VALUE></SETTING>
+                    <SETTING><VALUE>WSPC</VALUE></SETTING>
+                </SETTING>
+
+                <!-- Settings for "Output Flags" panel -->
+                <SETTING><NAME>FileLocked</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>ResourcesMapIsReadOnly</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PrinterDriverIsMultiFinderCompatible</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>Invisible</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>HasBundle</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>NameLocked</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>Stationery</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>HasCustomIcon</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>Shared</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>HasBeenInited</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>Label</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>Comments</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Packager Panel" panel -->
+                <SETTING><NAME>MWMacOSPackager_UsePackager</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWMacOSPackager_FolderToPackage</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWMacOSPackager_CreateClassicAlias</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWMacOSPackager_ClassicAliasMethod</NAME><VALUE>UseTargetOutput</VALUE></SETTING>
+                <SETTING><NAME>MWMacOSPackager_ClassicAliasPath</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWMacOSPackager_CreatePkgInfo</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWMacOSPackager_PkgCreatorType</NAME><VALUE>????</VALUE></SETTING>
+                <SETTING><NAME>MWMacOSPackager_PkgFileType</NAME><VALUE>APPL</VALUE></SETTING>
+
+                <!-- Settings for "PPC CodeGen" panel -->
+                <SETTING><NAME>MWCodeGen_PPC_structalignment</NAME><VALUE>PPC_mw</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_tracebacktables</NAME><VALUE>None</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_processor</NAME><VALUE>Generic</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_function_align</NAME><VALUE>4</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_tocdata</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_largetoc</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_profiler</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_vectortocdata</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_poolconst</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_peephole</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_readonlystrings</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_linkerpoolsstrings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_volatileasm</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_schedule</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_altivec</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_altivec_move_block</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_strictIEEEfp</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_fpcontract</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_genfsel</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_PPC_orderedfpcmp</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "PPC CodeGen Mach-O" panel -->
+                <SETTING><NAME>MWCodeGen_MachO_structalignment</NAME><VALUE>PPC_mw</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_profiler_enum</NAME><VALUE>Off</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_processor</NAME><VALUE>Generic</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_function_align</NAME><VALUE>4</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_common</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_peephole</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_readonlystrings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_linkerpoolsstrings</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_volatileasm</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_schedule</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_altivec</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_vecmove</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_fp_ieee_strict</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_fpcontract</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_genfsel</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_MachO_fp_cmps_ordered</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "PPC Disassembler" panel -->
+                <SETTING><NAME>MWDisassembler_PPC_showcode</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_extended</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_mix</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_nohex</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_showdata</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_showexceptions</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_showsym</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWDisassembler_PPC_shownames</NAME><VALUE>1</VALUE></SETTING>
+
+                <!-- Settings for "PPC Global Optimizer" panel -->
+                <SETTING><NAME>GlobalOptimizer_PPC_optimizationlevel</NAME><VALUE>Level4</VALUE></SETTING>
+                <SETTING><NAME>GlobalOptimizer_PPC_optfor</NAME><VALUE>Speed</VALUE></SETTING>
+
+                <!-- Settings for "PPC Linker" panel -->
+                <SETTING><NAME>MWLinker_PPC_linksym</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_symfullpath</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_linkmap</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_nolinkwarnings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_dontdeadstripinitcode</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_permitmultdefs</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_linkmode</NAME><VALUE>Fast</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_initname</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_mainname</NAME><VALUE>__start</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_PPC_termname</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "PPC Mac OS X Linker" panel -->
+                <SETTING><NAME>MWLinker_MacOSX_linksym</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_symfullpath</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_nolinkwarnings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_linkmap</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_dontdeadstripinitcode</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_permitmultdefs</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_use_objectivec_semantics</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_strip_debug_symbols</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_split_segs</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_report_msl_overloads</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_objects_follow_linkorder</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_linkmode</NAME><VALUE>Fast</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_exports</NAME><VALUE>ReferencedGlobals</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_sortcode</NAME><VALUE>None</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MacOSX_mainname</NAME><VALUE>start</VALUE></SETTING>
+
+                <!-- Settings for "PPC Mac OS X Project" panel -->
+                <SETTING><NAME>MWProject_MacOSX_type</NAME><VALUE>Executable</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_outfile</NAME><VALUE>LAMARCTARGETNAME</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_filecreator</NAME><VALUE>????</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_filetype</NAME><VALUE>APPL</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_vmaddress</NAME><VALUE>4096</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_usedefaultvmaddr</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_flatrsrc</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_flatrsrcfilename</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_flatrsrcoutputdir</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWProject_MacOSX_installpath</NAME><VALUE>./</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_dont_prebind</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_flat_namespace</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_frameworkversion</NAME><VALUE>A</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_currentversion</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MacOSX_flat_oldimpversion</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "PPC Mach-O Linker" panel -->
+                <SETTING><NAME>MWLinker_MachO_exports</NAME><VALUE>None</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_mainname</NAME><VALUE>start</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_currentversion</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_compatibleversion</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_symfullpath</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_supresswarnings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_multisymerror</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_prebind</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_deadstrip</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_objectivecsemantics</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_whichfileloaded</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_whyfileloaded</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_readonlyrelocs</NAME><VALUE>Errors</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_undefinedsymbols</NAME><VALUE>Errors</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_twolevelnamespace</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_MachO_stripdebugsymbols</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "PPC Mach-O Target" panel -->
+                <SETTING><NAME>MWProject_MachO_type</NAME><VALUE>Bundle</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_outfile</NAME><VALUE>a.out</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_filecreator</NAME><VALUE>????</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_filetype</NAME><VALUE>MBND</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_vmaddress</NAME><VALUE>4096</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_flatrsrc</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_flatrsrcfilename</NAME><VALUE>a.rsrc</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_flatrsrcoutputdir</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWProject_MachO_installpath</NAME><VALUE>./</VALUE></SETTING>
+                <SETTING><NAME>MWProject_MachO_frameworkversion</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "PPC PEF" panel -->
+                <SETTING><NAME>MWPEF_exports</NAME><VALUE>None</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_libfolder</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_sortcode</NAME><VALUE>None</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_expandbss</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_sharedata</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_olddefversion</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_oldimpversion</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_currentversion</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWPEF_fragmentname</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWPEF_collapsereloads</NAME><VALUE>1</VALUE></SETTING>
+
+                <!-- Settings for "PPC Project" panel -->
+                <SETTING><NAME>MWProject_PPC_type</NAME><VALUE>Application</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_outfile</NAME><VALUE>lamarc</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_filecreator</NAME><VALUE>????</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_filetype</NAME><VALUE>APPL</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_size</NAME><VALUE>10000</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_minsize</NAME><VALUE>8000</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_stacksize</NAME><VALUE>1000</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_flags</NAME><VALUE>22720</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_symfilename</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrcname</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrcheader</NAME><VALUE>Native</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrctype</NAME><VALUE>????</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrcid</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrcflags</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrcstore</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_rsrcmerge</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_flatrsrc</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_PPC_flatrsrcoutputdir</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>MWProject_PPC_flatrsrcfilename</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "PPCAsm Panel" panel -->
+                <SETTING><NAME>MWAssembler_PPC_auxheader</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWAssembler_PPC_symmode</NAME><VALUE>Mac</VALUE></SETTING>
+                <SETTING><NAME>MWAssembler_PPC_dialect</NAME><VALUE>PPC</VALUE></SETTING>
+                <SETTING><NAME>MWAssembler_PPC_prefixfile</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWAssembler_PPC_typecheck</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWAssembler_PPC_warnings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWAssembler_PPC_casesensitive</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "Property List" panel -->
+                <SETTING><NAME>PList_OutputType</NAME><VALUE>File</VALUE></SETTING>
+                <SETTING><NAME>PList_OutputEncoding</NAME><VALUE>UTF-8</VALUE></SETTING>
+                <SETTING><NAME>PList_Prefix</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>PList_FileFilename</NAME><VALUE>Info.plist</VALUE></SETTING>
+                <SETTING><NAME>PList_FileDirectory</NAME>
+                    <SETTING><NAME>Path</NAME><VALUE>:</VALUE></SETTING>
+                    <SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
+                    <SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
+                </SETTING>
+                <SETTING><NAME>PList_ResourceType</NAME><VALUE>plst</VALUE></SETTING>
+                <SETTING><NAME>PList_ResourceID</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>PList_ResourceName</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "Rez Compiler" panel -->
+                <SETTING><NAME>MWRez_Language_maxwidth</NAME><VALUE>80</VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_script</NAME><VALUE>Roman</VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_alignment</NAME><VALUE>Align1</VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_filtermode</NAME><VALUE>FilterSkip</VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_suppresswarnings</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_escapecontrolchars</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_prefixname</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWRez_Language_filteredtypes</NAME><VALUE>'CODE' 'DATA' 'PICT'</VALUE></SETTING>
+
+                <!-- Settings for "WinRC Compiler" panel -->
+                <SETTING><NAME>MWWinRC_prefixname</NAME><VALUE></VALUE></SETTING>
+
+                <!-- Settings for "x86 CodeGen" panel -->
+                <SETTING><NAME>MWCodeGen_X86_processor</NAME><VALUE>Generic</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_alignment</NAME><VALUE>bytes8</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_exceptions</NAME><VALUE>ZeroOverhead</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_name_mangling</NAME><VALUE>MWWin32</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_use_extinst</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_extinst_mmx</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_extinst_3dnow</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_use_mmx_3dnow_convention</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_extinst_cmov</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_extinst_sse</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_extinst_sse2</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_intrinsics</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_optimizeasm</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_disableopts</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_profile</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_runtime</NAME><VALUE>Custom</VALUE></SETTING>
+                <SETTING><NAME>MWCodeGen_X86_readonlystrings</NAME><VALUE>0</VALUE></SETTING>
+
+                <!-- Settings for "x86 COFF" panel -->
+                <SETTING><NAME>MWLinker_X86_subsysmajorid</NAME><VALUE>4</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_subsysminorid</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCOFF_X86_opsysmajorid</NAME><VALUE>4</VALUE></SETTING>
+                <SETTING><NAME>MWCOFF_X86_opsysminorid</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_usrmajorid</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_usrminorid</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_maxstacksize</NAME><VALUE>1024</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_minstacksize</NAME><VALUE>4</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_size</NAME><VALUE>1024</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_minsize</NAME><VALUE>4</VALUE></SETTING>
+                <SETTING><NAME>MWCOFF_X86_coff_flags</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWCOFF_X86_dll_flags</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_baseaddress</NAME><VALUE>4194304</VALUE></SETTING>
+                <SETTING><NAME>MWCOFF_X86_filealign</NAME><VALUE>4096</VALUE></SETTING>
+                <SETTING><NAME>MWCOFF_X86_sectionalign</NAME><VALUE>4096</VALUE></SETTING>
+
+                <!-- Settings for "x86 Disassembler" panel -->
+                <SETTING><NAME>PDisasmX86_showHeaders</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showSectHeaders</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showSymTab</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showCode</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showData</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showDebug</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showExceptions</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showRaw</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showAllRaw</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showSource</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showRelocation</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showHex</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showComments</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_showSymDefs</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_unmangle</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_verbose</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_resolveRelocs</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>PDisasmX86_resolveLocals</NAME><VALUE>false</VALUE></SETTING>
+
+                <!-- Settings for "x86 Exceptions Panel" panel -->
+                <SETTING><NAME>MWDebugger_X86_Exceptions</NAME>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                    <SETTING><VALUE>0</VALUE></SETTING>
+                </SETTING>
+
+                <!-- Settings for "x86 Global Optimizer" panel -->
+                <SETTING><NAME>GlobalOptimizer_X86_optimizationlevel</NAME><VALUE>Level0</VALUE></SETTING>
+                <SETTING><NAME>GlobalOptimizer_X86_optfor</NAME><VALUE>Speed</VALUE></SETTING>
+
+                <!-- Settings for "x86 Linker" panel -->
+                <SETTING><NAME>MWLinker_X86_entrypointusage</NAME><VALUE>Default</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_entrypoint</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_subsystem</NAME><VALUE>WinGUI</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_commandfile</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_generatemap</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_linksym</NAME><VALUE>0</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_linkCV</NAME><VALUE>1</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_symfullpath</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_linkdebug</NAME><VALUE>true</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_checksum</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_zero_init_bss</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_mergedata</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_usedefaultlibs</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_adddefaultlibs</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_nowarnings</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWLinker_X86_verbose</NAME><VALUE>false</VALUE></SETTING>
+
+                <!-- Settings for "x86 Project" panel -->
+                <SETTING><NAME>MWProject_X86_type</NAME><VALUE>Application</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_outfile</NAME><VALUE>noname.exe</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_importlib</NAME><VALUE></VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_setimportlibdir</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_dontgenerateimportlib</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_oldformatlib</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_replaceobjextension</NAME><VALUE>false</VALUE></SETTING>
+                <SETTING><NAME>MWProject_X86_copyallfiles</NAME><VALUE>false</VALUE></SETTING>
+            </SETTINGLIST>
+            <FILELIST>
+                <FILE>
+                    <PATHTYPE>PathRelative</PATHTYPE>
+                    <PATHROOT>CodeWarrior</PATHROOT>
+                    <ACCESSPATH>:MacOS Support:</ACCESSPATH>
+                    <PATH>Universal/Libraries/StubLibraries/CarbonLib</PATH>
+                    <PATHFORMAT>Unix</PATHFORMAT>
+                    <FILEKIND>Library</FILEKIND>
+                    <FILEFLAGS>Debug</FILEFLAGS>
+                </FILE>
+                <FILE>
+                    <PATHTYPE>PathRelative</PATHTYPE>
+                    <PATHROOT>CodeWarrior</PATHROOT>
+                    <ACCESSPATH>:MacOS Support:</ACCESSPATH>
+                    <PATH>Libraries/Runtime/Libs/MSL_All_Carbon.Lib</PATH>
+                    <PATHFORMAT>Unix</PATHFORMAT>
+                    <FILEKIND>Library</FILEKIND>
+                    <FILEFLAGS>Debug</FILEFLAGS>
+                </FILE>
+                <FILE>
+                    <PATHTYPE>PathRelative</PATHTYPE>
+                    <PATHROOT>Project</PATHROOT>
+                    <ACCESSPATH>:</ACCESSPATH>
+                    <PATH>carb.r</PATH>
+                    <PATHFORMAT>Unix</PATHFORMAT>
+                    <FILEKIND>Text</FILEKIND>
+                    <FILEFLAGS></FILEFLAGS>
+                </FILE>
+                <!-- LAMARC: FILELIST -->
+            </FILELIST>
+        </TARGET>
+    </TARGETLIST>
+
+    <TARGETORDER>
+        <ORDEREDTARGET><NAME>LAMARCTARGETNAME</NAME></ORDEREDTARGET>
+    </TARGETORDER>
+
+    <GROUPLIST>
+        <GROUP><NAME>Sources</NAME>
+            <FILEREF>
+                <TARGETNAME>LAMARCTARGETNAME</TARGETNAME>
+                <PATHTYPE>PathRelative</PATHTYPE>
+                <PATHROOT>Project</PATHROOT>
+                <ACCESSPATH>:</ACCESSPATH>
+                <PATH>carb.r</PATH>
+                <PATHFORMAT>Unix</PATHFORMAT>
+            </FILEREF>
+            <!-- LAMARC: GROUPLIST -->
+        </GROUP>
+        <GROUP><NAME>Libraries</NAME>
+            <FILEREF>
+                <TARGETNAME>LAMARCTARGETNAME</TARGETNAME>
+                <PATHTYPE>PathRelative</PATHTYPE>
+                <PATHROOT>CodeWarrior</PATHROOT>
+                <ACCESSPATH>:MacOS Support:</ACCESSPATH>
+                <PATH>Libraries/Runtime/Libs/MSL_All_Carbon.Lib</PATH>
+                <PATHFORMAT>Unix</PATHFORMAT>
+            </FILEREF>
+            <FILEREF>
+                <TARGETNAME>LAMARCTARGETNAME</TARGETNAME>
+                <PATHTYPE>PathRelative</PATHTYPE>
+                <PATHROOT>CodeWarrior</PATHROOT>
+                <ACCESSPATH>:MacOS Support:</ACCESSPATH>
+                <PATH>Universal/Libraries/StubLibraries/CarbonLib</PATH>
+                <PATHFORMAT>Unix</PATHFORMAT>
+            </FILEREF>
+        </GROUP>
+    </GROUPLIST>
+
+</PROJECT>
diff --git a/projects/win32/README b/projects/win32/README
new file mode 100644
index 0000000..a2ff74f
--- /dev/null
+++ b/projects/win32/README
@@ -0,0 +1,2 @@
+Compiling on VC++ requires us to set the heap size
+    infile.snowgoose fails in final chain at 164759 when heap is size 20 Meg
diff --git a/projects/win32/gui_lam_conv.vcproj b/projects/win32/gui_lam_conv.vcproj
new file mode 100644
index 0000000..5fca296
--- /dev/null
+++ b/projects/win32/gui_lam_conv.vcproj
@@ -0,0 +1,324 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="gui_lam_conv"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories=""$(ProjectDir)\..\..\.\config";"$(ProjectDir)\..\..\src\bayeslike";"$(ProjectDir)\..\..\src\control";"$(ProjectDir)\..\..\src\conversion";"$(ProjectDir)\..\..\src\convErr";"$(ProjectDir)\..\..\src\convModel";"$(ProjectDir)\..\..\src\convParse";"$(ProjectDir)\..\..\src\convStrings";"$(ProjectDir)\..\..\src\convUtil";"$(ProjectDir)\..\..\src\datalike";" [...]
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				StringPooling="TRUE"
+				RuntimeLibrary="4"
+				EnableFunctionLevelLinking="TRUE"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(ProjectDir)\..\..\\gui_lam_conv.exe"
+				LinkIncremental="0"
+				GenerateDebugInformation="TRUE"
+				SubSystem="1"
+				HeapReserveSize="100000000"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				OptimizeForWindowsApplication="TRUE"
+				AdditionalIncludeDirectories=""$(ProjectDir)\..\..\.\config";"$(ProjectDir)\..\..\src\bayeslike";"$(ProjectDir)\..\..\src\control";"$(ProjectDir)\..\..\src\conversion";"$(ProjectDir)\..\..\src\convErr";"$(ProjectDir)\..\..\src\convModel";"$(ProjectDir)\..\..\src\convParse";"$(ProjectDir)\..\..\src\convStrings";"$(ProjectDir)\..\..\src\convUtil";"$(ProjectDir)\..\..\src\datalike";" [...]
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="5"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(ProjectDir)\..\..\\gui_lam_conv.exe"
+				LinkIncremental="2"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/gui_lam_conv.pdb"
+				SubSystem="1"
+				HeapReserveSize="100000000"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File RelativePath="..\..\src\control\errhandling.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_errhandling.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_cmdfile_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_data_missing_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_individual_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_infile_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_locus_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_map_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_phase_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_structures_err.cpp"/>
+			<File RelativePath="..\..\src\convErr\gc_trait_err.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_cmdline.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_data.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_dictionary.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\front_end_warnings.cpp"/>
+			<File RelativePath="..\..\src\convModel\cmdfileschema.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_datastore.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_datastore_export.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_datastore_files.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_datastore_readcmd.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_datastore_writebatch.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_default.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_exportable.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_file.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_file_info.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_phase.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_phase_info.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_phenotype.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_set_util.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_structure_maps.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_structures.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_trait.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_trait_allele.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_types.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_quantum.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_genotype_resolution.cpp"/>
+			<File RelativePath="..\..\src\convModel\gc_individual.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_loci_match.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_locus.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_migrate.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_parse.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_block.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_locus.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_pop.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_sample.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_parser.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_phylip.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_pop_match.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_population.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_region.cpp"/>
+			<File RelativePath="..\..\src\convParse\gc_sequential_data.cpp"/>
+			<File RelativePath="..\..\src\convParse\tixml_util.cpp"/>
+			<File RelativePath="..\..\src\xml\parsetreeschema.cpp"/>
+			<File RelativePath="..\..\src\xml\xml.cpp"/>
+			<File RelativePath="..\..\src\xml\xml_strings.cpp"/>
+			<File RelativePath="..\..\src\control\constants.cpp"/>
+			<File RelativePath="..\..\src\control\defaults.cpp"/>
+			<File RelativePath="..\..\src\tools\stringx.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_constants.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_id.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_strings.cpp"/>
+			<File RelativePath="..\..\src\convStrings\cnv_strings.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_cmdfile.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_data.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_individual.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_infile.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_io.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_locus.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_map.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_parse.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_phase.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_pop.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_region.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_structures.cpp"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_trait.cpp"/>
+			<File RelativePath="..\..\src\convUtil\gc_file_util.cpp"/>
+			<File RelativePath="..\..\src\guiutil\gc_clickpanel.cpp"/>
+			<File RelativePath="..\..\src\guiutil\gc_gridpanel.cpp"/>
+			<File RelativePath="..\..\src\guiutil\gc_text_ctrl.cpp"/>
+			<File RelativePath="..\..\src\guiutil\gc_validators.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_assigntab.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_block_dialogs.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_color.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_data_display.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_dialog.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_event_publisher.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_file_dialogs.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_file_list.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_frame.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_layout.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_locus_dialogs.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_logic.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_menu_actors.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_population_dialogs.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_region_dialogs.cpp"/>
+			<File RelativePath="..\..\src\guiconv\gc_trait_dialogs.cpp"/>
+			<File RelativePath="..\..\src\guiconv\guiconverter.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinyxml.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinyxmlerror.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinyxmlparser.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinystr.cpp"/>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc">
+			<File RelativePath="..\..\src\control\errhandling.h"/>
+			<File RelativePath="..\..\src\convErr\gc_errhandling.h"/>
+			<File RelativePath="..\..\src\convErr\gc_cmdfile_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_data_missing_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_individual_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_infile_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_locus_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_map_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_phase_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_structures_err.h"/>
+			<File RelativePath="..\..\src\convErr\gc_trait_err.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_cmdline.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_data.h"/>
+			<File RelativePath="..\..\src\convModel\gc_dictionary.h"/>
+			<File RelativePath="..\..\src\ui_interface\front_end_warnings.h"/>
+			<File RelativePath="..\..\src\convModel\cmdfileschema.h"/>
+			<File RelativePath="..\..\src\convModel\gc_datastore.h"/>
+			<File RelativePath="..\..\src\convModel\gc_default.h"/>
+			<File RelativePath="..\..\src\convModel\gc_exportable.h"/>
+			<File RelativePath="..\..\src\convModel\gc_file.h"/>
+			<File RelativePath="..\..\src\convModel\gc_file_info.h"/>
+			<File RelativePath="..\..\src\convModel\gc_phase.h"/>
+			<File RelativePath="..\..\src\convModel\gc_phase_info.h"/>
+			<File RelativePath="..\..\src\convModel\gc_phenotype.h"/>
+			<File RelativePath="..\..\src\convModel\gc_set_util.h"/>
+			<File RelativePath="..\..\src\convModel\gc_structure_maps.h"/>
+			<File RelativePath="..\..\src\convModel\gc_structures.h"/>
+			<File RelativePath="..\..\src\convModel\gc_trait.h"/>
+			<File RelativePath="..\..\src\convModel\gc_trait_allele.h"/>
+			<File RelativePath="..\..\src\convModel\gc_types.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_quantum.h"/>
+			<File RelativePath="..\..\src\convParse\gc_genotype_resolution.h"/>
+			<File RelativePath="..\..\src\convModel\gc_individual.h"/>
+			<File RelativePath="..\..\src\convParse\gc_loci_match.h"/>
+			<File RelativePath="..\..\src\convParse\gc_locus.h"/>
+			<File RelativePath="..\..\src\convParse\gc_migrate.h"/>
+			<File RelativePath="..\..\src\convParse\gc_parse.h"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_block.h"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_locus.h"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_pop.h"/>
+			<File RelativePath="..\..\src\convParse\gc_parse_sample.h"/>
+			<File RelativePath="..\..\src\convParse\gc_parser.h"/>
+			<File RelativePath="..\..\src\convParse\gc_phylip.h"/>
+			<File RelativePath="..\..\src\convParse\gc_pop_match.h"/>
+			<File RelativePath="..\..\src\convParse\gc_population.h"/>
+			<File RelativePath="..\..\src\convParse\gc_region.h"/>
+			<File RelativePath="..\..\src\convParse\gc_sequential_data.h"/>
+			<File RelativePath="..\..\src\convParse\tixml_util.h"/>
+			<File RelativePath="..\..\src\xml\parsetreeschema.h"/>
+			<File RelativePath="..\..\src\xml\xml.h"/>
+			<File RelativePath="..\..\src\xml\xml_strings.h"/>
+			<File RelativePath="..\..\src\control\constants.h"/>
+			<File RelativePath="..\..\src\control\defaults.h"/>
+			<File RelativePath="..\..\src\tools\stringx.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_constants.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_id.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_strings.h"/>
+			<File RelativePath="..\..\src\convStrings\cnv_strings.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_cmdfile.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_data.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_individual.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_infile.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_io.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_locus.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_map.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_parse.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_phase.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_pop.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_region.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_structures.h"/>
+			<File RelativePath="..\..\src\convStrings\gc_strings_trait.h"/>
+			<File RelativePath="..\..\src\convUtil\gc_file_util.h"/>
+			<File RelativePath="..\..\src\guiutil\gc_clickpanel.h"/>
+			<File RelativePath="..\..\src\guiutil\gc_gridpanel.h"/>
+			<File RelativePath="..\..\src\guiutil\gc_text_ctrl.h"/>
+			<File RelativePath="..\..\src\guiutil\gc_validators.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_assigntab.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_block_dialogs.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_color.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_data_display.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_dialog.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_event_ids.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_event_publisher.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_file_dialogs.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_file_list.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_frame.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_layout.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_locus_dialogs.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_logic.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_menu_actors.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_population_dialogs.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_region_dialogs.h"/>
+			<File RelativePath="..\..\src\guiconv\gc_trait_dialogs.h"/>
+			<File RelativePath="..\..\src\guiconv\guiconverter.h"/>
+			<File RelativePath="..\..\tinyxml\tinyxml.h"/>
+			<File RelativePath="..\..\tinyxml\tinystr.h"/>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+			<File RelativePath="..\..\resources\gui_lam_conv_rc.rc"/>
+			<File RelativePath="..\..\resources\gui_lam_conv.ico"/>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/projects/win32/lam_conv.vcproj b/projects/win32/lam_conv.vcproj
new file mode 100644
index 0000000..6f3521f
--- /dev/null
+++ b/projects/win32/lam_conv.vcproj
@@ -0,0 +1,183 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="lam_conv"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories=""$(ProjectDir)\..\..\.\config";"$(ProjectDir)\..\..\src\bayeslike";"$(ProjectDir)\..\..\src\control";"$(ProjectDir)\..\..\src\conversion";"$(ProjectDir)\..\..\src\convErr";"$(ProjectDir)\..\..\src\convModel";"$(ProjectDir)\..\..\src\convParse";"$(ProjectDir)\..\..\src\convStrings";"$(ProjectDir)\..\..\src\convUtil";"$(ProjectDir)\..\..\src\datalike";" [...]
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				StringPooling="TRUE"
+				RuntimeLibrary="4"
+				EnableFunctionLevelLinking="TRUE"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(ProjectDir)\..\..\\lam_conv.exe"
+				LinkIncremental="0"
+				GenerateDebugInformation="TRUE"
+				SubSystem="1"
+				HeapReserveSize="100000000"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				OptimizeForWindowsApplication="TRUE"
+				AdditionalIncludeDirectories=""$(ProjectDir)\..\..\.\config";"$(ProjectDir)\..\..\src\bayeslike";"$(ProjectDir)\..\..\src\control";"$(ProjectDir)\..\..\src\conversion";"$(ProjectDir)\..\..\src\convErr";"$(ProjectDir)\..\..\src\convModel";"$(ProjectDir)\..\..\src\convParse";"$(ProjectDir)\..\..\src\convStrings";"$(ProjectDir)\..\..\src\convUtil";"$(ProjectDir)\..\..\src\datalike";" [...]
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="5"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(ProjectDir)\..\..\\lam_conv.exe"
+				LinkIncremental="2"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/lam_conv.pdb"
+				SubSystem="1"
+				HeapReserveSize="100000000"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File RelativePath="..\..\src\conversion\ConverterIf.cpp"/>
+			<File RelativePath="..\..\src\conversion\ConverterUI.cpp"/>
+			<File RelativePath="..\..\src\conversion\DataSourceException.cpp"/>
+			<File RelativePath="..\..\src\conversion\DataSourceIf.cpp"/>
+			<File RelativePath="..\..\src\conversion\HapConverter.cpp"/>
+			<File RelativePath="..\..\src\conversion\IndividualDS.cpp"/>
+			<File RelativePath="..\..\src\conversion\LamarcDS.cpp"/>
+			<File RelativePath="..\..\src\conversion\MigrateConverter.cpp"/>
+			<File RelativePath="..\..\src\conversion\ModelDS.cpp"/>
+			<File RelativePath="..\..\src\conversion\ParserUtil.cpp"/>
+			<File RelativePath="..\..\src\conversion\PhylipConverter.cpp"/>
+			<File RelativePath="..\..\src\conversion\PopulationDS.cpp"/>
+			<File RelativePath="..\..\src\conversion\RegionDS.cpp"/>
+			<File RelativePath="..\..\src\conversion\Sequence.cpp"/>
+			<File RelativePath="..\..\src\conversion\SpaceConverter.cpp"/>
+			<File RelativePath="..\..\src\conversion\SpacingDS.cpp"/>
+			<File RelativePath="..\..\src\conversion\UserFileUtil.cpp"/>
+			<File RelativePath="..\..\src\conversion\XmlParserUtil.cpp"/>
+			<File RelativePath="..\..\src\conversion\nomenuglobals.cpp"/>
+			<File RelativePath="..\..\src\control\constants.cpp"/>
+			<File RelativePath="..\..\src\control\defaults.cpp"/>
+			<File RelativePath="..\..\src\control\errhandling.cpp"/>
+			<File RelativePath="..\..\src\tools\random.cpp"/>
+			<File RelativePath="..\..\src\tools\stringx.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_constants.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_id.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_strings.cpp"/>
+			<File RelativePath="..\..\src\xml\xml_strings.cpp"/>
+			<File RelativePath="..\..\src\conversion\ConverterUIMain.cpp"/>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc">
+			<File RelativePath="..\..\src\conversion\Converter_ConverterIf.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_ConverterUI.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_DataSourceException.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_DataSourceIf.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_HapConverter.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_IndividualDS.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_LamarcDS.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_MigrateConverter.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_ModelDS.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_ParserUtil.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_PhylipConverter.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_PopulationDS.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_RegionDS.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_Sequence.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_SpaceConverter.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_SpacingDS.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_UserFileUtil.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_XmlParserUtil.h"/>
+			<File RelativePath="..\..\src\conversion\Converter_types.h"/>
+			<File RelativePath="..\..\src\conversion\nomenuglobals.h"/>
+			<File RelativePath="..\..\src\control\constants.h"/>
+			<File RelativePath="..\..\src\control\defaults.h"/>
+			<File RelativePath="..\..\src\control\errhandling.h"/>
+			<File RelativePath="..\..\src\tools\random.h"/>
+			<File RelativePath="..\..\src\tools\stringx.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_constants.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_id.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_strings.h"/>
+			<File RelativePath="..\..\src\xml\xml_strings.h"/>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+			<File RelativePath="..\..\resources\lam_conv_rc.rc"/>
+			<File RelativePath="..\..\resources\lam_conv.ico"/>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/projects/win32/lamarc.vcproj b/projects/win32/lamarc.vcproj
new file mode 100644
index 0000000..6dd1837
--- /dev/null
+++ b/projects/win32/lamarc.vcproj
@@ -0,0 +1,433 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="lamarc"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories=""$(ProjectDir)\..\..\.\config";"$(ProjectDir)\..\..\src\bayeslike";"$(ProjectDir)\..\..\src\control";"$(ProjectDir)\..\..\src\conversion";"$(ProjectDir)\..\..\src\convErr";"$(ProjectDir)\..\..\src\convModel";"$(ProjectDir)\..\..\src\convParse";"$(ProjectDir)\..\..\src\convStrings";"$(ProjectDir)\..\..\src\convUtil";"$(ProjectDir)\..\..\src\datalike";" [...]
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				StringPooling="TRUE"
+				RuntimeLibrary="4"
+				EnableFunctionLevelLinking="TRUE"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(ProjectDir)\..\..\\lamarc.exe"
+				LinkIncremental="0"
+				GenerateDebugInformation="TRUE"
+				SubSystem="1"
+				HeapReserveSize="100000000"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				OptimizeForWindowsApplication="TRUE"
+				AdditionalIncludeDirectories=""$(ProjectDir)\..\..\.\config";"$(ProjectDir)\..\..\src\bayeslike";"$(ProjectDir)\..\..\src\control";"$(ProjectDir)\..\..\src\conversion";"$(ProjectDir)\..\..\src\convErr";"$(ProjectDir)\..\..\src\convModel";"$(ProjectDir)\..\..\src\convParse";"$(ProjectDir)\..\..\src\convStrings";"$(ProjectDir)\..\..\src\convUtil";"$(ProjectDir)\..\..\src\datalike";" [...]
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="5"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(ProjectDir)\..\..\\lamarc.exe"
+				LinkIncremental="2"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/lamarc.pdb"
+				SubSystem="1"
+				HeapReserveSize="100000000"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File RelativePath="..\..\src\bayeslike\bayesanalyzer_1d.cpp"/>
+			<File RelativePath="..\..\src\bayeslike\bayescurve.cpp"/>
+			<File RelativePath="..\..\src\bayeslike\bayesparamlike_1d.cpp"/>
+			<File RelativePath="..\..\src\control\chainmanager.cpp"/>
+			<File RelativePath="..\..\src\control\chainout.cpp"/>
+			<File RelativePath="..\..\src\control\chainpack.cpp"/>
+			<File RelativePath="..\..\src\control\chainparam.cpp"/>
+			<File RelativePath="..\..\src\control\constants.cpp"/>
+			<File RelativePath="..\..\src\control\defaults.cpp"/>
+			<File RelativePath="..\..\src\control\errhandling.cpp"/>
+			<File RelativePath="..\..\src\control\lamarc.cpp"/>
+			<File RelativePath="..\..\src\control\regiongammainfo.cpp"/>
+			<File RelativePath="..\..\src\control\registry.cpp"/>
+			<File RelativePath="..\..\src\control\sumfilehandler.cpp"/>
+			<File RelativePath="..\..\src\control\userparam.cpp"/>
+			<File RelativePath="..\..\src\control\xmlsum_strings.cpp"/>
+			<File RelativePath="..\..\src\datalike\calculators.cpp"/>
+			<File RelativePath="..\..\src\datalike\datapack.cpp"/>
+			<File RelativePath="..\..\src\datalike\datatype.cpp"/>
+			<File RelativePath="..\..\src\datalike\dlcalc.cpp"/>
+			<File RelativePath="..\..\src\datalike\dlcell.cpp"/>
+			<File RelativePath="..\..\src\datalike\cellmanager.cpp"/>
+			<File RelativePath="..\..\src\datalike\dlmodel.cpp"/>
+			<File RelativePath="..\..\src\datalike\funcMax.cpp"/>
+			<File RelativePath="..\..\src\datalike\haplotypes.cpp"/>
+			<File RelativePath="..\..\src\datalike\locus.cpp"/>
+			<File RelativePath="..\..\src\datalike\locuscell.cpp"/>
+			<File RelativePath="..\..\src\datalike\phenotypes.cpp"/>
+			<File RelativePath="..\..\src\datalike\region.cpp"/>
+			<File RelativePath="..\..\src\datalike\tipdata.cpp"/>
+			<File RelativePath="..\..\src\force\event.cpp"/>
+			<File RelativePath="..\..\src\force\force.cpp"/>
+			<File RelativePath="..\..\src\force\forceparam.cpp"/>
+			<File RelativePath="..\..\src\force\forcesummary.cpp"/>
+			<File RelativePath="..\..\src\force\priorreport.cpp"/>
+			<File RelativePath="..\..\src\force\timesize.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\coalmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\constraintmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\datafilenamedialog.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\datamodelmenu.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\diseasemenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\forcesmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\growthmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarc_strings.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarcheaderdialog.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarcmenu.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarcmenuitems.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\logselectmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\migmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\nomenufilereaddialog.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\outfilemenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\overviewmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\popsizemenu.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\priormenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\profilemenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\recmenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\regiongammamenus.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\traitmodelmenu.cpp"/>
+			<File RelativePath="..\..\src\lamarcmenus\treesummenus.cpp"/>
+			<File RelativePath="..\..\src\menu\dialog.cpp"/>
+			<File RelativePath="..\..\src\menu\dialognoinput.cpp"/>
+			<File RelativePath="..\..\src\menu\dialogrepeat.cpp"/>
+			<File RelativePath="..\..\src\menu\display.cpp"/>
+			<File RelativePath="..\..\src\menu\matrixitem.cpp"/>
+			<File RelativePath="..\..\src\menu\menu_strings.cpp"/>
+			<File RelativePath="..\..\src\menu\menuinteraction.cpp"/>
+			<File RelativePath="..\..\src\menu\menuitem.cpp"/>
+			<File RelativePath="..\..\src\menu\newmenu.cpp"/>
+			<File RelativePath="..\..\src\menu\newmenuitems.cpp"/>
+			<File RelativePath="..\..\src\menu\setmenuitem.cpp"/>
+			<File RelativePath="..\..\src\menu\togglemenuitem.cpp"/>
+			<File RelativePath="..\..\src\menu\twodtable.cpp"/>
+			<File RelativePath="..\..\src\postlike\analyzer.cpp"/>
+			<File RelativePath="..\..\src\postlike\derivatives.cpp"/>
+			<File RelativePath="..\..\src\postlike\likelihood.cpp"/>
+			<File RelativePath="..\..\src\postlike\maximizer.cpp"/>
+			<File RelativePath="..\..\src\postlike\maximizer_strings.cpp"/>
+			<File RelativePath="..\..\src\postlike\plforces.cpp"/>
+			<File RelativePath="..\..\src\postlike\plotstat.cpp"/>
+			<File RelativePath="..\..\src\postlike\profile.cpp"/>
+			<File RelativePath="..\..\src\report\outputfile.cpp"/>
+			<File RelativePath="..\..\src\report\reportpage.cpp"/>
+			<File RelativePath="..\..\src\report\runreport.cpp"/>
+			<File RelativePath="..\..\src\tools\mathx.cpp"/>
+			<File RelativePath="..\..\src\tools\random.cpp"/>
+			<File RelativePath="..\..\src\tools\rangex.cpp"/>
+			<File RelativePath="..\..\src\tools\stringx.cpp"/>
+			<File RelativePath="..\..\src\tools\timex.cpp"/>
+			<File RelativePath="..\..\src\tools\vector_constants.cpp"/>
+			<File RelativePath="..\..\src\tools\vectorx.cpp"/>
+			<File RelativePath="..\..\src\tree\arranger.cpp"/>
+			<File RelativePath="..\..\src\tree\arranger_types.cpp"/>
+			<File RelativePath="..\..\src\tree\arrangervec.cpp"/>
+			<File RelativePath="..\..\src\tree\branch.cpp"/>
+			<File RelativePath="..\..\src\tree\branchbuffer.cpp"/>
+			<File RelativePath="..\..\src\tree\branchtag.cpp"/>
+			<File RelativePath="..\..\src\tree\chain.cpp"/>
+			<File RelativePath="..\..\src\tree\chainstate.cpp"/>
+			<File RelativePath="..\..\src\tree\collector.cpp"/>
+			<File RelativePath="..\..\src\tree\collmanager.cpp"/>
+			<File RelativePath="..\..\src\tree\individual.cpp"/>
+			<File RelativePath="..\..\src\tree\intervaldata.cpp"/>
+			<File RelativePath="..\..\src\tree\newick.cpp"/>
+			<File RelativePath="..\..\src\tree\parameter.cpp"/>
+			<File RelativePath="..\..\src\tree\partition.cpp"/>
+			<File RelativePath="..\..\src\tree\prior.cpp"/>
+			<File RelativePath="..\..\src\tree\range.cpp"/>
+			<File RelativePath="..\..\src\tree\rectree.cpp"/>
+			<File RelativePath="..\..\src\tree\summary.cpp"/>
+			<File RelativePath="..\..\src\tree\tempident.cpp"/>
+			<File RelativePath="..\..\src\tree\timelist.cpp"/>
+			<File RelativePath="..\..\src\tree\tree.cpp"/>
+			<File RelativePath="..\..\src\tree\treesum.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\chainparam_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\constraint_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\data_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\datamodel_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\force_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\front_end_warnings.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\prior_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\profile_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\setgetmachine.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\traitmodel_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_constants.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_id.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_regid.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_strings.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\ui_warnings.cpp"/>
+			<File RelativePath="..\..\src\ui_interface\userparam_interface.cpp"/>
+			<File RelativePath="..\..\src\ui_util\undoredochain.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\report_strings.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_chainparams.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_component.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_datamodel.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_datapackplus.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_forces.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_prior.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_traitmodels.cpp"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_userparams.cpp"/>
+			<File RelativePath="..\..\src\xml\lamarcschema.cpp"/>
+			<File RelativePath="..\..\src\xml\parsetreetodata.cpp"/>
+			<File RelativePath="..\..\src\xml\parsetreetosettings.cpp"/>
+			<File RelativePath="..\..\src\xml\parsetreewalker.cpp"/>
+			<File RelativePath="..\..\src\xml\toxml.cpp"/>
+			<File RelativePath="..\..\src\xml\parsetreeschema.cpp"/>
+			<File RelativePath="..\..\src\xml\xml.cpp"/>
+			<File RelativePath="..\..\src\xml\xml_strings.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinyxml.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinyxmlerror.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinyxmlparser.cpp"/>
+			<File RelativePath="..\..\tinyxml\tinystr.cpp"/>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc">
+			<File RelativePath="..\..\src\bayeslike\bayesanalyzer_1d.h"/>
+			<File RelativePath="..\..\src\bayeslike\bayescurve.h"/>
+			<File RelativePath="..\..\src\bayeslike\bayesparamlike_1d.h"/>
+			<File RelativePath="..\..\src\control\chainmanager.h"/>
+			<File RelativePath="..\..\src\control\chainout.h"/>
+			<File RelativePath="..\..\src\control\chainpack.h"/>
+			<File RelativePath="..\..\src\control\chainparam.h"/>
+			<File RelativePath="..\..\src\control\constants.h"/>
+			<File RelativePath="..\..\src\control\defaults.h"/>
+			<File RelativePath="..\..\src\control\definitions.h"/>
+			<File RelativePath="..\..\src\control\errhandling.h"/>
+			<File RelativePath="..\..\src\control\lamarc.h"/>
+			<File RelativePath="..\..\src\control\regiongammainfo.h"/>
+			<File RelativePath="..\..\src\control\registry.h"/>
+			<File RelativePath="..\..\src\control\sumfilehandler.h"/>
+			<File RelativePath="..\..\src\control\types.h"/>
+			<File RelativePath="..\..\src\control\userparam.h"/>
+			<File RelativePath="..\..\src\control\xmlsum_strings.h"/>
+			<File RelativePath="..\..\src\datalike\calculators.h"/>
+			<File RelativePath="..\..\src\datalike\datapack.h"/>
+			<File RelativePath="..\..\src\datalike\datatype.h"/>
+			<File RelativePath="..\..\src\datalike\dlcalc.h"/>
+			<File RelativePath="..\..\src\datalike\dlcell.h"/>
+			<File RelativePath="..\..\src\datalike\cellmanager.h"/>
+			<File RelativePath="..\..\src\datalike\dlmodel.h"/>
+			<File RelativePath="..\..\src\datalike\funcMax.h"/>
+			<File RelativePath="..\..\src\datalike\haplotypes.h"/>
+			<File RelativePath="..\..\src\datalike\locus.h"/>
+			<File RelativePath="..\..\src\datalike\locuscell.h"/>
+			<File RelativePath="..\..\src\datalike\phenotypes.h"/>
+			<File RelativePath="..\..\src\datalike\region.h"/>
+			<File RelativePath="..\..\src\datalike\tipdata.h"/>
+			<File RelativePath="..\..\src\force\event.h"/>
+			<File RelativePath="..\..\src\force\force.h"/>
+			<File RelativePath="..\..\src\force\forceparam.h"/>
+			<File RelativePath="..\..\src\force\forcesummary.h"/>
+			<File RelativePath="..\..\src\force\priorreport.h"/>
+			<File RelativePath="..\..\src\force\timesize.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\coalmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\constraintmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\datafilenamedialog.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\datamodelmenu.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\diseasemenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\forcesmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\growthmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarc_strings.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarcheaderdialog.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarcmenu.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\lamarcmenuitems.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\logselectmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\migmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\nomenufilereaddialog.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\outfilemenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\overviewmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\popsizemenu.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\priormenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\profilemenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\recmenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\regiongammamenus.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\traitmodelmenu.h"/>
+			<File RelativePath="..\..\src\lamarcmenus\treesummenus.h"/>
+			<File RelativePath="..\..\src\menu\dialog.h"/>
+			<File RelativePath="..\..\src\menu\dialognoinput.h"/>
+			<File RelativePath="..\..\src\menu\dialogrepeat.h"/>
+			<File RelativePath="..\..\src\menu\display.h"/>
+			<File RelativePath="..\..\src\menu\matrixitem.h"/>
+			<File RelativePath="..\..\src\menu\menu_strings.h"/>
+			<File RelativePath="..\..\src\menu\menudefs.h"/>
+			<File RelativePath="..\..\src\menu\menuerror.h"/>
+			<File RelativePath="..\..\src\menu\menuinteraction.h"/>
+			<File RelativePath="..\..\src\menu\menuitem.h"/>
+			<File RelativePath="..\..\src\menu\menutypedefs.h"/>
+			<File RelativePath="..\..\src\menu\newmenu.h"/>
+			<File RelativePath="..\..\src\menu\newmenuitems.h"/>
+			<File RelativePath="..\..\src\menu\setmenuitem.h"/>
+			<File RelativePath="..\..\src\menu\togglemenuitem.h"/>
+			<File RelativePath="..\..\src\menu\twodtable.h"/>
+			<File RelativePath="..\..\src\postlike\analyzer.h"/>
+			<File RelativePath="..\..\src\postlike\likelihood.h"/>
+			<File RelativePath="..\..\src\postlike\maximizer.h"/>
+			<File RelativePath="..\..\src\postlike\maximizer_strings.h"/>
+			<File RelativePath="..\..\src\postlike\plforces.h"/>
+			<File RelativePath="..\..\src\postlike\plotstat.h"/>
+			<File RelativePath="..\..\src\report\outputfile.h"/>
+			<File RelativePath="..\..\src\report\reportpage.h"/>
+			<File RelativePath="..\..\src\report\runreport.h"/>
+			<File RelativePath="..\..\src\tools\mathx.h"/>
+			<File RelativePath="..\..\src\tools\random.h"/>
+			<File RelativePath="..\..\src\tools\rangex.h"/>
+			<File RelativePath="..\..\src\tools\stringx.h"/>
+			<File RelativePath="..\..\src\tools\timex.h"/>
+			<File RelativePath="..\..\src\tools\tools.h"/>
+			<File RelativePath="..\..\src\tools\vector_constants.h"/>
+			<File RelativePath="..\..\src\tools\vectorx.h"/>
+			<File RelativePath="..\..\src\tree\arranger.h"/>
+			<File RelativePath="..\..\src\tree\arranger_types.h"/>
+			<File RelativePath="..\..\src\tree\arrangervec.h"/>
+			<File RelativePath="..\..\src\tree\branch.h"/>
+			<File RelativePath="..\..\src\tree\branchbuffer.h"/>
+			<File RelativePath="..\..\src\tree\branchtag.h"/>
+			<File RelativePath="..\..\src\tree\chain.h"/>
+			<File RelativePath="..\..\src\tree\chainstate.h"/>
+			<File RelativePath="..\..\src\tree\collector.h"/>
+			<File RelativePath="..\..\src\tree\collmanager.h"/>
+			<File RelativePath="..\..\src\tree\individual.h"/>
+			<File RelativePath="..\..\src\tree\intervaldata.h"/>
+			<File RelativePath="..\..\src\tree\newick.h"/>
+			<File RelativePath="..\..\src\tree\parameter.h"/>
+			<File RelativePath="..\..\src\tree\partition.h"/>
+			<File RelativePath="..\..\src\tree\prior.h"/>
+			<File RelativePath="..\..\src\tree\range.h"/>
+			<File RelativePath="..\..\src\tree\summary.h"/>
+			<File RelativePath="..\..\src\tree\tempident.h"/>
+			<File RelativePath="..\..\src\tree\timelist.h"/>
+			<File RelativePath="..\..\src\tree\tree.h"/>
+			<File RelativePath="..\..\src\tree\treesum.h"/>
+			<File RelativePath="..\..\src\ui_interface\chainparam_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\constraint_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\data_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\datamodel_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\force_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\front_end_warnings.h"/>
+			<File RelativePath="..\..\src\ui_interface\prior_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\profile_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\setget.h"/>
+			<File RelativePath="..\..\src\ui_interface\setgetmachine.h"/>
+			<File RelativePath="..\..\src\ui_interface\traitmodel_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_constants.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_id.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_interface.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_regid.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_strings.h"/>
+			<File RelativePath="..\..\src\ui_interface\ui_warnings.h"/>
+			<File RelativePath="..\..\src\ui_interface\userparam_interface.h"/>
+			<File RelativePath="..\..\src\ui_util\undoredochain.h"/>
+			<File RelativePath="..\..\src\ui_vars\report_strings.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_chainparams.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_component.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_datamodel.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_datapackplus.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_forces.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_prior.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_traitmodels.h"/>
+			<File RelativePath="..\..\src\ui_vars\ui_vars_userparams.h"/>
+			<File RelativePath="..\..\src\xml\parsetreetodata.h"/>
+			<File RelativePath="..\..\src\xml\parsetreetosettings.h"/>
+			<File RelativePath="..\..\src\xml\parsetreewalker.h"/>
+			<File RelativePath="..\..\src\xml\toxml.h"/>
+			<File RelativePath="..\..\src\xml\parsetreeschema.h"/>
+			<File RelativePath="..\..\src\xml\xml.h"/>
+			<File RelativePath="..\..\src\xml\xml_strings.h"/>
+			<File RelativePath="..\..\tinyxml\tinyxml.h"/>
+			<File RelativePath="..\..\tinyxml\tinystr.h"/>
+			<File RelativePath="..\..\config\conf.h"/>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+			<File RelativePath="..\..\resources\lamarc_rc.rc"/>
+			<File RelativePath="..\..\resources\lamarc.ico"/>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/projects/win32/make_vcproj.pl b/projects/win32/make_vcproj.pl
new file mode 100755
index 0000000..cab408b
--- /dev/null
+++ b/projects/win32/make_vcproj.pl
@@ -0,0 +1,174 @@
+#!/usr/bin/perl
+
+use File::Basename;
+
+## prints out one file name when within a list of sources
+sub printOneFileToHandle
+{
+    my($fileName) = @_;
+
+    ## printf "\t\t\t<File\r\n";
+    ## printf "\t\t\t\tRelativePath=\"$fromVcprojToTop$fileName\">\r\n";
+    ## printf "\t\t\t</File>\r\n";
+    printf "\t\t\t<File RelativePath=\"$fromVcprojToTop$fileName\"/>\r\n";
+}
+
+## constant strings, not expected to change 
+$templateFile              = dirname($0)."/vcproj_template";
+$fromVcprojToTop           = "..\\..\\";
+$fromVcprojToInclude       = "..\\";
+
+$matchesHeaderFiles     = "\\\.h\$";
+$matchesSourceFiles     = "\\\.cpp\$";
+$matchesResourceFiles   = "\\\.rc\$|\\\.ico\$";
+
+$heapSize               = "100000000";
+$execPath               = "\$(ProjectDir)\\$fromVcprojToTop";
+
+$originalProjectName    = "PROJECTNAME";
+$originalHeapSize       = "HEAPSIZE";
+$originalExecName       = "EXECNAME";
+
+
+## gonna slurp a bunch of file names into these
+ at headers = ();
+ at sources = ();
+ at resources = ();
+ at includeDirs = ();
+
+########################################################
+## first argument is the project name, it could be lamarc 
+## or lam_conv, for example
+$projectName = shift;
+
+########################################################
+## divide up remaining arguments into files and include
+## path items
+$nextIsInclude = "";    ## true when we just saw -I
+foreach $item (@ARGV)
+{
+    $item =~ s/\//\\/g;
+
+    if($nextIsInclude)
+    {
+        push @includeDirs, $item ;
+        $nextIsInclude = "";
+    }
+    elsif ($item =~ /$matchesHeaderFiles/)
+    {
+        push @headers, $item ;
+    }
+    elsif ($item =~ /$matchesSourceFiles/)
+    {
+        push @sources, $item ;
+    }
+    elsif ($item =~ /$matchesResourceFiles/)
+    {
+        push @resources, $item ;
+    }
+    elsif ($item =~ /^-I$/)
+    {
+        $nextIsInclude = "yes";
+    }
+}
+
+open(TEMPLATEFILE,$templateFile);       ## modify content of this file
+
+$inFiles = $inFilter = $filterType = "";
+while(<TEMPLATEFILE>)
+{
+    ## #################################################
+    ## replacing project name, etc
+    ## #################################################
+    $_ =~ s/$originalProjectName/$projectName/g;
+    $_ =~ s/$originalHeapSize/$heapSize/g;
+    $_ =~ s/$originalExecName/$execPath\\$projectName\.exe/g;
+
+    ## #################################################
+    ## in this section, setting state but not outputting
+    ## #################################################
+    if($_ =~ /<Files>/)
+    {
+        $inFiles = "yes";
+    }
+    if ($_ =~ /<\/Files>/)
+    {
+        $inFiles = "";
+    }
+    if($_ =~ /<Filter/)
+    {
+        $inFilter = "yes";
+    }
+    if ($_ =~ /<\/Filter>/)
+    {
+        $inFilter = "";
+    }
+    if($_ =~ /Name=\"Header Files\"/)
+    {
+        $filterType = "h";
+    }
+    if($_ =~ /Name=\"Source Files\"/)
+    {
+        $filterType = "cpp";
+    }
+    if($_ =~ /Name=\"Resource Files\"/)
+    {
+        $filterType = "rc";
+    }
+
+
+    ## #################################################
+    ## in this section, producing output
+    ## #################################################
+    if($_ =~ /AdditionalIncludeDirectories/)
+    {
+        printf "\t\t\t\tAdditionalIncludeDirectories=\"";
+        foreach $item (@includeDirs)
+        {
+            if ($item =~ /\\config$/) {
+                printf ""\$(ProjectDir)\\$fromVcprojToTop$item";";
+            } else {
+                printf ""\$(ProjectDir)\\$fromVcprojToInclude$item";";
+            }
+        }
+        printf "\"\r\n";
+    }
+    elsif($_ =~ /<File\/>/)
+    {
+        ## dump out file names based on fiter type
+        if($inFiles && $inFilter)
+        {
+            if($filterType eq "h")
+            {
+                foreach $item (@headers)
+                {
+                    printOneFileToHandle($item);
+                }
+            }
+            if($filterType eq "cpp")
+            {
+                foreach $item (@sources)
+                {
+                    printOneFileToHandle($item);
+                }
+            }
+            if($filterType eq "rc")
+            {
+                foreach $item (@resources)
+                {
+                    printOneFileToHandle($item);
+                }
+            }
+        }
+        else
+        {
+        }
+    }
+    else
+    {
+        printf $_;
+    }
+}
+close(TEMPLATEFILE);
+
+
diff --git a/projects/win32/vcproj_template b/projects/win32/vcproj_template
new file mode 100644
index 0000000..c48771a
--- /dev/null
+++ b/projects/win32/vcproj_template
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.00"
+	Name="PROJECTNAME"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="2"
+				InlineFunctionExpansion="1"
+				OmitFramePointers="TRUE"
+				AdditionalIncludeDirectories=""
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				StringPooling="TRUE"
+				RuntimeLibrary="4"
+				EnableFunctionLevelLinking="TRUE"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="EXECNAME"
+				LinkIncremental="0"
+				GenerateDebugInformation="TRUE"
+				SubSystem="1"
+				HeapReserveSize="HEAPSIZE"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="1"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				OptimizeForWindowsApplication="TRUE"
+				AdditionalIncludeDirectories=""
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WINDOWS_COMPILE;TIXML_USE_STL"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="5"
+				RuntimeTypeInfo="TRUE"
+				UsePrecompiledHeader="0"
+				WarningLevel="0"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="EXECNAME"
+				LinkIncremental="2"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/PROJECTNAME.pdb"
+				SubSystem="1"
+				HeapReserveSize="HEAPSIZE"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+		</Configuration>
+	</Configurations>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+			<File/>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc">
+			<File/>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+			<File/>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/scripts/buildDmg.sh b/scripts/buildDmg.sh
new file mode 100755
index 0000000..dadb045
--- /dev/null
+++ b/scripts/buildDmg.sh
@@ -0,0 +1,134 @@
+#!/bin/sh
+
+usage () {
+cat << buildDmgUsageInfo
+*****************************************************************
+USAGE: buildDmg <topdir> [<builddir>]
+
+      	<topdir> 	full path to the directory to package
+	<builddir>	directory to do the build in
+*****************************************************************
+buildDmgUsageInfo
+}
+
+doCommand () {
+	if [ -z "$1" ]
+	then
+		echo "INTERNAL ERROR: no arg to doCommand"
+		exit 2
+	else
+		echo "COMMAND: $1"
+		$1
+	fi
+}
+
+#
+localbuild="build"
+
+# find out where we've started
+invokedir=`pwd`
+
+###################################################################
+# required first argument -- full path to package directory
+packagetop=$1
+if test X$packagetop = "X" ; then
+	echo "ERROR: missing required first argument."
+	usage
+	exit 1
+fi
+if [ ! -e ${packagetop} ] ; then
+	echo "ERROR: couldn't find package directory "${packagetop}\""
+	usage
+	exit 1
+fi
+if [ ! -d ${packagetop} ] ; then
+	echo "ERROR: "${packagetop}\" not a directory"
+	usage
+	exit 1
+fi
+fullPathPackageTop=`(cd ${packagetop} 2> /dev/null && pwd ;)`
+
+###################################################################
+# optional second argument, place to build the .dmg
+# if not given, make in current directory and report
+#
+# $2 is where to do the build
+if test X$2 = "X" ; then
+	builddir=${invokedir}/${localbuild}
+else
+	builddir=$2
+fi
+if [ ! -e ${builddir} ] ; then
+	if ! mkdir ${builddir} 2> /dev/null
+	then
+		echo "ERROR: couldn't create ${builddir}"
+		usage
+		exit 2
+	fi
+fi
+if [ ! -d ${builddir} ] ; then
+	echo "ERROR: <builddir> \"$builddir\" missing or not a directory"
+	usage
+	exit 2
+fi
+fullPathBuildDir=`(cd ${builddir} 2> /dev/null && pwd ;)`
+
+###################################################################
+# Now we have full path names ${fullPathPackageTop} and 
+# ${fullPathBuildDir}
+#
+# We have to extract the last part of ${fullPathPackageTop} to
+# get the current package name
+packageName=`basename ${fullPathPackageTop}`
+imageName=${packageName}-osx
+volumeName=${packageName}-vol
+
+## debugging stuff
+echo "full path to package : ${fullPathPackageTop}"
+echo "full path to build   : ${fullPathBuildDir}"
+echo "package name         : ${packageName}"
+echo "image name           : ${imageName}"
+echo "volume name          : ${volumeName}"
+
+## ewfix -- get real value
+imageSize=45
+
+###################################################################
+# ready to rumble!
+
+cd ${fullPathBuildDir}
+
+# remove old dmg if it exists
+rm -f ${imageName}.dmg
+
+# make the blank image
+hdiutil create ${imageName}.dmg -size ${imageSize}m -fs HFS+ -volname ${volumeName}
+
+# mount the image and store the device name into dev_handle
+hfsLoc=`hdid ${imageName}.dmg | grep Apple_HFS | perl -e '\$_=<>; /^\\/dev\\/(disk.)/; print \$1'`
+
+echo "HFS LOC:${hfsLoc}"
+
+# copy the software onto the disk
+# remove the trailing ${packageName} if you don't want a level
+# of indirection (in form of a folder) between the open volume
+# and the various executables and documents
+ditto -rsrcFork ${fullPathPackageTop} /Volumes/${volumeName}/${packageName}
+
+# unmount the volume
+hdiutil detach ${hfsLoc}
+
+# compress the image
+hdiutil convert ${imageName}.dmg -format UDZO -o ${imageName}.udzo.dmg
+
+# remove the uncompressed image
+rm -f ${imageName}.dmg
+
+# move the compressed image to take its place
+mv ${imageName}.udzo.dmg ${imageName}.dmg
+
+# flatten -- ensure resource forks (if any) aren't lost when we copy 
+# this over to a linux system
+hdiutil flatten ${imageName}.dmg
+
+exit 0
diff --git a/scripts/pyParallel/README b/scripts/pyParallel/README
new file mode 100644
index 0000000..6d5ade8
--- /dev/null
+++ b/scripts/pyParallel/README
@@ -0,0 +1,19 @@
+This is pyParallel, a set of experimental Python scripts for automating "poor 
+man's parallelization" in LAMARC.
+
+These scripts are minimally tested. If you run into trouble, please send email 
+to lamarc at u.washington.edu and we will work with you to solve the problem.
+
+Begin by creating a LAMARC infile containing data for all your regions and with
+the replicates value set as high as you want.
+
+Put the infile in an empty directory, and run the first python script,
+divide_data.py from that directory. The script requires arguments, but
+just run it without them and it will tell you what it needs.
+
+After you successfully run divide_data.py, the progarm will tell you
+where to run several LAMARC instances and also tell you which Python
+script to run next.
+
+For help, refer first to the "Parallelizing LAMARC" page (parallel.html) in 
+your copy of the LAMARC documentation
diff --git a/scripts/pyParallel/combine_regions.py b/scripts/pyParallel/combine_regions.py
new file mode 100644
index 0000000..a3f03ec
--- /dev/null
+++ b/scripts/pyParallel/combine_regions.py
@@ -0,0 +1,191 @@
+####################################################################
+# combine_regions.py
+#   used to combine lamarc runs from regions (which may include 
+#   multiple replicates) into a single region file with insumfiles 
+#   for "poor man's parallelization"
+####################################################################
+
+# system imports
+import re
+import os.path
+import sys
+from xml.dom.minidom import parse, Document
+
+import parallelCommon
+
+
+file_reg_pattern     = re.compile('reg(.*)')
+number_pattern       = re.compile('\s*(\d+)\s+(\d+)\s+(\d+)')
+reg_rep_pattern      = re.compile('\s*(\d+)\s+(\d+)')
+
+t_number_pattern       = re.compile('(\s*<number>\s*)(\d+)(\s+\d+\s+\d+\s*</number>\s*)')
+t_reg_rep_pattern      = re.compile('(\s*<reg_rep>\s*)(\d+)(\s+\d+\s*</reg_rep>\s*)')
+t_top_tag_pattern      = re.compile('.*XML.summary.file.*')
+
+# each file assumes it is for the only region 
+# and so has region numbers of zero. Here we
+# replace those zeroes in the <number> and <reg_rep> tags
+def replaceRegionNumbers(myElem,regNum):
+    if regNum < 0:
+        print "Bad region number, %s, to replaceRegionNumbers\n" , regNum
+        exit(2)
+
+    for numberTag in myElem.getElementsByTagName("number"):
+        for child in numberTag.childNodes:
+            if child.nodeType == child.TEXT_NODE:
+                m = number_pattern.match(child.data)
+                if m:
+                    child.data = " %s %s %s " % (regNum,m.group(2),m.group(3))
+
+    for regRepTag in myElem.getElementsByTagName("reg_rep"):
+        for child in regRepTag.childNodes:
+            if child.nodeType == child.TEXT_NODE:
+                m = reg_rep_pattern.match(child.data)
+                if m:
+                    child.data = " %s %s " % (regNum,m.group(2))
+
+# combine outsumfiles for single regions into a single insumfile.
+# 
+# lamdir == top level directory containing subdirectories for runs
+# rundir == where to write the sumfile
+# regionList == list of strings like "reg0" and "reg1"
+def combineSumfilesRegion(lamdir,rundir,regionList):
+
+    parallelCommon.sumfileCombineWarn(rundir)
+
+    # write output file
+    sumfile = os.path.join(rundir,'insumfile_final.xml')
+    outf = open(sumfile,'w')
+    outf.write("<XML-summary-file>\n")
+
+    for suffix in regionList:
+        # get reg and rep number form suffix
+        m = file_reg_pattern.match(suffix)
+        regNum = "" 
+        if m:
+            regNum = m.group(1)
+
+        # find file and parse it in
+        sumdir = os.path.join(lamdir,'reg%s' % regNum)
+        oneRep = os.path.join(sumdir,'outsumfile_%s.xml' % suffix)
+        print "processing %s" % oneRep
+        sys.stdout.flush()
+
+
+        # append to existing file, changing region numbers as necessary
+        for line in open(oneRep):
+
+            # throw away outermost tags
+            m = t_top_tag_pattern.match(line)
+            if m:
+                continue
+
+            # replace region number in <number> tag and continue
+            m = t_number_pattern.match(line)
+            if m:
+                outf.write("%s%s%s\n" % (m.group(1),regNum,m.group(3)))
+                continue
+
+            # replace region number in <reg_rep> tag and continue
+            m = t_reg_rep_pattern.match(line)
+            if m:
+                outf.write("%s%s%s\n" % (m.group(1),regNum,m.group(3)))
+                continue
+
+            # not a special case
+            outf.write("%s\n" % line)
+
+
+    outf.write("</XML-summary-file>\n")
+    outf.close()
+
+def combineSumfilesRegion__OLD(lamdir,rundir,regionList):
+
+    parallelCommon.sumfileCombineWarn(rundir)
+
+    # create output dom
+    sumDoc = Document()
+    topElem = sumDoc.createElement("XML-summary-file")
+    sumDoc.appendChild(topElem)
+
+
+    for suffix in regionList:
+        # get reg and rep number form suffix
+        m = file_reg_pattern.match(suffix)
+        regNum = "" 
+        if m:
+            regNum = m.group(1)
+
+        # find file and parse it in
+        sumdir = os.path.join(lamdir,'reg%s' % regNum)
+        oneRep = os.path.join(sumdir,'outsumfile_%s.xml' % suffix)
+        inf = open(oneRep,'r')
+        oneDom = parse(inf)
+        inf.close()
+        localTop = parallelCommon.getFirstTag(oneDom,"XML-summary-file")
+
+        # add to output xml structure
+        childNodeList = localTop.childNodes
+        for myNode in childNodeList:
+            myNewNode = sumDoc.importNode(myNode,True)
+            topElem.appendChild(myNewNode)
+            if myNewNode.nodeType == myNewNode.ELEMENT_NODE:
+                replaceRegionNumbers(myNewNode,regNum)
+
+        
+    # write output file
+    sumfile = os.path.join(rundir,'insumfile_final.xml')
+    outf = open(sumfile,'w')
+    sumDoc.writexml(outf)
+    outf.close()
+    parallelCommon.stripXmlInfo(sumfile)
+
+# input options
+[lamarcfile,lamdir,pydir] = parallelCommon.getOptionsAndVerify(False)
+parallelCommon.describeThisScript("combine_regions","combine all regions and replicates",lamarcfile,lamdir)
+
+inlamarc = open(lamarcfile,'r')
+lamDom = parse(inlamarc)
+inlamarc.close()
+
+# add comment to identify outfile as generated by this script
+lamarcTag = parallelCommon.getFirstTag(lamDom,"lamarc")
+commentNode = lamDom.createComment("Created by combine_regions.py")
+lamarcTag.insertBefore(commentNode,lamarcTag.firstChild)
+
+
+# EWFIX.REMOVE
+# find replicate number -- do not change it
+#chainsTag = parallelCommon.getFirstTag(lamarcTag,"chains")
+#replicatesTag = parallelCommon.getFirstTag(chainsTag,"replicates")
+#originalReplicateCount = 1
+#if replicatesTag:
+#    originalReplicateCount = parallelCommon.getLongVal(replicatesTag)
+
+# find format tag
+formatTag = parallelCommon.getFirstTag(lamarcTag,"format")
+
+# divide up regions
+dataElem = parallelCommon.getSingleTag(lamarcTag,"data")
+regionElems = dataElem.getElementsByTagName("region")
+
+infileList = []
+
+# output each region file
+regionList = []
+for regCount in range(regionElems.length):
+    idString = 'reg%d' % regCount
+    regionList.append(idString)
+
+parallelCommon.fixFormatTag(lamDom,formatTag,"final",True)
+rundir = os.path.join(lamdir,'final')
+os.makedirs(rundir)
+regFile = os.path.join(rundir,'infile_final.xml')
+outf = open(regFile,'w')
+lamDom.writexml(outf)
+outf.close()
+
+combineSumfilesRegion(lamdir,rundir,regionList)
+
+# output instructions: files to run, next program to run
+parallelCommon.nextStep(lamdir,[regFile],True)
diff --git a/scripts/pyParallel/combine_replicates.py b/scripts/pyParallel/combine_replicates.py
new file mode 100644
index 0000000..cdbb5d7
--- /dev/null
+++ b/scripts/pyParallel/combine_replicates.py
@@ -0,0 +1,164 @@
+####################################################################
+# combine_replicates.py
+#   used to combine lamarc runs from multiple replicates into a
+#   single region file with insumfiles for "poor man's parallelization"
+####################################################################
+
+# system imports
+import getopt
+import random
+import re
+import sys
+import os.path
+from xml.dom.minidom import parse, Document
+
+import parallelCommon
+
+
+file_reg_rep_pattern = re.compile('reg(.*)_rep(.*)')
+number_pattern       = re.compile('\s*(\d+)\s+(\d+)\s+(\d+)')
+reg_rep_pattern      = re.compile('\s*(\d+)\s+(\d+)')
+
+# each file assumes it is for the only region and only replicate
+# and so has region and replicate numbers of zero. Here we
+# replace those zeroes in the <number> and <reg_rep> tags
+def replaceReplicateNumbers(myElem,repNum):
+    if repNum < 0:
+        print "bad replicate number, %s , to replaceReplicateNumbers\n" , repNum
+        exit(2)
+
+    for numberTag in myElem.getElementsByTagName("number"):
+        for child in numberTag.childNodes:
+            if child.nodeType == child.TEXT_NODE:
+                m = number_pattern.match(child.data)
+                if m:
+                    child.data = " %s %s %s " % (m.group(1),repNum,m.group(3))
+
+    for regRepTag in myElem.getElementsByTagName("reg_rep"):
+        for child in regRepTag.childNodes:
+            if child.nodeType == child.TEXT_NODE:
+                m = reg_rep_pattern.match(child.data)
+                if m:
+                    child.data = " %s %s " % (m.group(1),repNum)
+
+# combine outsumfiles for multiple replicates over a single region 
+# into a single insumfile.
+# argument "regString" will usually be something like "reg2", but
+# can be "final" for a multiple replicate run over a single region
+def combineSumfiles(lamdir,regString,regRepList):
+
+    parallelCommon.sumfileCombineWarn(regString)
+
+    # create output dom
+    sumDoc = Document()
+    topElem = sumDoc.createElement("XML-summary-file")
+    sumDoc.appendChild(topElem)
+
+    for suffix in regRepList:
+        # get reg and rep number form suffix
+        m = file_reg_rep_pattern.match(suffix)
+        regNum = "" 
+        repNum = ""
+        if m:
+            regNum = m.group(1)
+            repNum = m.group(2)
+
+        # find file and parse it in
+        outsumdir = os.path.join(lamdir,'%s' % suffix)
+        oneRep = os.path.join(outsumdir,'outsumfile_%s.xml' % suffix)
+        inf = open(oneRep,'r')
+        oneDom = parse(inf)
+        inf.close()
+        localTop = parallelCommon.getFirstTag(oneDom,"XML-summary-file")
+
+        # add to output xml structure
+        childNodeList = localTop.childNodes
+        for myNode in childNodeList:
+            myNewNode = sumDoc.importNode(myNode,True)
+            topElem.appendChild(myNewNode)
+            if myNewNode.nodeType == myNewNode.ELEMENT_NODE:
+                replaceReplicateNumbers(myNewNode,repNum)
+
+        
+    # write output file
+    insumdir = os.path.join(lamdir,'%s' % regString)
+    sumfile = os.path.join(insumdir,'insumfile_%s.xml' % regString)
+    outf = open(sumfile,'w')
+    sumDoc.writexml(outf)
+    outf.close()
+    parallelCommon.stripXmlInfo(sumfile)
+
+
+# input options
+[lamarcfile,lamdir,pydir] = parallelCommon.getOptionsAndVerify(False)
+parallelCommon.describeThisScript("combine_replicates.py","combine replicate runs for each region",lamarcfile,lamdir)
+
+inlamarc = open(lamarcfile,'r')
+lamDom = parse(inlamarc)
+inlamarc.close()
+
+# add comment to identify outfile as generated by this script
+lamarcTag = parallelCommon.getFirstTag(lamDom,"lamarc")
+commentNode = lamDom.createComment("Created by combine_replicates.py")
+lamarcTag.insertBefore(commentNode,lamarcTag.firstChild)
+
+# divide up regions
+dataElem = parallelCommon.getSingleTag(lamarcTag,"data")
+regionElems = dataElem.getElementsByTagName("region")
+singleRegion = len(regionElems) == 1
+
+# turn off profiling -- we only do it at the end
+if not singleRegion:
+    parallelCommon.turnProfilesOff(lamDom,lamarcTag)
+
+# find replicate number -- do not change it
+chainsTag = parallelCommon.getFirstTag(lamarcTag,"chains")
+replicatesTag = parallelCommon.getFirstTag(chainsTag,"replicates")
+originalReplicateCount = 1
+if replicatesTag:
+    originalReplicateCount = parallelCommon.getLongVal(replicatesTag)
+
+# find format tag
+formatTag = parallelCommon.getFirstTag(lamarcTag,"format")
+
+# disconnect regions from dom
+for region in regionElems:
+    dataElem.removeChild(region)
+
+infileList = []
+
+# output each region file
+regCount = 0
+for region in regionElems:
+    dataElem.appendChild(region)
+    repList = []
+    for repCount in range(originalReplicateCount):
+        idString = 'reg%d_rep%d' % (regCount,repCount)
+        repList.append(idString)
+
+    regString = 'reg%d' % regCount
+    if singleRegion:
+        regString = "final"
+
+    parallelCommon.fixFormatTag(lamDom,formatTag,regString,True)
+
+    runDir = os.path.join(lamdir,'%s' % regString)
+    if not os.path.exists(runDir):
+        os.makedirs(runDir)
+    regFile = os.path.join(runDir,'infile_%s.xml' % regString)
+    outf = open(regFile,'w')
+    lamDom.writexml(outf)
+    outf.close()
+    infileList.append(regFile)
+
+    combineSumfiles(lamdir,regString,repList)
+
+    dataElem.removeChild(region)
+    regCount = regCount + 1
+    # unlink region
+    
+
+# output instructions: files to run, next program to run
+parallelCommon.nextStep(lamdir,infileList,singleRegion)
+if not singleRegion:
+    parallelCommon.finalStep(pydir,"combine_regions.py",lamarcfile,lamdir)
diff --git a/scripts/pyParallel/divide_data.py b/scripts/pyParallel/divide_data.py
new file mode 100644
index 0000000..c8b1f69
--- /dev/null
+++ b/scripts/pyParallel/divide_data.py
@@ -0,0 +1,108 @@
+####################################################################
+# divide_data.py
+#   used to do first break-apart of lamarc data into pieces for
+#   "poor man's parallelization"
+####################################################################
+# system imports
+import os.path
+import sys
+from xml.dom.minidom import parse, Document
+
+# imports 
+import parallelCommon
+
+
+# input options
+[lamarcfile,lamdir,pydir] = parallelCommon.getOptionsAndVerify(True)
+
+parallelCommon.describeThisScript("divide_data.py","divide regions and replicates",lamarcfile,lamdir)
+
+inlamarc = open(lamarcfile,'r')
+lamDom = parse(inlamarc)
+inlamarc.close()
+
+# find replicate count.
+lamarcTag = parallelCommon.getFirstTag(lamDom,"lamarc")
+chainsTag = parallelCommon.getFirstTag(lamarcTag,"chains")
+replicatesTag = parallelCommon.getFirstTag(chainsTag,"replicates")
+originalReplicateCount = 1
+if replicatesTag:
+    originalReplicateCount = parallelCommon.getLongVal(replicatesTag)
+
+# find region count
+dataElem = parallelCommon.getSingleTag(lamarcTag,"data")
+regionElems = dataElem.getElementsByTagName("region")
+regionCount = len(regionElems)
+
+# bail if regions and replicates are both singletons
+if ( regionCount == 1) and (originalReplicateCount == 1):
+    print "ERROR: lamarc input file %s has only one region" % lamarcfile
+    print "       and only one replicate. It cannot be broken down any further"
+    sys.exit(2)
+
+
+# add comment to identify outfile as generated by this script
+commentNode = lamDom.createComment("Created by divide_data.py")
+lamarcTag.insertBefore(commentNode,lamarcTag.firstChild)
+
+# write out full copy using writexml. we do this so we can compare
+# the original input file content in the same formatting we're using
+# to generate the sub-files
+lamcopy = os.path.join(lamdir,"infile_copy.xml")
+outf = open(lamcopy,'w')
+lamDom.writexml(outf)
+outf.close()
+
+# don't do profiles until very last run
+parallelCommon.turnProfilesOff(lamDom,lamarcTag)
+
+
+# change replicate number to 1 if it exists
+if replicatesTag:
+    parallelCommon.setVal(replicatesTag,"1")
+
+# find format tag
+formatTag = parallelCommon.getFirstTag(lamarcTag,"format")
+
+# disconnect regions from dom -- we'll be putting them back
+# in later one at a time
+for region in regionElems:
+    dataElem.removeChild(region)
+
+# will store names of single region/single replicate lamarc files
+infileList = []
+
+# output each region file
+regCount = 0
+for region in regionElems:
+    dataElem.appendChild(region)
+    for repCount in range(originalReplicateCount):
+        idString = 'reg%d_rep%d' % (regCount,repCount)
+        if (originalReplicateCount == 1):
+            idString = 'reg%d' % regCount
+
+        parallelCommon.fixFormatTag(lamDom,formatTag,idString,False)
+
+        runDir = os.path.join(lamdir,'%s' % idString)
+        if not os.path.exists(runDir):
+            os.makedirs(runDir)
+        regFile = os.path.join(runDir,'infile_%s.xml' % idString)
+        outf = open(regFile,'w')
+        lamDom.writexml(outf)
+        outf.close()
+        infileList.append(regFile)
+
+    # remove the region tag so next file output doesn't include it
+    dataElem.removeChild(region)
+
+    regCount = regCount + 1
+
+    # EWFIX -- unlink region to save memory ??
+    
+
+# output instructions: files to run, next program to run
+parallelCommon.nextStep(lamdir,infileList,False)
+if(originalReplicateCount == 1):
+    parallelCommon.finalStep(pydir,"combine_regions.py",lamarcfile,lamdir)
+else:
+    parallelCommon.finalStep(pydir,"combine_replicates.py",lamarcfile,lamdir)
diff --git a/scripts/pyParallel/parallelCommon.py b/scripts/pyParallel/parallelCommon.py
new file mode 100644
index 0000000..b2af2d9
--- /dev/null
+++ b/scripts/pyParallel/parallelCommon.py
@@ -0,0 +1,239 @@
+####################################################################
+# parallelCommon.py
+#   routines used by: divide_data.py
+#                     combine_replicates.py
+#                     combine_regions.py
+####################################################################
+# system imports
+import fileinput
+import getopt
+import random
+import re
+import sys
+import os.path
+from xml.dom.minidom import parse, Document
+
+seedlim = 1000000
+
+
+# share
+def usage():
+    print '''Usage:
+        --lamarcfile REQUIRED <path to lamarc infile to fragment>
+        --outdir     REQUIRED <path to output directory>
+'''
+
+
+# share
+def getOptionsAndVerify(barfIfOutdirExists):
+    lamarcfile = None
+    outdir = None
+
+    try:
+        opts, args = getopt.getopt(sys.argv[1:],"hl:o:",["help","lamarcfile=","outdir="])
+    except getopt.GetoptError, err:
+        usage()
+        sys.exit(2)
+
+    for o, a in opts:
+        if o in ("-h","--help"):
+            usage()
+            sys.exit()
+        elif o in ("-l", "--lamarcfile"):
+            lamarcfile = a
+        elif o in ("-o", "--outdir"):
+            outdir = a
+        else:
+            assert False, "unhandled option"
+
+    # lamarc input file and output directory both must exist
+    if lamarcfile == None or outdir == None:
+        usage()
+        sys.exit()
+
+    # make sure lamarcfile exists and is a file
+    if not os.path.isfile(lamarcfile):
+        print "%s doesn't exist or isn't a file. exiting" % lamarcfile
+        sys.exit(1)
+
+    # make sure outdir is a new, empty directory
+    if os.path.exists(outdir):
+        if barfIfOutdirExists:
+            print "directory %s already exists. exiting" % outdir
+            sys.exit(1)
+    else:
+        os.makedirs(outdir)
+
+    return (lamarcfile,outdir,os.getcwd())
+
+
+# gets first sub-tag named "tagname" of element "domElem"
+def getFirstTag(domElem,tagname):
+    elems = domElem.getElementsByTagName(tagname)
+    for elem in elems:
+        return elem
+    return None
+
+# gets only sub-tag named "tagname" of element "domElem"
+# EWFIX -- not actually doing any error checking
+def getSingleTag(elem,tagname):
+    return getFirstTag(elem,tagname)
+
+# gets the long value embedded in a tag
+def getLongVal(elem):
+    for child in elem.childNodes:
+        # EWFIX -- should check only one
+        if child.nodeType == child.TEXT_NODE:
+            return long(child.data)
+    return None
+        
+
+# replaces data in the first text child node of "elem" with "strData"
+def setVal(elem,strData):
+    for child in elem.childNodes:
+        # EWFIX -- should check only one
+        if child.nodeType == child.TEXT_NODE:
+            child.data = strData
+            return
+        
+# when creates or replaces child tag "childTagName" of parent element
+# "parentTag" with text of value "newValue"
+def replaceOrSet(domTop,parentTag,childTagName,newValue):
+
+    childTag = getSingleTag(parentTag,childTagName)
+    if childTag:
+        setVal(childTag,newValue)
+    else:
+        childTag = domTop.createElement(childTagName)
+        parentTag.appendChild(childTag)
+        parentTag.appendChild(domTop.createTextNode("\n"))
+        childTag.appendChild(domTop.createTextNode(newValue))
+        
+
+# change the name (or set if not present) of all input and outputs specified
+# in the format tag to have an infix of "idStr"
+#
+# also sets seed to an appropriate random value
+#
+# input "useIn" when true, controls input summary file reading
+def fixFormatTag(domTop,fmtTag,idStr,useIn):
+    replaceOrSet(domTop,fmtTag,"seed", "%d" % (random.randint(0,seedlim)*4+1))
+    replaceOrSet(domTop,fmtTag,"results-file", "outfile_%s.txt" % idStr)
+    if useIn:
+        replaceOrSet(domTop,fmtTag,"use-in-summary", "true")
+        replaceOrSet(domTop,fmtTag,"in-summary-file", "insumfile_%s.xml" % idStr)
+    else:
+        replaceOrSet(domTop,fmtTag,"use-in-summary", "false")
+    replaceOrSet(domTop,fmtTag,"use-out-summary", "true")
+    replaceOrSet(domTop,fmtTag,"out-summary-file", "outsumfile_%s.xml" % idStr)
+    replaceOrSet(domTop,fmtTag,"curvefile-prefix", "curve_%s.xml" % idStr)
+    replaceOrSet(domTop,fmtTag,"tracefile-prefix", "trace_%s.xml" % idStr)
+    replaceOrSet(domTop,fmtTag,"newicktreefile-prefix", "newick_%s.xml" % idStr)
+    replaceOrSet(domTop,fmtTag,"out-xml-file", "menusettings_%s.xml" % idStr)
+    replaceOrSet(domTop,fmtTag,"xml-report-file", "report_%s.xml" % idStr)
+
+
+#
+#profilePattern = re.compile('\s*(\S+)\s+(.*)')
+#def replaceEachProfile(profileText):
+#    if not profileText:
+#        return
+#    remainingText = profileText
+#    outText = ""
+#    m = profilePattern.match(remainingText)
+#    while m:
+#        outText = "%s %s" % ( outText, "none")
+#        remainingText = m.group(2)
+#        m = profilePattern.match(remainingText)
+#    return outText
+
+# get population count from a top level lamarc XML document
+def getPopCount(lamDom):
+    dataTag = getSingleTag(lamDom,"data")
+    regionTag = getFirstTag(dataTag,"region")
+    return len(regionTag.getElementsByTagName("population"))
+
+# makes a string containing the word "none" "numProfiles" times
+# spaces are between each occurence and before the first and after
+# the last
+def makeProfilesString(numProfiles):
+    outstr = ""
+    for i in range(numProfiles):
+        outstr = "%s none" % outstr
+    outstr = "%s " % outstr
+    return outstr
+
+# turn off the profile for a given force
+def turnOneProfileOff(domTop,forcesTag,forceName,numProfiles):
+    thisForce = getSingleTag(forcesTag,forceName)
+    if thisForce:
+        newProfilesString = makeProfilesString(numProfiles)
+        replaceOrSet(domTop,thisForce,"profiles",newProfilesString)
+
+
+# turn off all profiles -- we use this because we don't want to
+# do any profiling until the last run of lamarc on the brought-together
+# data
+def turnProfilesOff(domTop,lamTag):
+    popCount = getPopCount(domTop)
+    tag = getSingleTag(lamTag,"forces")
+    turnOneProfileOff(domTop,tag,"coalescence",popCount)
+    turnOneProfileOff(domTop,tag,"migration",popCount*popCount)
+    turnOneProfileOff(domTop,tag,"growth",popCount)
+    turnOneProfileOff(domTop,tag,"recombination",1)
+
+           
+# python outputs XML with an initial tag <?xml version="1.0" ?>
+# even though this is perfectly correct, the lamarc sum file reading
+# routines cannot handle it. This is a kludge to work around that
+linePattern = re.compile('(.*)<\?.*\?>(.*)')
+def stripXmlInfo(filename):
+    firstLine = True
+    for line in fileinput.input(filename,inplace=1): 
+        if firstLine:
+            m = linePattern.match(line)
+            if m:
+                line = "%s%s" % (m.group(1),m.group(2))
+            firstLine = False
+            print line      # prints line to file via fileinput inplace option
+        else:
+            line.rstrip()
+            print line ,    # prints line to file via fileinput inplace option
+
+def sumfileCombineWarn(where):
+    print "Combining sumfiles in %s. This can take a while..." % where
+
+def dividerLine():
+    print "****************************************************"
+
+def describeThisScript(scriptName,purpose,lamfile,lamdir):
+    dividerLine()
+    print "running python script: %s" % scriptName
+    print "purpose:               %s" % purpose
+    print "arguments:             -l %s" % lamfile
+    print "                       -o %s" % lamdir
+
+def nextStep(lamdir,filelist,nextIsLast):
+    dividerLine()
+
+    print "next step: run lamarc on",
+    if not nextIsLast:
+        print "each of:",
+    print
+
+    for fileName in filelist:
+        print "               %s" % fileName
+    print "           if you are running on a different machine, copy"
+    print "           all files in each of the above directories there"
+    if not nextIsLast:
+        print "           and copy all files generated by the run back to"
+        print "           the same directory"
+    print
+
+def finalStep(pydir,pyscript,lamfile,lamdir):
+    print "then: change back to this directory"
+    print "      (%s)" % pydir
+    print "      and run python script %s with arguments" % pyscript
+    print "           -l %s" % lamfile
+    print "           -o %s" % lamdir
+    dividerLine()
diff --git a/scripts/xmingw32/binutils-2.15.91-20040904-1-src.tar.gz b/scripts/xmingw32/binutils-2.15.91-20040904-1-src.tar.gz
new file mode 100644
index 0000000..d05a5af
Binary files /dev/null and b/scripts/xmingw32/binutils-2.15.91-20040904-1-src.tar.gz differ
diff --git a/scripts/xmingw32/gcc-core-3.4.2-20040916-1-src.tar.gz b/scripts/xmingw32/gcc-core-3.4.2-20040916-1-src.tar.gz
new file mode 100644
index 0000000..6e6a24f
Binary files /dev/null and b/scripts/xmingw32/gcc-core-3.4.2-20040916-1-src.tar.gz differ
diff --git a/scripts/xmingw32/gcc-g++-3.4.2-20040916-1-src.tar.gz b/scripts/xmingw32/gcc-g++-3.4.2-20040916-1-src.tar.gz
new file mode 100644
index 0000000..0609aa8
Binary files /dev/null and b/scripts/xmingw32/gcc-g++-3.4.2-20040916-1-src.tar.gz differ
diff --git a/scripts/xmingw32/gcc-g77-3.4.2-20040916-1-src.tar.gz b/scripts/xmingw32/gcc-g77-3.4.2-20040916-1-src.tar.gz
new file mode 100644
index 0000000..a8e7994
Binary files /dev/null and b/scripts/xmingw32/gcc-g77-3.4.2-20040916-1-src.tar.gz differ
diff --git a/scripts/xmingw32/mingw-runtime-3.7.tar.gz b/scripts/xmingw32/mingw-runtime-3.7.tar.gz
new file mode 100644
index 0000000..d1fd1ee
Binary files /dev/null and b/scripts/xmingw32/mingw-runtime-3.7.tar.gz differ
diff --git a/scripts/xmingw32/w32api-3.2.tar.gz b/scripts/xmingw32/w32api-3.2.tar.gz
new file mode 100644
index 0000000..18b9a71
Binary files /dev/null and b/scripts/xmingw32/w32api-3.2.tar.gz differ
diff --git a/scripts/xmingw32/xmingw32.bat.in b/scripts/xmingw32/xmingw32.bat.in
new file mode 100644
index 0000000..018db2a
--- /dev/null
+++ b/scripts/xmingw32/xmingw32.bat.in
@@ -0,0 +1,59 @@
+ at echo off
+rem xmingw32.bat
+rem
+rem A batch file that defines several variables to use with a MinGW 
+rem cross compiler under the cygwin enviroment.
+rem
+rem Copyright (C) 2002  Jos� Fonseca
+rem
+rem This program is free software; you can redistribute it and/or
+rem modify it under the terms of the GNU General Public License
+rem as published by the Free Software Foundation; either version 2
+rem of the License, or (at your option) any later version.
+rem
+rem This program is distributed in the hope that it will be useful,
+rem but WITHOUT ANY WARRANTY; without even the implied warranty of
+rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+rem GNU General Public License, http://www.gnu.org/copyleft/gpl.html
+rem for more details.
+rem
+rem Jos� Fonseca <j_r_fonseca at yahoo.co.uk>
+rem
+rem Copy to the cygwin installation dir (usually C:\cygwin) and run:
+rem   xmingw32.bat
+rem
+
+C:
+chdir \cygwin\bin
+
+set PATH=@prefix@/bin;$PATH
+
+set C_INCLUDE_PATH=@prefix@/usr/include:@prefix@/usr/local/include
+set CPLUS_INCLUDE_PATH=@prefix@/usr/include:@prefix@/usr/local/include
+set LIBRARY_PATH=@prefix@/usr/lib:@prefix@/usr/local/lib
+
+set AS=@target at -as
+set AR=@target at -ar
+set CC=@target at -gcc
+set CFLAGS=-O2
+set CPP=%CC% -E
+set CXX=@target at -g++
+set CXXFLAGS=%CFLAGS%
+set DLLTOOL=@target at -dlltool
+set LD=@target at -ld
+set NM=@target at -nm
+set RANLIB=@target at -ranlib
+
+set AS_FOR_BUILD=as
+set AR_FOR_BUILD=ar
+set CC_FOR_BUILD=gcc
+set CFLAGS_FOR_BUILD=-O2
+set CPP_FOR_BUILD=%CC_FOR_BUILD% -E
+set CXX_FOR_BUILD=g++
+set CXXFLAGS_FOR_BUILD=%CFLAGS_FOR_BUILD%
+set DLLTOOL_FOR_BUILD=dlltool
+set LD_FOR_BUILD=ld
+set NM_FOR_BUILD=nm
+set RANLIB_FOR_BUILD=ranlib
+
+bash --login -i
diff --git a/scripts/xmingw32/xmingw32.mak b/scripts/xmingw32/xmingw32.mak
new file mode 100644
index 0000000..a8b46ec
--- /dev/null
+++ b/scripts/xmingw32/xmingw32.mak
@@ -0,0 +1,285 @@
+#!/usr/bin/make -f
+#
+# Description:
+# 
+#   A makefile that automates the process of building a MinGW cross compiler.
+#
+# Usage:
+# 
+#    make -f xmingw32.mak all test
+#
+#   or simply
+#
+#    ./xmingw32.mak all test
+#
+# License:
+# 
+#   Copyright (C) 2003  Jos\x{00E9} Fonseca
+#  
+#   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
+#   of the License, 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, http://www.gnu.org/copyleft/gpl.html
+#   for more details.
+#
+# Author:
+# 
+#   Jos\x{00E9} Fonseca
+#
+# Changelog:
+#
+#   * Wed, 15 Sep 2004 14:46:48 +0100
+#    - Updated to the latest versions (binutils-2.15.90-20040222-1,
+#    gcc-3.3.3-20040217-1, mingw-runtime-3.3 and w32api-2.5).
+#
+#   * Mon, 23 Jun 2003 11:57:39 +0100
+#    - Updated to the latest versions (binutils-2.13.90-20030111-1,
+#    gcc-3.2.3-20030504-1, mingw-runtime-3.0 and w32api-2.3).
+#    - Use of patches instead of hard-coded sed commands.
+#    - Automatic detection of the installation directory.
+#    - Small reorganization.
+#
+#   * before
+#    - lost in time...
+
+
+# Target definition
+
+TARGET = mingw32
+
+
+# Versions defintions
+
+BINUTILS_VERSION = 2.15.91-20040904-1
+GCC_VERSION = 3.4.2-20040916-1
+MINGW_RUNTIME_VERSION = 3.7
+W32API_VERSION = 3.2
+
+
+# Installation directory
+
+ifeq ($(shell whoami),root)
+PREFIX=/usr/local/xmingw32
+else
+PREFIX=$(HOME)/local/xmingw32
+endif
+
+
+# Choose one of the SourceForge mirrors.
+
+#BASE_URL = ftp://ftp.sf.net/pub/sourceforge/mingw/
+BASE_URL = http://telia.dl.sourceforge.net/sourceforge/mingw/
+#BASE_URL = http://unc.dl.sourceforge.net/sourceforge/mingw/
+#BASE_URL = http://belnet.dl.sourceforge.net/sourceforge/mingw/
+
+
+# Some shortcut variables
+#
+# NOTE: The upstream packaging is not very consistent so often these have to be
+# tweaked for each specific version.
+
+BINUTILS_TARBALL = binutils-$(BINUTILS_VERSION)-src.tar.gz
+#GCC_TARBALL = gcc-$(GCC_VERSION)-src.tar.gz
+GCC_TARBALL = gcc-core-$(GCC_VERSION)-src.tar.gz gcc-g++-$(GCC_VERSION)-src.tar.gz gcc-g77-$(GCC_VERSION)-src.tar.gz
+MINGW_RUNTIME_TARBALL = mingw-runtime-$(MINGW_RUNTIME_VERSION).tar.gz
+W32API_TARBALL = w32api-$(W32API_VERSION).tar.gz
+
+BINUTILS_PATCH = binutils-$(BINUTILS_VERSION).patch
+GCC_PATCH = gcc-$(GCC_VERSION).patch
+
+BINUTILS_DIR = binutils-$(BINUTILS_VERSION)#-src
+GCC_DIR = gcc-$(GCC_VERSION)
+
+
+# Configure flags
+#
+# NOTE: Some of these flags require certain versions. See the upstream
+# gcc-*-build.sh scripts for more information.
+
+CONFIGURE_FLAGS = \
+        --target=$(TARGET) \
+        --prefix=$(PREFIX)
+
+BINUTILS_CONFIGURE_FLAGS = \
+        $(CONFIGURE_FLAGS)
+
+GCC_CONFIGURE_FLAGS = \
+        $(CONFIGURE_FLAGS) \
+        --enable-languages=c,c++,f77 \
+        --disable-nls \
+        --disable-shared \
+        --enable-sjlj-exceptions \
+        --enable-threads \
+        --disable-win32-registry
+
+
+# Build flags
+
+CFLAGS = -O2
+LDFLAGS = -s
+DEBUG_FLAGS = -g0
+
+export CFLAGS LDFLAGS DEBUG_FLAGS
+
+
+# Set the path environment variable
+
+PATH := $(PREFIX)/bin:$(PATH)
+
+export PATH
+
+
+# Default target
+
+all: download binutils mingw-runtime w32api gcc scripts
+
+.PHONY: all
+
+
+# Download the tarballs
+
+WGET = wget
+WGET_FLAGS = --passive-ftp
+
+SOURCES = \
+        $(BINUTILS_TARBALL) \
+        $(GCC_TARBALL) \
+        $(MINGW_RUNTIME_TARBALL) \
+        $(W32API_TARBALL)
+ 
+download: $(SOURCES)
+        
+$(SOURCES):
+	$(WGET) $(WGET_FLAGS) $(BASE_URL)$@
+
+.PHONY: download
+
+
+# Create the installation directories
+
+$(PREFIX):
+	mkdir -p $@
+
+$(PREFIX)/$(TARGET):
+	mkdir -p $@
+
+
+# Unpack, patch, build and install the binutils
+
+$(BINUTILS_DIR): $(BINUTILS_TARBALL)
+	gzip -dc $(BINUTILS_TARBALL) | tar xf -
+	[ -f $(BINUTILS_PATCH) ] && patch -p0 -i $(BINUTILS_PATCH) || true
+	touch $@
+
+$(BINUTILS_DIR)/Makefile: $(BINUTILS_DIR)
+	cd $(BINUTILS_DIR) && \
+                ./configure $(BINUTILS_CONFIGURE_FLAGS) > ../binutils-configure.log 2>&1
+
+binutils: .binutils-stamp
+        
+.binutils-stamp: $(BINUTILS_DIR)/Makefile $(PREFIX)
+	cd $(BINUTILS_DIR) && \
+                make > ../binutils-build.log 2>&1
+	cd $(BINUTILS_DIR) && \
+                make install > ../binutils-install.log 2>&1
+	touch $@
+        
+.PHONY: binutils
+
+
+# Install the MinGW C runtime headers and libraries
+
+mingw-runtime: .mingw-runtime-stamp
+
+.mingw-runtime-stamp: $(RUNTIME_TARBALL) $(PREFIX)/$(TARGET)
+	gzip -dc $(MINGW_RUNTIME_TARBALL) | tar xf - -C $(PREFIX)/$(TARGET) > mingw-runtime-install.log 2>&1
+	touch $@
+
+.PHONY: mingw-runtime
+
+
+# Install the MinGW Win32 API headers and libraries
+
+w32api: .w32api-stamp
+
+.w32api-stamp: $(W32API_TARBALL) $(PREFIX)/$(TARGET)
+	gzip -dc $(W32API_TARBALL) | tar xf - -C $(PREFIX)/$(TARGET) > w32api-install.log 2>&1
+	touch $@
+
+.PHONY: w32api
+
+
+# Unpack, patch, build and install the gcc
+
+$(GCC_DIR): $(GCC_TARBALL)
+	$(foreach TARBALL,$(GCC_TARBALL), gzip -dc $(TARBALL) | tar xf - ;)
+	[ -f $(GCC_PATCH) ] && patch -p0 -i $(GCC_PATCH) || true
+	touch $@
+
+$(GCC_DIR)/Makefile: $(GCC_DIR)
+	cd $(GCC_DIR) && \
+                ./configure $(GCC_CONFIGURE_FLAGS) > ../gcc-configure.log 2>&1
+
+gcc: .gcc-stamp
+
+.gcc-stamp: .binutils-stamp .mingw-runtime-stamp .w32api-stamp $(GCC_DIR)/Makefile $(PREFIX)
+	#cd $(GCC_DIR)/gcc && \
+             make installdirs > ../gcc-build.log 2>&1
+	cd $(GCC_DIR) && \
+                make >> ../gcc-build.log 2>&1
+	cd $(GCC_DIR) && \
+                make install > ../gcc-install.log 2>&1
+	touch $@
+
+.PHONY: gcc
+
+
+# Creates scripts to facilitate the use of the cross compiler toolchain
+
+scripts: xmingw32.sh xmingw32.bat
+
+xmingw32.sh: xmingw32.sh.in
+	sed -e s%@target@%$(TARGET)%g -e s%@prefix@%$(PREFIX)%g $< > $@
+
+xmingw32.bat: xmingw32.bat.in
+	sed -e s%@target@%$(TARGET)%g -e s%@prefix@%$(PREFIX)%g $< > $@
+
+.PHONY: scripts
+
+
+# A small test case
+
+test: test1.exe test2.exe
+
+test1.exe: hello.c
+	$(TARGET)-gcc -o $@ $<
+        
+test2.exe: hello.cxx
+	$(TARGET)-g++ -o $@ $<
+
+.PHONY: test
+
+
+# Cleans the build trees
+
+clean:
+	rm -f .*-stamp
+	rm -f *.log
+	rm -rf $(BINUTILS_DIR) $(GCC_DIR)
+	rm -f xmingw32.sh xmingw32.bat
+	rm -f test*.exe
+
+.PHONY: clean
+
+
+# Uninstall the cross compiler (Use with care)
+
+uninstall:
+	rm -rf $(PREFIX)
+
+.PHONY: uninstall
diff --git a/scripts/xmingw32/xmingw32.sh.in b/scripts/xmingw32/xmingw32.sh.in
new file mode 100644
index 0000000..4a5d824
--- /dev/null
+++ b/scripts/xmingw32/xmingw32.sh.in
@@ -0,0 +1,53 @@
+# xmingw32.sh
+#
+# A shell script that defines several variables to use with a MinGW 
+# cross compiler.
+#
+# Copyright (C) 2002  Jos� Fonseca
+#
+# 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
+# of the License, 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, http://www.gnu.org/copyleft/gpl.html
+# for more details.
+#
+# Jos� Fonseca <j_r_fonseca at yahoo.co.uk>
+#
+# Example,
+#   source xmingw32.sh
+#
+
+export PATH=@prefix@/bin:$PATH
+
+export C_INCLUDE_PATH=@prefix@/usr/include:@prefix@/usr/local/include
+export CPLUS_INCLUDE_PATH=@prefix@/usr/include:@prefix@/usr/local/include
+export LIBRARY_PATH=@prefix@/usr/lib:@prefix@/usr/local/lib
+
+export AS=@target at -as
+export AR=@target at -ar
+export CC=@target at -gcc
+export CFLAGS=-O2
+export "CPP=$CC -E"
+export CXX=@target at -g++
+export CXXFLAGS=$CFLAGS
+export DLLTOOL=@target at -dlltool
+export LD=@target at -ld
+export NM=@target at -nm
+export RANLIB=@target at -ranlib
+
+export AS_FOR_BUILD=as
+export AR_FOR_BUILD=ar
+export CC_FOR_BUILD=gcc
+export CFLAGS_FOR_BUILD=-O2
+export "CPP_FOR_BUILD=$CC_FOR_BUILD -E"
+export CXX_FOR_BUILD=g++
+export CXXFLAGS_FOR_BUILD=$CFLAGS
+export DLLTOOL_FOR_BUILD=dlltool
+export LD_FOR_BUILD=ld
+export NM_FOR_BUILD=nm
+export RANLIB_FOR_BUILD=ranlib
diff --git a/src/BUGS b/src/BUGS
deleted file mode 100644
index 0750b61..0000000
--- a/src/BUGS
+++ /dev/null
@@ -1,453 +0,0 @@
-//$Id: BUGS,v 1.84 2005/03/11 20:59:55 mkkuhner Exp $
-
-//*********************************************************************
-Bugs needing resolution
-//*********************************************************************
-
-Deferred--multiple loci
-to Bugzilla 2005/03/10
-2003/04/28  Multiple loci do not work in the ReportPage; they are
-            still hardcoded to locus 0.  (Among other problems--2003/07/15)
-
-Deferred
-2003/07/11  Items commented out or cryptic in release 2.0:  multiple
-            loci, disease, tree summaries, tree reading and writing.
-
-to Bugzilla 2005/03/10
-PartialFix--Jon, program now throws a Data Error when IsReal/IsInteger encounter
-            an empty string to parse.
-2003/12/01  since stringx.cpp::FindToken() requires a digit after a decimal
-            point in reading a number; numbers of the form "2." cause the
-            program to hang as ProduceDoubleOrBarf() fails due to problems with
-            IsReal not handling an empty input string well...
-
-to Bugzilla 2005/03/10
-Deferred--multiple loci
-2004/02/12  map_position tag missing from XML documentation, and the
-            section where it goes needs to be rewritten for multiple
-            locus compliance.
-
-to Bugzilla 2005/03/10
-2004/03/09  In the converter, if you have 2+ datablocks and assign them
-            all to the same region and population, the code just loops
-            and asks for reassignment--a warning message would be good,
-            at the very least. JAY
-
-to Bugzilla 2005/03/10
-2004/06/11  The signal handling code (in lamarc.cpp and chainmanager.cpp)
-            needs to be checked on other OSes--the signal 'SIGXFSZ' is 
-            supposedly 'non-standard'.  Possibly a check in 'configure'?
-            --LS 
-
-            (This is definitely broken in Windows -- ewalkup 2004/06/14)
-
-2004/06/14  We need to do the following things to make sure our releases
-            are higher quality:
-                * document exact steps to creating a release, including
-                  how to get clean CVS checkout
-                * have a standard test case suite to run through release
-                  candidates
-                * institute a beta testing plan
-            ewalkup
-
-to Bugzilla 2005/03/10
-Deferred
-2004/04/22  For recombination, and possibly migration and disease, it
-            would be good to have correct handling of parameter=0 for
-            confidence limit testing, and we don't.  Mary
-
-to Bugzilla 2005/03/10
-Deferred
-2004/04/28  If DLCalculator::Calculate happens to be called on a tree which
-            doesn't need recalculation, it seg-faults due to failing to 
-            set the DLCell variables.  This doesn't happen in normal
-            execution but is still ugly.  Mary
-
-to Bugzilla 2005/03/10
-2004/08/06  outfile gives you the name of your infile relative to
-            the directory you ran lamarc in, not the directory the
-            outfile is written in. ewalkup
-
-to Bugzilla 2005/03/10
-Deferred
-2004/12/17  WARNING:  The way that PlForces now handles starttime will
-            fail badly if (a) we implement sequential sampling and
-            (b) one genetic region lacks samples from the topmost
-            time point.
-
-//*********************************************************************
-Bugs fixed for release 2.0
-//*********************************************************************
-
-Fixed--Lucian 2005/03/08
-2002/06/26  The XML reader reads a global data model and uses it to
-            set unspecified regional data models, but then abandons
-            it.  This both leaks a little memory and means that the menu
-            cannot know what this global model was.
-
-PartialFix--ewalkup
-2003/05/20  global datamodel menus are crocked when multiple regions
-            have differing datamodels!
-
-PartialFix--Lucian and others (tree reading and writing)
-2003/07/11  Items commented out or cryptic in release 1.2:  multiple
-            loci, 2-allele model, disease, tree summaries, tree reading
-            and writing.
-
-Accepted as-is Mary 2005/03/08
-2004/02/06  Brownian DataModel always doesn't normalize [ShouldNormalize()
-            hard set to return false].  Is this really correct behaviour?
-
---Fixed LS 3/4/2005
-2004/05/21  Neither menu nor XML protects against asking for a Bayesian
-            analysis with no BayesArranger, which will crash.  Mary
-
-
-Eliminated--Not in current code base
-2004/01/15  Windows .NET compile on Wang Yi's machine (at least) complains
-            about protected function pointers in Menu class.  We "fixed"
-            it temporarily by making them public, but does this still
-            happen in 1.2, and if so why?
-
-//*********************************************************************
-Bugs fixed for release 1.2.3
-//*********************************************************************
-
-Declared Resolved--Lucian et al; 9/13/2004 (The 2 diseases problem can
-be solved by using a clever mix of constraints and setting things to zero)
-2002/11/22  The code is riddled through with the assumption that each
-            force object is unique, so for example, there are never
-	    2 disease force objects in existance.  One of the main
-	    enforcers of this assumption is
-	    ForceSummary::GetForceByTag().
-
-//*********************************************************************
-Bugs fixed for release 1.2
-//*********************************************************************
-
-DECLARED UNFIXABLE--Mary 2003/07/11
-2002/01/18  Converter -- phylip file conversion -- if longer sequences
- are present than claimed in header, the reader will SILENTLY mangle
- sequences and names.
-
-Fixed--Jon 2003/07/11
-2002/06/20  Brownian and Stepwise output reports are butt-ugly when no
-            categories are in use.
-
-FIXED--Jon 2004/02/11
-2002/07/19  The program dies with just "abort" showing to the user if
-            the forces specify multiple populations and the data has
-            only 1 population in it.  This may only apply to forces
-            specified in the xml input file.
-            Partially fixed 09/23/02 -- now taps in to the xml-reading
-            message error handling but doesn't give a good error
-            message -- see force/force.cpp:Force::SetMethods
-
-Jon note: Partial fix--due to xml schema now we get an "unknown" element
-   error  2003/08/03
-2002/06/21  Xml complains about mismatched tags when in fact the problem
-            is tags at the wrong scoping level (<start-value> tags
-            at the same level as a forcename tag).
-
-FIXED--Mary 2003/07/14
-2002/07/22  The program seems to run with duplicate site locations,
-            i.e. same site number assigned to more than one base.
-
-FIXED--Mary 2003/05/30, 2003/07/14
-2002/07/23  Adaptive heating is present in the program but completely
-            undocumented.  (Now it's documented, but I wonder
-            whether changing temperature with every swap is wise.
-            Have sent a query to Peter.)
-
-FIXED--Jon 2003/07/14
-2002/07/23  The xmlreader throws if it encouters an empty force.
-            Though even an invalid xml entry will suffice to avoid
-	    the throw.
-
-KLUDGED--Jon 2002/10/21 -- defaults now set for COAL, MIG, DISEASE
-2002/08/12  a multi-population infile with unspecified migration force
-            (but specified theta and recombination) fails to set any
-            migration starting values into ForceSummary::startParameters.
-            This lead to an infinite loop in starting tree generation!
-            addenda: 2002/10/21--it looks like if some but not all
-            forces are specified, no default force is created for the
-            unspecified in the xml file forces.
-
-Fixed--Mary 2002/08/21
-2002/08/20  I strongly suspect that if haplotyping is turned on in the
-            XML and not the menu, and auto-pairing of haplotypes is
-            supposed to happen, it won't happen correctly due to lack
-            of a necessary call to DataPack::EvaluatePairing.
-
-FIXED--Jon 2002/08/27
-2002/08/27  Converter, when passed an interleaved phylip file spits out
-            datablocks with only the first line of interleaved sequence
-            on them.
-
-FIXED--Jon 2002/09/05
-2002/09/03  Microsats, loci position vector fails to get to
-            Region::CreateTree(), other parts of Region::loci may
-            also be wrong.
-
-FIXED--Jon 2002/09/04
-2002/09/03  MULTI-TEMPERATURE NOW FAILS, tip nodes parents are dead
-            nodes in highest temperature tree!
-
-FIXED--Mary 2003/07/14
-2002/09/27  the html docs for the xmlinput does not address how to set
-            an F84 model to do base frequencies calculated from the data.
-
-Fixed--Chia-Chi 11/14/03
-2002/10/28  Converter--if multiple sequences are present in Phylip
-            format with the same phylip-truncated name, the converter
-	    will silently drop them from the analysis!
-
-FIXED--Jon 2002/10/10
-2002/10/10  the multicategory SNP case crashes in datalikelihood
-            calculation due to uninitialized member "catcells" if
-            there are no markers in the first subtree.
-
-Fixed--Jon--2003/02/21
-2003/02/06  Something expects there will be a profile
-
-FIXED--various--2003/07/11
-2003/02/21  Need to redo how static const strings are defined!  Example
-            in ui_interface/ui_strings.h and .cpp.
-
-FIXED--Mary--or rather it was a hallucination--2003/04/21
-2003/04/21  Handling of newly active sites in rectree.Migrate and
-            rectree.DiseaseMutation suspected of being erroneous.
-
-Fixed--Jon--2003/05/02--added new make target nomenulamarc.
-2003/05/02  some users want a no-menu option for running in background.
-
-Fixed--ewalkup 10/14/03
-2003/05/20  in the menu, datamodel menus, the ncategories, probcats, and
-            catrates are all set independently.  They should check for
-            mutual self-consistency at some point!  Currently, they
-            lead to a failed validity check if inconsistent.
-
-FIXED--Mary and Jon 2003/07/15
-2003/07/15  Loci need to be constrained to be non-overlapping, probably in
-            Region::IsValid.  
-
-Fixed--Mary 2003/07/30
-2003/07/15  Due to use of 'new' without 'delete' the menu leaks like a
-            sieve.  Use boost::shared_ptr here.  [NB I used auto_ptr
-            instead.]
-
-FIXED--Wang Yi 2004/04/05
-2003/07/15  The model claiming to be K-Allele is really 2-Allele,
-            but changing its name is not very good because the data
-            reading part really is K-Allele.  Wang Yi is working on a
-            genuine K-Allele model.
-
-Checked and found to be correct--Jon 2004/02/12
-2003/07/15  Handling of SNP positions in multi-locus code is probably wrong;
-            we believe that they are assigned site numbers (in xml reading)
-            relative to the offset of their locus but not its map position,
-            leading to locus-specific positions that are then misused as
-            regional positions in data likelihood code. 
-
-FIXED--Jon 2003/07/24
-2003/07/22  Cannot set Adaptive/Static temperature regime via xml!
-
-Apparently not true--Mary 10/15/03
-2003/09/22  multi-cats set in menu are not initialized correctly!
-            see dlmodel.cpp::Initialize()/Finalize()
-
-FIXED--Jon 2004/02/05
-2003/10/09  For DNA data, if number of markers (in XML) is inconsistent with
-            sequence length, error checking doesn't catch this and the
-            program eventually crashes in a cryptic way.  (It doesn't work
-            to just put in a check, because the number of sites
-            is set to FLAGLONG unless there is explicit spacing data.)
-
-Fixed--Eric 11/14/03
-2003/11/3   The "threshhold" of maximum distance between microsatellite
-            alleles should be set adaptively, not hardwired.  This is
-            set in the constructor of StepwiseModel.
-
-`Fixed--Lucian 2003/11/25  (no manpage; 'converter' now 'lam_conv')
-2003/11/20  'make install' fails to install the nonexistent manpage (oddly 
-	    enough), and does not copy over the 'converter' program (which 
-	    probably needs a new name).
-
-Fixed--Mary 2003/12/01
-2003/07/15  The inability of most arrangers to do DeNovoTree is ugly.
-
-FIXED--Mary 2003/12/09
-2003/12/09  Both adaptive and non-adaptive heating success reports have
-            always, it turns out, reported complete nonsense.
-
-Fixed--we just deleted the file entirely.
-2003/12/22  The file "conversion/LamarcParser.cpp" is not ever actually 
-            compiled or incorporated into the converter.  Is was created 
-            by Peter--did it ever work?  Should we work on including it?  
-            -LS
-
-FIXED--Jon 2004/02/11
-2002/07/19  The program dies with just "abort" showing to the user if
-            the forces specify multiple populations and the data has
-            only 1 population in it.  This may only apply to forces
-            specified in the xml input file.
-            Partially fixed 09/23/02 -- now taps in to the xml-reading
-            message error handling but doesn't give a good error
-            message -- see force/force.cpp:Force::SetMethods
-
-Checked and found to be correct--Jon 2004/02/12
-2003/07/15  Handling of SNP positions in multi-locus code is probably wrong;
-            we believe that they are assigned site numbers (in xml reading)
-            relative to the offset of their locus but not its map position,
-            leading to locus-specific positions that are then misused as
-            regional positions in data likelihood code. 
-
-FIXED--mainly Eric 2004/5
-2003/07/15  A lot of PDEBUG in the postlike code that need to be addressed.
-            (And some plain old DEBUG.)
-
-FIXED--mainly Eric
-2003/07/24  Worrisome comment in maximizer.h suggests growth may not work....?
-
-Irrelevant with removal of xerces
-2003/09/11  cryptic segfault after xerces schema catch output.
-
-Irrelevant with removal of Xerces
-2003/10/19  build from clean on darwin for fonzi at darwin failed to correctly
-            find the xerces library on run--kludged by putting xerces-lib
-            in /usr/lib, but need to find out why library not found!
-
-FIXED--Jon 2004/02/05
-2003/10/09  For DNA data, if number of markers (in XML) is inconsistent with
-            sequence length, error checking doesn't catch this and the
-            program eventually crashes in a cryptic way.  (It doesn't work
-            to just put in a check, because the number of sites
-            is set to FLAGLONG unless there is explicit spacing data.)
-
-FIXED--Eric 2003/5
-2003/11/4   The behavior of the maximizer when a posterior likelihood
-            overflows is bad. 
-
-FIXED--Mary 2003/12/09
-2003/12/09  Both adaptive and non-adaptive heating success reports have
-            always, it turns out, reported complete nonsense.
-
-FIXED--Lucian 2004/5
-2004/02/24  In the menu, if the profile types are changed (from 
-            'percentile' to 'fixed'), and then a new force is added (i.e.
-            growth), the new force will be listed as 'percentile', not
-            'fixed'.  While we might allow this in the future, Peter's 
-            code comments say we cannot do both fixed and percentile
-            profiling at once.  --LS
-
-//*********************************************************************
-Bugs fixed for release 1.1
-//*********************************************************************
-
-FIXED--Mary 2002/02/13
-2002/02/13  Specifying output file name in the xml causes a "space"
- to be pre-pended to the file name (e.g. "outfile" becomes " outfile").
-
-FIXED--ewalkup 2002/05/31
-2002/01/29  A legal xml file with an extra </lamarc> tag after all the
- data causes the program to crash mysteriously in parsing without any
- error messages.
-
-FIXED--ewalkup 2002/05/31
-2001/12/17  If the user types a wrong filename in the menu,
- subsequent messages still display a default filename, but this
- default is actually not available.
-
-FIXED--Mary 2002/06/14
-2001/12/17  The acceptance rate information for individual arrangers
- is repeatedly overwritten (at the end of each swap interval) when
- heating is in effect.
-
-FIXED--ewalkup 2002/05/31
-2002/01/02  xml.cpp uses tests against -1 when it would be appropriate
- to use tests against string::npos.  This is not necessarily portable
- though it happens to work on both our compilers at the moment.
-
-FIXED--ewalkup 2002/06/06
-2002/01/21  Menu entry to turn normalization on/off seems to be
- missing.
-
-FIXED--ewalkup 2002/06/03
-2002/01/21  There is no way to make an xml file that turns recombination
- off; only on.
-
-FIXED--Mary 2002/02/20
-2002/02/20  Converter loses last base of each sequence.
-
-FIXED--Mary 2002/03/04
-2002/03/01  Converter is wildly incorrect in cases with multiple
- populations (wrong method in <migration> tag, wrong number of entries in
- <coalescence> tag).
-
-FIXED--Mary 2002/03/04
-2002/03/01  XML error messages needed for the results of the
- above error (wrong methods, wrong number of populations, etc.)
-
-FIXED--Mary and Jon and Peter 2002/06/21
-2002/03/19  Default values in converter and program are too low.
-
-DECLARED A FEATURE--Mary and Jon 2002/05/21
-2002/04/12  XML reader is happy with SNP data and no positional info.
-
-FIXED--Mary 2002/05/21 (actually a while ago)
-2002/05/06  XML file shouldn't require a datamodel present.
-
-FIXED--Mary 2002/05/21
-2002/05/09  One-legged coalescence in stepwise model is handled wrong.
-
-FIXED--Mary 2002/05/21
-2002/05/20  In cases with migration and no recombination, serious problems with
-            handling one-legged coalescence at the base of the tree.  This bug
-            WAS PRESENT in release 1.0.
-
-FIXED--ewalkup 2002/06/07
-2002/05/21  Lamarc seg-faults if there is no genetic data in the XML file.
-
-FIXED--Jon 2002/05/31
-2002/05/31  Attempts to print current settings of microsat data models in
-            menu seg-fault.
-
-FIXED--ewalkup 2002/06/04
-2002/05/31  Lamarc menu shows some formating problems (possible bogus
-            rec-rate entry) in case of ONLY coalescence force active.
-
-FIXED--ewalkup 2002/06/17
-2002/06/14  Immediate program crash if the "xml input file" is not XML.
-
-FIXED--Jon 2002/06/17
-2002/06/14  Converter, reading Migrate file, finds two populations with no
-            name; the second overwrites the first
-
-FIXED--Jon 2002/06/17
-2002/06/14  There appears to be no way in the menu to call FST for Theta,
-            even though the code apparently exists; Watterson is always called
-            instead (but it's invalid on microsat data!)
-           
-FIXED--Mary 2002/06/18
-2002/06/18  FST for Theta gives negative values habitually (it would be
-            expected to do so occasionally but not all the time).
-
-FIXED--Mary 2002/06/21
-2002/06/20  Output report only reports on "Watterson" for Theta, even
-            when the method used was actually FST.
-
-FIXED--Mary and Jon 2002/06/24
-2002/06/24  Rate categories cannot be set in menu for Brownian or Stepwise
-            models (though the documentation claims we offer them)
-
-FIXED--ewalkup and Mary 2002/06/24
-2002/05/30  recombination start value gets not set when recombination
-            is not specified in the xml file.
-
-FIXED -- xml schema now gives "unknown element" error
-   Jon note: 2003/08/03
-2002/09/23  bogus tags are now rejected with a "mismatched tags" error 
-            message, is there no "unknown tag" error message.
-            Note from ewalkup: this is best solved using a DTD 
-            for the XML.
-
diff --git a/src/bayeslike/bayesanalyzer_1d.cpp b/src/bayeslike/bayesanalyzer_1d.cpp
index 7546b1c..c34214a 100644
--- a/src/bayeslike/bayesanalyzer_1d.cpp
+++ b/src/bayeslike/bayesanalyzer_1d.cpp
@@ -1,13 +1,25 @@
-// $Id: bayesanalyzer_1d.cpp,v 1.39 2012/06/30 01:32:39 bobgian Exp $
+// $Id: bayesanalyzer_1d.cpp,v 1.40 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2004  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Devised May 2004 by Lucian Smith
 // Uses data from a CollectionManager to do a bayesian analysis.
 
diff --git a/src/bayeslike/bayesanalyzer_1d.h b/src/bayeslike/bayesanalyzer_1d.h
index 1d2473d..f7fbba6 100644
--- a/src/bayeslike/bayesanalyzer_1d.h
+++ b/src/bayeslike/bayesanalyzer_1d.h
@@ -1,13 +1,25 @@
-// $Id: bayesanalyzer_1d.h,v 1.19 2012/06/30 01:32:39 bobgian Exp $
+// $Id: bayesanalyzer_1d.h,v 1.20 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2004  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*
   The Bayesian analyzer holds vectors of 'BayesParamlike's, which are front
   ends, of a sort, for BayesCurves.  As the collection manager sends the
diff --git a/src/bayeslike/bayescurve.cpp b/src/bayeslike/bayescurve.cpp
index 676dc1c..4c9e4d2 100644
--- a/src/bayeslike/bayescurve.cpp
+++ b/src/bayeslike/bayescurve.cpp
@@ -1,13 +1,25 @@
-// $Id: bayescurve.cpp,v 1.22 2012/06/30 01:32:39 bobgian Exp $
+// $Id: bayescurve.cpp,v 1.23 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2004  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*
   A bayes curve is a probability density function, aka a curve whose area
   under its curve is 1.0
diff --git a/src/bayeslike/bayescurve.h b/src/bayeslike/bayescurve.h
index 5d59852..4605142 100644
--- a/src/bayeslike/bayescurve.h
+++ b/src/bayeslike/bayescurve.h
@@ -1,13 +1,25 @@
-// $Id: bayescurve.h,v 1.11 2011/03/07 06:08:39 bobgian Exp $
+// $Id: bayescurve.h,v 1.12 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2004  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*
   A bayes curve is a probability density function, aka a curve whose area
   under its curve is 1.0
diff --git a/src/bayeslike/bayesparamlike_1d.cpp b/src/bayeslike/bayesparamlike_1d.cpp
index fa21e70..8eebcb4 100644
--- a/src/bayeslike/bayesparamlike_1d.cpp
+++ b/src/bayeslike/bayesparamlike_1d.cpp
@@ -1,13 +1,25 @@
-// $Id: bayesparamlike_1d.cpp,v 1.20 2012/06/30 01:32:39 bobgian Exp $
+// $Id: bayesparamlike_1d.cpp,v 1.21 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2004  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cmath>
 #include <utility>
diff --git a/src/bayeslike/bayesparamlike_1d.h b/src/bayeslike/bayesparamlike_1d.h
index 78fe22c..49cc258 100644
--- a/src/bayeslike/bayesparamlike_1d.h
+++ b/src/bayeslike/bayesparamlike_1d.h
@@ -1,13 +1,25 @@
-// $Id: bayesparamlike_1d.h,v 1.10 2011/03/07 06:08:39 bobgian Exp $
+// $Id: bayesparamlike_1d.h,v 1.11 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2004  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef BAYES_PARAMLIKE_1D_H
 #define BAYES_PARAMLIKE_1D_H
 
diff --git a/src/control/chainmanager.cpp b/src/control/chainmanager.cpp
index f436408..24f9876 100644
--- a/src/control/chainmanager.cpp
+++ b/src/control/chainmanager.cpp
@@ -1,13 +1,25 @@
-// $Id: chainmanager.cpp,v 1.217 2013/10/25 17:00:52 mkkuhner Exp $
+// $Id: chainmanager.cpp,v 1.218 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cstdlib>
 #include <iostream>
diff --git a/src/control/chainmanager.h b/src/control/chainmanager.h
index af4989c..435e9c6 100644
--- a/src/control/chainmanager.h
+++ b/src/control/chainmanager.h
@@ -1,13 +1,25 @@
-// $Id: chainmanager.h,v 1.54 2012/06/30 01:32:39 bobgian Exp $
+// $Id: chainmanager.h,v 1.55 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // The ChainManager is one of the big persistent objects in Lamarc.  It
 // is expected to exist from the end of the intial factory phase til
 // after the last output report is displayed to the user.
diff --git a/src/control/chainout.cpp b/src/control/chainout.cpp
index 7fdd770..4f2f535 100644
--- a/src/control/chainout.cpp
+++ b/src/control/chainout.cpp
@@ -1,13 +1,25 @@
-// $Id: chainout.cpp,v 1.13 2011/02/20 04:13:59 bobgian Exp $
+// $Id: chainout.cpp,v 1.14 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "chainout.h"
 
 #ifdef DMALLOC_FUNC_CHECK
diff --git a/src/control/chainout.h b/src/control/chainout.h
index 1baefee..ec52893 100644
--- a/src/control/chainout.h
+++ b/src/control/chainout.h
@@ -1,13 +1,25 @@
-// $Id: chainout.h,v 1.17 2011/04/23 02:02:48 bobgian Exp $
+// $Id: chainout.h,v 1.18 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /********************************************************************
  Class ChainOut contains summary information about the results of
  a chain, such as the acceptance rate, parameter estimates, and
diff --git a/src/control/chainpack.cpp b/src/control/chainpack.cpp
index 8f4b968..f2bef51 100644
--- a/src/control/chainpack.cpp
+++ b/src/control/chainpack.cpp
@@ -1,13 +1,25 @@
-// $Id: chainpack.cpp,v 1.35 2012/06/30 01:32:39 bobgian Exp $
+// $Id: chainpack.cpp,v 1.36 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cstdlib>
 #include <iostream>
diff --git a/src/control/chainpack.h b/src/control/chainpack.h
index fbb4b78..1aacfb6 100644
--- a/src/control/chainpack.h
+++ b/src/control/chainpack.h
@@ -1,13 +1,25 @@
-// $Id: chainpack.h,v 1.25 2012/06/30 01:32:39 bobgian Exp $
+// $Id: chainpack.h,v 1.26 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef CHAINPACK_H
 #define CHAINPACK_H
 
diff --git a/src/control/chainparam.cpp b/src/control/chainparam.cpp
index 31f61aa..67dd187 100644
--- a/src/control/chainparam.cpp
+++ b/src/control/chainparam.cpp
@@ -1,13 +1,25 @@
-// $Id: chainparam.cpp,v 1.42 2013/06/03 17:23:13 jyamato Exp $
+// $Id: chainparam.cpp,v 1.43 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <numeric>                      // for std::accumulate in ChainParameters::GetNAllChains()
 
diff --git a/src/control/chainparam.h b/src/control/chainparam.h
index b8edb6a..65e7d78 100644
--- a/src/control/chainparam.h
+++ b/src/control/chainparam.h
@@ -1,13 +1,25 @@
-// $Id: chainparam.h,v 1.35 2012/06/30 01:32:39 bobgian Exp $
+// $Id: chainparam.h,v 1.36 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /********************************************************************
  ChainParameters is a collection class used for internal communication
  throughout Lamarc.
diff --git a/src/control/constants.cpp b/src/control/constants.cpp
index 877794a..55f5279 100644
--- a/src/control/constants.cpp
+++ b/src/control/constants.cpp
@@ -1,13 +1,25 @@
-// $Id: constants.cpp,v 1.28 2013/10/25 17:00:52 mkkuhner Exp $
+// $Id: constants.cpp,v 1.29 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 
diff --git a/src/control/constants.h b/src/control/constants.h
index 309cd55..f966ab9 100644
--- a/src/control/constants.h
+++ b/src/control/constants.h
@@ -1,13 +1,25 @@
-// $Id: constants.h,v 1.108 2013/10/25 17:00:52 mkkuhner Exp $
+// $Id: constants.h,v 1.109 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef CONSTANTS_H
 #define CONSTANTS_H
 
diff --git a/src/control/definitions.h b/src/control/definitions.h
index d22d31f..18c0ae8 100644
--- a/src/control/definitions.h
+++ b/src/control/definitions.h
@@ -1,13 +1,25 @@
-// $Id: definitions.h,v 1.21 2011/04/23 02:02:48 bobgian Exp $
+// $Id: definitions.h,v 1.22 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DEFINITIONS_H
 #define DEFINITIONS_H
 
diff --git a/src/control/dynatracer.cpp b/src/control/dynatracer.cpp
index 754d9b2..768e25e 100644
--- a/src/control/dynatracer.cpp
+++ b/src/control/dynatracer.cpp
@@ -1,12 +1,24 @@
-// $Id: dynatracer.cpp,v 1.11 2012/06/30 01:32:39 bobgian Exp $
+// $Id: dynatracer.cpp,v 1.12 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
- * Copyright 2009-2010 Bob Giansiracusa, Mary Kuhner, Jon Yamato, and Joseph Felsenstein
- *
- * This software is distributed free of charge for non-commercial use
- * and is copyrighted.  Of course, we do not guarantee that the software
- * works, and are not responsible for any damage you may cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Bob Giansiracusa, Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
 
 // The name of this file should be changed to "dynameter.cpp", but CVS makes that *so* difficult ...
 
diff --git a/src/control/dynatracer.h b/src/control/dynatracer.h
index b890bab..6790938 100644
--- a/src/control/dynatracer.h
+++ b/src/control/dynatracer.h
@@ -1,12 +1,24 @@
-// $Id: dynatracer.h,v 1.11 2012/06/30 01:32:39 bobgian Exp $
+// $Id: dynatracer.h,v 1.12 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
- * Copyright 2009-2012 Bob Giansiracusa, Mary Kuhner, Jon Yamato, and Joseph Felsenstein
- *
- * This software is distributed free of charge for non-commercial use
- * and is copyrighted.  Of course, we do not guarantee that the software
- * works, and are not responsible for any damage you may cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Bob Giansiracusa, Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
 
 // The name of this file should be changed to "dynameter.h", but CVS makes that *so* difficult ...
 #ifndef DYNATRACER_H
diff --git a/src/control/errhandling.cpp b/src/control/errhandling.cpp
index e2b397d..20e5e0b 100644
--- a/src/control/errhandling.cpp
+++ b/src/control/errhandling.cpp
@@ -1,13 +1,25 @@
-// $Id: errhandling.cpp,v 1.6 2012/06/30 01:32:39 bobgian Exp $
+// $Id: errhandling.cpp,v 1.7 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "errhandling.h"
 
 //------------------------------------------------------------------------------------
diff --git a/src/control/errhandling.h b/src/control/errhandling.h
index 37f53dc..6e3feac 100644
--- a/src/control/errhandling.h
+++ b/src/control/errhandling.h
@@ -1,13 +1,25 @@
-// $Id: errhandling.h,v 1.24 2011/03/07 06:08:47 bobgian Exp $
+// $Id: errhandling.h,v 1.25 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /**************************************************************
  This file contains all exception classes defined for this
  program.  For all of these exceptions, the public function
diff --git a/src/control/lamarc.cpp b/src/control/lamarc.cpp
index db077a5..303ef57 100644
--- a/src/control/lamarc.cpp
+++ b/src/control/lamarc.cpp
@@ -1,12 +1,24 @@
-// $Id: lamarc.cpp,v 1.163 2013/11/07 22:56:31 jyamato Exp $
+// $Id: lamarc.cpp,v 1.165 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
- * Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- * This software is distributed free of charge for non-commercial use
- * and is copyrighted.  Of course, we do not guarantee that the software
- * works, and are not responsible for any damage you may cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <iostream>
@@ -796,7 +808,7 @@ void GetCloseConfirmation()
 
 #if defined(LAMARC_COMPILE_LINUX) || defined(LAMARC_COMPILE_MACOSX)
 
-void CatchFileTooBigSignal(int signal)
+void CatchFileTooBigSignal(int)
 {
     //The kernel has sent a signal that the file size limit has been exceeded.
     //We're going to assume that this was for the summary file writing, since
diff --git a/src/control/lamarc.h b/src/control/lamarc.h
index bdd8a6d..3150527 100644
--- a/src/control/lamarc.h
+++ b/src/control/lamarc.h
@@ -1,13 +1,25 @@
-// $Id: lamarc.h,v 1.25 2012/06/30 01:32:39 bobgian Exp $
+// $Id: lamarc.h,v 1.26 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /***************************************************************
  This file (not a class at this time) contains the main driver
  routines for LAMARC.  It does the following:
diff --git a/src/control/regiongammainfo.cpp b/src/control/regiongammainfo.cpp
index 3d31850..b2db903 100644
--- a/src/control/regiongammainfo.cpp
+++ b/src/control/regiongammainfo.cpp
@@ -1,13 +1,25 @@
-// $Id: regiongammainfo.cpp,v 1.8 2011/03/07 06:08:47 bobgian Exp $
+// $Id: regiongammainfo.cpp,v 1.9 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, Eric Rynes and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, Eric Rynes and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "regiongammainfo.h"
diff --git a/src/control/regiongammainfo.h b/src/control/regiongammainfo.h
index 203ec51..a44abb8 100644
--- a/src/control/regiongammainfo.h
+++ b/src/control/regiongammainfo.h
@@ -1,13 +1,25 @@
-// $Id: regiongammainfo.h,v 1.10 2011/03/08 19:21:53 bobgian Exp $
+// $Id: regiongammainfo.h,v 1.11 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef REGIONGAMMAINFO_H
 #define REGIONGAMMAINFO_H
 
diff --git a/src/control/registry.cpp b/src/control/registry.cpp
index 9c3c5c7..d365872 100644
--- a/src/control/registry.cpp
+++ b/src/control/registry.cpp
@@ -1,13 +1,25 @@
-// $Id: registry.cpp,v 1.103 2013/10/17 21:36:15 mkkuhner Exp $
+// $Id: registry.cpp,v 1.104 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 
diff --git a/src/control/registry.h b/src/control/registry.h
index 51368c0..245fdb8 100644
--- a/src/control/registry.h
+++ b/src/control/registry.h
@@ -1,13 +1,25 @@
-// $Id: registry.h,v 1.37 2012/06/30 01:32:39 bobgian Exp $
+// $Id: registry.h,v 1.38 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef REGISTRY_H
 #define REGISTRY_H
 
diff --git a/src/control/sumfilehandler.cpp b/src/control/sumfilehandler.cpp
index bf01716..8540ffc 100644
--- a/src/control/sumfilehandler.cpp
+++ b/src/control/sumfilehandler.cpp
@@ -1,13 +1,25 @@
-// $Id: sumfilehandler.cpp,v 1.20 2013/11/07 22:46:06 mkkuhner Exp $
+// $Id: sumfilehandler.cpp,v 1.22 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <iostream>
 
 #include "sumfilehandler.h"
@@ -187,7 +199,7 @@ void SumFileHandler::ReadInReplicateSummary(ChainPack& chainpack)
 
 } // ReadInReplicateSummary
 
-void SumFileHandler::ReadInEndRegion(ChainPack& chainpack)
+void SumFileHandler::ReadInEndRegion(ChainPack&)
 {
     //This tag is only present when there is no Replicate Summary information.
     string tag;
@@ -672,7 +684,7 @@ void SumFileHandler::WriteRegionSummary(ForceParameters& fp, double maxlike)
 } // WriteRegionSummary
 
 //Write summary info if more than one replicate is summarized.
-void SumFileHandler::WriteReplicateSummary( ForceParameters& fp, double maxlike, const ChainPack& chainpack)
+void SumFileHandler::WriteReplicateSummary( ForceParameters& fp, double maxlike, const ChainPack&)
 {
     if ( m_sumout.is_open() )
     {
@@ -724,7 +736,7 @@ void SumFileHandler::WriteWhatWasRead(bool recoversumfile,
                                       long int recover_chain,
                                       bool recover_redochain,
                                       bool recover_redomaximization,
-                                      long int nregions,
+                                      long int, //nregions, but it was unused.
                                       long int nreplicates,
                                       const ChainPack& chainpack,
                                       const CollectionManager& collectionmanager)
diff --git a/src/control/sumfilehandler.h b/src/control/sumfilehandler.h
index 8b405a8..908dfec 100644
--- a/src/control/sumfilehandler.h
+++ b/src/control/sumfilehandler.h
@@ -1,13 +1,25 @@
-// $Id: sumfilehandler.h,v 1.7 2011/03/07 06:08:47 bobgian Exp $
+// $Id: sumfilehandler.h,v 1.8 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2005 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // The Sumfile Handler is here to handle reading and writing of summary files.
 // Earlier versions of the functions here can be found in chainmanager directly,
 // since it was pulled out of there due to this sort of thing taking up too
diff --git a/src/control/types.h b/src/control/types.h
index 89c7909..5a60ff0 100644
--- a/src/control/types.h
+++ b/src/control/types.h
@@ -1,13 +1,25 @@
-// $Id: types.h,v 1.24 2012/06/30 01:32:39 bobgian Exp $
+// $Id: types.h,v 1.26 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TYPES_H
 #define TYPES_H
 
@@ -23,7 +35,7 @@ class Branch;
 class DataType;
 class DataModel;
 class Cell;
-class triplet;
+struct triplet;
 class DLCalculator;
 
 typedef boost::shared_ptr<Cell> Cell_ptr;
diff --git a/src/control/userparam.cpp b/src/control/userparam.cpp
index 65c4697..823a02f 100644
--- a/src/control/userparam.cpp
+++ b/src/control/userparam.cpp
@@ -1,13 +1,25 @@
-// $Id: userparam.cpp,v 1.51 2012/07/10 21:24:25 jmcgill Exp $
+// $Id: userparam.cpp,v 1.52 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <iostream>
 #include <fstream>
 
diff --git a/src/control/userparam.h b/src/control/userparam.h
index 657a87b..2395a00 100644
--- a/src/control/userparam.h
+++ b/src/control/userparam.h
@@ -1,13 +1,25 @@
-// $Id: userparam.h,v 1.42 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: userparam.h,v 1.43 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /********************************************************************
  UserParameters is a collection class used for internal communication
  throughout Lamarc.
diff --git a/src/control/xmlsum_strings.cpp b/src/control/xmlsum_strings.cpp
index b5140ba..793a2ef 100644
--- a/src/control/xmlsum_strings.cpp
+++ b/src/control/xmlsum_strings.cpp
@@ -1,13 +1,25 @@
-// $Id: xmlsum_strings.cpp,v 1.20 2013/11/07 22:46:06 mkkuhner Exp $
+// $Id: xmlsum_strings.cpp,v 1.21 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 // strings assigned here should be defined in constants.h as
 // public static const string xmlsum::members of class xmlsum
 
diff --git a/src/control/xmlsum_strings.h b/src/control/xmlsum_strings.h
index baacadc..b88519d 100644
--- a/src/control/xmlsum_strings.h
+++ b/src/control/xmlsum_strings.h
@@ -1,13 +1,25 @@
-// $Id: xmlsum_strings.h,v 1.21 2013/11/07 22:46:06 mkkuhner Exp $
+// $Id: xmlsum_strings.h,v 1.22 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef XMLSUMSTRINGS_H
 #define XMLSUMSTRINGS_H
 
diff --git a/src/convErr/gc_cmdfile_err.cpp b/src/convErr/gc_cmdfile_err.cpp
index 54eb819..4d79d23 100644
--- a/src/convErr/gc_cmdfile_err.cpp
+++ b/src/convErr/gc_cmdfile_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_cmdfile_err.cpp,v 1.7 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_cmdfile_err.cpp,v 1.8 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_cmdfile_err.h"
 #include "gc_strings_cmdfile.h"
 
diff --git a/src/convErr/gc_cmdfile_err.h b/src/convErr/gc_cmdfile_err.h
index 06715bc..eb3072a 100644
--- a/src/convErr/gc_cmdfile_err.h
+++ b/src/convErr/gc_cmdfile_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_cmdfile_err.h,v 1.8 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_cmdfile_err.h,v 1.9 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_CMDFILE_ERR
 #define GC_CMDFILE_ERR
 
diff --git a/src/convErr/gc_data_missing_err.cpp b/src/convErr/gc_data_missing_err.cpp
index b88ed27..f1ec119 100644
--- a/src/convErr/gc_data_missing_err.cpp
+++ b/src/convErr/gc_data_missing_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_data_missing_err.cpp,v 1.4 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_data_missing_err.cpp,v 1.5 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_data_missing_err.h"
 #include "gc_strings_data.h"
 
diff --git a/src/convErr/gc_data_missing_err.h b/src/convErr/gc_data_missing_err.h
index 06b9162..301b1e5 100644
--- a/src/convErr/gc_data_missing_err.h
+++ b/src/convErr/gc_data_missing_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_data_missing_err.h,v 1.5 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_data_missing_err.h,v 1.6 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DATA_MISSING_ERR
 #define GC_DATA_MISSING_ERR
 
diff --git a/src/convErr/gc_errhandling.cpp b/src/convErr/gc_errhandling.cpp
index 0a1dda6..283c48a 100644
--- a/src/convErr/gc_errhandling.cpp
+++ b/src/convErr/gc_errhandling.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_errhandling.cpp,v 1.13 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_errhandling.cpp,v 1.14 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h"
diff --git a/src/convErr/gc_errhandling.h b/src/convErr/gc_errhandling.h
index 0bc01b5..019bfba 100644
--- a/src/convErr/gc_errhandling.h
+++ b/src/convErr/gc_errhandling.h
@@ -1,13 +1,25 @@
-// $Id: gc_errhandling.h,v 1.11 2011/03/07 06:08:47 bobgian Exp $
+// $Id: gc_errhandling.h,v 1.12 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef GC_ERRHANDLING_H
 #define GC_ERRHANDLING_H
 
diff --git a/src/convErr/gc_individual_err.cpp b/src/convErr/gc_individual_err.cpp
index 2ffeaea..83422f7 100644
--- a/src/convErr/gc_individual_err.cpp
+++ b/src/convErr/gc_individual_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_individual_err.cpp,v 1.6 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_individual_err.cpp,v 1.7 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_individual.h"
 #include "gc_individual_err.h"
 #include "gc_strings_individual.h"
diff --git a/src/convErr/gc_individual_err.h b/src/convErr/gc_individual_err.h
index cd95696..f0f1765 100644
--- a/src/convErr/gc_individual_err.h
+++ b/src/convErr/gc_individual_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_individual_err.h,v 1.7 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_individual_err.h,v 1.8 2018/01/03 21:32:54 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_INDIVIDUAL_ERR
 #define GC_INDIVIDUAL_ERR
 
diff --git a/src/convErr/gc_infile_err.cpp b/src/convErr/gc_infile_err.cpp
index 0ea7b53..d199efa 100644
--- a/src/convErr/gc_infile_err.cpp
+++ b/src/convErr/gc_infile_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_infile_err.cpp,v 1.12 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_infile_err.cpp,v 1.13 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_data.h"
 #include "gc_infile_err.h"
 #include "gc_strings_infile.h"
diff --git a/src/convErr/gc_infile_err.h b/src/convErr/gc_infile_err.h
index 943f5e6..40bed35 100644
--- a/src/convErr/gc_infile_err.h
+++ b/src/convErr/gc_infile_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_infile_err.h,v 1.13 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_infile_err.h,v 1.14 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_INFILE_ERR
 #define GC_INFILE_ERR
 
diff --git a/src/convErr/gc_locus_err.cpp b/src/convErr/gc_locus_err.cpp
index e75ce8e..b11c79e 100644
--- a/src/convErr/gc_locus_err.cpp
+++ b/src/convErr/gc_locus_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_locus_err.cpp,v 1.16 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_locus_err.cpp,v 1.17 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_data.h"
 #include "gc_locus_err.h"
 #include "gc_strings_locus.h"
diff --git a/src/convErr/gc_locus_err.h b/src/convErr/gc_locus_err.h
index 3ebab4c..9d50a44 100644
--- a/src/convErr/gc_locus_err.h
+++ b/src/convErr/gc_locus_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_locus_err.h,v 1.15 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_locus_err.h,v 1.16 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LOCUS_ERR_H
 #define GC_LOCUS_ERR_H
 
diff --git a/src/convErr/gc_map_err.cpp b/src/convErr/gc_map_err.cpp
index d8af44f..f594906 100644
--- a/src/convErr/gc_map_err.cpp
+++ b/src/convErr/gc_map_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_map_err.cpp,v 1.5 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_map_err.cpp,v 1.6 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_map_err.h"
 #include "gc_strings_map.h"
 
diff --git a/src/convErr/gc_map_err.h b/src/convErr/gc_map_err.h
index 23121b0..ecff8b7 100644
--- a/src/convErr/gc_map_err.h
+++ b/src/convErr/gc_map_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_map_err.h,v 1.6 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_map_err.h,v 1.7 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MAP_ERR
 #define GC_MAP_ERR
 
diff --git a/src/convErr/gc_phase_err.cpp b/src/convErr/gc_phase_err.cpp
index 0d912ed..5c50f6a 100644
--- a/src/convErr/gc_phase_err.cpp
+++ b/src/convErr/gc_phase_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_phase_err.cpp,v 1.11 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_phase_err.cpp,v 1.12 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_phase_err.h"
 #include "gc_phase_info.h"
 #include "gc_strings_phase.h"
diff --git a/src/convErr/gc_phase_err.h b/src/convErr/gc_phase_err.h
index 217910a..8ba11fb 100644
--- a/src/convErr/gc_phase_err.h
+++ b/src/convErr/gc_phase_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_phase_err.h,v 1.11 2011/03/08 19:21:59 bobgian Exp $
+// $Id: gc_phase_err.h,v 1.12 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PHASE_ERR_H
 #define GC_PHASE_ERR_H
 
diff --git a/src/convErr/gc_structures_err.cpp b/src/convErr/gc_structures_err.cpp
index 5ab000e..ac1885d 100644
--- a/src/convErr/gc_structures_err.cpp
+++ b/src/convErr/gc_structures_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_structures_err.cpp,v 1.12 2011/12/01 22:32:42 jmcgill Exp $
+// $Id: gc_structures_err.cpp,v 1.14 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_structures_err.h"
 #include "gc_strings.h" // EWFIX.P4 refactor out
 #include "gc_strings_structures.h"
@@ -73,7 +85,7 @@ missing_migration::missing_migration(const wxString & migrationName) throw()
 {
 }
 
-missing_migration::missing_migration(const wxString & fromName, const wxString & toName) throw()
+missing_migration::missing_migration(const wxString & toName, const wxString & fromName) throw()
     : gc_structures_err(wxString::Format(gcerr_structures::migrationNotDefined, fromName.c_str(), toName.c_str()))
 {
 }
diff --git a/src/convErr/gc_structures_err.h b/src/convErr/gc_structures_err.h
index a79ba36..d8c0da5 100644
--- a/src/convErr/gc_structures_err.h
+++ b/src/convErr/gc_structures_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_structures_err.h,v 1.11 2011/12/01 22:32:42 jmcgill Exp $
+// $Id: gc_structures_err.h,v 1.12 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef GC_STRUCTURES_ERR_H
 #define GC_STRUCTURES_ERR_H
 
diff --git a/src/convErr/gc_trait_err.cpp b/src/convErr/gc_trait_err.cpp
index 4eab2f6..0337d63 100644
--- a/src/convErr/gc_trait_err.cpp
+++ b/src/convErr/gc_trait_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_trait_err.cpp,v 1.9 2012/06/30 01:32:39 bobgian Exp $
+// $Id: gc_trait_err.cpp,v 1.10 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_trait_err.h"
 #include "gc_strings_trait.h"
 
diff --git a/src/convErr/gc_trait_err.h b/src/convErr/gc_trait_err.h
index 408cd4d..d2ecbfe 100644
--- a/src/convErr/gc_trait_err.h
+++ b/src/convErr/gc_trait_err.h
@@ -1,13 +1,25 @@
-// $Id: gc_trait_err.h,v 1.9 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_trait_err.h,v 1.10 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_TRAIT_ERR
 #define GC_TRAIT_ERR
 
diff --git a/src/convModel/cmdfileschema.cpp b/src/convModel/cmdfileschema.cpp
index b5929c4..3e1a65f 100644
--- a/src/convModel/cmdfileschema.cpp
+++ b/src/convModel/cmdfileschema.cpp
@@ -1,13 +1,25 @@
-// $Id: cmdfileschema.cpp,v 1.23 2012/06/30 01:32:39 bobgian Exp $
+// $Id: cmdfileschema.cpp,v 1.24 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <iostream>
 
 #include "cmdfileschema.h"
diff --git a/src/convModel/cmdfileschema.h b/src/convModel/cmdfileschema.h
index 586289e..95ff37f 100644
--- a/src/convModel/cmdfileschema.h
+++ b/src/convModel/cmdfileschema.h
@@ -1,13 +1,25 @@
-// $Id: cmdfileschema.h,v 1.4 2011/03/07 06:08:47 bobgian Exp $
+// $Id: cmdfileschema.h,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef CMDFILESCHEMA_H
 #define CMDFILESCHEMA_H
 
diff --git a/src/convModel/gc_creation_info.cpp b/src/convModel/gc_creation_info.cpp
index 7da031a..c83707b 100644
--- a/src/convModel/gc_creation_info.cpp
+++ b/src/convModel/gc_creation_info.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_creation_info.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_creation_info.cpp,v 1.4 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "wx/string.h"
diff --git a/src/convModel/gc_creation_info.h b/src/convModel/gc_creation_info.h
index 3eef6ed..b93393e 100644
--- a/src/convModel/gc_creation_info.h
+++ b/src/convModel/gc_creation_info.h
@@ -1,13 +1,25 @@
-// $Id: gc_creation_info.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_creation_info.h,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_CREATION_INFO_H
 #define GC_CREATION_INFO_H
 
diff --git a/src/convModel/gc_datastore.cpp b/src/convModel/gc_datastore.cpp
index db2ddcd..cd42e18 100644
--- a/src/convModel/gc_datastore.cpp
+++ b/src/convModel/gc_datastore.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_datastore.cpp,v 1.104 2012/06/30 01:32:39 bobgian Exp $
+// $Id: gc_datastore.cpp,v 1.105 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "cmdfileschema.h"
diff --git a/src/convModel/gc_datastore.h b/src/convModel/gc_datastore.h
index 487a01c..410d06e 100644
--- a/src/convModel/gc_datastore.h
+++ b/src/convModel/gc_datastore.h
@@ -1,13 +1,25 @@
-// $Id: gc_datastore.h,v 1.99 2012/06/30 01:32:39 bobgian Exp $
+// $Id: gc_datastore.h,v 1.100 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DATASTORE_H
 #define GC_DATASTORE_H
 
diff --git a/src/convModel/gc_datastore_export.cpp b/src/convModel/gc_datastore_export.cpp
index 38d598f..e8275d9 100644
--- a/src/convModel/gc_datastore_export.cpp
+++ b/src/convModel/gc_datastore_export.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_datastore_export.cpp,v 1.80 2013/11/07 22:46:06 mkkuhner Exp $
+// $Id: gc_datastore_export.cpp,v 1.81 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_data.h"
diff --git a/src/convModel/gc_datastore_files.cpp b/src/convModel/gc_datastore_files.cpp
index bdfc7a5..8c6976d 100644
--- a/src/convModel/gc_datastore_files.cpp
+++ b/src/convModel/gc_datastore_files.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_datastore_files.cpp,v 1.36 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_datastore_files.cpp,v 1.37 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"
diff --git a/src/convModel/gc_datastore_readcmd.cpp b/src/convModel/gc_datastore_readcmd.cpp
index 94026d3..41972d8 100644
--- a/src/convModel/gc_datastore_readcmd.cpp
+++ b/src/convModel/gc_datastore_readcmd.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_datastore_readcmd.cpp,v 1.67 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_datastore_readcmd.cpp,v 1.68 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "errhandling.h"        // for unrecognized_tag_error // EWFIX.P4 -- factor out xml errors
diff --git a/src/convModel/gc_datastore_writebatch.cpp b/src/convModel/gc_datastore_writebatch.cpp
index e7afe04..c1de352 100644
--- a/src/convModel/gc_datastore_writebatch.cpp
+++ b/src/convModel/gc_datastore_writebatch.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_datastore_writebatch.cpp,v 1.10 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_datastore_writebatch.cpp,v 1.11 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "cnv_strings.h"
diff --git a/src/convModel/gc_default.cpp b/src/convModel/gc_default.cpp
index bd88746..cfd77e5 100644
--- a/src/convModel/gc_default.cpp
+++ b/src/convModel/gc_default.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_default.cpp,v 1.12 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_default.cpp,v 1.13 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_default.h"
 #include "wx/string.h"
 
diff --git a/src/convModel/gc_default.h b/src/convModel/gc_default.h
index 5d6fde2..d436d79 100644
--- a/src/convModel/gc_default.h
+++ b/src/convModel/gc_default.h
@@ -1,13 +1,25 @@
-// $Id: gc_default.h,v 1.12 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_default.h,v 1.13 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DEFAULT_H
 #define GC_DEFAULT_H
 
diff --git a/src/convModel/gc_dictionary.cpp b/src/convModel/gc_dictionary.cpp
index 84aae4c..2ca672a 100644
--- a/src/convModel/gc_dictionary.cpp
+++ b/src/convModel/gc_dictionary.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_dictionary.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_dictionary.cpp,v 1.4 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_dictionary.h"
diff --git a/src/convModel/gc_dictionary.h b/src/convModel/gc_dictionary.h
index 1873f66..cde015c 100644
--- a/src/convModel/gc_dictionary.h
+++ b/src/convModel/gc_dictionary.h
@@ -1,13 +1,25 @@
-// $Id: gc_dictionary.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_dictionary.h,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DICTIONARY_H
 #define GC_DICTIONARY_H
 
diff --git a/src/convModel/gc_exportable.cpp b/src/convModel/gc_exportable.cpp
index b214fa6..a9a8825 100644
--- a/src/convModel/gc_exportable.cpp
+++ b/src/convModel/gc_exportable.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_exportable.cpp,v 1.7 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_exportable.cpp,v 1.8 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_errhandling.h"
 #include "gc_exportable.h"
 #include "gc_individual.h"
diff --git a/src/convModel/gc_exportable.h b/src/convModel/gc_exportable.h
index 02d6b37..2b27764 100644
--- a/src/convModel/gc_exportable.h
+++ b/src/convModel/gc_exportable.h
@@ -1,13 +1,25 @@
-// $Id: gc_exportable.h,v 1.7 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_exportable.h,v 1.8 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_EXPORTABLE_H
 #define GC_EXPORTABLE_H
 
diff --git a/src/convModel/gc_file.cpp b/src/convModel/gc_file.cpp
index 7d6fa36..2f2ed99 100644
--- a/src/convModel/gc_file.cpp
+++ b/src/convModel/gc_file.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_file.cpp,v 1.38 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_file.cpp,v 1.39 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "Converter_LamarcDS.h"
diff --git a/src/convModel/gc_file.h b/src/convModel/gc_file.h
index 5bbd196..eca9ebc 100644
--- a/src/convModel/gc_file.h
+++ b/src/convModel/gc_file.h
@@ -1,13 +1,25 @@
-// $Id: gc_file.h,v 1.36 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_file.h,v 1.37 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_FILE_H
 #define GC_FILE_H
 
diff --git a/src/convModel/gc_file_info.cpp b/src/convModel/gc_file_info.cpp
index 3adeea0..072d0ad 100644
--- a/src/convModel/gc_file_info.cpp
+++ b/src/convModel/gc_file_info.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_file_info.cpp,v 1.5 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_file_info.cpp,v 1.6 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convModel/gc_file_info.h b/src/convModel/gc_file_info.h
index ba25bf4..1aee34b 100644
--- a/src/convModel/gc_file_info.h
+++ b/src/convModel/gc_file_info.h
@@ -1,13 +1,25 @@
-// $Id: gc_file_info.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_file_info.h,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_FILE_INFO_H
 #define GC_FILE_INFO_H
 
diff --git a/src/convModel/gc_id_set.cpp b/src/convModel/gc_id_set.cpp
index 1a584d1..9f463a7 100644
--- a/src/convModel/gc_id_set.cpp
+++ b/src/convModel/gc_id_set.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_id_set.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_id_set.cpp,v 1.4 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_id_set.h"
 
 wxString
diff --git a/src/convModel/gc_id_set.h b/src/convModel/gc_id_set.h
index 5a35b6a..f99f1dc 100644
--- a/src/convModel/gc_id_set.h
+++ b/src/convModel/gc_id_set.h
@@ -1,13 +1,25 @@
-// $Id: gc_id_set.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_id_set.h,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_ID_SET_H
 #define GC_ID_SET_H
 
diff --git a/src/convModel/gc_individual.cpp b/src/convModel/gc_individual.cpp
index 2537e10..b99d0b1 100644
--- a/src/convModel/gc_individual.cpp
+++ b/src/convModel/gc_individual.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_individual.cpp,v 1.18 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_individual.cpp,v 1.19 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h"
diff --git a/src/convModel/gc_individual.h b/src/convModel/gc_individual.h
index aff8b38..6758098 100644
--- a/src/convModel/gc_individual.h
+++ b/src/convModel/gc_individual.h
@@ -1,13 +1,25 @@
-// $Id: gc_individual.h,v 1.13 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_individual.h,v 1.14 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_INDIVIDUAL_H
 #define GC_INDIVIDUAL_H
 
diff --git a/src/convModel/gc_mapfile.cpp b/src/convModel/gc_mapfile.cpp
index f16ec03..778f382 100644
--- a/src/convModel/gc_mapfile.cpp
+++ b/src/convModel/gc_mapfile.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_mapfile.cpp,v 1.11 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_mapfile.cpp,v 1.12 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #if 0  // Potentially DEAD CODE (bobgian, Feb 2010)
 
 #include "gc_data.h"
diff --git a/src/convModel/gc_mapfile.h b/src/convModel/gc_mapfile.h
index 211362b..f6058cf 100644
--- a/src/convModel/gc_mapfile.h
+++ b/src/convModel/gc_mapfile.h
@@ -1,13 +1,25 @@
-// $Id: gc_mapfile.h,v 1.11 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_mapfile.h,v 1.12 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MAPFILE_H
 #define GC_MAPFILE_H
 
diff --git a/src/convModel/gc_migration.cpp b/src/convModel/gc_migration.cpp
index 0a66ad3..565ae07 100644
--- a/src/convModel/gc_migration.cpp
+++ b/src/convModel/gc_migration.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_migration.cpp,v 1.4 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_migration.cpp,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"           // JRM this doing anything?
diff --git a/src/convModel/gc_migration.h b/src/convModel/gc_migration.h
index c082f9e..cf7b4ab 100644
--- a/src/convModel/gc_migration.h
+++ b/src/convModel/gc_migration.h
@@ -1,13 +1,25 @@
-// $Id: gc_migration.h,v 1.4 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_migration.h,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MIGRATION_H
 #define GC_MIGRATION_H
 
diff --git a/src/convModel/gc_panel.cpp b/src/convModel/gc_panel.cpp
index 19fb6d9..66ed164 100644
--- a/src/convModel/gc_panel.cpp
+++ b/src/convModel/gc_panel.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_panel.cpp,v 1.2 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_panel.cpp,v 1.3 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"           // JRM this doing anything?
diff --git a/src/convModel/gc_panel.h b/src/convModel/gc_panel.h
index 79b68a7..8fcacb5 100644
--- a/src/convModel/gc_panel.h
+++ b/src/convModel/gc_panel.h
@@ -1,13 +1,25 @@
-// $Id: gc_panel.h,v 1.2 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_panel.h,v 1.3 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PANEL_H
 #define GC_PANEL_H
 
diff --git a/src/convModel/gc_parent.cpp b/src/convModel/gc_parent.cpp
index 3a37e02..72c6331 100644
--- a/src/convModel/gc_parent.cpp
+++ b/src/convModel/gc_parent.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parent.cpp,v 1.3 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parent.cpp,v 1.4 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"           // JRM this doing anything?
diff --git a/src/convModel/gc_parent.h b/src/convModel/gc_parent.h
index abac7f4..c9468e9 100644
--- a/src/convModel/gc_parent.h
+++ b/src/convModel/gc_parent.h
@@ -1,13 +1,25 @@
-// $Id: gc_parent.h,v 1.3 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parent.h,v 1.4 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARENT_H
 #define GC_PARENT_H
 
diff --git a/src/convModel/gc_phase.cpp b/src/convModel/gc_phase.cpp
index 64374d8..b9c5961 100644
--- a/src/convModel/gc_phase.cpp
+++ b/src/convModel/gc_phase.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_phase.cpp,v 1.9 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_phase.cpp,v 1.10 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_locus.h"
diff --git a/src/convModel/gc_phase.h b/src/convModel/gc_phase.h
index cd1067f..51eaa51 100644
--- a/src/convModel/gc_phase.h
+++ b/src/convModel/gc_phase.h
@@ -1,13 +1,25 @@
-// $Id: gc_phase.h,v 1.10 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_phase.h,v 1.11 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PHASE_H
 #define GC_PHASE_H
 
diff --git a/src/convModel/gc_phase_info.cpp b/src/convModel/gc_phase_info.cpp
index 6fab35d..c74dd77 100644
--- a/src/convModel/gc_phase_info.cpp
+++ b/src/convModel/gc_phase_info.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_phase_info.cpp,v 1.13 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_phase_info.cpp,v 1.14 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_data.h"
diff --git a/src/convModel/gc_phase_info.h b/src/convModel/gc_phase_info.h
index 055a4e4..3258fa6 100644
--- a/src/convModel/gc_phase_info.h
+++ b/src/convModel/gc_phase_info.h
@@ -1,13 +1,25 @@
-// $Id: gc_phase_info.h,v 1.12 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_phase_info.h,v 1.13 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PHASE_INFO
 #define GC_PHASE_INFO
 
diff --git a/src/convModel/gc_phenotype.cpp b/src/convModel/gc_phenotype.cpp
index e49e35b..6d44020 100644
--- a/src/convModel/gc_phenotype.cpp
+++ b/src/convModel/gc_phenotype.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_phenotype.cpp,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_phenotype.cpp,v 1.7 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convModel/gc_phenotype.h b/src/convModel/gc_phenotype.h
index 4283629..ab03375 100644
--- a/src/convModel/gc_phenotype.h
+++ b/src/convModel/gc_phenotype.h
@@ -1,13 +1,25 @@
-// $Id: gc_phenotype.h,v 1.6 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_phenotype.h,v 1.7 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PHENOTYPE_H
 #define GC_PHENOTYPE_H
 
diff --git a/src/convModel/gc_set_util.cpp b/src/convModel/gc_set_util.cpp
index 480491b..b2be805 100644
--- a/src/convModel/gc_set_util.cpp
+++ b/src/convModel/gc_set_util.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_set_util.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_set_util.cpp,v 1.4 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_set_util.h"
 #include "wx/log.h"
 
diff --git a/src/convModel/gc_set_util.h b/src/convModel/gc_set_util.h
index 04e0884..2355bae 100644
--- a/src/convModel/gc_set_util.h
+++ b/src/convModel/gc_set_util.h
@@ -1,13 +1,25 @@
-// $Id: gc_set_util.h,v 1.5 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_set_util.h,v 1.6 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_SET_UTIL_H
 #define GC_SET_UTIL_H
 
diff --git a/src/convModel/gc_structure_maps.cpp b/src/convModel/gc_structure_maps.cpp
index 3a826aa..ae74c9f 100644
--- a/src/convModel/gc_structure_maps.cpp
+++ b/src/convModel/gc_structure_maps.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_structure_maps.cpp,v 1.18 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_structure_maps.cpp,v 1.20 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_data.h"
 #include "gc_default.h"
 #include "gc_region.h"
@@ -341,8 +353,8 @@ gcMigrationPair::gcMigrationPair()
 {
 }
 
-gcMigrationPair::gcMigrationPair(size_t fromId, size_t toId)
-    : std::pair<size_t,size_t>(fromId,toId)
+gcMigrationPair::gcMigrationPair(size_t toId, size_t fromId)
+    : std::pair<size_t,size_t>(toId,fromId)
 {
 }
 
diff --git a/src/convModel/gc_structure_maps.h b/src/convModel/gc_structure_maps.h
index 1f799e0..f38d377 100644
--- a/src/convModel/gc_structure_maps.h
+++ b/src/convModel/gc_structure_maps.h
@@ -1,13 +1,25 @@
-// $Id: gc_structure_maps.h,v 1.15 2011/12/01 22:32:42 jmcgill Exp $
+// $Id: gc_structure_maps.h,v 1.16 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRUCTURE_MAPS_H
 #define GC_STRUCTURE_MAPS_H
 
diff --git a/src/convModel/gc_structures.cpp b/src/convModel/gc_structures.cpp
index 036c354..1d3b76a 100644
--- a/src/convModel/gc_structures.cpp
+++ b/src/convModel/gc_structures.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_structures.cpp,v 1.66 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_structures.cpp,v 1.68 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"
@@ -1065,31 +1077,29 @@ GCStructures::MakeParent(wxString name)
 }
 
 gcMigration &
-GCStructures::MakeMigration(bool blessed, size_t fromId, size_t toId )
+GCStructures::MakeMigration(bool blessed, size_t toId, size_t fromId )
 {
     gcMigration newMigration;
 
     newMigration.m_blessed = true;
-    newMigration.m_hasFrom = true;
-    newMigration.m_fromId = fromId;
-    newMigration.m_hasTo = true;
-    newMigration.m_toId = toId;
+    newMigration.SetToId(toId);
+    newMigration.SetFromId(fromId);
     newMigration.m_startValue = 50.0;
     newMigration.m_method = migmethod_USER;
     newMigration.m_profile = migprofile_NONE;
     newMigration.m_constraint = migconstraint_UNCONSTRAINED;
 
-    newMigration.SetName(wxString::Format(_T("cell%i:%i "), (int)fromId, (int)toId)); //JMDBG
+    newMigration.SetName(wxString::Format(_T("cell%i:%i "), (int)toId, (int)fromId)); //JMDBG
 
-    wxLogVerbose("****MakeMigration from: %i to: %i", (int)fromId, (int)toId );  // JMDBG
+    wxLogVerbose("****MakeMigration into: %i from: %i", (int)toId, (int)fromId );  // JMDBG
     size_t newId = newMigration.GetId();
 
-    gcMigrationPair fromToPair = gcMigrationPair(fromId, toId);
+    gcMigrationPair toFromPair = gcMigrationPair(toId, fromId);
 
     // don't do any setting after this step --
     // it won't propagate
-    m_migrations[fromToPair] = newMigration;
-    return m_migrations[fromToPair];
+    m_migrations[toFromPair] = newMigration;
+    return m_migrations[toFromPair];
 }
 
 gcTraitInfo &
@@ -1336,9 +1346,9 @@ GCStructures::GetMigration(size_t id) const
 }
 
 bool
-GCStructures::HasMigration(size_t fromId, size_t toId) const
+GCStructures::HasMigration(size_t toId, size_t fromId) const
 {
-    gcMigrationPair p(fromId, toId);
+    gcMigrationPair p(toId, fromId);
     gcMigrationMap::const_iterator iter = m_migrations.find(p);
     if(iter != m_migrations.end())
     {
@@ -1348,9 +1358,9 @@ GCStructures::HasMigration(size_t fromId, size_t toId) const
 }
 
 gcMigration &
-GCStructures::GetMigration(size_t fromId, size_t toId)
+GCStructures::GetMigration(size_t toId, size_t fromId)
 {
-    gcMigrationPair p(fromId, toId);
+    gcMigrationPair p(toId, fromId);
     gcMigrationMap::iterator iter = m_migrations.find(p);
     if(iter != m_migrations.end())
     {
@@ -1390,13 +1400,13 @@ GCStructures::GetMigration(size_t fromId, size_t toId)
             toName = wxString("Bad to ID:%s", toId);
         }
     }
-    throw missing_migration(fromName, toName);
+    throw missing_migration(toName, fromName);
 }
 
 const gcMigration &
-GCStructures::GetMigration(size_t fromId, size_t toId) const
+GCStructures::GetMigration(size_t toId, size_t fromId) const
 {
-    gcMigrationPair p(fromId, toId);
+    gcMigrationPair p(toId, fromId);
     gcMigrationMap::const_iterator iter = m_migrations.find(p);
     if(iter != m_migrations.end())
     {
@@ -2245,9 +2255,9 @@ GCStructures::RemoveLocus(gcLocus & locus)
 }
 
 void
-GCStructures::RemoveMigration(size_t fromId, size_t toId)
+GCStructures::RemoveMigration(size_t toId, size_t fromId)
 {
-    gcMigrationPair p(fromId, toId);
+    gcMigrationPair p(toId, fromId);
     gcMigrationMap::iterator masterIter = m_migrations.find(p);
     m_migrations.erase(masterIter);
 }
diff --git a/src/convModel/gc_structures.h b/src/convModel/gc_structures.h
index 328acc9..ce8aad1 100644
--- a/src/convModel/gc_structures.h
+++ b/src/convModel/gc_structures.h
@@ -1,13 +1,25 @@
-// $Id: gc_structures.h,v 1.38 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_structures.h,v 1.40 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRUCTURES_H
 #define GC_STRUCTURES_H
 
@@ -174,7 +186,7 @@ class GCStructures
     const gcPanel &         GetPanel(size_t regionId, size_t popId) const;
     const gcParent &        GetParent(size_t id) const;
     const gcMigration &     GetMigration(size_t id) const;
-    const gcMigration &     GetMigration(size_t fromId, size_t toId) const;
+    const gcMigration &     GetMigration(size_t toId, size_t fromId) const;
 
     gcTraitAllele &             GetAllele(gcTraitInfo&,wxString name);
     gcTraitAllele &             GetAllele(wxString name);
@@ -188,7 +200,7 @@ class GCStructures
     gcPanel &                   GetPanel(size_t regionId, size_t popId);
     gcParent &                  GetParent(wxString name);
     gcMigration &               GetMigration(wxString name);
-    gcMigration &               GetMigration(size_t fromId, size_t toId);
+    gcMigration &               GetMigration(size_t toId, size_t fromId);
 
     const gcTraitAllele &       GetAllele(wxString name) const;
     const gcRegion &            GetRegion(wxString name) const;
@@ -202,7 +214,7 @@ class GCStructures
     bool  HasParents() const;
     bool  HasPanel(size_t regionId, size_t popId) const;
     bool  HasBlock(size_t locusId, size_t popId) const;
-    bool  HasMigration(size_t fromId, size_t toId) const;
+    bool  HasMigration(size_t toId, size_t fromId) const;
 
     const GCPopMatcher &        GetPopMatcher(const GCFile&) const;
     const GCLocusMatcher &      GetLocusMatcher(const GCFile&) const;
@@ -240,11 +252,11 @@ class GCStructures
     gcPhenotype &   MakePhenotype(wxString name=wxEmptyString);
     gcPopulation &  MakePop(wxString name=wxEmptyString, bool blessed=false);
     gcTraitInfo &   MakeTrait(wxString name);
-    gcPanel &       MakePanel(wxString name, bool blessed, size_t m_regionId, size_t m_popId);
+    gcPanel &       MakePanel(wxString name, bool blessed, size_t regionId, size_t popId);
     gcParent &      MakeParent(wxString name);
-    gcMigration &   MakeMigration(bool blessed, size_t m_fromId, size_t m_toId);
+    gcMigration &   MakeMigration(bool blessed, size_t toId, size_t fromId);
 
-    gcPanel & CreatePanel(size_t m_regionId, size_t m_popId);
+    gcPanel & CreatePanel(size_t regionId, size_t popId);
 
     void Rename(GCQuantum & object, wxString newName);
 
@@ -272,7 +284,7 @@ class GCStructures
     void RemovePanel(size_t regionId, size_t popId);
     void RemoveParent(size_t parentId);
     void RemoveParents();
-    void RemoveMigration(size_t fromId, size_t toId);
+    void RemoveMigration(size_t toId, size_t fromId);
 
     bool    GetFileSelection(size_t fileId) const;
     void    SetFileSelection(size_t fileId, bool selected);
diff --git a/src/convModel/gc_trait.cpp b/src/convModel/gc_trait.cpp
index 9656d54..531158d 100644
--- a/src/convModel/gc_trait.cpp
+++ b/src/convModel/gc_trait.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_trait.cpp,v 1.12 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_trait.cpp,v 1.13 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convModel/gc_trait.h b/src/convModel/gc_trait.h
index f215dfc..a33fec4 100644
--- a/src/convModel/gc_trait.h
+++ b/src/convModel/gc_trait.h
@@ -1,13 +1,25 @@
-// $Id: gc_trait.h,v 1.12 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_trait.h,v 1.13 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_TRAIT_H
 #define GC_TRAIT_H
 
diff --git a/src/convModel/gc_trait_allele.cpp b/src/convModel/gc_trait_allele.cpp
index 8f7615f..9d6764d 100644
--- a/src/convModel/gc_trait_allele.cpp
+++ b/src/convModel/gc_trait_allele.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_trait_allele.cpp,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_trait_allele.cpp,v 1.5 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convModel/gc_trait_allele.h b/src/convModel/gc_trait_allele.h
index 43121c0..6077f2c 100644
--- a/src/convModel/gc_trait_allele.h
+++ b/src/convModel/gc_trait_allele.h
@@ -1,13 +1,25 @@
-// $Id: gc_trait_allele.h,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_trait_allele.h,v 1.6 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_TRAIT_ALLELE_H
 #define GC_TRAIT_ALLELE_H
 
diff --git a/src/convModel/gc_types.cpp b/src/convModel/gc_types.cpp
index 5f2a567..58ad9b6 100644
--- a/src/convModel/gc_types.cpp
+++ b/src/convModel/gc_types.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_types.cpp,v 1.9 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_types.cpp,v 1.10 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_types.h"
 
 gcGeneralDataType::gcGeneralDataType()
diff --git a/src/convModel/gc_types.h b/src/convModel/gc_types.h
index cce6881..fa5bf06 100644
--- a/src/convModel/gc_types.h
+++ b/src/convModel/gc_types.h
@@ -1,13 +1,25 @@
-// $Id: gc_types.h,v 1.30 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_types.h,v 1.31 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_TYPES_H
 #define GC_TYPES_H
 
diff --git a/src/convParse/gc_genotype_resolution.cpp b/src/convParse/gc_genotype_resolution.cpp
index e909b29..c37dbed 100644
--- a/src/convParse/gc_genotype_resolution.cpp
+++ b/src/convParse/gc_genotype_resolution.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_genotype_resolution.cpp,v 1.9 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_genotype_resolution.cpp,v 1.10 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_genotype_resolution.h"
 #include "gc_strings.h"
 #include "gc_trait_err.h"
diff --git a/src/convParse/gc_genotype_resolution.h b/src/convParse/gc_genotype_resolution.h
index d2858ef..4220dc3 100644
--- a/src/convParse/gc_genotype_resolution.h
+++ b/src/convParse/gc_genotype_resolution.h
@@ -1,13 +1,25 @@
-// $Id: gc_genotype_resolution.h,v 1.8 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_genotype_resolution.h,v 1.9 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_GENOTYPE_RESOLUTION_H
 #define GC_GENOTYPE_RESOLUTION_H
 
diff --git a/src/convParse/gc_loci_match.cpp b/src/convParse/gc_loci_match.cpp
index 1db5936..60c469a 100644
--- a/src/convParse/gc_loci_match.cpp
+++ b/src/convParse/gc_loci_match.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_loci_match.cpp,v 1.16 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_loci_match.cpp,v 1.17 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
diff --git a/src/convParse/gc_loci_match.h b/src/convParse/gc_loci_match.h
index c9e1cfe..2d0f039 100644
--- a/src/convParse/gc_loci_match.h
+++ b/src/convParse/gc_loci_match.h
@@ -1,13 +1,25 @@
-// $Id: gc_loci_match.h,v 1.11 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_loci_match.h,v 1.12 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LOCI_MATCH_H
 #define GC_LOCI_MATCH_H
 
diff --git a/src/convParse/gc_locus.cpp b/src/convParse/gc_locus.cpp
index 25335df..f7c21ad 100644
--- a/src/convParse/gc_locus.cpp
+++ b/src/convParse/gc_locus.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_locus.cpp,v 1.35 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_locus.cpp,v 1.36 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"
diff --git a/src/convParse/gc_locus.h b/src/convParse/gc_locus.h
index 0f16247..fb1d24b 100644
--- a/src/convParse/gc_locus.h
+++ b/src/convParse/gc_locus.h
@@ -1,13 +1,25 @@
-// $Id: gc_locus.h,v 1.21 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_locus.h,v 1.22 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LOCUS_H
 #define GC_LOCUS_H
 
diff --git a/src/convParse/gc_migrate.cpp b/src/convParse/gc_migrate.cpp
index b0d268f..d88677a 100644
--- a/src/convParse/gc_migrate.cpp
+++ b/src/convParse/gc_migrate.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_migrate.cpp,v 1.33 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_migrate.cpp,v 1.34 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_data.h"
diff --git a/src/convParse/gc_migrate.h b/src/convParse/gc_migrate.h
index 548e820..159aa63 100644
--- a/src/convParse/gc_migrate.h
+++ b/src/convParse/gc_migrate.h
@@ -1,13 +1,25 @@
-// $Id: gc_migrate.h,v 1.17 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_migrate.h,v 1.18 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MIGRATE_H
 #define GC_MIGRATE_H
 
diff --git a/src/convParse/gc_parse.cpp b/src/convParse/gc_parse.cpp
index e17428b..a419864 100644
--- a/src/convParse/gc_parse.cpp
+++ b/src/convParse/gc_parse.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parse.cpp,v 1.23 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_parse.cpp,v 1.24 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_data.h"
diff --git a/src/convParse/gc_parse.h b/src/convParse/gc_parse.h
index ceecbaf..18b64e9 100644
--- a/src/convParse/gc_parse.h
+++ b/src/convParse/gc_parse.h
@@ -1,13 +1,25 @@
-// $Id: gc_parse.h,v 1.17 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parse.h,v 1.18 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARSE_H
 #define GC_PARSE_H
 
diff --git a/src/convParse/gc_parse_block.cpp b/src/convParse/gc_parse_block.cpp
index 3742dc6..237d218 100644
--- a/src/convParse/gc_parse_block.cpp
+++ b/src/convParse/gc_parse_block.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parse_block.cpp,v 1.8 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parse_block.cpp,v 1.9 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convParse/gc_parse_block.h b/src/convParse/gc_parse_block.h
index 57a70be..c805aba 100644
--- a/src/convParse/gc_parse_block.h
+++ b/src/convParse/gc_parse_block.h
@@ -1,13 +1,25 @@
-// $Id: gc_parse_block.h,v 1.10 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parse_block.h,v 1.11 2018/01/03 21:32:55 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARSE_BLOCK_H
 #define GC_PARSE_BLOCK_H
 
diff --git a/src/convParse/gc_parse_locus.cpp b/src/convParse/gc_parse_locus.cpp
index 2be66a4..5232bf8 100644
--- a/src/convParse/gc_parse_locus.cpp
+++ b/src/convParse/gc_parse_locus.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parse_locus.cpp,v 1.13 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parse_locus.cpp,v 1.14 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convParse/gc_parse_locus.h b/src/convParse/gc_parse_locus.h
index 235aeac..c48f7f7 100644
--- a/src/convParse/gc_parse_locus.h
+++ b/src/convParse/gc_parse_locus.h
@@ -1,13 +1,25 @@
-// $Id: gc_parse_locus.h,v 1.13 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parse_locus.h,v 1.14 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARSE_LOCUS_H
 #define GC_PARSE_LOCUS_H
 
diff --git a/src/convParse/gc_parse_pop.cpp b/src/convParse/gc_parse_pop.cpp
index 343a018..adbd939 100644
--- a/src/convParse/gc_parse_pop.cpp
+++ b/src/convParse/gc_parse_pop.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parse_pop.cpp,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_parse_pop.cpp,v 1.6 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_default.h"
diff --git a/src/convParse/gc_parse_pop.h b/src/convParse/gc_parse_pop.h
index 2f779b7..96f27eb 100644
--- a/src/convParse/gc_parse_pop.h
+++ b/src/convParse/gc_parse_pop.h
@@ -1,13 +1,25 @@
-// $Id: gc_parse_pop.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_parse_pop.h,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARSE_POP_H
 #define GC_PARSE_POP_H
 
diff --git a/src/convParse/gc_parse_sample.cpp b/src/convParse/gc_parse_sample.cpp
index 1fa5cb3..b56c8df 100644
--- a/src/convParse/gc_parse_sample.cpp
+++ b/src/convParse/gc_parse_sample.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parse_sample.cpp,v 1.13 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_parse_sample.cpp,v 1.14 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h"
diff --git a/src/convParse/gc_parse_sample.h b/src/convParse/gc_parse_sample.h
index d0a7647..baccce7 100644
--- a/src/convParse/gc_parse_sample.h
+++ b/src/convParse/gc_parse_sample.h
@@ -1,13 +1,25 @@
-// $Id: gc_parse_sample.h,v 1.9 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_parse_sample.h,v 1.10 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARSE_SAMPLE_H
 #define GC_PARSE_SAMPLE_H
 
diff --git a/src/convParse/gc_parser.cpp b/src/convParse/gc_parser.cpp
index 26c2c3d..47cdad1 100644
--- a/src/convParse/gc_parser.cpp
+++ b/src/convParse/gc_parser.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parser.cpp,v 1.28 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_parser.cpp,v 1.29 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "cnv_strings.h"
diff --git a/src/convParse/gc_parser.h b/src/convParse/gc_parser.h
index 902610d..78c830e 100644
--- a/src/convParse/gc_parser.h
+++ b/src/convParse/gc_parser.h
@@ -1,13 +1,25 @@
-// $Id: gc_parser.h,v 1.14 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_parser.h,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARSER_H
 #define GC_PARSER_H
 
diff --git a/src/convParse/gc_phylip.cpp b/src/convParse/gc_phylip.cpp
index e6cb27e..d21a865 100644
--- a/src/convParse/gc_phylip.cpp
+++ b/src/convParse/gc_phylip.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_phylip.cpp,v 1.29 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_phylip.cpp,v 1.30 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h"
diff --git a/src/convParse/gc_phylip.h b/src/convParse/gc_phylip.h
index 30bfe9c..b46fe2a 100644
--- a/src/convParse/gc_phylip.h
+++ b/src/convParse/gc_phylip.h
@@ -1,13 +1,25 @@
-// $Id: gc_phylip.h,v 1.16 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_phylip.h,v 1.17 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PHYLIP_H
 #define GC_PHYLIP_H
 
diff --git a/src/convParse/gc_pop_match.cpp b/src/convParse/gc_pop_match.cpp
index 94c45c3..480c246 100644
--- a/src/convParse/gc_pop_match.cpp
+++ b/src/convParse/gc_pop_match.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_pop_match.cpp,v 1.19 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_pop_match.cpp,v 1.20 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h"
diff --git a/src/convParse/gc_pop_match.h b/src/convParse/gc_pop_match.h
index 5b54030..bb8ab19 100644
--- a/src/convParse/gc_pop_match.h
+++ b/src/convParse/gc_pop_match.h
@@ -1,13 +1,25 @@
-// $Id: gc_pop_match.h,v 1.10 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_pop_match.h,v 1.11 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_POP_MATCH_H
 #define GC_POP_MATCH_H
 
diff --git a/src/convParse/gc_population.cpp b/src/convParse/gc_population.cpp
index 51ec7f9..2f2545c 100644
--- a/src/convParse/gc_population.cpp
+++ b/src/convParse/gc_population.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_population.cpp,v 1.13 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_population.cpp,v 1.14 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_population.h"
 #include "gc_default.h"
 #include "gc_strings.h"
diff --git a/src/convParse/gc_population.h b/src/convParse/gc_population.h
index 08f7a19..0603b8f 100644
--- a/src/convParse/gc_population.h
+++ b/src/convParse/gc_population.h
@@ -1,13 +1,25 @@
-// $Id: gc_population.h,v 1.15 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_population.h,v 1.16 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_POPULATION_H
 #define GC_POPULATION_H
 
diff --git a/src/convParse/gc_region.cpp b/src/convParse/gc_region.cpp
index f8bed61..da4fb2f 100644
--- a/src/convParse/gc_region.cpp
+++ b/src/convParse/gc_region.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_region.cpp,v 1.18 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_region.cpp,v 1.19 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_errhandling.h"
 #include "gc_locus.h"
 #include "gc_region.h"
diff --git a/src/convParse/gc_region.h b/src/convParse/gc_region.h
index 7038ec5..82877dd 100644
--- a/src/convParse/gc_region.h
+++ b/src/convParse/gc_region.h
@@ -1,13 +1,25 @@
-// $Id: gc_region.h,v 1.15 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_region.h,v 1.16 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_REGION_H
 #define GC_REGION_H
 
diff --git a/src/convParse/gc_sequential_data.cpp b/src/convParse/gc_sequential_data.cpp
index 53840de..592b27a 100644
--- a/src/convParse/gc_sequential_data.cpp
+++ b/src/convParse/gc_sequential_data.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_sequential_data.cpp,v 1.25 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_sequential_data.cpp,v 1.26 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h" // EWFIX.P4 -- can this be taken out
diff --git a/src/convParse/gc_sequential_data.h b/src/convParse/gc_sequential_data.h
index ca67c7e..e58b7c8 100644
--- a/src/convParse/gc_sequential_data.h
+++ b/src/convParse/gc_sequential_data.h
@@ -1,13 +1,25 @@
-// $Id: gc_sequential_data.h,v 1.16 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_sequential_data.h,v 1.17 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_SEQUENTIAL_DATA_H
 #define GC_SEQUENTIAL_DATA_H
 
diff --git a/src/convParse/tixml_util.cpp b/src/convParse/tixml_util.cpp
index 3837f43..330bb67 100644
--- a/src/convParse/tixml_util.cpp
+++ b/src/convParse/tixml_util.cpp
@@ -1,13 +1,25 @@
-// $Id: tixml_util.cpp,v 1.10 2012/06/30 01:32:40 bobgian Exp $
+// $Id: tixml_util.cpp,v 1.11 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "errhandling.h"
diff --git a/src/convParse/tixml_util.h b/src/convParse/tixml_util.h
index 458ba77..55d8870 100644
--- a/src/convParse/tixml_util.h
+++ b/src/convParse/tixml_util.h
@@ -1,13 +1,25 @@
-// $Id: tixml_util.h,v 1.9 2012/06/30 01:32:40 bobgian Exp $
+// $Id: tixml_util.h,v 1.10 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef TIXML_UTIL_H
 #define TIXML_UTIL_H
 
diff --git a/src/convStrings/cnv_strings.cpp b/src/convStrings/cnv_strings.cpp
index cf29109..80fdc6a 100644
--- a/src/convStrings/cnv_strings.cpp
+++ b/src/convStrings/cnv_strings.cpp
@@ -1,13 +1,25 @@
-// $Id: cnv_strings.cpp,v 1.19 2012/02/17 22:02:34 jmcgill Exp $
+// $Id: cnv_strings.cpp,v 1.20 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "cnv_strings.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/cnv_strings.h b/src/convStrings/cnv_strings.h
index b2049e1..c999778 100644
--- a/src/convStrings/cnv_strings.h
+++ b/src/convStrings/cnv_strings.h
@@ -1,13 +1,25 @@
-// $Id: cnv_strings.h,v 1.18 2012/02/17 22:02:34 jmcgill Exp $
+// $Id: cnv_strings.h,v 1.19 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef CNV_STR_H
 #define CNV_STR_H
 
diff --git a/src/convStrings/gc_strings.h b/src/convStrings/gc_strings.h
index cb51232..03016be 100644
--- a/src/convStrings/gc_strings.h
+++ b/src/convStrings/gc_strings.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings.h,v 1.44 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_strings.h,v 1.45 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_H
 #define GC_STRINGS_H
 
diff --git a/src/convStrings/gc_strings_cmdfile.cpp b/src/convStrings/gc_strings_cmdfile.cpp
index 84fa635..3d1e9da 100644
--- a/src/convStrings/gc_strings_cmdfile.cpp
+++ b/src/convStrings/gc_strings_cmdfile.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_cmdfile.cpp,v 1.12 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_cmdfile.cpp,v 1.13 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_cmdfile.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_cmdfile.h b/src/convStrings/gc_strings_cmdfile.h
index 03afc2c..20defd6 100644
--- a/src/convStrings/gc_strings_cmdfile.h
+++ b/src/convStrings/gc_strings_cmdfile.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_cmdfile.h,v 1.10 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_cmdfile.h,v 1.11 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_CMDFILE_H
 #define GC_STRINGS_CMDFILE_H
 
diff --git a/src/convStrings/gc_strings_creation.cpp b/src/convStrings/gc_strings_creation.cpp
index b297fac..12d6fd5 100644
--- a/src/convStrings/gc_strings_creation.cpp
+++ b/src/convStrings/gc_strings_creation.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_creation.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_creation.cpp,v 1.4 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_creation.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_creation.h b/src/convStrings/gc_strings_creation.h
index a049ab4..e62b24c 100644
--- a/src/convStrings/gc_strings_creation.h
+++ b/src/convStrings/gc_strings_creation.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_creation.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_creation.h,v 1.5 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_CREATION_H
 #define GC_STRINGS_CREATION_H
 
diff --git a/src/convStrings/gc_strings_data.cpp b/src/convStrings/gc_strings_data.cpp
index 2073bba..18b5ad9 100644
--- a/src/convStrings/gc_strings_data.cpp
+++ b/src/convStrings/gc_strings_data.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_data.cpp,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_data.cpp,v 1.6 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_data.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_data.h b/src/convStrings/gc_strings_data.h
index a744699..1de45be 100644
--- a/src/convStrings/gc_strings_data.h
+++ b/src/convStrings/gc_strings_data.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_data.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_data.h,v 1.5 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_DATA_H
 #define GC_STRINGS_DATA_H
 
diff --git a/src/convStrings/gc_strings_err.cpp b/src/convStrings/gc_strings_err.cpp
index fd9233a..bba2220 100644
--- a/src/convStrings/gc_strings_err.cpp
+++ b/src/convStrings/gc_strings_err.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_err.cpp,v 1.8 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_strings_err.cpp,v 1.9 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_individual.cpp b/src/convStrings/gc_strings_individual.cpp
index a1582c8..2a5853b 100644
--- a/src/convStrings/gc_strings_individual.cpp
+++ b/src/convStrings/gc_strings_individual.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_individual.cpp,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_individual.cpp,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_individual.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_individual.h b/src/convStrings/gc_strings_individual.h
index a7daf8f..51eeb7e 100644
--- a/src/convStrings/gc_strings_individual.h
+++ b/src/convStrings/gc_strings_individual.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_individual.h,v 1.6 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_strings_individual.h,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_INDIVIDUAL_H
 #define GC_STRINGS_INDIVIDUAL_H
 
diff --git a/src/convStrings/gc_strings_infile.cpp b/src/convStrings/gc_strings_infile.cpp
index d280123..a8536f2 100644
--- a/src/convStrings/gc_strings_infile.cpp
+++ b/src/convStrings/gc_strings_infile.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_infile.cpp,v 1.16 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_infile.cpp,v 1.17 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_infile.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_infile.h b/src/convStrings/gc_strings_infile.h
index 83f12b8..d6288bb 100644
--- a/src/convStrings/gc_strings_infile.h
+++ b/src/convStrings/gc_strings_infile.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_infile.h,v 1.14 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_infile.h,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_INFILE_H
 #define GC_STRINGS_INFILE_H
 
diff --git a/src/convStrings/gc_strings_io.cpp b/src/convStrings/gc_strings_io.cpp
index 680894e..0040dc3 100644
--- a/src/convStrings/gc_strings_io.cpp
+++ b/src/convStrings/gc_strings_io.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_io.cpp,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_io.cpp,v 1.6 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_io.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_io.h b/src/convStrings/gc_strings_io.h
index 13fa190..269ff50 100644
--- a/src/convStrings/gc_strings_io.h
+++ b/src/convStrings/gc_strings_io.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_io.h,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_io.h,v 1.6 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_IO_H
 #define GC_STRINGS_IO_H
 
diff --git a/src/convStrings/gc_strings_locus.cpp b/src/convStrings/gc_strings_locus.cpp
index 31cc20f..680a820 100644
--- a/src/convStrings/gc_strings_locus.cpp
+++ b/src/convStrings/gc_strings_locus.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_locus.cpp,v 1.15 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_locus.cpp,v 1.16 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_locus.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_locus.h b/src/convStrings/gc_strings_locus.h
index 3c4ebb0..5edf1e6 100644
--- a/src/convStrings/gc_strings_locus.h
+++ b/src/convStrings/gc_strings_locus.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_locus.h,v 1.14 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_locus.h,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_LOCUS_H
 #define GC_STRINGS_LOCUS_H
 
diff --git a/src/convStrings/gc_strings_map.cpp b/src/convStrings/gc_strings_map.cpp
index 7970509..08c77fc 100644
--- a/src/convStrings/gc_strings_map.cpp
+++ b/src/convStrings/gc_strings_map.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_map.cpp,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_map.cpp,v 1.6 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_map.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_map.h b/src/convStrings/gc_strings_map.h
index c3b6afa..dd19213 100644
--- a/src/convStrings/gc_strings_map.h
+++ b/src/convStrings/gc_strings_map.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_map.h,v 1.6 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_strings_map.h,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_MAP_H
 #define GC_STRINGS_MAP_H
 
diff --git a/src/convStrings/gc_strings_mig.cpp b/src/convStrings/gc_strings_mig.cpp
index 17884cb..56cd205 100644
--- a/src/convStrings/gc_strings_mig.cpp
+++ b/src/convStrings/gc_strings_mig.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_mig.cpp,v 1.2 2011/12/30 22:50:10 jmcgill Exp $
+// $Id: gc_strings_mig.cpp,v 1.3 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_mig.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_mig.h b/src/convStrings/gc_strings_mig.h
index 1f13f5d..5c60004 100644
--- a/src/convStrings/gc_strings_mig.h
+++ b/src/convStrings/gc_strings_mig.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_mig.h,v 1.2 2011/12/30 22:50:10 jmcgill Exp $
+// $Id: gc_strings_mig.h,v 1.3 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_MIG_H
 #define GC_STRINGS_MIG_H
 
diff --git a/src/convStrings/gc_strings_parse.cpp b/src/convStrings/gc_strings_parse.cpp
index 71c3a4c..3d7afca 100644
--- a/src/convStrings/gc_strings_parse.cpp
+++ b/src/convStrings/gc_strings_parse.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_parse.cpp,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_parse.cpp,v 1.6 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_parse.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_parse.h b/src/convStrings/gc_strings_parse.h
index 8cd625e..95c63be 100644
--- a/src/convStrings/gc_strings_parse.h
+++ b/src/convStrings/gc_strings_parse.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_parse.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_parse.h,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_PARSE_H
 #define GC_STRINGS_PARSE_H
 
diff --git a/src/convStrings/gc_strings_parse_locus.cpp b/src/convStrings/gc_strings_parse_locus.cpp
index 06314e2..27050b2 100644
--- a/src/convStrings/gc_strings_parse_locus.cpp
+++ b/src/convStrings/gc_strings_parse_locus.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_parse_locus.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_parse_locus.cpp,v 1.4 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_parse_locus.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_parse_locus.h b/src/convStrings/gc_strings_parse_locus.h
index 3bd14b3..2555816 100644
--- a/src/convStrings/gc_strings_parse_locus.h
+++ b/src/convStrings/gc_strings_parse_locus.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_parse_locus.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_parse_locus.h,v 1.5 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_PARSE_LOCUS_H
 #define GC_STRINGS_PARSE_LOCUS_H
 
diff --git a/src/convStrings/gc_strings_phase.cpp b/src/convStrings/gc_strings_phase.cpp
index 0f25c64..1314dbe 100644
--- a/src/convStrings/gc_strings_phase.cpp
+++ b/src/convStrings/gc_strings_phase.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_phase.cpp,v 1.11 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_phase.cpp,v 1.12 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_phase.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_phase.h b/src/convStrings/gc_strings_phase.h
index 675f2ac..bbfa8bc 100644
--- a/src/convStrings/gc_strings_phase.h
+++ b/src/convStrings/gc_strings_phase.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_phase.h,v 1.12 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_phase.h,v 1.13 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_PHASE_H
 #define GC_STRINGS_PHASE_H
 
diff --git a/src/convStrings/gc_strings_pop.cpp b/src/convStrings/gc_strings_pop.cpp
index 921ffbe..deb8795 100644
--- a/src/convStrings/gc_strings_pop.cpp
+++ b/src/convStrings/gc_strings_pop.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_pop.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_pop.cpp,v 1.4 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_pop.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_pop.h b/src/convStrings/gc_strings_pop.h
index 1b7c74c..fcc24dc 100644
--- a/src/convStrings/gc_strings_pop.h
+++ b/src/convStrings/gc_strings_pop.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_pop.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_pop.h,v 1.5 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_POP_H
 #define GC_STRINGS_POP_H
 
diff --git a/src/convStrings/gc_strings_region.cpp b/src/convStrings/gc_strings_region.cpp
index a1964b7..6ef4ea8 100644
--- a/src/convStrings/gc_strings_region.cpp
+++ b/src/convStrings/gc_strings_region.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_region.cpp,v 1.9 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_region.cpp,v 1.10 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_region.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_region.h b/src/convStrings/gc_strings_region.h
index 0ae1929..e15fd95 100644
--- a/src/convStrings/gc_strings_region.h
+++ b/src/convStrings/gc_strings_region.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_region.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_region.h,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_REGION_H
 #define GC_STRINGS_REGION_H
 
diff --git a/src/convStrings/gc_strings_str_a_m.cpp b/src/convStrings/gc_strings_str_a_m.cpp
index b064360..1f43be9 100644
--- a/src/convStrings/gc_strings_str_a_m.cpp
+++ b/src/convStrings/gc_strings_str_a_m.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_str_a_m.cpp,v 1.8 2011/12/01 22:32:42 jmcgill Exp $
+// $Id: gc_strings_str_a_m.cpp,v 1.10 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings.h"
 #include "wx/intl.h"
 
@@ -94,7 +106,7 @@ const wxString gcstr::editCancel        =   wxTRANSLATE("Cancel");
 const wxString gcstr::editDelete        =   wxTRANSLATE("Delete");
 const wxString gcstr::editFileSettings  =   wxTRANSLATE("Edit/Review Settings for file \"%s\"");
 const wxString gcstr::editLocus         =   wxTRANSLATE("Edit segment \"%s\"");
-const wxString gcstr::editMigration     =   wxTRANSLATE("Edit mig from \"%s\" to \"%s\"");
+const wxString gcstr::editMigration     =   wxTRANSLATE("Edit migration into \"%s\" from \"%s\"");
 const wxString gcstr::editOK            =   wxTRANSLATE("OK");
 const wxString gcstr::editParseBlock    =   wxTRANSLATE("Edit parsed data properties");
 const wxString gcstr::editPanel         =   wxTRANSLATE("Edit panel \"%s\"");
diff --git a/src/convStrings/gc_strings_str_n_z.cpp b/src/convStrings/gc_strings_str_n_z.cpp
index 3e8f9ff..96f06a7 100644
--- a/src/convStrings/gc_strings_str_n_z.cpp
+++ b/src/convStrings/gc_strings_str_n_z.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_str_n_z.cpp,v 1.7 2012/02/15 18:13:41 jmcgill Exp $
+// $Id: gc_strings_str_n_z.cpp,v 1.8 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_structures.cpp b/src/convStrings/gc_strings_structures.cpp
index 7f3e3e8..8323097 100644
--- a/src/convStrings/gc_strings_structures.cpp
+++ b/src/convStrings/gc_strings_structures.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_structures.cpp,v 1.14 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_strings_structures.cpp,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_structures.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_structures.h b/src/convStrings/gc_strings_structures.h
index d5aefc8..37138e2 100644
--- a/src/convStrings/gc_strings_structures.h
+++ b/src/convStrings/gc_strings_structures.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_structures.h,v 1.11 2012/06/30 01:32:40 bobgian Exp $
+// $Id: gc_strings_structures.h,v 1.12 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_STRUCTURES_H
 #define GC_STRINGS_STRUCTURES_H
 
diff --git a/src/convStrings/gc_strings_trait.cpp b/src/convStrings/gc_strings_trait.cpp
index 06eccd1..241db90 100644
--- a/src/convStrings/gc_strings_trait.cpp
+++ b/src/convStrings/gc_strings_trait.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_strings_trait.cpp,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_trait.cpp,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings_trait.h"
 #include "wx/intl.h"
 
diff --git a/src/convStrings/gc_strings_trait.h b/src/convStrings/gc_strings_trait.h
index a67e1ea..34ecc12 100644
--- a/src/convStrings/gc_strings_trait.h
+++ b/src/convStrings/gc_strings_trait.h
@@ -1,13 +1,25 @@
-// $Id: gc_strings_trait.h,v 1.7 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_strings_trait.h,v 1.8 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_STRINGS_TRAIT_H
 #define GC_STRINGS_TRAIT_H
 
diff --git a/src/convUtil/gc_file_util.cpp b/src/convUtil/gc_file_util.cpp
index 3c8a6b0..1df16ad 100644
--- a/src/convUtil/gc_file_util.cpp
+++ b/src/convUtil/gc_file_util.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_file_util.cpp,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_file_util.cpp,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_errhandling.h"
diff --git a/src/convUtil/gc_file_util.h b/src/convUtil/gc_file_util.h
index 851dfbf..255d41e 100644
--- a/src/convUtil/gc_file_util.h
+++ b/src/convUtil/gc_file_util.h
@@ -1,13 +1,25 @@
-// $Id: gc_file_util.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_file_util.h,v 1.7 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_FILE_UTIL_H
 #define GC_FILE_UTIL_H
 
diff --git a/src/conversion/ConverterIf.cpp b/src/conversion/ConverterIf.cpp
index 5ba0b47..76236a1 100644
--- a/src/conversion/ConverterIf.cpp
+++ b/src/conversion/ConverterIf.cpp
@@ -1,14 +1,27 @@
-// $Id: ConverterIf.cpp,v 1.17 2012/06/30 01:32:40 bobgian Exp $
+// $Id: ConverterIf.cpp,v 1.18 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <iostream>
 #include <sstream>
 #include <ctype.h>
diff --git a/src/conversion/ConverterUI.cpp b/src/conversion/ConverterUI.cpp
index 92a2778..c739f22 100644
--- a/src/conversion/ConverterUI.cpp
+++ b/src/conversion/ConverterUI.cpp
@@ -1,14 +1,27 @@
-// $Id: ConverterUI.cpp,v 1.80 2011/03/07 06:08:48 bobgian Exp $
+// $Id: ConverterUI.cpp,v 1.81 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // This file contains the UI and the main() function for the converter program
 
 // extensive revisions to allow UI and filereading to interact.
diff --git a/src/conversion/ConverterUIMain.cpp b/src/conversion/ConverterUIMain.cpp
index 72964f5..90a354b 100644
--- a/src/conversion/ConverterUIMain.cpp
+++ b/src/conversion/ConverterUIMain.cpp
@@ -1,14 +1,27 @@
-// $Id: ConverterUIMain.cpp,v 1.12 2012/06/30 01:32:40 bobgian Exp $
+// $Id: ConverterUIMain.cpp,v 1.13 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // This file contains the UI and the main() function for the converter program
 
 // extensive revisions to allow UI and filereading to interact.
diff --git a/src/conversion/Converter_ConverterIf.h b/src/conversion/Converter_ConverterIf.h
index 473606e..1e6edea 100644
--- a/src/conversion/Converter_ConverterIf.h
+++ b/src/conversion/Converter_ConverterIf.h
@@ -1,14 +1,27 @@
-// $Id: Converter_ConverterIf.h,v 1.16 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_ConverterIf.h,v 1.17 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef Converter_ConverterIf_H
 #define Converter_ConverterIf_H
 
diff --git a/src/conversion/Converter_ConverterUI.h b/src/conversion/Converter_ConverterUI.h
index 0dd5fdd..b798a6a 100644
--- a/src/conversion/Converter_ConverterUI.h
+++ b/src/conversion/Converter_ConverterUI.h
@@ -1,14 +1,27 @@
-// $Id: Converter_ConverterUI.h,v 1.24 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_ConverterUI.h,v 1.25 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef CONVERTER_UI_H
 #define CONVERTER_UI_H
 
diff --git a/src/conversion/Converter_DataSourceException.h b/src/conversion/Converter_DataSourceException.h
index 58b5b22..b5e14f7 100644
--- a/src/conversion/Converter_DataSourceException.h
+++ b/src/conversion/Converter_DataSourceException.h
@@ -1,14 +1,27 @@
-// $Id: Converter_DataSourceException.h,v 1.11 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_DataSourceException.h,v 1.12 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef Converter_DataSourceException_H
 #define Converter_DataSourceException_H
 
diff --git a/src/conversion/Converter_DataSourceIf.h b/src/conversion/Converter_DataSourceIf.h
index fd2f3f1..2b2b5f5 100644
--- a/src/conversion/Converter_DataSourceIf.h
+++ b/src/conversion/Converter_DataSourceIf.h
@@ -1,14 +1,27 @@
-// $Id: Converter_DataSourceIf.h,v 1.8 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_DataSourceIf.h,v 1.9 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef Converter_DataSourceIf_H
 #define Converter_DataSourceIf_H
 
diff --git a/src/conversion/Converter_HapConverter.h b/src/conversion/Converter_HapConverter.h
index 96061bd..5354a3f 100644
--- a/src/conversion/Converter_HapConverter.h
+++ b/src/conversion/Converter_HapConverter.h
@@ -1,14 +1,27 @@
-// $Id: Converter_HapConverter.h,v 1.12 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_HapConverter.h,v 1.13 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // HapConverter reads the info from a prepared Converter-Haplotype
 // format file and uses it to rearrange the innards of a RegionDS.
 // Specifically, may consolidate multiple former individuals into a
diff --git a/src/conversion/Converter_IndividualDS.h b/src/conversion/Converter_IndividualDS.h
index bfdaf41..b6f3a3a 100644
--- a/src/conversion/Converter_IndividualDS.h
+++ b/src/conversion/Converter_IndividualDS.h
@@ -1,14 +1,27 @@
-// $Id: Converter_IndividualDS.h,v 1.14 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_IndividualDS.h,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // IndividualDS is a representation of the data for any individual.
 // Each individual owns a name, and a sequence'.
 // Theres no validation on individual, however, there is on sequence, so if you
diff --git a/src/conversion/Converter_LamarcDS.h b/src/conversion/Converter_LamarcDS.h
index 7f56640..01ebf4f 100644
--- a/src/conversion/Converter_LamarcDS.h
+++ b/src/conversion/Converter_LamarcDS.h
@@ -1,14 +1,27 @@
-// $Id: Converter_LamarcDS.h,v 1.22 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_LamarcDS.h,v 1.23 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // LamarcDS is a representation of the found seen in a Lamarc Datafile
 // Each lamarcDS has the following information.
 // Most of it is currently default.
diff --git a/src/conversion/Converter_MigrateConverter.h b/src/conversion/Converter_MigrateConverter.h
index 0124b96..a900fb1 100644
--- a/src/conversion/Converter_MigrateConverter.h
+++ b/src/conversion/Converter_MigrateConverter.h
@@ -1,14 +1,27 @@
-// $Id: Converter_MigrateConverter.h,v 1.16 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_MigrateConverter.h,v 1.17 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 //  Migrate Converter will take an old style migrate file, and create a lamarcDS out of it.
 //  Note that this can throw pretty much any ConverterBaseError.
 //  Anytime this is used, one should catch and handle these errors.
diff --git a/src/conversion/Converter_ModelDS.h b/src/conversion/Converter_ModelDS.h
index 643c260..f627f84 100644
--- a/src/conversion/Converter_ModelDS.h
+++ b/src/conversion/Converter_ModelDS.h
@@ -1,14 +1,27 @@
-// $Id: Converter_ModelDS.h,v 1.7 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_ModelDS.h,v 1.8 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // ModelDS is a representation of the data on any one model.
 // Each model owns the following.
 // A set of Base Freqs.  These are four two digit frequencies that total 100.  I guess.
diff --git a/src/conversion/Converter_ParserUtil.h b/src/conversion/Converter_ParserUtil.h
index 3bacda0..a465ca7 100644
--- a/src/conversion/Converter_ParserUtil.h
+++ b/src/conversion/Converter_ParserUtil.h
@@ -1,14 +1,27 @@
-// $Id: Converter_ParserUtil.h,v 1.9 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_ParserUtil.h,v 1.10 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef Converter_ParserUtil_H
 #define Converter_ParserUtil_H
 
diff --git a/src/conversion/Converter_PhylipConverter.h b/src/conversion/Converter_PhylipConverter.h
index 3db9b18..1e07ee7 100644
--- a/src/conversion/Converter_PhylipConverter.h
+++ b/src/conversion/Converter_PhylipConverter.h
@@ -1,14 +1,27 @@
-// $Id: Converter_PhylipConverter.h,v 1.14 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_PhylipConverter.h,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 //  Phylip Converter will take an old style phylip file, and create a lamarcDS out of it.
 //  Note that this can throw pretty much any ConverterBaseError.
 //  Anytime this is used, one should catch and handle these errors.
diff --git a/src/conversion/Converter_PopulationDS.h b/src/conversion/Converter_PopulationDS.h
index 4ed5a9b..624996d 100644
--- a/src/conversion/Converter_PopulationDS.h
+++ b/src/conversion/Converter_PopulationDS.h
@@ -1,14 +1,27 @@
-// $Id: Converter_PopulationDS.h,v 1.14 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_PopulationDS.h,v 1.15 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // PopulationDS is a representation of the data on any one population.
 // Each population owns a name, and a number of IndividualDS'.
 // Validation is done whenever a new Individual is added.  Population makes sure that
diff --git a/src/conversion/Converter_RegionDS.h b/src/conversion/Converter_RegionDS.h
index d628091..0dce084 100644
--- a/src/conversion/Converter_RegionDS.h
+++ b/src/conversion/Converter_RegionDS.h
@@ -1,14 +1,27 @@
-// $Id: Converter_RegionDS.h,v 1.19 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_RegionDS.h,v 1.20 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // RegionDS is a representation of the data on any one region.
 // Each region owns the following.
 // A Model
diff --git a/src/conversion/Converter_Sequence.h b/src/conversion/Converter_Sequence.h
index c6ffdd6..4c3b8e1 100644
--- a/src/conversion/Converter_Sequence.h
+++ b/src/conversion/Converter_Sequence.h
@@ -1,14 +1,27 @@
-// $Id: Converter_Sequence.h,v 1.17 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_Sequence.h,v 1.18 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // Sequence is a representation of a Nucleotide sequence of any length.
 // Each Sequence owns a string that represents the DNA sequence.
 // Validation is done on the DNA sequence upon construction.  If any
diff --git a/src/conversion/Converter_SpaceConverter.h b/src/conversion/Converter_SpaceConverter.h
index 59ef363..acc7328 100644
--- a/src/conversion/Converter_SpaceConverter.h
+++ b/src/conversion/Converter_SpaceConverter.h
@@ -1,14 +1,27 @@
-// $Id: Converter_SpaceConverter.h,v 1.9 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_SpaceConverter.h,v 1.10 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // SpaceConverter reads the info from a prepared Converter-Haplotype
 // format file and modifies the regions of a LamarcDS.
 
diff --git a/src/conversion/Converter_SpacingDS.h b/src/conversion/Converter_SpacingDS.h
index 92672ac..5b5c327 100644
--- a/src/conversion/Converter_SpacingDS.h
+++ b/src/conversion/Converter_SpacingDS.h
@@ -1,14 +1,27 @@
-// $Id: Converter_SpacingDS.h,v 1.11 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_SpacingDS.h,v 1.12 2018/01/03 21:32:56 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // SpacingDS is a representation of the spacing information for a
 // region's genetic data.
 //
diff --git a/src/conversion/Converter_UserFileUtil.h b/src/conversion/Converter_UserFileUtil.h
index 143207a..5a8d8f9 100644
--- a/src/conversion/Converter_UserFileUtil.h
+++ b/src/conversion/Converter_UserFileUtil.h
@@ -1,14 +1,27 @@
-// $Id: Converter_UserFileUtil.h,v 1.6 2011/03/07 06:08:48 bobgian Exp $
+// $Id: Converter_UserFileUtil.h,v 1.7 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // This file contains some useful file i/o functions for use with
 // the user interface.
 
diff --git a/src/conversion/Converter_XmlParserUtil.h b/src/conversion/Converter_XmlParserUtil.h
index c3a349e..ba821f6 100644
--- a/src/conversion/Converter_XmlParserUtil.h
+++ b/src/conversion/Converter_XmlParserUtil.h
@@ -1,14 +1,27 @@
-// $Id: Converter_XmlParserUtil.h,v 1.7 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_XmlParserUtil.h,v 1.8 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef Converter_XmlParserUtil_H
 #define Converter_XmlParserUtil_H
 
diff --git a/src/conversion/Converter_types.h b/src/conversion/Converter_types.h
index 1f2da49..e2dcb87 100644
--- a/src/conversion/Converter_types.h
+++ b/src/conversion/Converter_types.h
@@ -1,14 +1,27 @@
-// $Id: Converter_types.h,v 1.6 2012/06/30 01:32:41 bobgian Exp $
+// $Id: Converter_types.h,v 1.7 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #ifndef CONVERTER_TYPES_H
 #define CONVERTER_TYPES_H
 
diff --git a/src/conversion/DataSourceException.cpp b/src/conversion/DataSourceException.cpp
index 9974c6f..86a37d2 100644
--- a/src/conversion/DataSourceException.cpp
+++ b/src/conversion/DataSourceException.cpp
@@ -1,13 +1,25 @@
-// $Id: DataSourceException.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: DataSourceException.cpp,v 1.4 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "Converter_DataSourceException.h"
 #include "stringx.h"
 
diff --git a/src/conversion/DataSourceIf.cpp b/src/conversion/DataSourceIf.cpp
index becf501..ea89684 100644
--- a/src/conversion/DataSourceIf.cpp
+++ b/src/conversion/DataSourceIf.cpp
@@ -1,14 +1,27 @@
-// $Id: DataSourceIf.cpp,v 1.6 2012/06/30 01:32:41 bobgian Exp $
+// $Id: DataSourceIf.cpp,v 1.7 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <string>
 #include "Converter_DataSourceIf.h"
 
diff --git a/src/conversion/HapConverter.cpp b/src/conversion/HapConverter.cpp
index 6f02007..9e34ba2 100644
--- a/src/conversion/HapConverter.cpp
+++ b/src/conversion/HapConverter.cpp
@@ -1,14 +1,27 @@
-// $Id: HapConverter.cpp,v 1.24 2011/03/07 06:08:48 bobgian Exp $
+// $Id: HapConverter.cpp,v 1.25 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "Converter_HapConverter.h"
diff --git a/src/conversion/IndividualDS.cpp b/src/conversion/IndividualDS.cpp
index 4059962..2fcc7e3 100644
--- a/src/conversion/IndividualDS.cpp
+++ b/src/conversion/IndividualDS.cpp
@@ -1,14 +1,27 @@
-// $Id: IndividualDS.cpp,v 1.17 2011/03/07 06:08:48 bobgian Exp $
+// $Id: IndividualDS.cpp,v 1.18 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <cassert>
 #include "Converter_IndividualDS.h"
 #include "Converter_DataSourceException.h"
diff --git a/src/conversion/LamarcDS.cpp b/src/conversion/LamarcDS.cpp
index 75d672b..40e18dd 100644
--- a/src/conversion/LamarcDS.cpp
+++ b/src/conversion/LamarcDS.cpp
@@ -1,14 +1,27 @@
-// $Id: LamarcDS.cpp,v 1.40 2012/06/30 01:32:41 bobgian Exp $
+// $Id: LamarcDS.cpp,v 1.41 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <stdio.h>
 #include <vector>
 
diff --git a/src/conversion/MigrateConverter.cpp b/src/conversion/MigrateConverter.cpp
index 325a40f..7ed0551 100644
--- a/src/conversion/MigrateConverter.cpp
+++ b/src/conversion/MigrateConverter.cpp
@@ -1,14 +1,27 @@
-// $Id: MigrateConverter.cpp,v 1.37 2011/03/07 06:08:48 bobgian Exp $
+// $Id: MigrateConverter.cpp,v 1.38 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 // refactored by Mary April 30 2002
 
 #include <cassert>
diff --git a/src/conversion/ModelDS.cpp b/src/conversion/ModelDS.cpp
index 140c250..503b80d 100644
--- a/src/conversion/ModelDS.cpp
+++ b/src/conversion/ModelDS.cpp
@@ -1,14 +1,27 @@
-// $Id: ModelDS.cpp,v 1.4 2010/03/17 17:25:58 bobgian Exp $
+// $Id: ModelDS.cpp,v 1.5 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include "Converter_ModelDS.h"
 #include "Converter_DataSourceException.h"
 #include "stringx.h"
diff --git a/src/conversion/ParserUtil.cpp b/src/conversion/ParserUtil.cpp
index c306e87..6a620f6 100644
--- a/src/conversion/ParserUtil.cpp
+++ b/src/conversion/ParserUtil.cpp
@@ -1,14 +1,27 @@
-// $Id: ParserUtil.cpp,v 1.16 2012/06/30 01:32:41 bobgian Exp $
+// $Id: ParserUtil.cpp,v 1.17 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <string>
 #include <cstring>
 #include <cctype>
diff --git a/src/conversion/PhylipConverter.cpp b/src/conversion/PhylipConverter.cpp
index 3956f93..38b0578 100644
--- a/src/conversion/PhylipConverter.cpp
+++ b/src/conversion/PhylipConverter.cpp
@@ -1,14 +1,27 @@
-// $Id: PhylipConverter.cpp,v 1.31 2012/06/30 01:32:41 bobgian Exp $
+// $Id: PhylipConverter.cpp,v 1.32 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <iostream>
 #include <fstream>
 #include <sstream>
diff --git a/src/conversion/PopulationDS.cpp b/src/conversion/PopulationDS.cpp
index bee21fc..ce913e0 100644
--- a/src/conversion/PopulationDS.cpp
+++ b/src/conversion/PopulationDS.cpp
@@ -1,14 +1,27 @@
-// $Id: PopulationDS.cpp,v 1.22 2012/06/30 01:32:41 bobgian Exp $
+// $Id: PopulationDS.cpp,v 1.23 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <stdio.h>
 
 #include "Converter_PopulationDS.h"
diff --git a/src/conversion/RegionDS.cpp b/src/conversion/RegionDS.cpp
index 777a971..25e5b0f 100644
--- a/src/conversion/RegionDS.cpp
+++ b/src/conversion/RegionDS.cpp
@@ -1,14 +1,27 @@
-// $Id: RegionDS.cpp,v 1.26 2011/04/23 02:02:48 bobgian Exp $
+// $Id: RegionDS.cpp,v 1.27 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <cmath>
 #include <stdio.h>
 
diff --git a/src/conversion/Sequence.cpp b/src/conversion/Sequence.cpp
index 6bf3eee..e8887fe 100644
--- a/src/conversion/Sequence.cpp
+++ b/src/conversion/Sequence.cpp
@@ -1,14 +1,27 @@
-// $Id: Sequence.cpp,v 1.13 2010/03/17 17:25:58 bobgian Exp $
+// $Id: Sequence.cpp,v 1.14 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include "Converter_Sequence.h"
 #include "Converter_DataSourceException.h"
 #include "random.h"
diff --git a/src/conversion/SpaceConverter.cpp b/src/conversion/SpaceConverter.cpp
index 48465a9..8b66037 100644
--- a/src/conversion/SpaceConverter.cpp
+++ b/src/conversion/SpaceConverter.cpp
@@ -1,14 +1,27 @@
-// $Id: SpaceConverter.cpp,v 1.13 2012/06/30 01:32:41 bobgian Exp $
+// $Id: SpaceConverter.cpp,v 1.14 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <vector>
 #include <iostream>
 #include <sstream>
diff --git a/src/conversion/SpacingDS.cpp b/src/conversion/SpacingDS.cpp
index b3611fd..9e05ce1 100644
--- a/src/conversion/SpacingDS.cpp
+++ b/src/conversion/SpacingDS.cpp
@@ -1,14 +1,27 @@
-// $Id: SpacingDS.cpp,v 1.16 2012/06/30 01:32:41 bobgian Exp $
+// $Id: SpacingDS.cpp,v 1.17 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <algorithm>
 
 #include "Converter_SpacingDS.h"
diff --git a/src/conversion/UserFileUtil.cpp b/src/conversion/UserFileUtil.cpp
index 812867e..1f91c05 100644
--- a/src/conversion/UserFileUtil.cpp
+++ b/src/conversion/UserFileUtil.cpp
@@ -1,14 +1,27 @@
-// $Id: UserFileUtil.cpp,v 1.4 2010/03/17 17:25:58 bobgian Exp $
+// $Id: UserFileUtil.cpp,v 1.5 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include "Converter_UserFileUtil.h"
 
 //----------------------------------------------------------------------
diff --git a/src/conversion/XmlParserUtil.cpp b/src/conversion/XmlParserUtil.cpp
index 4633cbe..d259221 100644
--- a/src/conversion/XmlParserUtil.cpp
+++ b/src/conversion/XmlParserUtil.cpp
@@ -1,14 +1,27 @@
-// $Id: XmlParserUtil.cpp,v 1.7 2012/06/30 01:32:41 bobgian Exp $
+// $Id: XmlParserUtil.cpp,v 1.8 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002 Patrick Colacurcio, Peter Beerli, Mary Kuhner,
-  Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+/* Authors: Patrick Colacurcio, Peter Beerli, Mary Kuhner, Jon Yamato 
+and Joseph Felsenstein */
+
+
 #include <sstream>
 
 #include "Converter_XmlParserUtil.h"
diff --git a/src/conversion/nomenuglobals.cpp b/src/conversion/nomenuglobals.cpp
index 9b9dadc..beb7d8f 100644
--- a/src/conversion/nomenuglobals.cpp
+++ b/src/conversion/nomenuglobals.cpp
@@ -1,13 +1,25 @@
-// $Id: nomenuglobals.cpp,v 1.7 2011/03/08 19:22:00 bobgian Exp $
+// $Id: nomenuglobals.cpp,v 1.8 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "nomenuglobals.h"
 #ifdef JSIM
 #include "constants.h"  // for datatype const string (DNA, etc)
diff --git a/src/conversion/nomenuglobals.h b/src/conversion/nomenuglobals.h
index faa2175..e3583af 100644
--- a/src/conversion/nomenuglobals.h
+++ b/src/conversion/nomenuglobals.h
@@ -1,13 +1,25 @@
-// $Id: nomenuglobals.h,v 1.9 2011/03/08 19:22:00 bobgian Exp $
+// $Id: nomenuglobals.h,v 1.10 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 // This file defines the behaviour of the converter when compiled with the JSIM flag
 
 #ifndef CONV_JSIMGLOBALS_H
diff --git a/src/datalike/calculators.cpp b/src/datalike/calculators.cpp
index cde8eb2..647f8b2 100644
--- a/src/datalike/calculators.cpp
+++ b/src/datalike/calculators.cpp
@@ -1,13 +1,25 @@
-// $Id: calculators.cpp,v 1.27 2012/06/30 01:32:41 bobgian Exp $
+// $Id: calculators.cpp,v 1.29 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <functional>
 #include <numeric>
@@ -96,7 +108,7 @@ DoubleVec1d FrequenciesFromData(const Locus& locus, model_type modelType)
 // this function to get an initial estimate, we may want to default
 // to a reasonable value, but if reporting the value we do not.
 
-void MigFSTLocus(const DataPack& dpack, const Locus& loc, long int numMigs,
+void MigFSTLocus(const DataPack&, const Locus& loc, long int numMigs,
                  DoubleVec1d& estimate, std::deque<bool>& isCalculated)
 {
     estimate.clear();
@@ -215,7 +227,7 @@ void MigFSTMultiregion(const DataPack & dpack, const DoubleVec2d & regionalmurat
 // this function to get an initial estimate, we may want to default
 // to a reasonable value, but if reporting the value we do not.
 
-void ThetaFSTLocus(const DataPack& dpack, const Locus& loc, const long int numThetas,
+void ThetaFSTLocus(const DataPack&, const Locus& loc, const long int numThetas,
                    vector<map<force_type,string> > tipids, DoubleVec1d& estimates,
                    std::deque<bool>& isCalculated)
 {
@@ -334,7 +346,7 @@ void ThetaFSTMultiregion(const DataPack& dpack, const DoubleVec1d & regionalthet
 // to correct them when appropriate. for example, if using this function to get an initial estimate,
 // we may want to default to a reasonable value, but if reporting the value we do not.
 
-void ThetaWattersonLocus(const DataPack& dpack, const Locus& locus, const long int numThetas,
+void ThetaWattersonLocus(const DataPack&, const Locus& locus, const long int numThetas,
                          const vector<map<force_type,string> > tipids, DoubleVec1d& estimates,
                          std::deque<bool>& isCalculated)
 {
diff --git a/src/datalike/calculators.h b/src/datalike/calculators.h
index 865562e..1a063c0 100644
--- a/src/datalike/calculators.h
+++ b/src/datalike/calculators.h
@@ -1,13 +1,25 @@
-// $Id: calculators.h,v 1.13 2011/03/07 06:08:48 bobgian Exp $
+// $Id: calculators.h,v 1.14 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef CALCULATORS_H
 #define CALCULATORS_H
 
diff --git a/src/datalike/cellmanager.cpp b/src/datalike/cellmanager.cpp
index f928c45..3c897fd 100644
--- a/src/datalike/cellmanager.cpp
+++ b/src/datalike/cellmanager.cpp
@@ -1,13 +1,25 @@
-// $Id: cellmanager.cpp,v 1.5 2011/03/07 06:08:48 bobgian Exp $
+// $Id: cellmanager.cpp,v 1.6 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // This file contains the implementation code for the manager of data-likelihood
 // storage, CellManager
 
diff --git a/src/datalike/cellmanager.h b/src/datalike/cellmanager.h
index 44e792b..55eea7f 100644
--- a/src/datalike/cellmanager.h
+++ b/src/datalike/cellmanager.h
@@ -1,13 +1,25 @@
-// $Id: cellmanager.h,v 1.3 2011/02/20 04:14:09 bobgian Exp $
+// $Id: cellmanager.h,v 1.4 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /******************************************************************
 
 The CellManager maintains a private internal store of the arrays
diff --git a/src/datalike/datapack.cpp b/src/datalike/datapack.cpp
index 5a968c4..d63a05e 100644
--- a/src/datalike/datapack.cpp
+++ b/src/datalike/datapack.cpp
@@ -1,13 +1,25 @@
-// $Id: datapack.cpp,v 1.70 2013/10/25 17:00:52 mkkuhner Exp $
+// $Id: datapack.cpp,v 1.71 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <functional>     // for plus<> used in CountOverallBaseFreqs
 #include <iostream>
diff --git a/src/datalike/datapack.h b/src/datalike/datapack.h
index af3466b..df2d040 100644
--- a/src/datalike/datapack.h
+++ b/src/datalike/datapack.h
@@ -1,13 +1,25 @@
-// $Id: datapack.h,v 1.58 2012/06/30 01:32:41 bobgian Exp $
+// $Id: datapack.h,v 1.59 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // In general, a DataPack owns a container of pointer to Regions, which
 // own a container of Locus objects, which own a container of TipData objects.
 //
diff --git a/src/datalike/datatype.cpp b/src/datalike/datatype.cpp
index e412465..8a01aae 100644
--- a/src/datalike/datatype.cpp
+++ b/src/datalike/datatype.cpp
@@ -1,13 +1,25 @@
-// $Id: datatype.cpp,v 1.38 2013/10/25 17:00:52 mkkuhner Exp $
+// $Id: datatype.cpp,v 1.40 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cstring>
 
@@ -569,7 +581,7 @@ KAlleleType::KAlleleType()
 //------------------------------------------------------------------------------------
 
 bool KAlleleType::Proofread(const string& raw, StringVec1d& clean,
-                            string& baddata) const
+                            string&) const //string 'baddata' not used.
 {
     unsigned long index;
     char c;
diff --git a/src/datalike/datatype.h b/src/datalike/datatype.h
index f71daf8..11eddeb 100644
--- a/src/datalike/datatype.h
+++ b/src/datalike/datatype.h
@@ -1,13 +1,25 @@
-// $Id: datatype.h,v 1.29 2011/03/07 06:08:48 bobgian Exp $
+// $Id: datatype.h,v 1.30 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*********************************************************************
  This class is the key control class for polymorphism based on
  the type of the input data (SNP, DNA, microsatellite, etc.)  It is
diff --git a/src/datalike/dlcalc.cpp b/src/datalike/dlcalc.cpp
index 8bafff7..9caf393 100644
--- a/src/datalike/dlcalc.cpp
+++ b/src/datalike/dlcalc.cpp
@@ -1,13 +1,25 @@
-// $Id: dlcalc.cpp,v 1.113 2012/06/30 01:32:41 bobgian Exp $
+// $Id: dlcalc.cpp,v 1.115 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 #include <fstream>
@@ -298,7 +310,7 @@ void DLCalculator::Randomize(Locus& destloc, rangeset rset, Tree& tree)
 
 //------------------------------------------------------------------------------------
 
-void DLCalculator::MarkPanelBranches(Tree& tree, const Locus& locus)
+void DLCalculator::MarkPanelBranches(Tree& tree, const Locus&) //locus unused.
 {
     // Walk down the tree and mark each branch.
     // The tips are marked at create time as 0 = panel, 1 = sample.
@@ -1148,7 +1160,7 @@ double SNPCalculator::SumPanel(Cell_ptr varcell, pair<long,long> sitespan, Cell_
 
 //------------------------------------------------------------------------------------
 
-void SNPCalculator::SimulateData(Tree& tree, Locus& locus)
+void SNPCalculator::SimulateData(Tree&, Locus&)
 {
     assert(false);
     //The default data simulator probably doesn't work with SNPs.
diff --git a/src/datalike/dlcalc.h b/src/datalike/dlcalc.h
index 1e66bb3..14e89d7 100644
--- a/src/datalike/dlcalc.h
+++ b/src/datalike/dlcalc.h
@@ -1,13 +1,25 @@
-// $Id: dlcalc.h,v 1.44 2011/10/11 16:42:16 mkkuhner Exp $
+// $Id: dlcalc.h,v 1.45 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DLCALCULATOR_H
 #define DLCALCULATOR_H
 
diff --git a/src/datalike/dlcell.cpp b/src/datalike/dlcell.cpp
index 158f68e..8433098 100644
--- a/src/datalike/dlcell.cpp
+++ b/src/datalike/dlcell.cpp
@@ -1,13 +1,25 @@
-// $Id: dlcell.cpp,v 1.44 2012/06/30 01:32:41 bobgian Exp $
+// $Id: dlcell.cpp,v 1.46 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // This file contains the implementation code for the data-likelihood
 // storage object.
 
@@ -510,7 +522,7 @@ void NullCell::Initialize (const StringVec1d&, const DataModel_ptr)
 
 } // Initialize
 
-DoubleVec1d NullCell::GetStateFor(long posn, long cat) const
+DoubleVec1d NullCell::GetStateFor(long, long) const
 {
     throw implementation_error("No state for this data likelihood.");
 }
diff --git a/src/datalike/dlcell.h b/src/datalike/dlcell.h
index 2c7b659..fef432a 100644
--- a/src/datalike/dlcell.h
+++ b/src/datalike/dlcell.h
@@ -1,13 +1,25 @@
-// $Id: dlcell.h,v 1.36 2011/03/08 08:16:33 bobgian Exp $
+// $Id: dlcell.h,v 1.38 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /******************************************************************
  This file defines the branch data-likelihood storage object.  It maintains the data
  likelihoods internally as a bare array for speed reasons (ability to use memcpy).
@@ -242,16 +254,16 @@ class NullCell : public Cell
     virtual long     DiffersFrom(Cell_ptr) const { assert(false); return 0; };
 
     // Simulation functions.
-    virtual void     SetAllCategoriesTo(DoubleVec1d& state, long posn) {};
+    virtual void     SetAllCategoriesTo(DoubleVec1d&, long) {};
     virtual DoubleVec1d GetStateFor(long posn, long cat) const;
-    virtual void     SetStateTo(long posn, long cat, DoubleVec1d state) {};
-    virtual void     AddTo(const Cell_ptr othercell) {};
-    virtual void     SubtractFrom(const Cell_ptr othercell) {};
-    virtual void     MultiplyBy(double mult) {};
-    virtual void     MultiplyBy(const Cell_ptr othercell) {};
+    virtual void     SetStateTo(long, long, DoubleVec1d) {};
+    virtual void     AddTo(const Cell_ptr) {};
+    virtual void     SubtractFrom(const Cell_ptr) {};
+    virtual void     MultiplyBy(double) {};
+    virtual void     MultiplyBy(const Cell_ptr) {};
 
     // For output.
-    virtual LongVec1d GetOnes(long marker) const { return LongVec1d();};
+    virtual LongVec1d GetOnes(long) const { return LongVec1d();};
 
     // Debugging functions.
     virtual string   DLsToString(long, long) const { return string(""); };
diff --git a/src/datalike/dlmodel.cpp b/src/datalike/dlmodel.cpp
index 23fecf6..22bea99 100644
--- a/src/datalike/dlmodel.cpp
+++ b/src/datalike/dlmodel.cpp
@@ -1,13 +1,25 @@
-// $Id: dlmodel.cpp,v 1.138 2012/06/30 01:32:41 bobgian Exp $
+// $Id: dlmodel.cpp,v 1.140 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <algorithm>
 #include <cstring>
@@ -580,7 +592,7 @@ StringVec1d NucModel::ToXML(size_t nspaces) const
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d NucModel::ChooseAncestralState(long marker)
+DoubleVec1d NucModel::ChooseAncestralState(long) //long 'marker' never used.
 {
     DoubleVec1d result(BASES, 0.0);
     double r = registry.GetRandom().Float();
@@ -1304,7 +1316,7 @@ StringVec1d F84Model::ToXML(size_t nspaces) const
 
 // The second argument is unused since nucleotides don't have differing
 // number of states by marker position
-DoubleVec1d F84Model::SimulateMarker(double branchlength, long whichmarker, const DoubleVec1d& state) const
+DoubleVec1d F84Model::SimulateMarker(double branchlength, long, const DoubleVec1d& state) const //long 'whichmarker' not used.
 {
     double freqa(m_basefreqs[baseA]), freqc(m_basefreqs[baseC]), freqg(m_basefreqs[baseG]), freqt(m_basefreqs[baseT]);
     double pur = freqa + freqg;
@@ -1962,8 +1974,8 @@ StringVec1d GTRModel::ToXML(size_t nspaces) const
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d GTRModel::SimulateMarker(double branchlength, long whichmarker,
-                                     const DoubleVec1d& state) const
+DoubleVec1d GTRModel::SimulateMarker(double, long,
+                                     const DoubleVec1d&) const //branchlength, whichmarker, and state not used.
 {
     throw implementation_error("Cannot simulate data with the GTR model yet.");
 } // SimulateMarker
@@ -2444,7 +2456,7 @@ void StepwiseModel::CalculateSteps(long marker)
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d StepwiseModel::SimulateMarker(double branchlength, long whichmarker, const DoubleVec1d& state) const
+DoubleVec1d StepwiseModel::SimulateMarker(double, long, const DoubleVec1d&) const //branchlength, whichmarker, and state unused.
 {
     throw implementation_error("Cannot simulate data with the stepwise model yet.");
 } // SimulateMarker
@@ -2688,7 +2700,7 @@ StringVec1d BrownianModel::CreateDataModelReport() const
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d BrownianModel::SimulateMarker(double branchlength, long whichmarker, const DoubleVec1d& state) const
+DoubleVec1d BrownianModel::SimulateMarker(double, long, const DoubleVec1d&) const //branchlength, whichmarker, and state not used.
 {
     throw implementation_error("Cannot simulate data with the Brownian model yet.");
 } // SimulateMarker
@@ -3612,7 +3624,7 @@ void MixedKSModel::WriteAlpha(ofstream& sumout, long loc, long rep, long chain)
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d MixedKSModel::SimulateMarker(double branchlength, long whichmarker, const DoubleVec1d& state) const
+DoubleVec1d MixedKSModel::SimulateMarker(double, long, const DoubleVec1d&) const //branchlength, whichmarker, and state not used.
 {
     throw implementation_error("Cannot simulate data with the MixedKS model yet.");
 } // SimulateMarker
diff --git a/src/datalike/dlmodel.h b/src/datalike/dlmodel.h
index d4ddf83..5a37ae5 100644
--- a/src/datalike/dlmodel.h
+++ b/src/datalike/dlmodel.h
@@ -1,13 +1,25 @@
-// $Id: dlmodel.h,v 1.70 2012/06/30 01:32:41 bobgian Exp $
+// $Id: dlmodel.h,v 1.72 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*********************************************************************
  DLModel is the key control class for polymorphism based on the
  type of data likelihood model in use.  It is subclassed based on
@@ -141,10 +153,10 @@ class DataModel
     void ResetCatCells();   // this needs to be called before each tree evaluation
     virtual double ComputeCatDL(long startmarker, long endmarker) = 0;
     //opt datamodel, default do nothing
-    virtual bool OptimizeDataModel(Tree* tree, const Locus& locus) {return false;};
+    virtual bool OptimizeDataModel(Tree*, const Locus&) {return false;};
     virtual void WriteAlpha(std::ofstream&, long, long, long) {};
     virtual void ResetAlpha() {};
-    virtual void SetAlpha(double alphaVal, long rep, long chain) {};
+    virtual void SetAlpha(double, long, long) {};
 
     // Factories
 
diff --git a/src/datalike/funcMax.cpp b/src/datalike/funcMax.cpp
index b607da5..9e49e5d 100644
--- a/src/datalike/funcMax.cpp
+++ b/src/datalike/funcMax.cpp
@@ -1,13 +1,25 @@
-// $Id: funcMax.cpp,v 1.10 2012/06/30 01:32:41 bobgian Exp $
+// $Id: funcMax.cpp,v 1.11 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <iostream>
 #include <fstream>
 
diff --git a/src/datalike/funcMax.h b/src/datalike/funcMax.h
index 922cb5d..309a2cc 100644
--- a/src/datalike/funcMax.h
+++ b/src/datalike/funcMax.h
@@ -1,13 +1,25 @@
-// $Id: funcMax.h,v 1.8 2011/03/08 19:22:00 bobgian Exp $
+// $Id: funcMax.h,v 1.9 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef FUNCMAX_H
 #define FUNCMAX_H
 
diff --git a/src/datalike/haplotypes.cpp b/src/datalike/haplotypes.cpp
index bdcf940..20c0080 100644
--- a/src/datalike/haplotypes.cpp
+++ b/src/datalike/haplotypes.cpp
@@ -1,13 +1,25 @@
-// $Id: haplotypes.cpp,v 1.13 2012/06/30 01:32:41 bobgian Exp $
+// $Id: haplotypes.cpp,v 1.14 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2006  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>                     // debug only
 
diff --git a/src/datalike/haplotypes.h b/src/datalike/haplotypes.h
index 32efe15..00c75e9 100644
--- a/src/datalike/haplotypes.h
+++ b/src/datalike/haplotypes.h
@@ -1,13 +1,25 @@
-// $Id: haplotypes.h,v 1.10 2012/06/30 01:32:41 bobgian Exp $
+// $Id: haplotypes.h,v 1.11 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2006  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // This files defines the class that stores "haplotype" specific
 // information.
 
diff --git a/src/datalike/locus.cpp b/src/datalike/locus.cpp
index b7ce4a5..da51eed 100644
--- a/src/datalike/locus.cpp
+++ b/src/datalike/locus.cpp
@@ -1,13 +1,25 @@
-// $Id: locus.cpp,v 1.82 2012/06/30 01:32:41 bobgian Exp $
+// $Id: locus.cpp,v 1.84 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <functional>                   // for Locus::CountNNucleotides()
 #include <fstream>
@@ -509,7 +521,7 @@ void Locus::SetNewMapPositionIfMoving()
 
 //------------------------------------------------------------------------------------
 
-void Locus::SimulateData(Tree& tree, long int nsites)
+void Locus::SimulateData(Tree& tree, long int) //nsites not used.
 {
     assert(m_simulate);
     ClearVariability();
diff --git a/src/datalike/locus.h b/src/datalike/locus.h
index f1cd07c..2d246c3 100644
--- a/src/datalike/locus.h
+++ b/src/datalike/locus.h
@@ -1,13 +1,25 @@
-// $Id: locus.h,v 1.52 2012/06/30 01:32:41 bobgian Exp $
+// $Id: locus.h,v 1.53 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /***************************************************************
  The Locus class contains data information for one locus.
 
diff --git a/src/datalike/locuscell.cpp b/src/datalike/locuscell.cpp
index 2f12302..e1f180c 100644
--- a/src/datalike/locuscell.cpp
+++ b/src/datalike/locuscell.cpp
@@ -1,13 +1,25 @@
-// $Id: locuscell.cpp,v 1.13 2012/06/30 01:32:41 bobgian Exp $
+// $Id: locuscell.cpp,v 1.14 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include "locuscell.h"
 
diff --git a/src/datalike/locuscell.h b/src/datalike/locuscell.h
index 59ed3ad..b45e832 100644
--- a/src/datalike/locuscell.h
+++ b/src/datalike/locuscell.h
@@ -1,13 +1,25 @@
-// $Id: locuscell.h,v 1.9 2011/03/07 06:08:49 bobgian Exp $
+// $Id: locuscell.h,v 1.10 2018/01/03 21:32:57 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*************************************************************************
  This class is a managed container of Cells belonging to a single
  locus.  It needs to be managed because Cells generally have to be
diff --git a/src/datalike/phenotypes.cpp b/src/datalike/phenotypes.cpp
index bddb596..dc465bd 100644
--- a/src/datalike/phenotypes.cpp
+++ b/src/datalike/phenotypes.cpp
@@ -1,13 +1,25 @@
-// $Id: phenotypes.cpp,v 1.5 2011/03/07 06:08:49 bobgian Exp $
+// $Id: phenotypes.cpp,v 1.6 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2006  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "errhandling.h"
diff --git a/src/datalike/phenotypes.h b/src/datalike/phenotypes.h
index 53980a1..df84240 100644
--- a/src/datalike/phenotypes.h
+++ b/src/datalike/phenotypes.h
@@ -1,13 +1,25 @@
-// $Id: phenotypes.h,v 1.5 2012/06/30 01:32:41 bobgian Exp $
+// $Id: phenotypes.h,v 1.6 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2006  Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Lucian Smith, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PHENOTYPES_H
 #define PHENOTYPES_H
 
diff --git a/src/datalike/region.cpp b/src/datalike/region.cpp
index 06171da..eb3fb24 100644
--- a/src/datalike/region.cpp
+++ b/src/datalike/region.cpp
@@ -1,13 +1,25 @@
-// $Id: region.cpp,v 1.93 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: region.cpp,v 1.94 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <fstream>                      // for Region::WriteFlucFile
 #include <functional>                   // for Region::CountNBases()
diff --git a/src/datalike/region.h b/src/datalike/region.h
index 851f890..735b1a6 100644
--- a/src/datalike/region.h
+++ b/src/datalike/region.h
@@ -1,13 +1,25 @@
-// $Id: region.h,v 1.54 2012/06/30 01:32:41 bobgian Exp $
+// $Id: region.h,v 1.55 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Region--a storage class, containing data information that applies
 //    to the genetic info of that region (regional quick theta estimate,
 //    number of tips, region name).
diff --git a/src/datalike/tipdata.cpp b/src/datalike/tipdata.cpp
index a107455..94ba07d 100644
--- a/src/datalike/tipdata.cpp
+++ b/src/datalike/tipdata.cpp
@@ -1,13 +1,25 @@
-// $Id: tipdata.cpp,v 1.14 2012/06/30 01:32:41 bobgian Exp $
+// $Id: tipdata.cpp,v 1.15 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <functional>                   // for Locus::CountNNucleotides()
 
diff --git a/src/datalike/tipdata.h b/src/datalike/tipdata.h
index 9bfc9dc..d1290f8 100644
--- a/src/datalike/tipdata.h
+++ b/src/datalike/tipdata.h
@@ -1,13 +1,25 @@
-// $Id: tipdata.h,v 1.9 2011/03/07 06:08:49 bobgian Exp $
+// $Id: tipdata.h,v 1.10 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /***************************************************************
  The TipData class holds the linked genetic data for a tip in a tree of
  haplotypes.  It also stores, for the tip, its partition membership,
diff --git a/src/force/epoch.cpp b/src/force/epoch.cpp
index c66c947..714aacb 100644
--- a/src/force/epoch.cpp
+++ b/src/force/epoch.cpp
@@ -1,13 +1,25 @@
-// $Id: epoch.cpp,v 1.4 2011/04/23 02:02:48 bobgian Exp $
+// $Id: epoch.cpp,v 1.5 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 //------------------------------------------------------------------------------------
 
 #include "epoch.h"
diff --git a/src/force/epoch.h b/src/force/epoch.h
index 1ebffab..0889551 100644
--- a/src/force/epoch.h
+++ b/src/force/epoch.h
@@ -1,13 +1,25 @@
-// $Id: epoch.h,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: epoch.h,v 1.4 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 //------------------------------------------------------------------------------------
 
 #ifndef EPOCH_H
diff --git a/src/force/event.cpp b/src/force/event.cpp
index c0e5806..fe904f0 100644
--- a/src/force/event.cpp
+++ b/src/force/event.cpp
@@ -1,13 +1,25 @@
-// $Id: event.cpp,v 1.65 2013/10/25 17:00:52 mkkuhner Exp $
+// $Id: event.cpp,v 1.66 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <algorithm>
 #include <cassert>
 #include <functional>                   // for divides<> and less<> used in ThrowIfSubPopSizeTiny
diff --git a/src/force/event.h b/src/force/event.h
index d216855..2b1d866 100644
--- a/src/force/event.h
+++ b/src/force/event.h
@@ -1,13 +1,25 @@
-// $Id: event.h,v 1.37 2012/06/30 01:32:41 bobgian Exp $
+// $Id: event.h,v 1.38 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef EVENT_H
 #define EVENT_H
 
diff --git a/src/force/force.cpp b/src/force/force.cpp
index d79133c..ceb780f 100644
--- a/src/force/force.cpp
+++ b/src/force/force.cpp
@@ -1,13 +1,25 @@
-// $Id: force.cpp,v 1.79 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: force.cpp,v 1.81 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <algorithm>                    // for stl::remove
 #include <cassert>
 #include <cmath>
@@ -638,7 +650,7 @@ RegionGammaForce::RegionGammaForce(vector<Parameter> parameters,
 
 //------------------------------------------------------------------------------------
 
-vector<Event*> RegionGammaForce::MakeEvents(const ForceSummary& fs) const
+vector<Event*> RegionGammaForce::MakeEvents(const ForceSummary&) const
 {
     vector<Event*> tempvec;             // Yes this returns an empty vector.
     return tempvec;
@@ -654,7 +666,7 @@ long RegionGammaForce::ReportDimensionality() const
 
 //------------------------------------------------------------------------------------
 
-Summary* RegionGammaForce::CreateSummary(IntervalData& interval, bool shortness) const
+Summary* RegionGammaForce::CreateSummary(IntervalData&, bool) const
 {
     return NULL;                        // Yes, we have no summary of our own.
 
@@ -910,14 +922,14 @@ PartitionForce::PartitionForce(
 
 //------------------------------------------------------------------------------------
 
-long PartitionForce::ChoosePartition(long origpart, long chosenpart, bool islow, long midpoint) const
+long PartitionForce::ChoosePartition(long origpart, long, bool, long) const
 {
     return origpart;
 } // PartitionForce::ChoosePartition
 
 //------------------------------------------------------------------------------------
 
-void PartitionForce::ModifyEvents(const ForceSummary& fs, vector<Event*>& events) const
+void PartitionForce::ModifyEvents(const ForceSummary&, vector<Event*>& events) const
 {
     vector<Event*>::iterator it;
     for (it = events.begin(); it != events.end(); ++it)
@@ -1207,7 +1219,7 @@ GrowthForce::GrowthForce(vector<Parameter> parameters,
 
 //------------------------------------------------------------------------------------
 
-vector<Event*> GrowthForce::MakeEvents(const ForceSummary& fs) const
+vector<Event*> GrowthForce::MakeEvents(const ForceSummary&) const
 {
     vector<Event*> tempvec;             // Yes this returns an empty vector.
     return tempvec;
@@ -1216,7 +1228,7 @@ vector<Event*> GrowthForce::MakeEvents(const ForceSummary& fs) const
 
 //------------------------------------------------------------------------------------
 
-Summary* GrowthForce::CreateSummary(IntervalData& interval, bool shortness) const
+Summary* GrowthForce::CreateSummary(IntervalData&, bool) const
 {
     return NULL;                        // Yes, we have no summary of our own.
 
@@ -1224,7 +1236,7 @@ Summary* GrowthForce::CreateSummary(IntervalData& interval, bool shortness) cons
 
 //------------------------------------------------------------------------------------
 
-void GrowthForce::ModifyEvents(const ForceSummary& fs, vector<Event*>& events) const
+void GrowthForce::ModifyEvents(const ForceSummary&, vector<Event*>&) const
 {
     // this is now a no-op
 } // GrowthForce::ModifyEvents()
@@ -1327,7 +1339,7 @@ LogisticSelectionForce::LogisticSelectionForce(vector<Parameter> parameters,
 
 //------------------------------------------------------------------------------------
 
-vector<Event*> LogisticSelectionForce::MakeEvents(const ForceSummary& fs) const
+vector<Event*> LogisticSelectionForce::MakeEvents(const ForceSummary&) const
 {
     vector<Event*> tempvec;             // Yes this returns an empty vector.
     return tempvec;
@@ -1336,7 +1348,7 @@ vector<Event*> LogisticSelectionForce::MakeEvents(const ForceSummary& fs) const
 
 //------------------------------------------------------------------------------------
 
-Summary* LogisticSelectionForce::CreateSummary(IntervalData& interval, bool shortness) const
+Summary* LogisticSelectionForce::CreateSummary(IntervalData&, bool) const
 {
     return NULL;                        // Yes, we have no summary of our own.
 
@@ -1344,7 +1356,7 @@ Summary* LogisticSelectionForce::CreateSummary(IntervalData& interval, bool shor
 
 //------------------------------------------------------------------------------------
 
-void LogisticSelectionForce::ModifyEvents(const ForceSummary& fs, vector<Event*>& events) const
+void LogisticSelectionForce::ModifyEvents(const ForceSummary&, vector<Event*>&) const
 {
     // this is now a no-op
 } // LogisticSelectionForce::ModifyEvents()
@@ -1554,7 +1566,7 @@ string StickExpGrowForce::GetXMLName() const
 
 //------------------------------------------------------------------------------------
 
-vector<Event*> StickExpGrowForce::MakeEvents(const ForceSummary& fs) const
+vector<Event*> StickExpGrowForce::MakeEvents(const ForceSummary&) const
 {
     vector<Event*> tempvec;             // Yes this returns an empty vector.
     return tempvec;
@@ -1562,14 +1574,14 @@ vector<Event*> StickExpGrowForce::MakeEvents(const ForceSummary& fs) const
 
 //------------------------------------------------------------------------------------
 
-void StickExpGrowForce::ModifyEvents(const ForceSummary& fs, vector<Event*>& events) const
+void StickExpGrowForce::ModifyEvents(const ForceSummary&, vector<Event*>&) const
 {
     // this is now a no-op
 } // StickExpGrowForce::ModifyEvents()
 
 //------------------------------------------------------------------------------------
 
-Summary* StickExpGrowForce::CreateSummary(IntervalData& interval, bool shortness) const
+Summary* StickExpGrowForce::CreateSummary(IntervalData&, bool) const
 {
     return NULL;                        // Yes, we have no summary of our own.
 }
@@ -1674,7 +1686,7 @@ string StickSelectForce::GetXMLName() const
 
 //------------------------------------------------------------------------------------
 
-vector<Event*> StickSelectForce::MakeEvents(const ForceSummary& fs) const
+vector<Event*> StickSelectForce::MakeEvents(const ForceSummary&) const
 {
     vector<Event*> tempvec;             // Yes this returns an empty vector.
     return tempvec;
@@ -1689,7 +1701,7 @@ string StickSelectForce::MakeOpeningTag(unsigned long nspaces) const
 
 //------------------------------------------------------------------------------------
 
-Summary* StickSelectForce::CreateSummary(IntervalData& interval, bool shortness) const
+Summary* StickSelectForce::CreateSummary(IntervalData&, bool) const
 {
     return NULL;                        // Yes, we have no summary of our own.
 }
@@ -1721,7 +1733,7 @@ long StickSelectForce::ReportDimensionality() const
 //------------------------------------------------------------------------------------
 //------------------------------------------------------------------------------------
 
-DivForce::DivForce(vector<Parameter> parameters, long int maxEvents,
+DivForce::DivForce(vector<Parameter> parameters, long int, //maxEvents unused.
                    vector<ParamGroup> identgroups,
                    vector<ParamGroup> multgroups,
                    const DoubleVec1d& paramgroupmults,
diff --git a/src/force/force.h b/src/force/force.h
index a0892e6..35b8eea 100644
--- a/src/force/force.h
+++ b/src/force/force.h
@@ -1,13 +1,25 @@
 // $Id: force.h,v 1.9 2002/07/30 01:44:41 mkkuhner Exp
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef FORCE_H
 #define FORCE_H
 
@@ -256,7 +268,7 @@ class Force
     // The following functions manage the Events associated with a particular
     // force.  Events are owned by the recipient (an Arranger).
     virtual std::vector<Event*> MakeEvents(const ForceSummary& fs) const = 0;
-    virtual void           ModifyEvents(const ForceSummary& fs,
+    virtual void           ModifyEvents(const ForceSummary&,
                                         std::vector<Event*>&) const {};
 
     // The following function is used in creating the partition holder in each branch.
@@ -545,7 +557,7 @@ class MigForce : public PartitionForce
     virtual string         GetXMLName() const { return xmlstr::XML_TAG_MIGRATION; };
     virtual std::vector<Event*> MakeEvents(const ForceSummary& fs)   const;
     virtual Summary*       CreateSummary(IntervalData& interval, bool shortness) const;
-    virtual std::string    MakeStatusXML(const std::string& mystatus) const { return string(""); };
+    virtual std::string    MakeStatusXML(const std::string&) const { return string(""); };
     virtual long int       ReportDimensionality() const { return 3L; };
 
 }; // MigForce
@@ -578,7 +590,7 @@ class DivMigForce : public PartitionForce
     virtual string         GetXMLName() const { return xmlstr::XML_TAG_DIVMIG; };
     virtual std::vector<Event*> MakeEvents(const ForceSummary& fs)   const;
     virtual Summary*       CreateSummary(IntervalData& interval, bool shortness) const;
-    virtual std::string    MakeStatusXML(const std::string& mystatus) const { return string(""); };
+    virtual std::string    MakeStatusXML(const std::string&) const { return string(""); };
     virtual long int       ReportDimensionality() const { return 3L; };
 
 }; // DivMigForce
diff --git a/src/force/forceparam.cpp b/src/force/forceparam.cpp
index e1ee703..d782144 100644
--- a/src/force/forceparam.cpp
+++ b/src/force/forceparam.cpp
@@ -1,13 +1,25 @@
-// $Id: forceparam.cpp,v 1.42 2013/11/07 22:46:06 mkkuhner Exp $
+// $Id: forceparam.cpp,v 1.43 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 
diff --git a/src/force/forceparam.h b/src/force/forceparam.h
index beb47bb..e544e4e 100644
--- a/src/force/forceparam.h
+++ b/src/force/forceparam.h
@@ -1,13 +1,25 @@
-// $Id: forceparam.h,v 1.28 2011/03/07 06:08:49 bobgian Exp $
+// $Id: forceparam.h,v 1.29 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /********************************************************************
  ForceParameters is a collection class used for internal communication
  throughout Lamarc.
diff --git a/src/force/forcesummary.cpp b/src/force/forcesummary.cpp
index 777e975..8247e4f 100644
--- a/src/force/forcesummary.cpp
+++ b/src/force/forcesummary.cpp
@@ -1,13 +1,25 @@
-// $Id: forcesummary.cpp,v 1.63 2013/11/07 22:46:06 mkkuhner Exp $
+// $Id: forcesummary.cpp,v 1.64 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cmath>
 
diff --git a/src/force/forcesummary.h b/src/force/forcesummary.h
index e85dcd8..6297105 100644
--- a/src/force/forcesummary.h
+++ b/src/force/forcesummary.h
@@ -1,13 +1,25 @@
-// $Id: forcesummary.h,v 1.34 2012/06/30 01:32:41 bobgian Exp $
+// $Id: forcesummary.h,v 1.35 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /********************************************************************
  ForceSummary is the governing object for polymorphism along force lines.
  It creates the basic tree and manages other force-specific objects.
diff --git a/src/force/paramstat.cpp b/src/force/paramstat.cpp
index b91ed10..cf7b6e1 100644
--- a/src/force/paramstat.cpp
+++ b/src/force/paramstat.cpp
@@ -1,13 +1,25 @@
-// $Id: paramstat.cpp,v 1.12 2012/06/30 01:32:41 bobgian Exp $
+// $Id: paramstat.cpp,v 1.14 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "paramstat.h"
@@ -83,7 +95,7 @@ string IdenticalHeadStatus::ConstraintDescription(long) const
 
 //-------------------------------------------------------------------------------------
 
-void IdenticalHeadStatus::SetWithConstraints(long pindex, double newval,
+void IdenticalHeadStatus::SetWithConstraints(long, double newval,
                                              DoubleVec1d& pvecnums,
                                              const ULongVec1d& groupmembers,
                                              double) const
diff --git a/src/force/paramstat.h b/src/force/paramstat.h
index 2cf817b..0c5cd8a 100644
--- a/src/force/paramstat.h
+++ b/src/force/paramstat.h
@@ -1,13 +1,25 @@
-// $Id: paramstat.h,v 1.9 2011/04/23 02:02:49 bobgian Exp $
+// $Id: paramstat.h,v 1.11 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef PARAMSTAT_H
 #define PARAMSTAT_H
 
@@ -96,8 +108,8 @@ class InvalidStatus: public ParamStatusImpl
     virtual void SetWithConstraints(long, double, std::vector<double>&, const std::vector<unsigned long>&, double) const
     { assert(false); };
 
-    virtual std::string ToggleIndividualStatus(force_type ftype) const { return ToString(pstat_unconstrained); };
-    virtual std::string ToggleGroupStatus(force_type ftype) const { return ToString(pstat_identical); };
+    virtual std::string ToggleIndividualStatus(force_type) const { return ToString(pstat_unconstrained); };
+    virtual std::string ToggleGroupStatus(force_type) const { return ToString(pstat_identical); };
 };
 
 //-------------------------------------------------------------------------------------
@@ -118,8 +130,8 @@ class UnconstrainedStatus: public ParamStatusImpl
                                     const std::vector<unsigned long>&, double) const
     { pvecnums[pindex] = newval; };
 
-    virtual std::string ToggleIndividualStatus(force_type ftype) const { return ToString(pstat_constant); };
-    virtual std::string ToggleGroupStatus(force_type ftype) const { return ToString(pstat_constant); };
+    virtual std::string ToggleIndividualStatus(force_type) const { return ToString(pstat_constant); };
+    virtual std::string ToggleGroupStatus(force_type) const { return ToString(pstat_constant); };
 };
 
 //-------------------------------------------------------------------------------------
@@ -160,8 +172,8 @@ class IdenticalStatus: public ParamStatusImpl
                                     const std::vector<unsigned long>&, double) const
     { assert(false); };
 
-    virtual std::string ToggleIndividualStatus(force_type ftype) const { return ToString(pstat_unconstrained); };
-    virtual std::string ToggleGroupStatus(force_type ftype) const { return ToString(pstat_constant); };
+    virtual std::string ToggleIndividualStatus(force_type) const { return ToString(pstat_unconstrained); };
+    virtual std::string ToggleGroupStatus(force_type) const { return ToString(pstat_constant); };
 };
 
 //-------------------------------------------------------------------------------------
@@ -178,8 +190,8 @@ class IdenticalHeadStatus: public ParamStatusImpl
     virtual bool Grouped() const { return true; };
     virtual void SetWithConstraints(long pindex, double newval, std::vector<double>& pvecnums,
                                     const std::vector<unsigned long>& groupmembers, double) const;
-    virtual std::string ToggleIndividualStatus(force_type ftype) const { return ToString(pstat_unconstrained); };
-    virtual std::string ToggleGroupStatus(force_type ftype) const { return ToString(pstat_constant); };
+    virtual std::string ToggleIndividualStatus(force_type) const { return ToString(pstat_unconstrained); };
+    virtual std::string ToggleGroupStatus(force_type) const { return ToString(pstat_constant); };
 };
 
 //-------------------------------------------------------------------------------------
@@ -198,8 +210,8 @@ class MultiplicativeStatus: public ParamStatusImpl
     virtual void SetWithConstraints(long, double, std::vector<double>&, const std::vector<unsigned long>&, double) const
     { assert(false); };
 
-    virtual std::string ToggleIndividualStatus(force_type ftype) const { return ToString(pstat_unconstrained); };
-    virtual std::string ToggleGroupStatus(force_type ftype) const { return ToString(pstat_constant); };
+    virtual std::string ToggleIndividualStatus(force_type) const { return ToString(pstat_unconstrained); };
+    virtual std::string ToggleGroupStatus(force_type) const { return ToString(pstat_constant); };
 };
 
 //-------------------------------------------------------------------------------------
@@ -216,8 +228,8 @@ class MultiplicativeHeadStatus: public ParamStatusImpl
     virtual bool Grouped() const { return true; };
     virtual void SetWithConstraints(long pindex, double newval, std::vector<double>& pvecnums,
                                     const std::vector<unsigned long>& groupmembers, double multiplier) const;
-    virtual std::string ToggleIndividualStatus(force_type ftype) const { return ToString(pstat_unconstrained); };
-    virtual std::string ToggleGroupStatus(force_type ftype) const { return ToString(pstat_constant); };
+    virtual std::string ToggleIndividualStatus(force_type) const { return ToString(pstat_unconstrained); };
+    virtual std::string ToggleGroupStatus(force_type) const { return ToString(pstat_constant); };
 };
 
 //-------------------------------------------------------------------------------------
diff --git a/src/force/priorreport.cpp b/src/force/priorreport.cpp
index bdfea12..a9b6b4a 100644
--- a/src/force/priorreport.cpp
+++ b/src/force/priorreport.cpp
@@ -1,13 +1,25 @@
-// $Id: priorreport.cpp,v 1.7 2012/06/30 01:32:41 bobgian Exp $
+// $Id: priorreport.cpp,v 1.8 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 #include <algorithm>                    // for std::find
diff --git a/src/force/priorreport.h b/src/force/priorreport.h
index dc96011..281e3a0 100644
--- a/src/force/priorreport.h
+++ b/src/force/priorreport.h
@@ -1,13 +1,25 @@
-// $Id: priorreport.h,v 1.3 2011/03/07 06:08:49 bobgian Exp $
+// $Id: priorreport.h,v 1.4 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /********************************************************************
  PriorReport is a collection class that creates an output report on
  the priors used during a Lamarc run.
diff --git a/src/force/stair.cpp b/src/force/stair.cpp
index f654218..13162b6 100644
--- a/src/force/stair.cpp
+++ b/src/force/stair.cpp
@@ -1,13 +1,25 @@
-// $Id: stair.cpp,v 1.3 2011/03/08 19:22:00 bobgian Exp $
+// $Id: stair.cpp,v 1.4 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "stair.h"
 
 //------------------------------------------------------------------------------------
diff --git a/src/force/stair.h b/src/force/stair.h
index 8252ca9..33e2841 100644
--- a/src/force/stair.h
+++ b/src/force/stair.h
@@ -1,13 +1,25 @@
-// $Id: stair.h,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: stair.h,v 1.5 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef STAIR_H
 #define STAIR_H
 
diff --git a/src/force/timemanager.cpp b/src/force/timemanager.cpp
index 6246476..a8ff8d5 100644
--- a/src/force/timemanager.cpp
+++ b/src/force/timemanager.cpp
@@ -1,12 +1,24 @@
-// $Id: timemanager.cpp,v 1.15 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: timemanager.cpp,v 1.17 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <iostream>       // for debug PrintStick function
@@ -43,7 +55,7 @@ TimeManager::TimeManager(const TimeManager& src)
 
 //------------------------------------------------------------------------------------
 
-TimeManager& TimeManager::operator=(const TimeManager& src)
+TimeManager& TimeManager::operator=(const TimeManager&)
 {
     // it is not necessary to copy randomSource, as it should
     // already be correct
@@ -159,14 +171,14 @@ void TimeManager::PrintStickFreqsToFileForJoint300(std::ofstream&) const
 //------------------------------------------------------------------------------------
 // ConstantTimeManager
 
-DoubleVec1d ConstantTimeManager::XpartThetasAtT(double t, const ForceParameters& fp)
+DoubleVec1d ConstantTimeManager::XpartThetasAtT(double, const ForceParameters& fp)
 {
     return fp.GetRegionalThetas();
 } // XpartThetasAtT
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d ConstantTimeManager::PartitionThetasAtT(double t, force_type force, const ForceParameters& fp)
+DoubleVec1d ConstantTimeManager::PartitionThetasAtT(double, force_type force, const ForceParameters& fp)
 {
     DoubleVec1d thetas(fp.GetRegionalThetas());
     return dynamic_cast<PartitionForce*>(*registry.GetForceSummary().GetForceByTag(force))->SumXPartsToParts(thetas);
@@ -537,9 +549,9 @@ double ExpGrowTimeManager::TimeOfInactiveCoal(double tstart,
 
 //------------------------------------------------------------------------------------
 
-double ExpGrowTimeManager::TimeOfTraitMutation(double tstart,
-                                               const LongVec1d& lineages, const ForceParameters& fp, long& tiptrait,
-                                               long& roottrait, double)
+double ExpGrowTimeManager::TimeOfTraitMutation(double,
+                                               const LongVec1d&, const ForceParameters&, long&,
+                                               long&, double)
 {
     // Computes a displacement, a.k.a. "delta t" -- the length of the time
     // interval, not the timestamp for the end of the interval.
@@ -585,7 +597,7 @@ DoubleVec1d LogSelectTimeManager::XpartThetasAtT(double t, const ForceParameters
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d LogSelectTimeManager::PartitionThetasAtT(double t, force_type force, const ForceParameters& fp)
+DoubleVec1d LogSelectTimeManager::PartitionThetasAtT(double, force_type, const ForceParameters&)
 {
     // MDEBUG not done!
     assert(false); // MDEBUG we are not ready for this yet
@@ -1986,7 +1998,7 @@ DoubleVec1d ExpGrowStickTimeManager::NextThetas(double nexttime, const ForcePara
 //------------------------------------------------------------------------------------
 //------------------------------------------------------------------------------------
 
-double SelectStickTimeManager::NextRootTime(double timenow, const ForceParameters& fp) const
+double SelectStickTimeManager::NextRootTime(double timenow, const ForceParameters&) const //fp unused.
 {
     // JDEBUG--constant length joints for now?
     // double newlength = 0.002; // for lpl'ish data
@@ -2049,7 +2061,7 @@ DoubleVec1d SelectStickTimeManager::NextThetas(double nexttime, const ForceParam
 
 //------------------------------------------------------------------------------------
 
-DoubleVec1d SelectStickTimeManager::NextThetas(double nexttime, const ForceParameters& fp,
+DoubleVec1d SelectStickTimeManager::NextThetas(double, const ForceParameters& fp, //'nexttime' unused.
                                                const DoubleVec1d& discounts) const
 {
     DoubleVec1d newthetas;
diff --git a/src/force/timemanager.h b/src/force/timemanager.h
index 44fe6f8..86dd999 100644
--- a/src/force/timemanager.h
+++ b/src/force/timemanager.h
@@ -1,13 +1,25 @@
-// $Id: timemanager.h,v 1.8 2012/06/30 01:32:41 bobgian Exp $
+// $Id: timemanager.h,v 1.9 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TIMEMANAGER_H
 #define TIMEMANAGER_H
 
diff --git a/src/force/timesize.cpp b/src/force/timesize.cpp
index 941f58e..74cf085 100644
--- a/src/force/timesize.cpp
+++ b/src/force/timesize.cpp
@@ -1,13 +1,25 @@
-// $Id: timesize.cpp,v 1.10 2012/06/30 01:32:41 bobgian Exp $
+// $Id: timesize.cpp,v 1.11 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "force.h"
diff --git a/src/force/timesize.h b/src/force/timesize.h
index 6820c7c..e4ce951 100644
--- a/src/force/timesize.h
+++ b/src/force/timesize.h
@@ -1,13 +1,25 @@
-// $Id: timesize.h,v 1.6 2011/03/07 06:08:50 bobgian Exp $
+// $Id: timesize.h,v 1.7 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TIMESIZE_H
 #define TIMESIZE_H
 
diff --git a/src/guiconv/batchconverter.cpp b/src/guiconv/batchconverter.cpp
index 270a905..d8d5438 100644
--- a/src/guiconv/batchconverter.cpp
+++ b/src/guiconv/batchconverter.cpp
@@ -1,13 +1,25 @@
-// $Id: batchconverter.cpp,v 1.22 2011/03/08 19:22:00 bobgian Exp $
+// $Id: batchconverter.cpp,v 1.23 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "batchconverter.h"
 #include "gc_cmdline.h"
 #include "gc_data.h"
diff --git a/src/guiconv/batchconverter.h b/src/guiconv/batchconverter.h
index dc1092a..d46b49e 100644
--- a/src/guiconv/batchconverter.h
+++ b/src/guiconv/batchconverter.h
@@ -1,13 +1,25 @@
-// $Id: batchconverter.h,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: batchconverter.h,v 1.6 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef BATCHCONVERTER_H
 #define BATCHCONVERTER_H
 
diff --git a/src/guiconv/gc_assigntab.cpp b/src/guiconv/gc_assigntab.cpp
index b5d4038..e8046dd 100644
--- a/src/guiconv/gc_assigntab.cpp
+++ b/src/guiconv/gc_assigntab.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_assigntab.cpp,v 1.28 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_assigntab.cpp,v 1.29 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <stdio.h>
 
diff --git a/src/guiconv/gc_assigntab.h b/src/guiconv/gc_assigntab.h
index d6e5fd8..b08b8c3 100644
--- a/src/guiconv/gc_assigntab.h
+++ b/src/guiconv/gc_assigntab.h
@@ -1,13 +1,25 @@
-// $Id: gc_assigntab.h,v 1.16 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_assigntab.h,v 1.17 2018/01/03 21:32:58 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_ASSIGNTAB_H
 #define GC_ASSIGNTAB_H
 
diff --git a/src/guiconv/gc_block_dialogs.cpp b/src/guiconv/gc_block_dialogs.cpp
index afd8302..bcb73d4 100644
--- a/src/guiconv/gc_block_dialogs.cpp
+++ b/src/guiconv/gc_block_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_block_dialogs.cpp,v 1.8 2011/06/22 18:22:22 jmcgill Exp $
+// $Id: gc_block_dialogs.cpp,v 1.9 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_block_dialogs.h"
diff --git a/src/guiconv/gc_block_dialogs.h b/src/guiconv/gc_block_dialogs.h
index 5373442..feab05a 100644
--- a/src/guiconv/gc_block_dialogs.h
+++ b/src/guiconv/gc_block_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_block_dialogs.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_block_dialogs.h,v 1.7 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_BLOCK_DIALOGS_H
 #define GC_BLOCK_DIALOGS_H
 
diff --git a/src/guiconv/gc_cmdline.cpp b/src/guiconv/gc_cmdline.cpp
index fab9209..5fdd519 100644
--- a/src/guiconv/gc_cmdline.cpp
+++ b/src/guiconv/gc_cmdline.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_cmdline.cpp,v 1.23 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_cmdline.cpp,v 1.24 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "wx/cmdline.h"
 #include "wx/log.h"
 #include "conf.h"
diff --git a/src/guiconv/gc_cmdline.h b/src/guiconv/gc_cmdline.h
index 1acd2e5..59fce7b 100644
--- a/src/guiconv/gc_cmdline.h
+++ b/src/guiconv/gc_cmdline.h
@@ -1,13 +1,25 @@
-// $Id: gc_cmdline.h,v 1.13 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_cmdline.h,v 1.14 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_CMDLINE_H
 #define GC_CMDLINE_H
 
diff --git a/src/guiconv/gc_color.cpp b/src/guiconv/gc_color.cpp
index 8a6d5bd..efb8fab 100644
--- a/src/guiconv/gc_color.cpp
+++ b/src/guiconv/gc_color.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_color.cpp,v 1.4 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_color.cpp,v 1.5 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_color.h"
 
 #include "wx/colour.h"
diff --git a/src/guiconv/gc_color.h b/src/guiconv/gc_color.h
index ef8f35f..ad13797 100644
--- a/src/guiconv/gc_color.h
+++ b/src/guiconv/gc_color.h
@@ -1,13 +1,25 @@
-// $Id: gc_color.h,v 1.5 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_color.h,v 1.6 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_COLOR_H
 #define GC_COLOR_H
 
diff --git a/src/guiconv/gc_data.cpp b/src/guiconv/gc_data.cpp
index 90a035c..6a0a073 100644
--- a/src/guiconv/gc_data.cpp
+++ b/src/guiconv/gc_data.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_data.cpp,v 1.38 2011/12/30 22:50:10 jmcgill Exp $
+// $Id: gc_data.cpp,v 1.39 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "cnv_strings.h"
diff --git a/src/guiconv/gc_data.h b/src/guiconv/gc_data.h
index bd30dab..75bda49 100644
--- a/src/guiconv/gc_data.h
+++ b/src/guiconv/gc_data.h
@@ -1,13 +1,25 @@
-// $Id: gc_data.h,v 1.32 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_data.h,v 1.33 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DATA_H
 #define GC_DATA_H
 
diff --git a/src/guiconv/gc_data_display.cpp b/src/guiconv/gc_data_display.cpp
index 1889cc6..de5399c 100644
--- a/src/guiconv/gc_data_display.cpp
+++ b/src/guiconv/gc_data_display.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_data_display.cpp,v 1.10 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_data_display.cpp,v 1.11 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 //#include <iostream>
 #include <string>
 
diff --git a/src/guiconv/gc_data_display.h b/src/guiconv/gc_data_display.h
index dc82112..91d1727 100644
--- a/src/guiconv/gc_data_display.h
+++ b/src/guiconv/gc_data_display.h
@@ -1,13 +1,25 @@
-// $Id: gc_data_display.h,v 1.9 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_data_display.h,v 1.10 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DATA_DISPLAY_H
 #define GC_DATA_DISPLAY_H
 
diff --git a/src/guiconv/gc_dialog.cpp b/src/guiconv/gc_dialog.cpp
index 05c0762..326be14 100644
--- a/src/guiconv/gc_dialog.cpp
+++ b/src/guiconv/gc_dialog.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_dialog.cpp,v 1.30 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_dialog.cpp,v 1.31 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_data.h"
diff --git a/src/guiconv/gc_dialog.h b/src/guiconv/gc_dialog.h
index 99e426d..0d596ff 100644
--- a/src/guiconv/gc_dialog.h
+++ b/src/guiconv/gc_dialog.h
@@ -1,13 +1,25 @@
-// $Id: gc_dialog.h,v 1.20 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_dialog.h,v 1.21 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_DIALOG_H
 #define GC_DIALOG_H
 
diff --git a/src/guiconv/gc_event_ids.h b/src/guiconv/gc_event_ids.h
index 4e5f822..ed78bb3 100644
--- a/src/guiconv/gc_event_ids.h
+++ b/src/guiconv/gc_event_ids.h
@@ -1,13 +1,25 @@
-// $Id: gc_event_ids.h,v 1.61 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_event_ids.h,v 1.62 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_EVENT_IDS_H
 #define GC_EVENT_IDS_H
 
diff --git a/src/guiconv/gc_event_publisher.cpp b/src/guiconv/gc_event_publisher.cpp
index 414339a..ef126ed 100644
--- a/src/guiconv/gc_event_publisher.cpp
+++ b/src/guiconv/gc_event_publisher.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_event_publisher.cpp,v 1.20 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_event_publisher.cpp,v 1.21 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <set>
 
 #include "gc_event_ids.h"
diff --git a/src/guiconv/gc_event_publisher.h b/src/guiconv/gc_event_publisher.h
index 42396c0..85a1e77 100644
--- a/src/guiconv/gc_event_publisher.h
+++ b/src/guiconv/gc_event_publisher.h
@@ -1,13 +1,25 @@
-// $Id: gc_event_publisher.h,v 1.17 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_event_publisher.h,v 1.18 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_EVENT_PUBLISHER_H
 #define GC_EVENT_PUBLISHER_H
 
diff --git a/src/guiconv/gc_export_dialogs.cpp b/src/guiconv/gc_export_dialogs.cpp
index 3e58c67..4e2bc9c 100644
--- a/src/guiconv/gc_export_dialogs.cpp
+++ b/src/guiconv/gc_export_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_export_dialogs.cpp,v 1.7 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_export_dialogs.cpp,v 1.8 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_event_ids.h"
 #include "gc_export_dialogs.h"
 #include "gc_layout.h"
diff --git a/src/guiconv/gc_export_dialogs.h b/src/guiconv/gc_export_dialogs.h
index 52c7bda..11bf2d8 100644
--- a/src/guiconv/gc_export_dialogs.h
+++ b/src/guiconv/gc_export_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_export_dialogs.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
+// $Id: gc_export_dialogs.h,v 1.7 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_EXPORT_DIALOGS_H
 #define GC_EXPORT_DIALOGS_H
 
diff --git a/src/guiconv/gc_file_dialogs.cpp b/src/guiconv/gc_file_dialogs.cpp
index b938759..98a1973 100644
--- a/src/guiconv/gc_file_dialogs.cpp
+++ b/src/guiconv/gc_file_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_file_dialogs.cpp,v 1.49 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_file_dialogs.cpp,v 1.50 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "errhandling.h"
diff --git a/src/guiconv/gc_file_dialogs.h b/src/guiconv/gc_file_dialogs.h
index bd18b27..ae6a6f4 100644
--- a/src/guiconv/gc_file_dialogs.h
+++ b/src/guiconv/gc_file_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_file_dialogs.h,v 1.25 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_file_dialogs.h,v 1.26 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_FILE_DIALOGS_H
 #define GC_FILE_DIALOGS_H
 
diff --git a/src/guiconv/gc_file_list.cpp b/src/guiconv/gc_file_list.cpp
index 7bd797e..29112fa 100644
--- a/src/guiconv/gc_file_list.cpp
+++ b/src/guiconv/gc_file_list.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_file_list.cpp,v 1.23 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_file_list.cpp,v 1.24 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_event_publisher.h"
diff --git a/src/guiconv/gc_file_list.h b/src/guiconv/gc_file_list.h
index a95e0ef..678a584 100644
--- a/src/guiconv/gc_file_list.h
+++ b/src/guiconv/gc_file_list.h
@@ -1,13 +1,25 @@
-// $Id: gc_file_list.h,v 1.13 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_file_list.h,v 1.14 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_FILELIST_H
 #define GC_FILELIST_H
 
diff --git a/src/guiconv/gc_frame.cpp b/src/guiconv/gc_frame.cpp
index 0621032..0caa579 100644
--- a/src/guiconv/gc_frame.cpp
+++ b/src/guiconv/gc_frame.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_frame.cpp,v 1.109 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_frame.cpp,v 1.110 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 //#include <iostream>
 #include <stdio.h>
diff --git a/src/guiconv/gc_frame.h b/src/guiconv/gc_frame.h
index 12b2c2a..6711378 100644
--- a/src/guiconv/gc_frame.h
+++ b/src/guiconv/gc_frame.h
@@ -1,13 +1,25 @@
-// $Id: gc_frame.h,v 1.56 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_frame.h,v 1.57 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_FRAME_H
 #define GC_FRAME_H
 
diff --git a/src/guiconv/gc_layout.cpp b/src/guiconv/gc_layout.cpp
index 62033f1..40f9437 100644
--- a/src/guiconv/gc_layout.cpp
+++ b/src/guiconv/gc_layout.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_layout.cpp,v 1.29 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_layout.cpp,v 1.30 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_layout.h"
 
 const long      gclayout::appHeight                  = 800;
diff --git a/src/guiconv/gc_layout.h b/src/guiconv/gc_layout.h
index 9923b65..9215e41 100644
--- a/src/guiconv/gc_layout.h
+++ b/src/guiconv/gc_layout.h
@@ -1,13 +1,25 @@
-// $Id: gc_layout.h,v 1.23 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_layout.h,v 1.24 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LAYOUT_H
 #define GC_LAYOUT_H
 
diff --git a/src/guiconv/gc_locitab.cpp b/src/guiconv/gc_locitab.cpp
index 60edd1d..7917225 100644
--- a/src/guiconv/gc_locitab.cpp
+++ b/src/guiconv/gc_locitab.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_locitab.cpp,v 1.10 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_locitab.cpp,v 1.11 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_event_publisher.h"
diff --git a/src/guiconv/gc_locitab.h b/src/guiconv/gc_locitab.h
index 1cece38..56fa177 100644
--- a/src/guiconv/gc_locitab.h
+++ b/src/guiconv/gc_locitab.h
@@ -1,13 +1,25 @@
-// $Id: gc_locitab.h,v 1.8 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_locitab.h,v 1.9 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LOCITAB_H
 #define GC_LOCITAB_H
 
diff --git a/src/guiconv/gc_locus_dialogs.cpp b/src/guiconv/gc_locus_dialogs.cpp
index ee00cac..aab17b5 100644
--- a/src/guiconv/gc_locus_dialogs.cpp
+++ b/src/guiconv/gc_locus_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_locus_dialogs.cpp,v 1.29 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_locus_dialogs.cpp,v 1.30 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_creation_info.h"
diff --git a/src/guiconv/gc_locus_dialogs.h b/src/guiconv/gc_locus_dialogs.h
index 015f54f..ac20242 100644
--- a/src/guiconv/gc_locus_dialogs.h
+++ b/src/guiconv/gc_locus_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_locus_dialogs.h,v 1.18 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_locus_dialogs.h,v 1.19 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LOCUS_DIALOGS_H
 #define GC_LOCUS_DIALOGS_H
 
diff --git a/src/guiconv/gc_logic.cpp b/src/guiconv/gc_logic.cpp
index 7198b3e..6779ae8 100644
--- a/src/guiconv/gc_logic.cpp
+++ b/src/guiconv/gc_logic.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_logic.cpp,v 1.58 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_logic.cpp,v 1.59 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <vector>
 
 #include "gc_dialog.h"
diff --git a/src/guiconv/gc_logic.h b/src/guiconv/gc_logic.h
index 8d354b7..2fc694b 100644
--- a/src/guiconv/gc_logic.h
+++ b/src/guiconv/gc_logic.h
@@ -1,13 +1,25 @@
-// $Id: gc_logic.h,v 1.43 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_logic.h,v 1.44 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_LOGIC_H
 #define GC_LOGIC_H
 
diff --git a/src/guiconv/gc_matrix_display.cpp b/src/guiconv/gc_matrix_display.cpp
index 26d09e0..a151689 100644
--- a/src/guiconv/gc_matrix_display.cpp
+++ b/src/guiconv/gc_matrix_display.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_matrix_display.cpp,v 1.1 2011/12/01 22:32:42 jmcgill Exp $
+// $Id: gc_matrix_display.cpp,v 1.2 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_matrix_display.h"
 #include "gc_layout.h"
 #include "wx/log.h"
diff --git a/src/guiconv/gc_matrix_display.h b/src/guiconv/gc_matrix_display.h
index c852292..7cb688b 100644
--- a/src/guiconv/gc_matrix_display.h
+++ b/src/guiconv/gc_matrix_display.h
@@ -1,13 +1,25 @@
-// $Id: gc_matrix_display.h,v 1.2 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_matrix_display.h,v 1.3 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MATRIX_DISPLAY_H
 #define GC_MATRIX_DISPLAY_H
 
diff --git a/src/guiconv/gc_menu_actors.cpp b/src/guiconv/gc_menu_actors.cpp
index 23d42d3..8334b17 100644
--- a/src/guiconv/gc_menu_actors.cpp
+++ b/src/guiconv/gc_menu_actors.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_menu_actors.cpp,v 1.7 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_menu_actors.cpp,v 1.8 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
diff --git a/src/guiconv/gc_menu_actors.h b/src/guiconv/gc_menu_actors.h
index 914fe6f..757327d 100644
--- a/src/guiconv/gc_menu_actors.h
+++ b/src/guiconv/gc_menu_actors.h
@@ -1,13 +1,25 @@
-// $Id: gc_menu_actors.h,v 1.7 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_menu_actors.h,v 1.8 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MENU_ACTORS_H
 #define GC_MENU_ACTORS_H
 
diff --git a/src/guiconv/gc_migration_dialogs.cpp b/src/guiconv/gc_migration_dialogs.cpp
index 9b75d71..ad57390 100644
--- a/src/guiconv/gc_migration_dialogs.cpp
+++ b/src/guiconv/gc_migration_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_migration_dialogs.cpp,v 1.3 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_migration_dialogs.cpp,v 1.5 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
@@ -298,13 +310,13 @@ gcMigrationConstraintChoice::GetRelevantId()
 gcMigrationEditDialog::gcMigrationEditDialog(   wxWindow *      parent,
                                                 GCDataStore &   dataStore,
                                                 size_t          migrationId,
-                                                wxString        fromName,
                                                 wxString        toName,
+                                                wxString        fromName,
                                                 bool            forJustCreatedObj)
     :
     gcUpdatingDialog(   parent,
                         dataStore,
-                        wxString::Format(gcstr::editMigration, fromName.c_str(), toName.c_str()),
+                        wxString::Format(gcstr::editMigration, toName.c_str(), fromName.c_str()),
                         forJustCreatedObj),
     m_migrationId(migrationId)
 {
@@ -347,7 +359,7 @@ bool DoDialogEditMigration( wxWindow *      parent,
             dataStore.GetStructures().GetMigration(migrationId).GetToId()).GetName();
     }
 
-    gcMigrationEditDialog dialog(parent,dataStore,migrationId, fromName, toName,forJustCreatedObj);
+    gcMigrationEditDialog dialog(parent,dataStore,migrationId, toName, fromName, forJustCreatedObj);
 
 
     // migration rate
diff --git a/src/guiconv/gc_migration_dialogs.h b/src/guiconv/gc_migration_dialogs.h
index 0a523e7..1cd4a2a 100644
--- a/src/guiconv/gc_migration_dialogs.h
+++ b/src/guiconv/gc_migration_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_migration_dialogs.h,v 1.2 2011/12/30 22:50:10 jmcgill Exp $
+// $Id: gc_migration_dialogs.h,v 1.4 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_MIGRATION_DIALOGS_H
 #define GC_MIGRATION_DIALOGS_H
 
@@ -121,8 +133,8 @@ class gcMigrationEditDialog : public gcUpdatingDialog
     gcMigrationEditDialog(  wxWindow *      parentWindow,
                             GCDataStore &   dataStore,
                             size_t          migrationId,
-                            wxString        fromName,
                             wxString        toName,
+                            wxString        fromName,
                             bool            forJustCreatedObj);
     virtual ~gcMigrationEditDialog();
 };
diff --git a/src/guiconv/gc_migtab.cpp b/src/guiconv/gc_migtab.cpp
index 52f84f0..663ca61 100644
--- a/src/guiconv/gc_migtab.cpp
+++ b/src/guiconv/gc_migtab.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_migtab.cpp,v 1.7 2014/08/29 18:14:55 mkkuhner Exp $
+// $Id: gc_migtab.cpp,v 1.8 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 /* NOTE:  8/29/2014 Mary edited gc_migtab.cpp to reverse the sense
 of "from" and "to" in the migration matrix, since it was producing
 XML files that were backwards to what LAMARC assumes.  She did NOT
diff --git a/src/guiconv/gc_migtab.h b/src/guiconv/gc_migtab.h
index ca4c8c6..c2c90e5 100644
--- a/src/guiconv/gc_migtab.h
+++ b/src/guiconv/gc_migtab.h
@@ -1,13 +1,25 @@
-// $Id: gc_migtab.h,v 1.3 2014/08/29 18:14:55 mkkuhner Exp $
+// $Id: gc_migtab.h,v 1.4 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 /* NOTE:  8/29/2014 Mary edited gc_migtab.cpp to reverse the sense
 of "from" and "to" in the migration matrix, since it was producing
 XML files that were backwards to what LAMARC assumes.  She did NOT
diff --git a/src/guiconv/gc_panel_dialogs.cpp b/src/guiconv/gc_panel_dialogs.cpp
index 706322d..0a5599a 100644
--- a/src/guiconv/gc_panel_dialogs.cpp
+++ b/src/guiconv/gc_panel_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_panel_dialogs.cpp,v 1.2 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_panel_dialogs.cpp,v 1.3 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
diff --git a/src/guiconv/gc_panel_dialogs.h b/src/guiconv/gc_panel_dialogs.h
index cdf7fec..776577b 100644
--- a/src/guiconv/gc_panel_dialogs.h
+++ b/src/guiconv/gc_panel_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_panel_dialogs.h,v 1.2 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_panel_dialogs.h,v 1.3 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PANEL_DIALOGS_H
 #define GC_PANEL_DIALOGS_H
 
diff --git a/src/guiconv/gc_parent_dialogs.cpp b/src/guiconv/gc_parent_dialogs.cpp
index 823aef9..f8dbcbe 100644
--- a/src/guiconv/gc_parent_dialogs.cpp
+++ b/src/guiconv/gc_parent_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_parent_dialogs.cpp,v 1.3 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_parent_dialogs.cpp,v 1.4 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
diff --git a/src/guiconv/gc_parent_dialogs.h b/src/guiconv/gc_parent_dialogs.h
index e73c820..0548df9 100644
--- a/src/guiconv/gc_parent_dialogs.h
+++ b/src/guiconv/gc_parent_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_parent_dialogs.h,v 1.2 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_parent_dialogs.h,v 1.3 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_PARENT_DIALOGS_H
 #define GC_PARENT_DIALOGS_H
 
diff --git a/src/guiconv/gc_poptab.cpp b/src/guiconv/gc_poptab.cpp
index ea140f4..c64ade4 100644
--- a/src/guiconv/gc_poptab.cpp
+++ b/src/guiconv/gc_poptab.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_poptab.cpp,v 1.9 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_poptab.cpp,v 1.10 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_event_publisher.h"
diff --git a/src/guiconv/gc_poptab.h b/src/guiconv/gc_poptab.h
index e148a9d..3f09841 100644
--- a/src/guiconv/gc_poptab.h
+++ b/src/guiconv/gc_poptab.h
@@ -1,13 +1,25 @@
-// $Id: gc_poptab.h,v 1.7 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_poptab.h,v 1.8 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_POPTAB_H
 #define GC_POPTAB_H
 
diff --git a/src/guiconv/gc_population_dialogs.cpp b/src/guiconv/gc_population_dialogs.cpp
index db99e32..dfc5c69 100644
--- a/src/guiconv/gc_population_dialogs.cpp
+++ b/src/guiconv/gc_population_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_population_dialogs.cpp,v 1.22 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_population_dialogs.cpp,v 1.23 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
diff --git a/src/guiconv/gc_population_dialogs.h b/src/guiconv/gc_population_dialogs.h
index 873df3f..e4b870a 100644
--- a/src/guiconv/gc_population_dialogs.h
+++ b/src/guiconv/gc_population_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_population_dialogs.h,v 1.16 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_population_dialogs.h,v 1.17 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_POPULATION_DIALOGS_H
 #define GC_POPULATION_DIALOGS_H
 
diff --git a/src/guiconv/gc_quantum.cpp b/src/guiconv/gc_quantum.cpp
index f0e79d8..e0c8d65 100644
--- a/src/guiconv/gc_quantum.cpp
+++ b/src/guiconv/gc_quantum.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_quantum.cpp,v 1.15 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_quantum.cpp,v 1.16 2018/01/03 21:32:59 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_default.h"
 #include "gc_quantum.h"
 #include "wx/log.h"
diff --git a/src/guiconv/gc_quantum.h b/src/guiconv/gc_quantum.h
index 3174b27..055e086 100644
--- a/src/guiconv/gc_quantum.h
+++ b/src/guiconv/gc_quantum.h
@@ -1,13 +1,25 @@
-// $Id: gc_quantum.h,v 1.15 2012/06/30 01:32:41 bobgian Exp $
+// $Id: gc_quantum.h,v 1.16 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_QUANTUM_H
 #define GC_QUANTUM_H
 
diff --git a/src/guiconv/gc_region_dialogs.cpp b/src/guiconv/gc_region_dialogs.cpp
index 13ab694..9e1ab86 100644
--- a/src/guiconv/gc_region_dialogs.cpp
+++ b/src/guiconv/gc_region_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_region_dialogs.cpp,v 1.24 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_region_dialogs.cpp,v 1.25 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_datastore.h"
diff --git a/src/guiconv/gc_region_dialogs.h b/src/guiconv/gc_region_dialogs.h
index 3b10c40..0de5a38 100644
--- a/src/guiconv/gc_region_dialogs.h
+++ b/src/guiconv/gc_region_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_region_dialogs.h,v 1.14 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_region_dialogs.h,v 1.15 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_REGION_DIALOGS_H
 #define GC_REGION_DIALOGS_H
 
diff --git a/src/guiconv/gc_regiontab.cpp b/src/guiconv/gc_regiontab.cpp
index c8435fc..2016a63 100644
--- a/src/guiconv/gc_regiontab.cpp
+++ b/src/guiconv/gc_regiontab.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_regiontab.cpp,v 1.43 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_regiontab.cpp,v 1.44 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_event_publisher.h"
diff --git a/src/guiconv/gc_regiontab.h b/src/guiconv/gc_regiontab.h
index eb98a3a..3f7fadb 100644
--- a/src/guiconv/gc_regiontab.h
+++ b/src/guiconv/gc_regiontab.h
@@ -1,13 +1,25 @@
-// $Id: gc_regiontab.h,v 1.29 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_regiontab.h,v 1.30 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_REGIONTAB_H
 #define GC_REGIONTAB_H
 
diff --git a/src/guiconv/gc_trait_dialogs.cpp b/src/guiconv/gc_trait_dialogs.cpp
index 94a22d5..74dbed9 100644
--- a/src/guiconv/gc_trait_dialogs.cpp
+++ b/src/guiconv/gc_trait_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_trait_dialogs.cpp,v 1.10 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_trait_dialogs.cpp,v 1.11 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_datastore.h"
 #include "gc_strings.h"
 #include "gc_structures_err.h"
diff --git a/src/guiconv/gc_trait_dialogs.h b/src/guiconv/gc_trait_dialogs.h
index 1dcb667..ad0ceea 100644
--- a/src/guiconv/gc_trait_dialogs.h
+++ b/src/guiconv/gc_trait_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_trait_dialogs.h,v 1.5 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_trait_dialogs.h,v 1.6 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_TRAIT_DIALOGS_H
 #define GC_TRAIT_DIALOGS_H
 
diff --git a/src/guiconv/gc_unit_dialogs.cpp b/src/guiconv/gc_unit_dialogs.cpp
index faa71b5..eab38a9 100644
--- a/src/guiconv/gc_unit_dialogs.cpp
+++ b/src/guiconv/gc_unit_dialogs.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_unit_dialogs.cpp,v 1.8 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_unit_dialogs.cpp,v 1.9 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_strings.h"
 #include "gc_unit_dialogs.h"
 #include "wx/filedlg.h"
diff --git a/src/guiconv/gc_unit_dialogs.h b/src/guiconv/gc_unit_dialogs.h
index 5cde26f..d10b4e4 100644
--- a/src/guiconv/gc_unit_dialogs.h
+++ b/src/guiconv/gc_unit_dialogs.h
@@ -1,13 +1,25 @@
-// $Id: gc_unit_dialogs.h,v 1.5 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_unit_dialogs.h,v 1.6 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_UNIT_DIALOGS_H
 #define GC_UNIT_DIALOGS_H
 
diff --git a/src/guiconv/guiconverter.cpp b/src/guiconv/guiconverter.cpp
index 5116914..8d414e7 100644
--- a/src/guiconv/guiconverter.cpp
+++ b/src/guiconv/guiconverter.cpp
@@ -1,13 +1,25 @@
-// $Id: guiconverter.cpp,v 1.35 2014/08/29 18:14:55 mkkuhner Exp $
+// $Id: guiconverter.cpp,v 1.36 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 /* NOTE:  8/29/2014 Mary edited gc_migtab.cpp to reverse the sense
 of "from" and "to" in the migration matrix, since it was producing
 XML files that were backwards to what LAMARC assumes.  She did NOT
diff --git a/src/guiconv/guiconverter.h b/src/guiconv/guiconverter.h
index 99803bd..f3ff3bc 100644
--- a/src/guiconv/guiconverter.h
+++ b/src/guiconv/guiconverter.h
@@ -1,13 +1,25 @@
-// $Id: guiconverter.h,v 1.14 2014/08/29 18:14:55 mkkuhner Exp $
+// $Id: guiconverter.h,v 1.15 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GUICONVERTER_H
 #define GUICONVERTER_H
 
diff --git a/src/guiutil/gc_clickpanel.cpp b/src/guiutil/gc_clickpanel.cpp
index 00d8f6d..0cca882 100644
--- a/src/guiutil/gc_clickpanel.cpp
+++ b/src/guiutil/gc_clickpanel.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_clickpanel.cpp,v 1.12 2012/06/30 01:32:42 bobgian Exp $
+// $Id: gc_clickpanel.cpp,v 1.13 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "gc_color.h"
diff --git a/src/guiutil/gc_clickpanel.h b/src/guiutil/gc_clickpanel.h
index c3fc52d..86bb5fa 100644
--- a/src/guiutil/gc_clickpanel.h
+++ b/src/guiutil/gc_clickpanel.h
@@ -1,13 +1,25 @@
-// $Id: gc_clickpanel.h,v 1.8 2012/06/30 01:32:42 bobgian Exp $
+// $Id: gc_clickpanel.h,v 1.9 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_CLICKPANEL_H
 #define GC_CLICKPANEL_H
 
diff --git a/src/guiutil/gc_gridpanel.cpp b/src/guiutil/gc_gridpanel.cpp
index 6b62200..2f9f751 100644
--- a/src/guiutil/gc_gridpanel.cpp
+++ b/src/guiutil/gc_gridpanel.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_gridpanel.cpp,v 1.30 2012/03/09 22:55:20 jmcgill Exp $
+// $Id: gc_gridpanel.cpp,v 1.31 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <stdio.h>
 
diff --git a/src/guiutil/gc_gridpanel.h b/src/guiutil/gc_gridpanel.h
index 256e5d2..25ab76d 100644
--- a/src/guiutil/gc_gridpanel.h
+++ b/src/guiutil/gc_gridpanel.h
@@ -1,13 +1,25 @@
-// $Id: gc_gridpanel.h,v 1.23 2012/06/30 01:32:42 bobgian Exp $
+// $Id: gc_gridpanel.h,v 1.24 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_GRIDPANEL_H
 #define GC_GRIDPANEL_H
 
diff --git a/src/guiutil/gc_text_ctrl.cpp b/src/guiutil/gc_text_ctrl.cpp
index 444e043..271a083 100644
--- a/src/guiutil/gc_text_ctrl.cpp
+++ b/src/guiutil/gc_text_ctrl.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_text_ctrl.cpp,v 1.8 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_text_ctrl.cpp,v 1.9 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_text_ctrl.h"
 #include "gc_validators.h"
 #include "wx/log.h"
diff --git a/src/guiutil/gc_text_ctrl.h b/src/guiutil/gc_text_ctrl.h
index 782a5cb..e7af05d 100644
--- a/src/guiutil/gc_text_ctrl.h
+++ b/src/guiutil/gc_text_ctrl.h
@@ -1,13 +1,25 @@
-// $Id: gc_text_ctrl.h,v 1.6 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_text_ctrl.h,v 1.7 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_TEXT_CTRL_H
 #define GC_TEXT_CTRL_H
 
diff --git a/src/guiutil/gc_validators.cpp b/src/guiutil/gc_validators.cpp
index f84e193..f889b03 100644
--- a/src/guiutil/gc_validators.cpp
+++ b/src/guiutil/gc_validators.cpp
@@ -1,13 +1,25 @@
-// $Id: gc_validators.cpp,v 1.6 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_validators.cpp,v 1.7 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "gc_data.h"
 #include "gc_validators.h"
 
diff --git a/src/guiutil/gc_validators.h b/src/guiutil/gc_validators.h
index aa8f0d6..eb38455 100644
--- a/src/guiutil/gc_validators.h
+++ b/src/guiutil/gc_validators.h
@@ -1,13 +1,25 @@
-// $Id: gc_validators.h,v 1.6 2011/03/08 19:22:01 bobgian Exp $
+// $Id: gc_validators.h,v 1.7 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef GC_VALIDATORS_H
 #define GC_VALIDATORS_H
 
diff --git a/src/lamarcmenus/coalmenus.cpp b/src/lamarcmenus/coalmenus.cpp
index 57915e2..97ba6c5 100644
--- a/src/lamarcmenus/coalmenus.cpp
+++ b/src/lamarcmenus/coalmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: coalmenus.cpp,v 1.15 2010/03/17 17:25:58 bobgian Exp $
+// $Id: coalmenus.cpp,v 1.16 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/coalmenus.h b/src/lamarcmenus/coalmenus.h
index 57f60ec..1fd5821 100644
--- a/src/lamarcmenus/coalmenus.h
+++ b/src/lamarcmenus/coalmenus.h
@@ -1,13 +1,25 @@
-// $Id: coalmenus.h,v 1.15 2011/03/07 06:08:50 bobgian Exp $
+// $Id: coalmenus.h,v 1.16 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef COALMENUS_H
 #define COALMENUS_H
 
diff --git a/src/lamarcmenus/constraintmenus.cpp b/src/lamarcmenus/constraintmenus.cpp
index b4b9878..23f2f11 100644
--- a/src/lamarcmenus/constraintmenus.cpp
+++ b/src/lamarcmenus/constraintmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: constraintmenus.cpp,v 1.11 2011/03/08 19:22:01 bobgian Exp $
+// $Id: constraintmenus.cpp,v 1.13 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 
@@ -333,12 +345,12 @@ string ToggleMenuItem2dGroup::GetVariableText(UIId id)
     return ui.doGetPrintString(menuKey,id);
 }
 
-string ToggleMenuItem2dGroup::GetGroupDescription(long gid)
+string ToggleMenuItem2dGroup::GetGroupDescription(long)
 {
     return "\n";
 }
 
-string ToggleMenuItem2dGroup::GetEmptyDescription(long gid)
+string ToggleMenuItem2dGroup::GetEmptyDescription(long)
 {
     return "\n";
 }
@@ -410,7 +422,7 @@ string ToggleMenuItemGroupedConstraints::GetGroupDescription(long gid)
     return ("Group " + ToString(gid+1));
 }
 
-string ToggleMenuItemGroupedConstraints::GetEmptyDescription(long gid)
+string ToggleMenuItemGroupedConstraints::GetEmptyDescription(long)
 {
     return ("  **No parameters in this group**");
 }
diff --git a/src/lamarcmenus/constraintmenus.h b/src/lamarcmenus/constraintmenus.h
index a47c7ef..31eb7a1 100644
--- a/src/lamarcmenus/constraintmenus.h
+++ b/src/lamarcmenus/constraintmenus.h
@@ -1,13 +1,25 @@
-// $Id: constraintmenus.h,v 1.8 2012/02/29 00:29:58 ewalkup Exp $
+// $Id: constraintmenus.h,v 1.10 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef CONSTRAINTMENUS_H
 #define CONSTRAINTMENUS_H
 
@@ -140,8 +152,8 @@ class ToggleMenuItem2dGroup : public MenuDisplayQuantaWithHandler
 
     // stuff for multi-line items
     virtual bool HasMultiLineItems() {return false;};
-    virtual std::vector<std::string> GetExtraText(UIId id) {return std::vector<std::string>();};
-    virtual std::vector<std::string> GetExtraVariableText(UIId id) {return std::vector<std::string>();};
+    virtual std::vector<std::string> GetExtraText(UIId) {return std::vector<std::string>();};
+    virtual std::vector<std::string> GetExtraVariableText(UIId) {return std::vector<std::string>();};
 
 };
 
diff --git a/src/lamarcmenus/datafilenamedialog.cpp b/src/lamarcmenus/datafilenamedialog.cpp
index 3348ba0..fa3d1ec 100644
--- a/src/lamarcmenus/datafilenamedialog.cpp
+++ b/src/lamarcmenus/datafilenamedialog.cpp
@@ -1,13 +1,25 @@
-// $Id: datafilenamedialog.cpp,v 1.14 2012/06/30 01:32:42 bobgian Exp $
+// $Id: datafilenamedialog.cpp,v 1.15 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include <iostream>
 
diff --git a/src/lamarcmenus/datafilenamedialog.h b/src/lamarcmenus/datafilenamedialog.h
index 7cecdd3..41893dd 100644
--- a/src/lamarcmenus/datafilenamedialog.h
+++ b/src/lamarcmenus/datafilenamedialog.h
@@ -1,13 +1,25 @@
-// $Id: datafilenamedialog.h,v 1.8 2012/06/30 01:32:42 bobgian Exp $
+// $Id: datafilenamedialog.h,v 1.9 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DATAFILENAMEDIALOG_H
 #define DATAFILENAMEDIALOG_H
 
diff --git a/src/lamarcmenus/datamodelmenu.cpp b/src/lamarcmenus/datamodelmenu.cpp
index da6b783..5f70f9f 100644
--- a/src/lamarcmenus/datamodelmenu.cpp
+++ b/src/lamarcmenus/datamodelmenu.cpp
@@ -1,13 +1,25 @@
-// $Id: datamodelmenu.cpp,v 1.42 2011/03/07 06:08:50 bobgian Exp $
+// $Id: datamodelmenu.cpp,v 1.44 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 
@@ -182,7 +194,7 @@ string GTRRatesSubMenuItem::GetVariableText()
     return ui.doGetPrintString(uistr::gtrRates,id);
 }
 
-MenuInteraction_ptr GTRRatesSubMenuItem::GetHandler(std::string inputKey)
+MenuInteraction_ptr GTRRatesSubMenuItem::GetHandler(std::string)
 {
     NewMenu * gtrRateMenu = new GTRRatesMenu(ui,id);
     return MenuInteraction_ptr(gtrRateMenu);
@@ -297,7 +309,7 @@ string BaseFrequenciesSubMenuItem::GetVariableText()
     return ui.doGetPrintString(uistr::baseFrequencies,id);
 }
 
-MenuInteraction_ptr BaseFrequenciesSubMenuItem::GetHandler(std::string inputKey)
+MenuInteraction_ptr BaseFrequenciesSubMenuItem::GetHandler(std::string)
 {
     NewMenu * baseFreqMenu = new BaseFrequenciesMenu(ui,id);
     return MenuInteraction_ptr(baseFreqMenu);
@@ -362,7 +374,7 @@ CategoriesMenuGroup::GetKey(UIId id)
 }
 
 string
-CategoriesMenuGroup::GetText(UIId id)
+CategoriesMenuGroup::GetText(UIId)
 {
     return string("Mutation Rate pair: (rate, probability)");
 }
@@ -435,7 +447,7 @@ string CategoriesSubMenuItem::GetVariableText()
     return ui.doGetPrintString(uistr::categoryCount,id);
 }
 
-MenuInteraction_ptr CategoriesSubMenuItem::GetHandler(std::string inputKey)
+MenuInteraction_ptr CategoriesSubMenuItem::GetHandler(std::string)
 {
     NewMenu * catsFreqMenu = new CategoriesMenu(ui,id);
     return MenuInteraction_ptr(catsFreqMenu);
diff --git a/src/lamarcmenus/datamodelmenu.h b/src/lamarcmenus/datamodelmenu.h
index 435c50e..a362c91 100644
--- a/src/lamarcmenus/datamodelmenu.h
+++ b/src/lamarcmenus/datamodelmenu.h
@@ -1,13 +1,25 @@
-// $Id: datamodelmenu.h,v 1.28 2011/03/07 06:08:50 bobgian Exp $
+// $Id: datamodelmenu.h,v 1.29 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DATAMODELMENU_H
 #define DATAMODELMENU_H
 
diff --git a/src/lamarcmenus/diseasemenus.cpp b/src/lamarcmenus/diseasemenus.cpp
index 1815151..d37ebd1 100644
--- a/src/lamarcmenus/diseasemenus.cpp
+++ b/src/lamarcmenus/diseasemenus.cpp
@@ -1,13 +1,25 @@
-// $Id: diseasemenus.cpp,v 1.17 2011/03/07 06:08:50 bobgian Exp $
+// $Id: diseasemenus.cpp,v 1.18 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/diseasemenus.h b/src/lamarcmenus/diseasemenus.h
index 6eb6420..aaa151b 100644
--- a/src/lamarcmenus/diseasemenus.h
+++ b/src/lamarcmenus/diseasemenus.h
@@ -1,13 +1,25 @@
-// $Id: diseasemenus.h,v 1.14 2011/03/07 06:08:50 bobgian Exp $
+// $Id: diseasemenus.h,v 1.15 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DISEASEMENUS_H
 #define DISEASEMENUS_H
 
diff --git a/src/lamarcmenus/divmenus.cpp b/src/lamarcmenus/divmenus.cpp
index 7b681b8..f1508dd 100644
--- a/src/lamarcmenus/divmenus.cpp
+++ b/src/lamarcmenus/divmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: divmenus.cpp,v 1.6 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: divmenus.cpp,v 1.7 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/divmenus.h b/src/lamarcmenus/divmenus.h
index 8438171..43c908c 100644
--- a/src/lamarcmenus/divmenus.h
+++ b/src/lamarcmenus/divmenus.h
@@ -1,13 +1,25 @@
-// $Id: divmenus.h,v 1.2 2012/02/29 00:29:58 ewalkup Exp $
+// $Id: divmenus.h,v 1.3 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DIVMENUS_H
 #define DIVMENUS_H
 
diff --git a/src/lamarcmenus/divmigmenus.cpp b/src/lamarcmenus/divmigmenus.cpp
index 7a9bbc0..b4eb366 100644
--- a/src/lamarcmenus/divmigmenus.cpp
+++ b/src/lamarcmenus/divmigmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: divmigmenus.cpp,v 1.2 2012/06/30 01:32:42 bobgian Exp $
+// $Id: divmigmenus.cpp,v 1.3 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/divmigmenus.h b/src/lamarcmenus/divmigmenus.h
index 6584760..8c89442 100644
--- a/src/lamarcmenus/divmigmenus.h
+++ b/src/lamarcmenus/divmigmenus.h
@@ -1,13 +1,25 @@
-// $Id: divmigmenus.h,v 1.1 2012/02/15 18:13:42 jmcgill Exp $
+// $Id: divmigmenus.h,v 1.2 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DIVMIGMENUS_H
 #define DIVMIGMENUS_H
 
diff --git a/src/lamarcmenus/forcesmenus.cpp b/src/lamarcmenus/forcesmenus.cpp
index c305ebe..0860e59 100644
--- a/src/lamarcmenus/forcesmenus.cpp
+++ b/src/lamarcmenus/forcesmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: forcesmenus.cpp,v 1.30 2012/06/30 01:32:42 bobgian Exp $
+// $Id: forcesmenus.cpp,v 1.31 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 
diff --git a/src/lamarcmenus/forcesmenus.h b/src/lamarcmenus/forcesmenus.h
index d1323e9..9db7824 100644
--- a/src/lamarcmenus/forcesmenus.h
+++ b/src/lamarcmenus/forcesmenus.h
@@ -1,13 +1,25 @@
-// $Id: forcesmenus.h,v 1.11 2011/03/07 06:08:50 bobgian Exp $
+// $Id: forcesmenus.h,v 1.12 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef FORCESMENUS_H
 #define FORCESMENUS_H
 
diff --git a/src/lamarcmenus/growthmenus.cpp b/src/lamarcmenus/growthmenus.cpp
index fb2534e..9e0858c 100644
--- a/src/lamarcmenus/growthmenus.cpp
+++ b/src/lamarcmenus/growthmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: growthmenus.cpp,v 1.16 2010/03/17 17:25:58 bobgian Exp $
+// $Id: growthmenus.cpp,v 1.17 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/growthmenus.h b/src/lamarcmenus/growthmenus.h
index 9986071..300833a 100644
--- a/src/lamarcmenus/growthmenus.h
+++ b/src/lamarcmenus/growthmenus.h
@@ -1,13 +1,25 @@
-// $Id: growthmenus.h,v 1.16 2011/03/07 06:08:50 bobgian Exp $
+// $Id: growthmenus.h,v 1.17 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef GROWTHMENUS_H
 #define GROWTHMENUS_H
 
diff --git a/src/lamarcmenus/lamarc_strings.cpp b/src/lamarcmenus/lamarc_strings.cpp
index 38a5a0b..034e2f1 100644
--- a/src/lamarcmenus/lamarc_strings.cpp
+++ b/src/lamarcmenus/lamarc_strings.cpp
@@ -1,13 +1,24 @@
-// $Id: lamarc_strings.cpp,v 1.47 2012/02/15 18:13:42 jmcgill Exp $
+// $Id: lamarc_strings.cpp,v 1.48 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <string>
 #include "lamarc_strings.h"
diff --git a/src/lamarcmenus/lamarc_strings.h b/src/lamarcmenus/lamarc_strings.h
index c61693e..4af5ad4 100644
--- a/src/lamarcmenus/lamarc_strings.h
+++ b/src/lamarcmenus/lamarc_strings.h
@@ -1,13 +1,24 @@
-// $Id: lamarc_strings.h,v 1.32 2012/02/15 18:13:42 jmcgill Exp $
+// $Id: lamarc_strings.h,v 1.33 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef LAMARC_STRINGS_H
 #define LAMARC_STRINGS_H
diff --git a/src/lamarcmenus/lamarcheaderdialog.cpp b/src/lamarcmenus/lamarcheaderdialog.cpp
index ae31518..a187f1a 100644
--- a/src/lamarcmenus/lamarcheaderdialog.cpp
+++ b/src/lamarcmenus/lamarcheaderdialog.cpp
@@ -1,13 +1,25 @@
-// $Id: lamarcheaderdialog.cpp,v 1.17 2012/06/30 01:32:42 bobgian Exp $
+// $Id: lamarcheaderdialog.cpp,v 1.18 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 
 // Defines various symbols used to control debugging of experimental code blocks.
diff --git a/src/lamarcmenus/lamarcheaderdialog.h b/src/lamarcmenus/lamarcheaderdialog.h
index eac128a..7c1b03f 100644
--- a/src/lamarcmenus/lamarcheaderdialog.h
+++ b/src/lamarcmenus/lamarcheaderdialog.h
@@ -1,13 +1,25 @@
-// $Id: lamarcheaderdialog.h,v 1.7 2011/03/07 06:08:50 bobgian Exp $
+// $Id: lamarcheaderdialog.h,v 1.8 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef LAMARCHEADERDIALOG_H
 #define LAMARCHEADERDIALOG_H
 
diff --git a/src/lamarcmenus/lamarcmenu.cpp b/src/lamarcmenus/lamarcmenu.cpp
index eaba680..c8433c9 100644
--- a/src/lamarcmenus/lamarcmenu.cpp
+++ b/src/lamarcmenus/lamarcmenu.cpp
@@ -1,13 +1,25 @@
-// $Id: lamarcmenu.cpp,v 1.22 2010/03/17 17:25:58 bobgian Exp $
+// $Id: lamarcmenu.cpp,v 1.23 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // the base menu is the NON-Interactive "menu"
 // derived menus handele the different windowing systems
 //  (- Curses)
diff --git a/src/lamarcmenus/lamarcmenu.h b/src/lamarcmenus/lamarcmenu.h
index 604b012..c9636ae 100644
--- a/src/lamarcmenus/lamarcmenu.h
+++ b/src/lamarcmenus/lamarcmenu.h
@@ -1,13 +1,25 @@
-// $Id: lamarcmenu.h,v 1.7 2011/03/07 06:08:50 bobgian Exp $
+// $Id: lamarcmenu.h,v 1.8 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef LAMARCMENU_H_
 #define LAMARCMENU_H_
 
diff --git a/src/lamarcmenus/lamarcmenuitems.cpp b/src/lamarcmenus/lamarcmenuitems.cpp
index 7390f69..363453f 100644
--- a/src/lamarcmenus/lamarcmenuitems.cpp
+++ b/src/lamarcmenus/lamarcmenuitems.cpp
@@ -1,13 +1,25 @@
-// $Id: lamarcmenuitems.cpp,v 1.35 2012/06/30 01:32:42 bobgian Exp $
+// $Id: lamarcmenuitems.cpp,v 1.36 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // the base menu is the NON-Interactive "menu"
 // derived menus handele the different windowing systems
 //  (- Curses)
diff --git a/src/lamarcmenus/lamarcmenuitems.h b/src/lamarcmenus/lamarcmenuitems.h
index 5300f9d..0505926 100644
--- a/src/lamarcmenus/lamarcmenuitems.h
+++ b/src/lamarcmenus/lamarcmenuitems.h
@@ -1,13 +1,25 @@
-// $Id: lamarcmenuitems.h,v 1.24 2012/05/15 06:21:48 ewalkup Exp $
+// $Id: lamarcmenuitems.h,v 1.25 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef LAMARCMENUITEMS_H_
 #define LAMARCMENUITEMS_H_
 
diff --git a/src/lamarcmenus/logselectmenus.cpp b/src/lamarcmenus/logselectmenus.cpp
index fae88bb..a16fb60 100644
--- a/src/lamarcmenus/logselectmenus.cpp
+++ b/src/lamarcmenus/logselectmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: logselectmenus.cpp,v 1.4 2011/03/08 19:22:01 bobgian Exp $
+// $Id: logselectmenus.cpp,v 1.5 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/logselectmenus.h b/src/lamarcmenus/logselectmenus.h
index 819de2b..bc8e731 100644
--- a/src/lamarcmenus/logselectmenus.h
+++ b/src/lamarcmenus/logselectmenus.h
@@ -1,13 +1,25 @@
-// $Id: logselectmenus.h,v 1.4 2011/03/08 19:22:01 bobgian Exp $
+// $Id: logselectmenus.h,v 1.5 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef LOGSELECTMENUS_H
 #define LOGSELECTMENUS_H
 
diff --git a/src/lamarcmenus/migmenus.cpp b/src/lamarcmenus/migmenus.cpp
index e31bc03..f3c699a 100644
--- a/src/lamarcmenus/migmenus.cpp
+++ b/src/lamarcmenus/migmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: migmenus.cpp,v 1.13 2010/03/17 17:25:58 bobgian Exp $
+// $Id: migmenus.cpp,v 1.14 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/migmenus.h b/src/lamarcmenus/migmenus.h
index 6f9355a..a90427d 100644
--- a/src/lamarcmenus/migmenus.h
+++ b/src/lamarcmenus/migmenus.h
@@ -1,13 +1,25 @@
-// $Id: migmenus.h,v 1.13 2011/03/07 06:08:50 bobgian Exp $
+// $Id: migmenus.h,v 1.14 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MIGMENUS_H
 #define MIGMENUS_H
 
diff --git a/src/lamarcmenus/nomenufilereaddialog.cpp b/src/lamarcmenus/nomenufilereaddialog.cpp
index 3d470b5..21fc738 100644
--- a/src/lamarcmenus/nomenufilereaddialog.cpp
+++ b/src/lamarcmenus/nomenufilereaddialog.cpp
@@ -1,13 +1,25 @@
-// $Id: nomenufilereaddialog.cpp,v 1.4 2010/03/17 17:25:58 bobgian Exp $
+// $Id: nomenufilereaddialog.cpp,v 1.5 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 
 #include "defaults.h"
diff --git a/src/lamarcmenus/nomenufilereaddialog.h b/src/lamarcmenus/nomenufilereaddialog.h
index c83089d..c4e7e42 100644
--- a/src/lamarcmenus/nomenufilereaddialog.h
+++ b/src/lamarcmenus/nomenufilereaddialog.h
@@ -1,13 +1,25 @@
-// $Id: nomenufilereaddialog.h,v 1.5 2012/06/30 01:32:42 bobgian Exp $
+// $Id: nomenufilereaddialog.h,v 1.6 2018/01/03 21:33:00 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef NOMENUDIALOG_H
 #define NOMENUDIALOG_H
 
diff --git a/src/lamarcmenus/outfilemenus.cpp b/src/lamarcmenus/outfilemenus.cpp
index 33a42b0..a98423b 100644
--- a/src/lamarcmenus/outfilemenus.cpp
+++ b/src/lamarcmenus/outfilemenus.cpp
@@ -1,13 +1,25 @@
-// $Id: outfilemenus.cpp,v 1.21 2010/03/17 17:25:59 bobgian Exp $
+// $Id: outfilemenus.cpp,v 1.22 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "lamarc_strings.h"
 #include "newmenuitems.h"
diff --git a/src/lamarcmenus/outfilemenus.h b/src/lamarcmenus/outfilemenus.h
index 76ea242..af96675 100644
--- a/src/lamarcmenus/outfilemenus.h
+++ b/src/lamarcmenus/outfilemenus.h
@@ -1,13 +1,25 @@
-// $Id: outfilemenus.h,v 1.15 2011/03/07 06:08:50 bobgian Exp $
+// $Id: outfilemenus.h,v 1.16 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef OUTFILEMENUS_H
 #define OUTFILEMENUS_H
 
diff --git a/src/lamarcmenus/overviewmenus.cpp b/src/lamarcmenus/overviewmenus.cpp
index e3331b4..b5fe240 100644
--- a/src/lamarcmenus/overviewmenus.cpp
+++ b/src/lamarcmenus/overviewmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: overviewmenus.cpp,v 1.33 2011/08/19 23:30:31 ewalkup Exp $
+// $Id: overviewmenus.cpp,v 1.35 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 #include <iostream>
@@ -29,22 +41,22 @@ using std::string;
 
 //------------------------------------------------------------------------------------
 
-string ChainTable::Title(UIInterface & ui)
+string ChainTable::Title(UIInterface &)
 {
     return "Chain parameters:";
 }
 
-long ChainTable::ColCount(UIInterface & ui)
+long ChainTable::ColCount(UIInterface &)
 {
     return 3;
 }
 
-long ChainTable::RowCount(UIInterface & ui)
+long ChainTable::RowCount(UIInterface &)
 {
     return 4;
 }
 
-string ChainTable::ColLabel(UIInterface & ui, long index)
+string ChainTable::ColLabel(UIInterface &, long index)
 {
     if (index == 0) return menustr::emptyString;
     if (index == 1) return menustr::initial;
@@ -53,7 +65,7 @@ string ChainTable::ColLabel(UIInterface & ui, long index)
     return menustr::emptyString;
 }
 
-string ChainTable::RowLabel(UIInterface & ui, long index)
+string ChainTable::RowLabel(UIInterface &, long index)
 {
     if(index == 0) return menustr::chains;
     if(index == 1) return menustr::discard;
@@ -63,7 +75,7 @@ string ChainTable::RowLabel(UIInterface & ui, long index)
     return menustr::emptyString;
 }
 
-string ChainTable::Cell(UIInterface & ui, long rowIndex, long colIndex)
+string ChainTable::Cell(UIInterface &, long rowIndex, long colIndex)
 {
     if (colIndex == 0) return menustr::emptyString;
     if (colIndex == 1)
@@ -127,22 +139,22 @@ const string ForceEventTable::forceMaxEvents(long i)
     return forceMaxEventCount[i];
 }
 
-string ForceEventTable::Title(UIInterface & ui)
+string ForceEventTable::Title(UIInterface &)
 {
     return "Enabled Forces:";
 }
 
-long ForceEventTable::ColCount(UIInterface & ui)
+long ForceEventTable::ColCount(UIInterface &)
 {
     return 1;
 }
 
-long ForceEventTable::RowCount(UIInterface & ui)
+long ForceEventTable::RowCount(UIInterface &)
 {
     return (ui.GetCurrentVars().forces.GetActiveForces().size());
 }
 
-string ForceEventTable::ColLabel(UIInterface & ui, long index)
+string ForceEventTable::ColLabel(UIInterface &, long index)
 {
     if(index == 0) return uistr::maxEvents;
     assert(false); //Uncaught index.
@@ -189,17 +201,17 @@ ForceEventTable::~ForceEventTable()
 //------------------------------------------------------------------------------------
 // assuming only one disease present
 
-string StartParamTable::Title(UIInterface & ui)
+string StartParamTable::Title(UIInterface &)
 {
     return "Start parameters";
 }
 
-string StartParamTable::RowHeader(UIInterface & ui)
+string StartParamTable::RowHeader(UIInterface &)
 {
     return "Population";
 }
 
-long StartParamTable::ColCount(UIInterface & ui)
+long StartParamTable::ColCount(UIInterface &)
 {
     return 6;
 }
@@ -302,22 +314,22 @@ StartParamTable::~StartParamTable()
 
 //------------------------------------------------------------------------------------
 
-long TemperatureTable::ColCount(UIInterface & ui)
+long TemperatureTable::ColCount(UIInterface &)
 {
     return 1;
 }
 
-long TemperatureTable::RowCount(UIInterface & ui)
+long TemperatureTable::RowCount(UIInterface &)
 {
     return 4;
 }
 
-string TemperatureTable::Title(UIInterface & ui)
+string TemperatureTable::Title(UIInterface &)
 {
     return "Parallel Markov Chain info:";
 }
 
-string TemperatureTable::ColLabel(UIInterface & ui, long index)
+string TemperatureTable::ColLabel(UIInterface &, long)
 {
     return menustr::emptyString;
 }
@@ -529,7 +541,7 @@ DataOverviewMenuItemGroup::GetText(UIId id)
 }
 
 string
-DataOverviewMenuItemGroup::GetVariableText(UIId id)
+DataOverviewMenuItemGroup::GetVariableText(UIId)
 {
     //return ToString(ui.doGetModelType(uistr::dataModel,id));
     return menustr::emptyString;
@@ -722,7 +734,7 @@ BayesianPriorsOverviewMenuItemGroup::GetVariableText(UIId id)
     return ui.GetCurrentVars().forces.GetPriorTypeSummaryDescription(id.GetForceType(),id.GetIndex1(), false);
 }
 
-MenuInteraction_ptr BayesianPriorsOverviewMenuItemGroup::MakeOneHandler(UIId id)
+MenuInteraction_ptr BayesianPriorsOverviewMenuItemGroup::MakeOneHandler(UIId)
 {
     return MenuInteraction_ptr(new DoNothingHandler());
 }
@@ -774,7 +786,7 @@ TraitMappingOverviewMenuItemGroup::GetVariableText(UIId id)
     return ToString(ui.GetCurrentVars().traitmodels.GetAnalysisType(regId));
 }
 
-MenuInteraction_ptr TraitMappingOverviewMenuItemGroup::MakeOneHandler(UIId id)
+MenuInteraction_ptr TraitMappingOverviewMenuItemGroup::MakeOneHandler(UIId)
 {
     return MenuInteraction_ptr(new DoNothingHandler());
 }
diff --git a/src/lamarcmenus/overviewmenus.h b/src/lamarcmenus/overviewmenus.h
index 75d3e2f..d341a53 100644
--- a/src/lamarcmenus/overviewmenus.h
+++ b/src/lamarcmenus/overviewmenus.h
@@ -1,13 +1,25 @@
-// $Id: overviewmenus.h,v 1.16 2011/03/07 06:08:50 bobgian Exp $
+// $Id: overviewmenus.h,v 1.17 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef OVERVIEWMENUS_H
 #define OVERVIEWMENUS_H
 
diff --git a/src/lamarcmenus/popsizemenu.cpp b/src/lamarcmenus/popsizemenu.cpp
index 1d87671..7d73df1 100644
--- a/src/lamarcmenus/popsizemenu.cpp
+++ b/src/lamarcmenus/popsizemenu.cpp
@@ -1,13 +1,25 @@
-// $Id: popsizemenu.cpp,v 1.5 2010/03/17 17:25:59 bobgian Exp $
+// $Id: popsizemenu.cpp,v 1.6 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "lamarc_strings.h"
 #include "popsizemenu.h"
diff --git a/src/lamarcmenus/popsizemenu.h b/src/lamarcmenus/popsizemenu.h
index 198aec1..80c3195 100644
--- a/src/lamarcmenus/popsizemenu.h
+++ b/src/lamarcmenus/popsizemenu.h
@@ -1,13 +1,25 @@
-// $Id: popsizemenu.h,v 1.4 2011/03/07 06:08:50 bobgian Exp $
+// $Id: popsizemenu.h,v 1.5 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef POPSIZEMENU_H
 #define POPSIZEMENU_H
 
diff --git a/src/lamarcmenus/priormenus.cpp b/src/lamarcmenus/priormenus.cpp
index febaa5b..4bd1d26 100644
--- a/src/lamarcmenus/priormenus.cpp
+++ b/src/lamarcmenus/priormenus.cpp
@@ -1,13 +1,25 @@
-// $Id: priormenus.cpp,v 1.13 2013/06/03 17:23:13 jyamato Exp $
+// $Id: priormenus.cpp,v 1.14 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 
diff --git a/src/lamarcmenus/priormenus.h b/src/lamarcmenus/priormenus.h
index 967470c..ba3ffc2 100644
--- a/src/lamarcmenus/priormenus.h
+++ b/src/lamarcmenus/priormenus.h
@@ -1,13 +1,25 @@
-// $Id: priormenus.h,v 1.3 2011/03/07 06:08:50 bobgian Exp $
+// $Id: priormenus.h,v 1.4 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PRIORMENUS_H
 #define PRIORMENUS_H
 
diff --git a/src/lamarcmenus/profilemenus.cpp b/src/lamarcmenus/profilemenus.cpp
index 9c461ed..5fe68c3 100644
--- a/src/lamarcmenus/profilemenus.cpp
+++ b/src/lamarcmenus/profilemenus.cpp
@@ -1,13 +1,25 @@
-// $Id: profilemenus.cpp,v 1.15 2013/10/25 17:00:53 mkkuhner Exp $
+// $Id: profilemenus.cpp,v 1.16 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include <string>
diff --git a/src/lamarcmenus/profilemenus.h b/src/lamarcmenus/profilemenus.h
index d083e67..556500a 100644
--- a/src/lamarcmenus/profilemenus.h
+++ b/src/lamarcmenus/profilemenus.h
@@ -1,13 +1,25 @@
-// $Id: profilemenus.h,v 1.4 2011/03/07 06:08:50 bobgian Exp $
+// $Id: profilemenus.h,v 1.5 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PROFILEMENUS_H
 #define PROFILEMENUS_H
 
diff --git a/src/lamarcmenus/recmenus.cpp b/src/lamarcmenus/recmenus.cpp
index 610db5d..437dafa 100644
--- a/src/lamarcmenus/recmenus.cpp
+++ b/src/lamarcmenus/recmenus.cpp
@@ -1,13 +1,25 @@
-// $Id: recmenus.cpp,v 1.11 2010/03/17 17:25:59 bobgian Exp $
+// $Id: recmenus.cpp,v 1.12 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/recmenus.h b/src/lamarcmenus/recmenus.h
index 1a9ff6d..fa95bfe 100644
--- a/src/lamarcmenus/recmenus.h
+++ b/src/lamarcmenus/recmenus.h
@@ -1,13 +1,25 @@
-// $Id: recmenus.h,v 1.12 2011/03/07 06:08:50 bobgian Exp $
+// $Id: recmenus.h,v 1.13 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef RECMENUS_H
 #define RECMENUS_H
 
diff --git a/src/lamarcmenus/regiongammamenus.cpp b/src/lamarcmenus/regiongammamenus.cpp
index cff467d..0580212 100644
--- a/src/lamarcmenus/regiongammamenus.cpp
+++ b/src/lamarcmenus/regiongammamenus.cpp
@@ -1,13 +1,25 @@
-// $Id: regiongammamenus.cpp,v 1.3 2010/03/17 17:25:59 bobgian Exp $
+// $Id: regiongammamenus.cpp,v 1.4 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "constraintmenus.h"
diff --git a/src/lamarcmenus/regiongammamenus.h b/src/lamarcmenus/regiongammamenus.h
index bf2e4eb..2ea4c38 100644
--- a/src/lamarcmenus/regiongammamenus.h
+++ b/src/lamarcmenus/regiongammamenus.h
@@ -1,13 +1,25 @@
-// $Id: regiongammamenus.h,v 1.4 2011/03/08 19:22:01 bobgian Exp $
+// $Id: regiongammamenus.h,v 1.5 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef REGIONGAMMAMENUS_H
 #define REGIONGAMMAMENUS_H
 
diff --git a/src/lamarcmenus/traitmodelmenu.cpp b/src/lamarcmenus/traitmodelmenu.cpp
index ed2b182..36b1473 100644
--- a/src/lamarcmenus/traitmodelmenu.cpp
+++ b/src/lamarcmenus/traitmodelmenu.cpp
@@ -1,13 +1,25 @@
-// $Id: traitmodelmenu.cpp,v 1.11 2012/06/30 01:32:42 bobgian Exp $
+// $Id: traitmodelmenu.cpp,v 1.12 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "lamarc_strings.h"
diff --git a/src/lamarcmenus/traitmodelmenu.h b/src/lamarcmenus/traitmodelmenu.h
index 9592b45..2dfe9c6 100644
--- a/src/lamarcmenus/traitmodelmenu.h
+++ b/src/lamarcmenus/traitmodelmenu.h
@@ -1,13 +1,25 @@
-// $Id: traitmodelmenu.h,v 1.5 2011/03/07 06:08:50 bobgian Exp $
+// $Id: traitmodelmenu.h,v 1.6 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TRAITMODELMENU_H
 #define TRAITMODELMENU_H
 
diff --git a/src/lamarcmenus/treesummenus.cpp b/src/lamarcmenus/treesummenus.cpp
index fe6ef5c..4c83a70 100644
--- a/src/lamarcmenus/treesummenus.cpp
+++ b/src/lamarcmenus/treesummenus.cpp
@@ -1,13 +1,25 @@
-// $Id: treesummenus.cpp,v 1.13 2010/03/17 17:25:59 bobgian Exp $
+// $Id: treesummenus.cpp,v 1.14 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <fstream>
 #include <string>
 #include "menu_strings.h"
diff --git a/src/lamarcmenus/treesummenus.h b/src/lamarcmenus/treesummenus.h
index fe24628..a8c5939 100644
--- a/src/lamarcmenus/treesummenus.h
+++ b/src/lamarcmenus/treesummenus.h
@@ -1,13 +1,25 @@
-// $Id: treesummenus.h,v 1.13 2011/03/07 06:08:50 bobgian Exp $
+// $Id: treesummenus.h,v 1.14 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TREESUMMENUS_H
 #define TREESUMMENUS_H
 
diff --git a/src/menu/dialog.cpp b/src/menu/dialog.cpp
index d45b28f..aa8352e 100644
--- a/src/menu/dialog.cpp
+++ b/src/menu/dialog.cpp
@@ -1,13 +1,25 @@
-// $Id: dialog.cpp,v 1.23 2010/03/17 17:25:59 bobgian Exp $
+// $Id: dialog.cpp,v 1.24 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "menuinteraction.h"
 #include "dialog.h"
 
diff --git a/src/menu/dialog.h b/src/menu/dialog.h
index b6716c0..e908059 100644
--- a/src/menu/dialog.h
+++ b/src/menu/dialog.h
@@ -1,13 +1,25 @@
-// $Id: dialog.h,v 1.17 2011/03/07 06:08:50 bobgian Exp $
+// $Id: dialog.h,v 1.18 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DIALOG_H
 #define DIALOG_H
 
diff --git a/src/menu/dialognoinput.cpp b/src/menu/dialognoinput.cpp
index 80f3567..bdc56c6 100644
--- a/src/menu/dialognoinput.cpp
+++ b/src/menu/dialognoinput.cpp
@@ -1,13 +1,25 @@
-// $Id: dialognoinput.cpp,v 1.14 2012/06/30 01:32:42 bobgian Exp $
+// $Id: dialognoinput.cpp,v 1.15 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 
 #include "dialog.h"
diff --git a/src/menu/dialognoinput.h b/src/menu/dialognoinput.h
index 91a4ba7..93124b0 100644
--- a/src/menu/dialognoinput.h
+++ b/src/menu/dialognoinput.h
@@ -1,13 +1,25 @@
-// $Id: dialognoinput.h,v 1.13 2012/06/30 01:32:42 bobgian Exp $
+// $Id: dialognoinput.h,v 1.14 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DIALOGNOINPUT_H
 #define DIALOGNOINPUT_H
 
diff --git a/src/menu/dialogrepeat.cpp b/src/menu/dialogrepeat.cpp
index 2501921..4081bc3 100644
--- a/src/menu/dialogrepeat.cpp
+++ b/src/menu/dialogrepeat.cpp
@@ -1,13 +1,25 @@
-// $Id: dialogrepeat.cpp,v 1.12 2012/06/30 01:32:42 bobgian Exp $
+// $Id: dialogrepeat.cpp,v 1.13 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 
 #include "dialog.h"
diff --git a/src/menu/dialogrepeat.h b/src/menu/dialogrepeat.h
index e7b6bdb..936ebae 100644
--- a/src/menu/dialogrepeat.h
+++ b/src/menu/dialogrepeat.h
@@ -1,13 +1,25 @@
-// $Id: dialogrepeat.h,v 1.11 2012/06/30 01:32:42 bobgian Exp $
+// $Id: dialogrepeat.h,v 1.12 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DIALOGREPEAT_H
 #define DIALOGREPEAT_H
 
diff --git a/src/menu/display.cpp b/src/menu/display.cpp
index e26a279..41bd351 100644
--- a/src/menu/display.cpp
+++ b/src/menu/display.cpp
@@ -1,13 +1,25 @@
-// $Id: display.cpp,v 1.40 2012/06/30 01:32:42 bobgian Exp $
+// $Id: display.cpp,v 1.42 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // base class for all displays
 // + derived classes (these may need to split away from this file
 //
@@ -418,29 +430,29 @@ void ScrollingDisplay::DisplayDialogOutput(string output)
 NoDisplay::NoDisplay() {};
 NoDisplay::~NoDisplay() {};
 
-menu_return_type NoDisplay::DisplayNewMenu(NewMenu & menu)
+menu_return_type NoDisplay::DisplayNewMenu(NewMenu &)
 {
     return menu_REDISPLAY;
 }
 
-menu_return_type NoDisplay::DisplayRaw(StringVec1d strings)
+menu_return_type NoDisplay::DisplayRaw(StringVec1d)
 {
     return menu_REDISPLAY;
 }
 
-void NoDisplay::ShowMenuDisplayGroup(MenuDisplayGroup & m)
+void NoDisplay::ShowMenuDisplayGroup(MenuDisplayGroup &)
 {
 }
 
-void NoDisplay::ShowMenuDisplay2dGroup(ToggleMenuItem2dGroup & m)
+void NoDisplay::ShowMenuDisplay2dGroup(ToggleMenuItem2dGroup &)
 {
 }
 
-void NoDisplay::ShowMenuDisplayLine(MenuDisplayLine & m)
+void NoDisplay::ShowMenuDisplayLine(MenuDisplayLine &)
 {
 }
 
-void NoDisplay::ShowMenuDisplayTable(MenuDisplayTable & t)
+void NoDisplay::ShowMenuDisplayTable(MenuDisplayTable &)
 {
 }
 
@@ -449,7 +461,7 @@ string NoDisplay::GetUserInput()
     throw impossible_error("Should never get input without display");
 }
 
-void NoDisplay::DisplayDialogOutput(string output)
+void NoDisplay::DisplayDialogOutput(string)
 {
 }
 
diff --git a/src/menu/display.h b/src/menu/display.h
index d6c0337..8960209 100644
--- a/src/menu/display.h
+++ b/src/menu/display.h
@@ -1,13 +1,25 @@
-// $Id: display.h,v 1.23 2012/02/29 00:29:58 ewalkup Exp $
+// $Id: display.h,v 1.24 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef DISPLAY_H
 #define DISPLAY_H
 
diff --git a/src/menu/matrixitem.cpp b/src/menu/matrixitem.cpp
index 170f9a1..d2c7f89 100644
--- a/src/menu/matrixitem.cpp
+++ b/src/menu/matrixitem.cpp
@@ -1,13 +1,25 @@
-// $Id: matrixitem.cpp,v 1.13 2012/06/30 01:32:42 bobgian Exp $
+// $Id: matrixitem.cpp,v 1.14 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "matrixitem.h"
 #include "menuinteraction.h"
diff --git a/src/menu/matrixitem.h b/src/menu/matrixitem.h
index 83d60d4..a0da487 100644
--- a/src/menu/matrixitem.h
+++ b/src/menu/matrixitem.h
@@ -1,13 +1,25 @@
-// $Id: matrixitem.h,v 1.11 2011/03/07 06:08:50 bobgian Exp $
+// $Id: matrixitem.h,v 1.12 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MATRIXITEM_H
 #define MATRIXITEM_H
 
diff --git a/src/menu/menu_strings.cpp b/src/menu/menu_strings.cpp
index b4ebc85..da9c223 100644
--- a/src/menu/menu_strings.cpp
+++ b/src/menu/menu_strings.cpp
@@ -1,13 +1,24 @@
-// $Id: menu_strings.cpp,v 1.14 2010/03/02 23:12:29 bobgian Exp $
+// $Id: menu_strings.cpp,v 1.15 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <string>
 #include "menu_strings.h"
diff --git a/src/menu/menu_strings.h b/src/menu/menu_strings.h
index 91089a8..c4907d0 100644
--- a/src/menu/menu_strings.h
+++ b/src/menu/menu_strings.h
@@ -1,13 +1,24 @@
-// $Id: menu_strings.h,v 1.16 2011/03/07 06:08:51 bobgian Exp $
+// $Id: menu_strings.h,v 1.17 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef MENU_STRINGS_H
 #define MENU_STRINGS_H
diff --git a/src/menu/menudefs.h b/src/menu/menudefs.h
index b2b5b2d..e26d2b8 100644
--- a/src/menu/menudefs.h
+++ b/src/menu/menudefs.h
@@ -1,13 +1,25 @@
-// $Id: menudefs.h,v 1.12 2010/03/17 17:25:59 bobgian Exp $
+// $Id: menudefs.h,v 1.13 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MENUDEFS_H
 #define MENUDEFS_H
 
diff --git a/src/menu/menuerror.h b/src/menu/menuerror.h
index dc3147c..27ab44a 100644
--- a/src/menu/menuerror.h
+++ b/src/menu/menuerror.h
@@ -1,13 +1,25 @@
-// $Id: menuerror.h,v 1.7 2011/03/07 06:08:51 bobgian Exp $
+// $Id: menuerror.h,v 1.8 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MENUERROR_H
 #define MENUERROR_H
 
diff --git a/src/menu/menuinteraction.cpp b/src/menu/menuinteraction.cpp
index 0c1d374..a313589 100644
--- a/src/menu/menuinteraction.cpp
+++ b/src/menu/menuinteraction.cpp
@@ -1,13 +1,25 @@
-// $Id: menuinteraction.cpp,v 1.8 2010/03/17 17:25:59 bobgian Exp $
+// $Id: menuinteraction.cpp,v 1.9 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "menuinteraction.h"
 #include "ui_constants.h"
 
diff --git a/src/menu/menuinteraction.h b/src/menu/menuinteraction.h
index d8c0688..1e36807 100644
--- a/src/menu/menuinteraction.h
+++ b/src/menu/menuinteraction.h
@@ -1,13 +1,25 @@
-// $Id: menuinteraction.h,v 1.9 2011/03/07 06:08:51 bobgian Exp $
+// $Id: menuinteraction.h,v 1.10 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MENUINTERACTION_H
 #define MENUINTERACTION_H
 
diff --git a/src/menu/menuitem.cpp b/src/menu/menuitem.cpp
index 7cd4e88..6da7fb3 100644
--- a/src/menu/menuitem.cpp
+++ b/src/menu/menuitem.cpp
@@ -1,13 +1,25 @@
-// $Id: menuitem.cpp,v 1.25 2012/06/30 01:32:42 bobgian Exp $
+// $Id: menuitem.cpp,v 1.27 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // menuitem.cpp
 // functions to control the menuitem (a single line in a menu)
 //
@@ -34,7 +46,7 @@ MenuDisplayQuantaVec::NukeContents()
 }
 
 MenuInteraction_ptr
-MenuDisplayQuantaWithHandler::GetHandler(string key)
+MenuDisplayQuantaWithHandler::GetHandler(string)
 {
     return MenuInteraction_ptr(NULL);
 }
@@ -99,7 +111,7 @@ DisplayOnlyGroupWrapper::GetInconsistentIds()
 }
 
 string
-DisplayOnlyGroupWrapper::GetKey(UIId id)
+DisplayOnlyGroupWrapper::GetKey(UIId)
 {
     return menustr::emptyString;
 }
diff --git a/src/menu/menuitem.h b/src/menu/menuitem.h
index 991584e..457c617 100644
--- a/src/menu/menuitem.h
+++ b/src/menu/menuitem.h
@@ -1,13 +1,25 @@
-// $Id: menuitem.h,v 1.27 2012/02/29 00:29:58 ewalkup Exp $
+// $Id: menuitem.h,v 1.29 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Menuitem.h
 // is line in the menu and consists of a (key, text, handlerobject)
 //
@@ -112,8 +124,8 @@ class MenuDisplayGroup : public MenuDisplayQuantaWithHandler
 
     // stuff for multi-line items
     virtual bool HasMultiLineItems() {return false;};
-    virtual std::vector<std::string> GetExtraText(UIId id) {return std::vector<std::string>();};
-    virtual std::vector<std::string> GetExtraVariableText(UIId id) {return std::vector<std::string>();};
+    virtual std::vector<std::string> GetExtraText(UIId) {return std::vector<std::string>();};
+    virtual std::vector<std::string> GetExtraVariableText(UIId) {return std::vector<std::string>();};
 };
 
 // a several-line unit for display in a menu, not having any associated
@@ -144,7 +156,7 @@ class DisplayOnlyGroupWrapper : public MenuDisplayGroup
     virtual std::string GetText(UIId id);
     virtual std::string GetVariableText(UIId id);
     // void DisplayItemOn(Display & display);
-    virtual bool Handles(std::string inputKey) { return false;};
+    virtual bool Handles(std::string) { return false;};
 };
 
 class KeyedMenuItem : public MenuDisplayLine
diff --git a/src/menu/menutypedefs.h b/src/menu/menutypedefs.h
index 0e99249..57377bd 100644
--- a/src/menu/menutypedefs.h
+++ b/src/menu/menutypedefs.h
@@ -1,13 +1,25 @@
-// $Id: menutypedefs.h,v 1.4 2011/03/08 19:22:01 bobgian Exp $
+// $Id: menutypedefs.h,v 1.5 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef MENUTYPEDEFS_H
 #define MENUTYPEDEFS_H
 
diff --git a/src/menu/newmenu.cpp b/src/menu/newmenu.cpp
index 2825f4d..956d61b 100644
--- a/src/menu/newmenu.cpp
+++ b/src/menu/newmenu.cpp
@@ -1,13 +1,25 @@
-// $Id: newmenu.cpp,v 1.30 2011/03/07 06:08:51 bobgian Exp $
+// $Id: newmenu.cpp,v 1.31 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 #include <vector>
diff --git a/src/menu/newmenu.h b/src/menu/newmenu.h
index 2ae9528..1f63b55 100644
--- a/src/menu/newmenu.h
+++ b/src/menu/newmenu.h
@@ -1,13 +1,25 @@
-// $Id: newmenu.h,v 1.23 2012/06/30 01:32:42 bobgian Exp $
+// $Id: newmenu.h,v 1.24 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef NEWMENU_H
 #define NEWMENU_H
 
diff --git a/src/menu/newmenuitems.cpp b/src/menu/newmenuitems.cpp
index c1dc023..7ac1085 100644
--- a/src/menu/newmenuitems.cpp
+++ b/src/menu/newmenuitems.cpp
@@ -1,13 +1,25 @@
-// $Id: newmenuitems.cpp,v 1.36 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: newmenuitems.cpp,v 1.38 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // menuitem.cpp
 // functions to control the menuitem (a single line in a menu)
 //
@@ -40,7 +52,7 @@ std::string SameLevelMenuItem::GetVariableText()
     return menustr::emptyString;
 }
 
-menu_return_type DoNothingHandler::InvokeMe(Display& display)
+menu_return_type DoNothingHandler::InvokeMe(Display&)
 {
     return menu_REDISPLAY;
 }
@@ -54,7 +66,7 @@ FileDumpMenuItem::~FileDumpMenuItem()
 {
 }
 
-MenuInteraction_ptr FileDumpMenuItem::GetHandler(string inputKey)
+MenuInteraction_ptr FileDumpMenuItem::GetHandler(string)
 {
     return MenuInteraction_ptr(new FileDumpHandler(ui));
 }
@@ -159,12 +171,12 @@ bool UndoMenuItem::IsVisible()
     return undoable;
 }
 
-MenuInteraction_ptr UndoMenuItem::GetHandler(string inputKey)
+MenuInteraction_ptr UndoMenuItem::GetHandler(string)
 {
     return MenuInteraction_ptr(new UndoHandler(ui));
 }
 
-menu_return_type UndoHandler::InvokeMe(Display& display)
+menu_return_type UndoHandler::InvokeMe(Display&)
 {
     ui.Undo();
     return menu_REDISPLAY;
@@ -190,12 +202,12 @@ bool RedoMenuItem::IsVisible()
     return redoable;
 }
 
-MenuInteraction_ptr RedoMenuItem::GetHandler(string inputKey)
+MenuInteraction_ptr RedoMenuItem::GetHandler(string)
 {
     return MenuInteraction_ptr(new RedoHandler(ui));
 }
 
-menu_return_type RedoHandler::InvokeMe(Display& display)
+menu_return_type RedoHandler::InvokeMe(Display&)
 {
     ui.Redo();
     return menu_REDISPLAY;
@@ -281,7 +293,7 @@ string SubMenuItem::GetVariableText()
     return menustr::emptyString;
 }
 
-MenuInteraction_ptr SubMenuItem::GetHandler(std::string inputKey)
+MenuInteraction_ptr SubMenuItem::GetHandler(std::string)
 {
     // EWFIX.P5 REFACTOR there was a memory leak here, which was fixed
     // by having Create() return a shared pointer, but surely
diff --git a/src/menu/newmenuitems.h b/src/menu/newmenuitems.h
index 7cef045..808725b 100644
--- a/src/menu/newmenuitems.h
+++ b/src/menu/newmenuitems.h
@@ -1,13 +1,25 @@
-// $Id: newmenuitems.h,v 1.32 2012/06/30 01:32:42 bobgian Exp $
+// $Id: newmenuitems.h,v 1.34 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef NEWMENUITEM_H
 #define NEWMENUITEM_H
 
@@ -196,7 +208,7 @@ class QuitHandler : public MenuInteraction
   public:
     QuitHandler() {};
     virtual ~QuitHandler() {};
-    virtual menu_return_type InvokeMe(Display & display)
+    virtual menu_return_type InvokeMe(Display &)
     { return menu_QUIT;};
 };
 
@@ -205,7 +217,7 @@ class GoUpHandler : public MenuInteraction
   public:
     GoUpHandler() {};
     virtual ~GoUpHandler() {};
-    virtual menu_return_type InvokeMe(Display & display)
+    virtual menu_return_type InvokeMe(Display &)
     { return menu_GO_UP;};
 };
 
diff --git a/src/menu/setmenuitem.cpp b/src/menu/setmenuitem.cpp
index 8db06e7..90d9498 100644
--- a/src/menu/setmenuitem.cpp
+++ b/src/menu/setmenuitem.cpp
@@ -1,13 +1,25 @@
-// $Id: setmenuitem.cpp,v 1.27 2011/03/07 06:08:51 bobgian Exp $
+// $Id: setmenuitem.cpp,v 1.28 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <string>
 
diff --git a/src/menu/setmenuitem.h b/src/menu/setmenuitem.h
index 31ea702..aec57b6 100644
--- a/src/menu/setmenuitem.h
+++ b/src/menu/setmenuitem.h
@@ -1,13 +1,25 @@
-// $Id: setmenuitem.h,v 1.30 2011/03/07 06:08:51 bobgian Exp $
+// $Id: setmenuitem.h,v 1.32 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Menuitem.h
 // is line in the menu and consists of a (key, text, handlerobject)
 //
@@ -146,7 +158,7 @@ class NewToggleHandler : public MenuInteraction
     NewToggleHandler(UIInterface & myui, std::string myMenuKey, UIId myId)
         : ui(myui),menuKey(myMenuKey),id(myId) {};
     ~NewToggleHandler() {};
-    virtual menu_return_type InvokeMe(Display & display)
+    virtual menu_return_type InvokeMe(Display &)
     { ui.doToggle(menuKey,id); return menu_REDISPLAY;};
 };
 
@@ -158,7 +170,7 @@ class ToggleMenuItemNoId : public SetMenuItemNoId
     ToggleMenuItemNoId(std::string myKey, UIInterface & myui, std::string myMenuKey )
         : SetMenuItemNoId(myKey,myui,myMenuKey) {};
     ~ToggleMenuItemNoId() {};
-    virtual MenuInteraction_ptr GetHandler(std::string input)
+    virtual MenuInteraction_ptr GetHandler(std::string)
     { return MenuInteraction_ptr(new NewToggleHandler(ui,menuKey,GetId()));};
 };
 
@@ -168,7 +180,7 @@ class ToggleMenuItemId : public SetMenuItemId
     ToggleMenuItemId(std::string myKey, UIInterface & myui, std::string myMenuKey, UIId myId)
         : SetMenuItemId(myKey,myui,myMenuKey,myId) {};
     ~ToggleMenuItemId() {};
-    virtual MenuInteraction_ptr GetHandler(std::string input)
+    virtual MenuInteraction_ptr GetHandler(std::string)
     { return MenuInteraction_ptr(new NewToggleHandler(ui,menuKey,GetId()));};
 };
 
diff --git a/src/menu/togglemenuitem.cpp b/src/menu/togglemenuitem.cpp
index 3465796..10e3ca6 100644
--- a/src/menu/togglemenuitem.cpp
+++ b/src/menu/togglemenuitem.cpp
@@ -1,13 +1,25 @@
-// $Id: togglemenuitem.cpp,v 1.13 2010/03/17 17:25:59 bobgian Exp $
+// $Id: togglemenuitem.cpp,v 1.14 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include "constants.h"
 #include "togglemenuitem.h"
diff --git a/src/menu/togglemenuitem.h b/src/menu/togglemenuitem.h
index 6318374..5f75d42 100644
--- a/src/menu/togglemenuitem.h
+++ b/src/menu/togglemenuitem.h
@@ -1,13 +1,25 @@
-// $Id: togglemenuitem.h,v 1.16 2010/03/02 23:12:29 bobgian Exp $
+// $Id: togglemenuitem.h,v 1.17 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TOGGLEMENUITEM_H
 #define TOGGLEMENUITEM_H
 
diff --git a/src/menu/twodtable.cpp b/src/menu/twodtable.cpp
index 68d5de1..d53777b 100644
--- a/src/menu/twodtable.cpp
+++ b/src/menu/twodtable.cpp
@@ -1,13 +1,25 @@
-// $Id: twodtable.cpp,v 1.7 2011/03/07 06:08:51 bobgian Exp $
+// $Id: twodtable.cpp,v 1.9 2018/01/03 21:33:01 mkkuhner Exp $
 
 /*
-  Copyright 2003  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <string>
 #include <vector>
 #include "display.h"
@@ -35,7 +47,7 @@ bool TwoDTable::IsVisible()
     return true;
 }
 
-string TwoDTable::RowHeader(UIInterface & ui)
+string TwoDTable::RowHeader(UIInterface &)
 {
     return menustr::emptyString;
 }
diff --git a/src/menu/twodtable.h b/src/menu/twodtable.h
index 269613c..c4f2290 100644
--- a/src/menu/twodtable.h
+++ b/src/menu/twodtable.h
@@ -1,13 +1,25 @@
-// $Id: twodtable.h,v 1.6 2011/03/07 06:08:51 bobgian Exp $
+// $Id: twodtable.h,v 1.7 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TWODTABLE_H
 #define TWODTABLE_H
 
diff --git a/src/postlike/analyzer.cpp b/src/postlike/analyzer.cpp
index e75dc09..5304042 100644
--- a/src/postlike/analyzer.cpp
+++ b/src/postlike/analyzer.cpp
@@ -1,13 +1,25 @@
-// $Id: analyzer.cpp,v 1.33 2012/06/30 01:32:42 bobgian Exp $
+// $Id: analyzer.cpp,v 1.34 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // analyzer.cpp
 //
 // the analyzer generates
diff --git a/src/postlike/analyzer.h b/src/postlike/analyzer.h
index d6c6bc5..b22a78e 100644
--- a/src/postlike/analyzer.h
+++ b/src/postlike/analyzer.h
@@ -1,13 +1,25 @@
-// $Id: analyzer.h,v 1.33 2012/06/30 01:32:42 bobgian Exp $
+// $Id: analyzer.h,v 1.34 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // analyzer.h
 //
 // the analyzer generates
diff --git a/src/postlike/derivatives.cpp b/src/postlike/derivatives.cpp
index ba1bb7f..1405995 100644
--- a/src/postlike/derivatives.cpp
+++ b/src/postlike/derivatives.cpp
@@ -1,13 +1,25 @@
-// $Id: derivatives.cpp,v 1.55 2012/06/30 01:32:42 bobgian Exp $
+// $Id: derivatives.cpp,v 1.56 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // derivatives of parameter likelihood
 // call sequence is in maximizer.cpp
 
diff --git a/src/postlike/likelihood.cpp b/src/postlike/likelihood.cpp
index b5f7082..3458169 100644
--- a/src/postlike/likelihood.cpp
+++ b/src/postlike/likelihood.cpp
@@ -1,13 +1,25 @@
-// $Id: likelihood.cpp,v 1.110 2013/10/25 17:00:53 mkkuhner Exp $
+// $Id: likelihood.cpp,v 1.111 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // parameter likelihood calculation
 //
 // <Single | Replicate | Region | GammaRegion>PostLike::Calculate()
diff --git a/src/postlike/likelihood.h b/src/postlike/likelihood.h
index 816464d..7d471c1 100644
--- a/src/postlike/likelihood.h
+++ b/src/postlike/likelihood.h
@@ -1,13 +1,25 @@
-// $Id: likelihood.h,v 1.59 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: likelihood.h,v 1.60 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // likelihood class --------------------------------------------------
 //
 // PostLike
diff --git a/src/postlike/maximizer.cpp b/src/postlike/maximizer.cpp
index 5c4555e..11d3b5d 100644
--- a/src/postlike/maximizer.cpp
+++ b/src/postlike/maximizer.cpp
@@ -1,13 +1,25 @@
-// $Id: maximizer.cpp,v 1.119 2012/06/30 01:32:42 bobgian Exp $
+// $Id: maximizer.cpp,v 1.121 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Broyden-Fletcher-Goldfarb-Shanno maximizer implementation
 //
 // started 2000 Peter Beerli
@@ -497,7 +509,7 @@ void Maximizer::CalcDirection ()
 
 //------------------------------------------------------------------------------------
 
-void Maximizer::ExplainParamChange(long index, double oldVal, double newVal, string kind)
+void Maximizer::ExplainParamChange(long index, double oldVal, double newVal, string) //kind unused.
 {
 #ifdef TEST
     cerr << "Parameter \"out of bounds\"--setting param " << index
diff --git a/src/postlike/maximizer.h b/src/postlike/maximizer.h
index 73a1c42..8304876 100644
--- a/src/postlike/maximizer.h
+++ b/src/postlike/maximizer.h
@@ -1,13 +1,25 @@
-// $Id: maximizer.h,v 1.36 2012/04/17 19:03:20 ewalkup Exp $
+// $Id: maximizer.h,v 1.37 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Maximizer Class ----------------------------------------------
 //
 //   Maximizer for likelihood function (see PostLike::Calculate())
diff --git a/src/postlike/maximizer_strings.cpp b/src/postlike/maximizer_strings.cpp
index e96a545..808ce1b 100644
--- a/src/postlike/maximizer_strings.cpp
+++ b/src/postlike/maximizer_strings.cpp
@@ -1,13 +1,25 @@
-// $Id: maximizer_strings.cpp,v 1.7 2012/06/30 01:32:42 bobgian Exp $
+// $Id: maximizer_strings.cpp,v 1.8 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <string>
 #include "maximizer_strings.h"
 
diff --git a/src/postlike/maximizer_strings.h b/src/postlike/maximizer_strings.h
index 55a957b..86fdde3 100644
--- a/src/postlike/maximizer_strings.h
+++ b/src/postlike/maximizer_strings.h
@@ -1,13 +1,25 @@
-// $Id: maximizer_strings.h,v 1.4 2011/03/07 06:08:51 bobgian Exp $
+// $Id: maximizer_strings.h,v 1.5 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2006 Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MAXSTR_H
 #define MAXSTR_H
 
diff --git a/src/postlike/plforces.cpp b/src/postlike/plforces.cpp
index 83e6225..68eaf39 100644
--- a/src/postlike/plforces.cpp
+++ b/src/postlike/plforces.cpp
@@ -1,13 +1,25 @@
-// $Id: plforces.cpp,v 1.76 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: plforces.cpp,v 1.77 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Posterior Likelihood forces classes
 // - CoalescePL
 //   - coalesce with no-growth [using compressed summaries]
diff --git a/src/postlike/plforces.h b/src/postlike/plforces.h
index 2a5d9eb..bc4b069 100644
--- a/src/postlike/plforces.h
+++ b/src/postlike/plforces.h
@@ -1,13 +1,25 @@
-// $Id: plforces.h,v 1.39 2011/04/23 02:02:49 bobgian Exp $
+// $Id: plforces.h,v 1.41 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // PLforces class --------------------------------------------------
 //
 // know how to calculate waiting times and point probabilities
@@ -398,13 +410,13 @@ class DivMigPL:public PLForces
     // evaluation, so the following two functions are not used.
     // If they are ever needed, implementation is very similar to the
     // MigPL versions.
-    double DlnWait (const vector < double >&param,
-                    const TreeSummary * treedata,
-                    const long &whichparam) { assert(false); return 0;};
+    double DlnWait (const vector < double >&,
+                    const TreeSummary *,
+                    const long &) { assert(false); return 0;};
 
-    double DlnPoint (const vector < double >&param,
-                     const TreeSummary * treedata,
-                     const long &whichparam) { assert(false); return 0;};
+    double DlnPoint (const vector < double >&,
+                     const TreeSummary *,
+                     const long &) { assert(false); return 0;};
 };
 
 //------------------------------------------------------------------------------------
@@ -465,20 +477,20 @@ class DivPL: public PLForces
     virtual PLForces* Clone() const
     { return new DivPL(*this); };
 
-    double lnWait (const vector < double >&param,
-                   const TreeSummary * treedata) { return 1.0; };
+    double lnWait (const vector < double >&,
+                   const TreeSummary * ) { return 1.0; };
 
-    double lnPoint (const vector < double >&param,
-                    const vector < double >&lparam,
-                    const TreeSummary * treedata) { return 1.0; };
+    double lnPoint (const vector < double >&,
+                    const vector < double >&,
+                    const TreeSummary *) { return 1.0; };
 
-    double DlnWait (const vector < double >&param,
-                    const TreeSummary * treedata,
-                    const long &whichparam) { return 1.0; };
+    double DlnWait (const vector < double >&,
+                    const TreeSummary *,
+                    const long &) { return 1.0; };
 
-    double DlnPoint (const vector < double >&param,
-                     const TreeSummary * treedata,
-                     const long &whichparam) { return 1.0; };
+    double DlnPoint (const vector < double >&,
+                     const TreeSummary *,
+                     const long &) { return 1.0; };
 };
 
 //------------------------------------------------------------------------------------
diff --git a/src/postlike/plotstat.cpp b/src/postlike/plotstat.cpp
index eb6fbd3..93c1fa7 100644
--- a/src/postlike/plotstat.cpp
+++ b/src/postlike/plotstat.cpp
@@ -1,13 +1,25 @@
-// $Id: plotstat.cpp,v 1.10 2010/03/17 17:25:59 bobgian Exp $
+// $Id: plotstat.cpp,v 1.11 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <vector>
 #include "plotstat.h"
diff --git a/src/postlike/plotstat.h b/src/postlike/plotstat.h
index 602e601..5b57a9c 100644
--- a/src/postlike/plotstat.h
+++ b/src/postlike/plotstat.h
@@ -1,13 +1,25 @@
-// $Id: plotstat.h,v 1.12 2011/04/23 02:02:49 bobgian Exp $
+// $Id: plotstat.h,v 1.13 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PLOTSTAT_H
 #define PLOTSTAT_H
 
diff --git a/src/postlike/profile.cpp b/src/postlike/profile.cpp
index f984745..5a355d1 100644
--- a/src/postlike/profile.cpp
+++ b/src/postlike/profile.cpp
@@ -1,13 +1,25 @@
-// $Id: profile.cpp,v 1.73 2012/06/30 01:32:42 bobgian Exp $
+// $Id: profile.cpp,v 1.74 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // profile.cpp [part of the analyzer module]
 //
 // - profiles (fixed and percentile)
diff --git a/src/report/curvefiles.cpp b/src/report/curvefiles.cpp
index 2899058..27bdbe2 100644
--- a/src/report/curvefiles.cpp
+++ b/src/report/curvefiles.cpp
@@ -1,13 +1,25 @@
-// $Id: curvefiles.cpp,v 1.5 2011/03/08 19:22:01 bobgian Exp $
+// $Id: curvefiles.cpp,v 1.6 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <fstream>
 #include <iostream>
diff --git a/src/report/curvefiles.h b/src/report/curvefiles.h
index 43586c9..7e5136b 100644
--- a/src/report/curvefiles.h
+++ b/src/report/curvefiles.h
@@ -1,13 +1,25 @@
-// $Id: curvefiles.h,v 1.2 2010/03/02 23:12:29 bobgian Exp $
+// $Id: curvefiles.h,v 1.3 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2008  Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef CURVEFILES_H
 #define CURVEFILES_H
 
diff --git a/src/report/outputfile.cpp b/src/report/outputfile.cpp
index 79f9def..54dedb1 100644
--- a/src/report/outputfile.cpp
+++ b/src/report/outputfile.cpp
@@ -1,13 +1,25 @@
-// $Id: outputfile.cpp,v 1.21 2012/06/30 01:32:42 bobgian Exp $
+// $Id: outputfile.cpp,v 1.22 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <exception>
 #include <iostream>
 
diff --git a/src/report/outputfile.h b/src/report/outputfile.h
index 8bd453a..862355d 100644
--- a/src/report/outputfile.h
+++ b/src/report/outputfile.h
@@ -1,13 +1,25 @@
-// $Id: outputfile.h,v 1.10 2011/03/07 06:08:51 bobgian Exp $
+// $Id: outputfile.h,v 1.11 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef OUTPUTFILE_H
 #define OUTPUTFILE_H
 
diff --git a/src/report/reportpage.cpp b/src/report/reportpage.cpp
index 2b3576a..dd70dc8 100644
--- a/src/report/reportpage.cpp
+++ b/src/report/reportpage.cpp
@@ -1,13 +1,25 @@
-// $Id: reportpage.cpp,v 1.129 2013/10/25 17:00:53 mkkuhner Exp $
+// $Id: reportpage.cpp,v 1.130 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // All versions of SetupColhdr() used for PrintTable() must
 //   put "\n" at EOL for each line.  PrintTable() will not do it!
 //
diff --git a/src/report/reportpage.h b/src/report/reportpage.h
index c888a44..f3387dc 100644
--- a/src/report/reportpage.h
+++ b/src/report/reportpage.h
@@ -1,13 +1,25 @@
-// $Id: reportpage.h,v 1.38 2012/06/30 01:32:42 bobgian Exp $
+// $Id: reportpage.h,v 1.40 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /******************************************************************
  The base class ReportPage represents a single page of the output
  report; subclasses produce specific pages.
@@ -27,7 +39,7 @@
 using std::map;
 using std::ofstream;
 using std::string;
-class PlotStruct;
+struct PlotStruct;
 class Parameter;
 class RegionGammaInfo;
 
@@ -210,7 +222,7 @@ class ProfPage : public ReportPage
                                const DoubleVec1d modifiers,
                                vector<bool>& badLnLs);
     StringVec3d WrapTable(StringVec2d& forcetable);
-    void PrintTable(StringVec3d& wrappedtable);
+    virtual void PrintTable(StringVec3d& wrappedtable);
     void PrintProfileLine(StringVec1d& line);
 
   public:
diff --git a/src/report/runreport.cpp b/src/report/runreport.cpp
index 1923f0b..6c6194a 100644
--- a/src/report/runreport.cpp
+++ b/src/report/runreport.cpp
@@ -1,13 +1,25 @@
-// $Id: runreport.cpp,v 1.60 2012/06/30 01:32:42 bobgian Exp $
+// $Id: runreport.cpp,v 1.61 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 
diff --git a/src/report/runreport.h b/src/report/runreport.h
index eb6dbc5..24ef544 100644
--- a/src/report/runreport.h
+++ b/src/report/runreport.h
@@ -1,13 +1,25 @@
-// $Id: runreport.h,v 1.20 2011/04/23 02:02:49 bobgian Exp $
+// $Id: runreport.h,v 1.21 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef RUNREPORT_H
 #define RUNREPORT_H
 
diff --git a/src/report/spreadsheet.cpp b/src/report/spreadsheet.cpp
index 22cca89..42b2715 100644
--- a/src/report/spreadsheet.cpp
+++ b/src/report/spreadsheet.cpp
@@ -1,13 +1,25 @@
-// $Id: spreadsheet.cpp,v 1.4 2011/03/08 19:22:01 bobgian Exp $
+// $Id: spreadsheet.cpp,v 1.5 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <fstream>
 #include <iostream>
diff --git a/src/report/spreadsheet.h b/src/report/spreadsheet.h
index 88c7476..92d6280 100644
--- a/src/report/spreadsheet.h
+++ b/src/report/spreadsheet.h
@@ -1,13 +1,25 @@
-// $Id: spreadsheet.h,v 1.2 2010/03/02 23:12:29 bobgian Exp $
+// $Id: spreadsheet.h,v 1.3 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2008  Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef SPREADSHEET_H
 #define SPREADSHEET_H
 
diff --git a/src/report/xml_report.cpp b/src/report/xml_report.cpp
index e06d954..682eacd 100644
--- a/src/report/xml_report.cpp
+++ b/src/report/xml_report.cpp
@@ -1,13 +1,25 @@
-// $Id: xml_report.cpp,v 1.16 2012/06/30 01:32:42 bobgian Exp $
+// $Id: xml_report.cpp,v 1.17 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2008  Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "chainmanager.h"
diff --git a/src/report/xml_report.h b/src/report/xml_report.h
index 8fa0c35..46f601a 100644
--- a/src/report/xml_report.h
+++ b/src/report/xml_report.h
@@ -1,13 +1,25 @@
-// $Id: xml_report.h,v 1.7 2011/03/07 06:08:51 bobgian Exp $
+// $Id: xml_report.h,v 1.8 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2008  Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peeter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef XML_REPORT_H
 #define XML_REPORT_H
 
diff --git a/src/tools/mathx.cpp b/src/tools/mathx.cpp
index 40430de..9537cc0 100644
--- a/src/tools/mathx.cpp
+++ b/src/tools/mathx.cpp
@@ -1,13 +1,25 @@
-// $Id: mathx.cpp,v 1.54 2012/06/30 01:32:42 bobgian Exp $
+// $Id: mathx.cpp,v 1.55 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cmath>
 #include <iostream>
@@ -778,7 +790,8 @@ pair<DoubleVec1d, DoubleVec2d> EigenCalculator::Eigen(DoubleVec2d a)
     {
         eigvals[i] = a[i][i];
     }
-    return make_pair<DoubleVec1d, DoubleVec2d>(eigvals, eigvecs);
+    // changed 2018.1.3 on recommendation of Debian distro team
+    return make_pair(eigvals, eigvecs);
 } // Eigen
 
 //------------------------------------------------------------------------------------
diff --git a/src/tools/mathx.h b/src/tools/mathx.h
index 28b3039..f8c2ea9 100644
--- a/src/tools/mathx.h
+++ b/src/tools/mathx.h
@@ -1,13 +1,25 @@
-// $Id: mathx.h,v 1.33 2012/06/30 01:32:42 bobgian Exp $
+// $Id: mathx.h,v 1.34 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef MATHX_H
 #define MATHX_H
 
diff --git a/src/tools/random.cpp b/src/tools/random.cpp
index d6d0bea..c392502 100644
--- a/src/tools/random.cpp
+++ b/src/tools/random.cpp
@@ -1,13 +1,25 @@
-// $Id: random.cpp,v 1.20 2011/04/23 02:02:49 bobgian Exp $
+// $Id: random.cpp,v 1.21 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Mary 9/1/2010 Changed to use Boost random number generator (Mersenne Twister)
 // due to suspicions that the homebrew was showing too much pattern.
 
diff --git a/src/tools/random.h b/src/tools/random.h
index 3739b8b..aa85ca6 100644
--- a/src/tools/random.h
+++ b/src/tools/random.h
@@ -1,13 +1,25 @@
-// $Id: random.h,v 1.17 2011/03/07 06:08:51 bobgian Exp $
+// $Id: random.h,v 1.18 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef RANDOM_H
 #define RANDOM_H
 
diff --git a/src/tools/rangex.cpp b/src/tools/rangex.cpp
index 999eba5..ba8a41a 100644
--- a/src/tools/rangex.cpp
+++ b/src/tools/rangex.cpp
@@ -1,13 +1,25 @@
-// $Id: rangex.cpp,v 1.31 2013/11/07 22:56:31 jyamato Exp $
+// $Id: rangex.cpp,v 1.32 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 
diff --git a/src/tools/rangex.h b/src/tools/rangex.h
index a130c5a..d815597 100644
--- a/src/tools/rangex.h
+++ b/src/tools/rangex.h
@@ -1,13 +1,25 @@
-// $Id: rangex.h,v 1.23 2013/08/22 18:03:12 jmcgill Exp $
+// $Id: rangex.h,v 1.24 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef RANGEX_H
 #define RANGEX_H
 
diff --git a/src/tools/stringx.cpp b/src/tools/stringx.cpp
index e7ae68e..3881ef6 100644
--- a/src/tools/stringx.cpp
+++ b/src/tools/stringx.cpp
@@ -1,13 +1,25 @@
-// $Id: stringx.cpp,v 1.130 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: stringx.cpp,v 1.131 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cctype>
 #include <functional>
@@ -15,6 +27,7 @@
 #include <string>
 #include <cstring>
 #include <cstdio>
+#include <climits>
 
 // NOTE: older versions required including <direct.h> here and
 // using _getcwd() below for MSWINDOWS compiles
diff --git a/src/tools/stringx.h b/src/tools/stringx.h
index 35ece72..3b95f20 100644
--- a/src/tools/stringx.h
+++ b/src/tools/stringx.h
@@ -1,13 +1,25 @@
-// $Id: stringx.h,v 1.78 2014/08/29 19:29:20 mkkuhner Exp $
+// $Id: stringx.h,v 1.79 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef STRINGX_H
 #define STRINGX_H
 
diff --git a/src/tools/timex.cpp b/src/tools/timex.cpp
index 0871133..fdb141c 100644
--- a/src/tools/timex.cpp
+++ b/src/tools/timex.cpp
@@ -1,13 +1,25 @@
-// $Id: timex.cpp,v 1.6 2011/03/07 06:08:51 bobgian Exp $
+// $Id: timex.cpp,v 1.7 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "timex.h"
 
 #ifdef DMALLOC_FUNC_CHECK
diff --git a/src/tools/timex.h b/src/tools/timex.h
index 8ed1606..95b53ad 100644
--- a/src/tools/timex.h
+++ b/src/tools/timex.h
@@ -1,13 +1,25 @@
-// $Id: timex.h,v 1.7 2011/04/23 02:02:49 bobgian Exp $
+// $Id: timex.h,v 1.8 2018/01/03 21:33:02 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TIMEX_H
 #define TIMEX_H
 
diff --git a/src/tools/tools.h b/src/tools/tools.h
index d473a7e..38e4935 100644
--- a/src/tools/tools.h
+++ b/src/tools/tools.h
@@ -1,13 +1,25 @@
-// $Id: tools.h,v 1.4 2011/03/08 19:22:01 bobgian Exp $
+// $Id: tools.h,v 1.5 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 // This is just a catch-all include file for all of the program
 //    specific extensions to the standard library
 
diff --git a/src/tools/vector_constants.cpp b/src/tools/vector_constants.cpp
index 2720771..1afce3a 100644
--- a/src/tools/vector_constants.cpp
+++ b/src/tools/vector_constants.cpp
@@ -1,13 +1,25 @@
-// $Id: vector_constants.cpp,v 1.17 2010/03/17 17:25:59 bobgian Exp $
+// $Id: vector_constants.cpp,v 1.18 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // vector constants, used for profile tables
 // Peter Beerli December 2002 modelled after Elizabeth Walkup's ui_string.[h][cpp] class
 
diff --git a/src/tools/vector_constants.h b/src/tools/vector_constants.h
index 1cec9dc..efd6e92 100644
--- a/src/tools/vector_constants.h
+++ b/src/tools/vector_constants.h
@@ -1,13 +1,24 @@
-// $Id: vector_constants.h,v 1.11 2011/03/07 06:08:51 bobgian Exp $
+// $Id: vector_constants.h,v 1.12 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 // modelled after ui_interface/ui_strings.h
 
diff --git a/src/tools/vectorx.cpp b/src/tools/vectorx.cpp
index a7c94fd..fed4f5a 100644
--- a/src/tools/vectorx.cpp
+++ b/src/tools/vectorx.cpp
@@ -1,13 +1,25 @@
-// $Id: vectorx.cpp,v 1.14 2011/04/23 02:02:49 bobgian Exp $
+// $Id: vectorx.cpp,v 1.15 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cmath>
 
diff --git a/src/tools/vectorx.h b/src/tools/vectorx.h
index 39c2480..77dc0c7 100644
--- a/src/tools/vectorx.h
+++ b/src/tools/vectorx.h
@@ -1,13 +1,25 @@
-// $Id: vectorx.h,v 1.22 2011/03/07 06:08:51 bobgian Exp $
+// $Id: vectorx.h,v 1.23 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Vector utilities
 //
 // VECTOR SETTERS
diff --git a/src/tree/argtree.cpp b/src/tree/argtree.cpp
index 63315bc..fba7a08 100644
--- a/src/tree/argtree.cpp
+++ b/src/tree/argtree.cpp
@@ -1,13 +1,25 @@
-// $Id: argtree.cpp,v 1.6 2012/07/07 02:29:42 bobgian Exp $
+// $Id: argtree.cpp,v 1.8 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2012  Jim McGill, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Jim McGill, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>                     // for debug cerr
 #include <map>
@@ -371,7 +383,7 @@ void ARGTree::ToLamarcTree(Tree& stump, vector<ARGEdge> argedges)
         if (forcefound)
         {
             // add to target map array
-            Branch_ptr nullptr;
+            Branch_ptr null_ptr;
             if (recfound)
             {
                 // recombination case - returns a pair of branches
@@ -388,7 +400,7 @@ void ARGTree::ToLamarcTree(Tree& stump, vector<ARGEdge> argedges)
                 else
                 {
                     // everything else
-                    targetpair p = make_pair(recbranches.first, nullptr);
+                    targetpair p = make_pair(recbranches.first, null_ptr);
                     targetmap.insert(make_pair(argedges[edge].GetSource(), p));
                 }
 
@@ -404,7 +416,7 @@ void ARGTree::ToLamarcTree(Tree& stump, vector<ARGEdge> argedges)
                 else
                 {
                     // everything else
-                    targetpair q = make_pair(recbranches.second, nullptr);
+                    targetpair q = make_pair(recbranches.second, null_ptr);
                     targetmap.insert(make_pair(argedges[edge+1].GetSource(), q));
                 }
             }
@@ -421,7 +433,7 @@ void ARGTree::ToLamarcTree(Tree& stump, vector<ARGEdge> argedges)
                 else
                 {
                     // everything else
-                    targetpair p = make_pair(newbranch, nullptr);
+                    targetpair p = make_pair(newbranch, null_ptr);
                     targetmap.insert(make_pair(argedges[edge].GetSource(), p));
                 }
             }
diff --git a/src/tree/argtree.h b/src/tree/argtree.h
index 2934e26..dd266c7 100644
--- a/src/tree/argtree.h
+++ b/src/tree/argtree.h
@@ -1,13 +1,25 @@
-// $Id: argtree.h,v 1.3 2012/06/30 01:32:42 bobgian Exp $
+// $Id: argtree.h,v 1.4 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2012  Jim McGill, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Jim McGill, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef ARGTREE_H
 #define ARGTREE_H
 
diff --git a/src/tree/arranger.cpp b/src/tree/arranger.cpp
index 033e0f0..ff4dec4 100644
--- a/src/tree/arranger.cpp
+++ b/src/tree/arranger.cpp
@@ -1,13 +1,25 @@
-// $Id: arranger.cpp,v 1.122 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: arranger.cpp,v 1.123 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "local_build.h"
diff --git a/src/tree/arranger.h b/src/tree/arranger.h
index 4515341..6fee380 100644
--- a/src/tree/arranger.h
+++ b/src/tree/arranger.h
@@ -1,13 +1,25 @@
-// $Id: arranger.h,v 1.62 2013/06/03 17:23:13 jyamato Exp $
+// $Id: arranger.h,v 1.64 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef ARRANGER_H
 #define ARRANGER_H
 
@@ -380,9 +392,9 @@ class ZilchArranger: public Arranger
   public:
     ZilchArranger(double timing) : Arranger(timing) {};
     virtual      ~ZilchArranger() {};
-    virtual void SetParameters(ChainState & chainstate) {};
-    virtual void Rearrange(ChainState & chstate) {};
-    virtual void ScoreRearrangement(ChainState & chstate) {};
+    virtual void SetParameters(ChainState &) {};
+    virtual void Rearrange(ChainState &) {};
+    virtual void ScoreRearrangement(ChainState &) {};
     virtual bool AcceptAndSynchronize(ChainState &, double temperature, bool badtree);
     virtual Arranger* Clone() const;
     virtual std::string GetName() const { return arrangerstrings::ZILCH; };
diff --git a/src/tree/arranger_types.cpp b/src/tree/arranger_types.cpp
index 192a584..2a5f58e 100644
--- a/src/tree/arranger_types.cpp
+++ b/src/tree/arranger_types.cpp
@@ -1,13 +1,25 @@
-// $Id: arranger_types.cpp,v 1.13 2013/06/03 17:23:13 jyamato Exp $
+// $Id: arranger_types.cpp,v 1.14 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <string>
 #include "arranger_types.h"
 
diff --git a/src/tree/arranger_types.h b/src/tree/arranger_types.h
index 67d3b01..2fd804a 100644
--- a/src/tree/arranger_types.h
+++ b/src/tree/arranger_types.h
@@ -1,13 +1,25 @@
-// $Id: arranger_types.h,v 1.15 2013/06/03 17:23:13 jyamato Exp $
+// $Id: arranger_types.h,v 1.16 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef ARRANGER_TYPES_H
 #define ARRANGER_TYPES_H
 
diff --git a/src/tree/arrangervec.cpp b/src/tree/arrangervec.cpp
index 2113ae1..c3d3c0a 100644
--- a/src/tree/arrangervec.cpp
+++ b/src/tree/arrangervec.cpp
@@ -1,13 +1,25 @@
-// $Id: arrangervec.cpp,v 1.34 2013/06/03 17:23:13 jyamato Exp $
+// $Id: arrangervec.cpp,v 1.35 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 #include <map>
@@ -122,7 +134,7 @@ void ArrangerVec::CopyAllMembers(const ArrangerVec & cp)
         for(it = cp.arrangers.begin(); it != cp.arrangers.end(); it++)
         {
             Arranger* arr = it->second->Clone();
-            arrangers.insert(std::make_pair<string, Arranger*>(arr->GetName(), arr));
+            arrangers.insert(std::make_pair(arr->GetName(), arr));
         }
     }
 }
diff --git a/src/tree/arrangervec.h b/src/tree/arrangervec.h
index 604004b..c4662cd 100644
--- a/src/tree/arrangervec.h
+++ b/src/tree/arrangervec.h
@@ -1,13 +1,25 @@
-// $Id: arrangervec.h,v 1.28 2013/06/03 17:23:13 jyamato Exp $
+// $Id: arrangervec.h,v 1.29 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef ARRANGERVEC_H
 #define ARRANGERVEC_H
 
diff --git a/src/tree/branch.cpp b/src/tree/branch.cpp
index ca94619..51a7e45 100644
--- a/src/tree/branch.cpp
+++ b/src/tree/branch.cpp
@@ -1,13 +1,25 @@
-// $Id: branch.cpp,v 1.109 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: branch.cpp,v 1.110 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <algorithm>
 #include <cassert>
 #include <iostream>                     // for debug cerr
diff --git a/src/tree/branch.h b/src/tree/branch.h
index 259af40..f2c109c 100644
--- a/src/tree/branch.h
+++ b/src/tree/branch.h
@@ -1,13 +1,25 @@
-// $Id: branch.h,v 1.69 2012/06/30 01:32:42 bobgian Exp $
+// $Id: branch.h,v 1.71 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*******************************************************************
 
  Class Branch represents a branch in the tree, and is polymorphic on the type of event at its top
@@ -166,8 +178,8 @@ class Branch : public boost::enable_shared_from_this<Branch>
     virtual long int Cuttable()                const { return 0; };
     virtual bool     CanRemove(Branch_ptr)           { return true; };
     virtual long int CountDown()               const { return 0; };
-    virtual void     UpdateBranchRange(const rangeset & fcsites, bool dofc) {};
-    virtual void     UpdateRootBranchRange(const rangeset & fcsites, bool dofc) {};
+    virtual void     UpdateBranchRange(const rangeset &, bool ) {};
+    virtual void     UpdateRootBranchRange(const rangeset &, bool) {};
     virtual bool     IsEquivalentTo(const Branch_ptr)   const; // Virtual, but there is only 1 definition.
     virtual bool     HasSamePartitionsAs(const Branch_ptr) const;
     virtual bool     PartitionsConsistentWith(const Branch_ptr) const;
@@ -427,7 +439,7 @@ class PartitionBranch : public Branch
     virtual long int Cuttable()            const { return 0; };
     virtual branch_group BranchGroup()     const { return bgroupBody; };
     virtual void UpdateBranchRange(const rangeset & fcsites, bool dofc);
-    virtual void UpdateRootBranchRange(const rangeset & fcsites, bool dofc) { assert(false); };
+    virtual void UpdateRootBranchRange(const rangeset &, bool) { assert(false); };
 
     // Debugging function.
     virtual bool CheckInvariant()       const;
@@ -626,7 +638,7 @@ class RBranch : public Branch
     virtual long int   Cuttable()          const { return 1; };
     virtual long int   CountDown()         const { return 1; };
     virtual void       UpdateBranchRange(const rangeset & fcsites, bool dofc);
-    virtual void       UpdateRootBranchRange(const rangeset & fcsites, bool dofc) { assert(false); };
+    virtual void       UpdateRootBranchRange(const rangeset &, bool) { assert(false); };
     virtual void       ReplaceChild(Branch_ptr oldchild, Branch_ptr newchild);
     virtual bool       IsRemovableRecombinationLeg(const rangeset &) const;
     virtual Branch_ptr GetRecPartner() const;
diff --git a/src/tree/branchbuffer.cpp b/src/tree/branchbuffer.cpp
index 1f799c3..57ddffa 100644
--- a/src/tree/branchbuffer.cpp
+++ b/src/tree/branchbuffer.cpp
@@ -1,13 +1,25 @@
-// $Id: branchbuffer.cpp,v 1.27 2012/06/30 01:32:43 bobgian Exp $
+// $Id: branchbuffer.cpp,v 1.28 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>                     // debugging
 
diff --git a/src/tree/branchbuffer.h b/src/tree/branchbuffer.h
index daa56be..76efdaf 100644
--- a/src/tree/branchbuffer.h
+++ b/src/tree/branchbuffer.h
@@ -1,13 +1,25 @@
-// $Id: branchbuffer.h,v 1.17 2012/06/30 01:32:43 bobgian Exp $
+// $Id: branchbuffer.h,v 1.18 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // This file defines a time ordered container of Branch_ptr, BranchBuffer.  The BranchBuffer
 // is a storage buffer used during rearrangement to store active and inactive branches.
 
diff --git a/src/tree/branchtag.cpp b/src/tree/branchtag.cpp
index 45ba60a..c6808df 100644
--- a/src/tree/branchtag.cpp
+++ b/src/tree/branchtag.cpp
@@ -1,13 +1,25 @@
-// $Id: branchtag.cpp,v 1.6 2012/06/30 01:32:43 bobgian Exp $
+// $Id: branchtag.cpp,v 1.7 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #ifdef DMALLOC_FUNC_CHECK
diff --git a/src/tree/branchtag.h b/src/tree/branchtag.h
index df87e92..0ebe634 100644
--- a/src/tree/branchtag.h
+++ b/src/tree/branchtag.h
@@ -1,13 +1,25 @@
-// $Id: branchtag.h,v 1.4 2011/03/07 06:08:52 bobgian Exp $
+// $Id: branchtag.h,v 1.5 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*******************************************************************
  Class BranchTag tracks and manages the semi-unique ID number of each
  "branch".  Semi-unique, in that if two (or more) branches represent the
diff --git a/src/tree/chain.cpp b/src/tree/chain.cpp
index e4f6bc7..cd29d83 100644
--- a/src/tree/chain.cpp
+++ b/src/tree/chain.cpp
@@ -1,13 +1,25 @@
-// $Id: chain.cpp,v 1.99 2013/11/07 22:52:33 jyamato Exp $
+// $Id: chain.cpp,v 1.100 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <algorithm>
 #include <cassert>
 #include <fstream>
diff --git a/src/tree/chain.h b/src/tree/chain.h
index 40913a5..34fdd0f 100644
--- a/src/tree/chain.h
+++ b/src/tree/chain.h
@@ -1,13 +1,25 @@
-// $Id: chain.h,v 1.34 2012/06/30 01:32:43 bobgian Exp $
+// $Id: chain.h,v 1.35 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*******************************************************************
   Chain is a helper class of the ChainManager whose main
   responsiblities are to choose the right arranger to use, call that
diff --git a/src/tree/chainstate.cpp b/src/tree/chainstate.cpp
index 0c36ff7..9205599 100644
--- a/src/tree/chainstate.cpp
+++ b/src/tree/chainstate.cpp
@@ -1,13 +1,25 @@
-// $Id: chainstate.cpp,v 1.20 2012/06/30 01:32:43 bobgian Exp $
+// $Id: chainstate.cpp,v 1.21 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "chainstate.h"
diff --git a/src/tree/chainstate.h b/src/tree/chainstate.h
index ee0e2ec..48ab7a1 100644
--- a/src/tree/chainstate.h
+++ b/src/tree/chainstate.h
@@ -1,13 +1,25 @@
-// $Id: chainstate.h,v 1.13 2011/03/07 06:08:52 bobgian Exp $
+// $Id: chainstate.h,v 1.14 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // ChainState encapsulates the parts of Chain's internal state that
 // need to be used by Arranger, Event, CollectionManager and Collector.
 // It is owned and managed by Chain.
diff --git a/src/tree/collector.cpp b/src/tree/collector.cpp
index c132ce2..44967a3 100644
--- a/src/tree/collector.cpp
+++ b/src/tree/collector.cpp
@@ -1,13 +1,25 @@
-// $Id: collector.cpp,v 1.32 2012/06/30 01:32:43 bobgian Exp $
+// $Id: collector.cpp,v 1.33 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2003 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 #include <fstream>
@@ -205,7 +217,7 @@ void ParamCollector::Score(ChainState& chstate)
 
 void ParamCollector::AddParamSummary(ForceParameters fp, long ncopy)
 {
-    m_paramsum.push_back(make_pair<ForceParameters, long>(fp, ncopy));
+    m_paramsum.push_back(make_pair(fp, ncopy));
 }
 
 //------------------------------------------------------------------------------------
diff --git a/src/tree/collector.h b/src/tree/collector.h
index 5fb80fa..33be706 100644
--- a/src/tree/collector.h
+++ b/src/tree/collector.h
@@ -1,13 +1,25 @@
-// $Id: collector.h,v 1.20 2012/06/30 01:32:43 bobgian Exp $
+// $Id: collector.h,v 1.22 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2003 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // Collector classes store information from the ongoing chain for
 // later analysis.  They are related via a base class for convenience
 // in initialization, but mostly used via pointer-to-derived because
@@ -43,8 +55,8 @@ class Collector
     Collector();
     virtual ~Collector() {};
     virtual void Score(ChainState& chstate) = 0;
-    virtual void CorrectForFatalAttraction(long region) { };
-    virtual void UpdateArrangers(ArrangerVec& arrangers, ChainState& chstate) const { };
+    virtual void CorrectForFatalAttraction(long) { };
+    virtual void UpdateArrangers(ArrangerVec&, ChainState&) const { };
     virtual void WriteCollectionWhenScore(std::ofstream* out);
     virtual void WriteLastSummary() = 0;
     virtual void WriteAllSummaries(std::ofstream& out) = 0;
diff --git a/src/tree/collmanager.cpp b/src/tree/collmanager.cpp
index 4154224..9742d6e 100644
--- a/src/tree/collmanager.cpp
+++ b/src/tree/collmanager.cpp
@@ -1,13 +1,25 @@
-// $Id: collmanager.cpp,v 1.35 2012/07/05 04:31:23 bobgian Exp $
+// $Id: collmanager.cpp,v 1.36 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2003 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 
diff --git a/src/tree/collmanager.h b/src/tree/collmanager.h
index 8dd290d..f3c502d 100644
--- a/src/tree/collmanager.h
+++ b/src/tree/collmanager.h
@@ -1,13 +1,25 @@
-// $Id: collmanager.h,v 1.18 2012/07/05 04:31:23 bobgian Exp $
+// $Id: collmanager.h,v 1.19 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2003 Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // The CollectionManager class contains all the Collectors and hands out
 // information about them.
 
diff --git a/src/tree/fc_status.cpp b/src/tree/fc_status.cpp
index 88875a8..e573370 100644
--- a/src/tree/fc_status.cpp
+++ b/src/tree/fc_status.cpp
@@ -1,12 +1,24 @@
-// $Id: fc_status.cpp,v 1.15 2012/06/30 01:32:43 bobgian Exp $
+// $Id: fc_status.cpp,v 1.16 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
- * Copyright 2010 Mary Kuhner, Jon Yamato, Joseph Felsenstein, and Bob Giansiracusa
- *
- * This software is distributed free of charge for non-commercial use
- * and is copyrighted.  Of course, we do not guarantee that the software
- * works, and are not responsible for any damage you may cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Mary Kuhner, Jon Yamato, Joseph Felsenstein, and Bob Giansiracusa */
+
 
 //------------------------------------------------------------------------------------
 
diff --git a/src/tree/fc_status.h b/src/tree/fc_status.h
index 2d4a7ac..d5fc60c 100644
--- a/src/tree/fc_status.h
+++ b/src/tree/fc_status.h
@@ -1,12 +1,24 @@
-// $Id: fc_status.h,v 1.14 2012/06/30 01:32:43 bobgian Exp $
+// $Id: fc_status.h,v 1.15 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
- * Copyright 2010 Mary Kuhner, Jon Yamato, Joseph Felsenstein, and Bob Giansiracusa
- *
- * This software is distributed free of charge for non-commercial use
- * and is copyrighted.  Of course, we do not guarantee that the software
- * works, and are not responsible for any damage you may cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Mary Kuhner, Jon Yamato, Joseph Felsenstein, and Bob Giansiracusa */
+
 
 //------------------------------------------------------------------------------------
 
diff --git a/src/tree/individual.cpp b/src/tree/individual.cpp
index a3db677..2b39a93 100644
--- a/src/tree/individual.cpp
+++ b/src/tree/individual.cpp
@@ -1,13 +1,25 @@
-// $Id: individual.cpp,v 1.30 2012/10/02 02:27:06 bobgian Exp $
+// $Id: individual.cpp,v 1.31 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "branch.h"
diff --git a/src/tree/individual.h b/src/tree/individual.h
index d9a110e..abb9f91 100644
--- a/src/tree/individual.h
+++ b/src/tree/individual.h
@@ -1,13 +1,25 @@
-// $Id: individual.h,v 1.21 2012/06/30 01:32:43 bobgian Exp $
+// $Id: individual.h,v 1.22 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // This file defines the class that stores "individual" specific information.
 
 #ifndef INDIVIDUAL_H
diff --git a/src/tree/intervaldata.cpp b/src/tree/intervaldata.cpp
index 7bcd5f9..4bd4c71 100644
--- a/src/tree/intervaldata.cpp
+++ b/src/tree/intervaldata.cpp
@@ -1,13 +1,25 @@
-// $Id: intervaldata.cpp,v 1.25 2012/06/30 01:32:43 bobgian Exp $
+// $Id: intervaldata.cpp,v 1.26 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <fstream>
 #include <iostream>
 
diff --git a/src/tree/intervaldata.h b/src/tree/intervaldata.h
index 2a6f420..e9d61cc 100644
--- a/src/tree/intervaldata.h
+++ b/src/tree/intervaldata.h
@@ -1,13 +1,25 @@
-// $Id: intervaldata.h,v 1.25 2012/06/30 01:32:43 bobgian Exp $
+// $Id: intervaldata.h,v 1.26 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*
   This file contains two closely related classes used in storing
   TreeSummaries.  The first class, Interval, represents all data
diff --git a/src/tree/newick.h b/src/tree/newick.h
index f09fbd4..4a13a1c 100644
--- a/src/tree/newick.h
+++ b/src/tree/newick.h
@@ -1,13 +1,25 @@
-// $Id: newick.h,v 1.10 2013/11/07 22:52:33 jyamato Exp $
+// $Id: newick.h,v 1.12 2018/01/03 21:33:03 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef NEWICK_H
 #define NEWICK_H
 
@@ -43,7 +55,7 @@ class NullUserTree : public UserTree
 
     virtual ~NullUserTree() {};
 
-    virtual void ToLamarcTree(Tree& stump) { assert(false); }; // instantiating NULL tree
+    virtual void ToLamarcTree(Tree&) { assert(false); }; // instantiating NULL tree
 };
 
 //------------------------------------------------------------------------------------
diff --git a/src/tree/parameter.cpp b/src/tree/parameter.cpp
index 2be1d19..f6b168e 100644
--- a/src/tree/parameter.cpp
+++ b/src/tree/parameter.cpp
@@ -1,13 +1,25 @@
-// $Id: parameter.cpp,v 1.50 2012/06/30 01:32:43 bobgian Exp $
+// $Id: parameter.cpp,v 1.51 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "local_build.h"                // for definition of LAMARC_NEW_FEATURE_RELATIVE_SAMPLING
diff --git a/src/tree/parameter.h b/src/tree/parameter.h
index 883423f..1787899 100644
--- a/src/tree/parameter.h
+++ b/src/tree/parameter.h
@@ -1,13 +1,25 @@
-// $Id: parameter.h,v 1.46 2012/06/30 01:32:43 bobgian Exp $
+// $Id: parameter.h,v 1.47 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*************************************************************************
    The Parameter class and its helper ResultStruct are used to store
    information about individual parameters of the force model.  For
diff --git a/src/tree/partition.cpp b/src/tree/partition.cpp
index fe8cb78..23eeec2 100644
--- a/src/tree/partition.cpp
+++ b/src/tree/partition.cpp
@@ -1,13 +1,25 @@
-// $Id: partition.cpp,v 1.5 2011/03/08 19:22:01 bobgian Exp $
+// $Id: partition.cpp,v 1.6 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "force.h"
 #include "partition.h"
 
diff --git a/src/tree/partition.h b/src/tree/partition.h
index f7768ec..e3fe10e 100644
--- a/src/tree/partition.h
+++ b/src/tree/partition.h
@@ -1,13 +1,25 @@
-// $Id: partition.h,v 1.10 2011/03/12 20:03:02 bobgian Exp $
+// $Id: partition.h,v 1.11 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PARTITION_H
 #define PARTITION_H
 
diff --git a/src/tree/prior.cpp b/src/tree/prior.cpp
index 752cc92..bf9c7b2 100644
--- a/src/tree/prior.cpp
+++ b/src/tree/prior.cpp
@@ -1,13 +1,25 @@
-// $Id: prior.cpp,v 1.13 2013/06/03 17:23:13 jyamato Exp $
+// $Id: prior.cpp,v 1.14 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "local_build.h"                // for definition of LAMARC_NEW_FEATURE_RELATIVE_SAMPLING
@@ -79,18 +91,18 @@ bool Prior::operator==(const Prior src) const
 std::pair<double, double> Prior::RandomDraw() const
 {
     Random& rnd = registry.GetRandom();
-    double newparam, newlnparam;
+    double newparam = 0, newlnparam = 0;
     switch (m_priortype)
     {
         case LINEAR:
             newparam = rnd.Float() * (m_upperbound - m_lowerbound) + m_lowerbound;
             newlnparam = log(newparam);
-            return std::make_pair<double, double>(newparam, newlnparam);
+            return std::make_pair(newparam, newlnparam);
             break;
         case LOGARITHMIC:
             newlnparam = rnd.Float() * (m_lnupper - m_lnlower) + m_lnlower;
             newparam = exp(newlnparam);
-            return std::make_pair<double, double>(newparam, newlnparam);
+            return std::make_pair(newparam, newlnparam);
             break;
     }
     string e = "Unknown prior type " + ToString(m_priortype) +
@@ -103,7 +115,7 @@ std::pair<double, double> Prior::RandomDraw() const
 std::pair<double,double> Prior::RandomDrawWithReflection(double current, double windowfraction) const
 {
     Random& rnd = registry.GetRandom();
-    double newparam, newlnparam;
+    double newparam = 0, newlnparam = 0;
     double delta = windowfraction * (m_upperbound - m_lowerbound);
     switch (m_priortype)
     {
@@ -117,7 +129,7 @@ std::pair<double,double> Prior::RandomDrawWithReflection(double current, double
             {
                 newparam = 2.0 * m_upperbound - newparam;
             }
-            return std::make_pair<double,double>(newparam, log(newparam));
+            return std::make_pair(newparam, log(newparam));
             break;
          case LOGARITHMIC:
             string e = "Cannot use prior type " + ToString(m_priortype) +
@@ -135,7 +147,7 @@ std::pair<double,double> Prior::RandomDrawWithReflection(double current, double
 std::pair<double, double> Prior::RandomDrawWithinBounds(double lower, double upper) const
 {
   Random& rnd = registry.GetRandom();
-  double newparam, newlnparam;
+  double newparam = 0, newlnparam = 0;
   double lowbound = std::max(m_lowerbound, lower);
   double upbound = std::min(m_upperbound, upper);
   switch (m_priortype)
@@ -143,15 +155,18 @@ std::pair<double, double> Prior::RandomDrawWithinBounds(double lower, double upp
          case LINEAR:
             newparam = rnd.Float() * (upbound - lowbound) + lowbound;
             newlnparam = log(newparam);
-            return std::make_pair<double, double>(newparam, newlnparam);
+            return std::make_pair(newparam, newlnparam);
             break;
          case LOGARITHMIC:
             lowbound = log(lowbound);
             upbound = log(upbound);
             newlnparam = rnd.Float() * (upbound - lowbound) + lowbound;
             newparam = exp(newlnparam);
-            return std::make_pair<double, double>(newparam, newlnparam);
+            return std::make_pair(newparam, newlnparam);
             break;
   }
+  string e = "Unknown prior type " + ToString(m_priortype) +
+      " in Parameter::RandomDrawWithinBounds";
+  throw implementation_error(e);
 
 } // RandomDrawWithinBounds
diff --git a/src/tree/prior.h b/src/tree/prior.h
index affcdc5..551c8ad 100644
--- a/src/tree/prior.h
+++ b/src/tree/prior.h
@@ -1,13 +1,25 @@
-// $Id: prior.h,v 1.9 2013/06/03 17:23:13 jyamato Exp $
+// $Id: prior.h,v 1.10 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 //A prior is a shape.  Currently, we have two possible shapes:  a rectangle
 // in linear space, and a rectangle in log space.  Those are simple enough
 // that we don't really need a class for them, but if we want more complex
diff --git a/src/tree/range.cpp b/src/tree/range.cpp
index da81e30..39a084b 100644
--- a/src/tree/range.cpp
+++ b/src/tree/range.cpp
@@ -1,13 +1,25 @@
-// $Id: range.cpp,v 1.50 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: range.cpp,v 1.51 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>                     // For debugging.
 #include <iomanip>                      // For setw().
diff --git a/src/tree/range.h b/src/tree/range.h
index 1dbd7f4..75ad693 100644
--- a/src/tree/range.h
+++ b/src/tree/range.h
@@ -1,13 +1,25 @@
-// $Id: range.h,v 1.48 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: range.h,v 1.50 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 //------------------------------------------------------------------------------------
 // General comments about the meanings of terms as they apply to the Biglink versus Littlelink implementations.
 //------------------------------------------------------------------------------------
@@ -261,9 +273,9 @@ class Range
 
     // Tests.
     virtual bool operator==(const Range & other)     const;
-    virtual bool SameLiveSites(const rangeset & src) const { return true; };
+    virtual bool SameLiveSites(const rangeset &)     const { return true; };
     virtual bool LiveSitesOnly()                     const { return true; };
-    virtual bool IsSiteLive(long int site)           const { return true; };
+    virtual bool IsSiteLive(long int)                const { return true; };
 
     // Getters.
     // Functions which ASSERT here are defined to return a RANGESET (or LINKRANGESET) simply to satisfy the compiler
@@ -292,7 +304,7 @@ class Range
     virtual void UpdateMRange(const Range * const childrangeptr);
     virtual void UpdateRRange(const Range * const childrangeptr, const rangeset & fcsites, bool dofc);
 
-    virtual bool AreLowSitesOnInactiveBranch(long int recpoint) const
+    virtual bool AreLowSitesOnInactiveBranch(long int) const
     { assert(false); return false; };
 
     virtual bool AreDiseaseSitesTransmitted() const { return true; };
@@ -313,8 +325,8 @@ class Range
     virtual void PrintInfo() const;
     virtual void PrintNewTargetLinks() const;
     virtual bool NoLiveAndNoTransmittedDiseaseSites() const { return false; };
-    virtual bool DifferentCurTargetLinks(const linkrangeset & src) const { return false; };
-    virtual bool DifferentNewTargetLinks(const linkrangeset & src) const { return false; };
+    virtual bool DifferentCurTargetLinks(const linkrangeset &) const { return false; };
+    virtual bool DifferentNewTargetLinks(const linkrangeset &) const { return false; };
 
 };
 
diff --git a/src/tree/rectree.cpp b/src/tree/rectree.cpp
index 72ec9d5..aae670d 100644
--- a/src/tree/rectree.cpp
+++ b/src/tree/rectree.cpp
@@ -1,13 +1,25 @@
-// $Id: rectree.cpp,v 1.81 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: rectree.cpp,v 1.82 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>                     // debugging
 
diff --git a/src/tree/sticksum.h b/src/tree/sticksum.h
index f4790c3..e6c8389 100644
--- a/src/tree/sticksum.h
+++ b/src/tree/sticksum.h
@@ -1,14 +1,24 @@
-// $Id: sticksum.h,v 1.5 2011/04/23 02:02:50 bobgian Exp $
+// $Id: sticksum.h,v 1.6 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *    Copyright 2006  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph
- *    Felsenstein
- *
- *    This software is distributed free of charge for non-commercial
- *    use and is copyrighted.  Of course, we do not guarantee that the
- *    software works, and are not responsible for any damage you may
- *    cause or have.
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 /********************************************************************
 Class StickSummary.
diff --git a/src/tree/summary.cpp b/src/tree/summary.cpp
index e882bbb..a65d433 100644
--- a/src/tree/summary.cpp
+++ b/src/tree/summary.cpp
@@ -1,13 +1,25 @@
-// $Id: summary.cpp,v 1.54 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: summary.cpp,v 1.55 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <cmath>
 #include <iostream>
diff --git a/src/tree/summary.h b/src/tree/summary.h
index be18871..7633cdd 100644
--- a/src/tree/summary.h
+++ b/src/tree/summary.h
@@ -1,13 +1,25 @@
-// $Id: summary.h,v 1.41 2012/06/30 01:32:43 bobgian Exp $
+// $Id: summary.h,v 1.43 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*
   This is a Force-polymorphic class which works with the IntervalData
   class (non-polymorphic) to provide needed summary information about
@@ -31,7 +43,7 @@
 #include "registry.h"                   // For use of GetDataPack() and GetForceSummary() to set npop & m_nparams.
 #include "vectorx.h"
 
-class Interval;
+struct Interval;
 
 class Summary
 {
@@ -199,7 +211,7 @@ class EpochSummary : public Summary
 
     virtual ~EpochSummary() {};
     virtual Summary * Clone(IntervalData& interval) const;
-    virtual void AdjustSummary(const DoubleVec1d & totals, long region) {};
+    virtual void AdjustSummary(const DoubleVec1d &, long) {};
     virtual string GetType() const { return lamarcstrings::DIVERGENCE; };
 
 };
diff --git a/src/tree/tempident.cpp b/src/tree/tempident.cpp
index 54d9813..332d2d9 100644
--- a/src/tree/tempident.cpp
+++ b/src/tree/tempident.cpp
@@ -1,13 +1,25 @@
-// $Id: tempident.cpp,v 1.23 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: tempident.cpp,v 1.24 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <map>
 
diff --git a/src/tree/tempident.h b/src/tree/tempident.h
index 380477f..7721ded 100644
--- a/src/tree/tempident.h
+++ b/src/tree/tempident.h
@@ -1,13 +1,25 @@
-// $Id: tempident.h,v 1.17 2012/06/30 01:32:43 bobgian Exp $
+// $Id: tempident.h,v 1.18 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*******************************************************************
   TemperatureIdentity contains the temperature-dependent parts of
   a Chain; having this as a separate object facilitates swapping two
diff --git a/src/tree/timelist.cpp b/src/tree/timelist.cpp
index b469060..3e7880b 100644
--- a/src/tree/timelist.cpp
+++ b/src/tree/timelist.cpp
@@ -1,13 +1,25 @@
-// $Id: timelist.cpp,v 1.60 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: timelist.cpp,v 1.61 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <functional>                   // for mem_fun
 #include <iostream>                     // debugging
diff --git a/src/tree/timelist.h b/src/tree/timelist.h
index 8ddb2b3..a16ed60 100644
--- a/src/tree/timelist.h
+++ b/src/tree/timelist.h
@@ -1,13 +1,25 @@
-// $Id: timelist.h,v 1.30 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: timelist.h,v 1.31 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // This files defines a time ordered container of Branch_ptr,
 // TimeList.  The TimeList is a wrapped std::list of all Branch
 // derived things associated with a particular tree.
diff --git a/src/tree/tree.cpp b/src/tree/tree.cpp
index 49a6fb0..e0422a9 100644
--- a/src/tree/tree.cpp
+++ b/src/tree/tree.cpp
@@ -1,13 +1,25 @@
-// $Id: tree.cpp,v 1.115 2013/06/03 17:23:13 jyamato Exp $
+// $Id: tree.cpp,v 1.117 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <algorithm>                    // for std::max and min
 #include <cassert>
 #include <iostream>                     // debugging
@@ -532,7 +544,7 @@ vector<Branch_ptr> Tree::FindBranchesBetween(double startint, double endint)
 
 //------------------------------------------------------------------------------------
 
-void Tree::NextInterval(Branch_ptr branch)
+void Tree::NextInterval(Branch_ptr)
 {
     // Deliberately blank; needed only in rectree.
 }
diff --git a/src/tree/tree.h b/src/tree/tree.h
index 6b4c13a..af5c059 100644
--- a/src/tree/tree.h
+++ b/src/tree/tree.h
@@ -1,13 +1,25 @@
-// $Id: tree.h,v 1.83 2013/06/03 17:23:13 jyamato Exp $
+// $Id: tree.h,v 1.85 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 /*******************************************************************
  Class Tree represents a genealogy (not necessarily a "tree" in the recombinant cases).  It has two subtypes,
  a PlainTree (no recombination) and a RecTree (with recombination) because the recombination machinery is too
@@ -196,8 +208,8 @@ class Tree
     DoubleVec1d PartitionThetasAtT(double time, force_type force, const ForceParameters & fp) const;
 
     // TreeSizeArranger.
-    virtual void  SetCurTargetLinkweightFrom(const BranchBuffer & brbuffer) { }; // no-op
-    virtual void  ClearCurTargetLinkweight() { };                                // no-op
+    virtual void  SetCurTargetLinkweightFrom(const BranchBuffer &) { }; // no-op
+    virtual void  ClearCurTargetLinkweight() { };                       // no-op
 
     // Simulation.
     virtual bool     SimulateDataIfNeeded();
diff --git a/src/tree/treesum.cpp b/src/tree/treesum.cpp
index 52f89d8..54dc98a 100644
--- a/src/tree/treesum.cpp
+++ b/src/tree/treesum.cpp
@@ -1,13 +1,25 @@
-// $Id: treesum.cpp,v 1.116 2013/11/08 21:46:21 mkkuhner Exp $
+// $Id: treesum.cpp,v 1.117 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <fstream>
 #include <iostream>
diff --git a/src/tree/treesum.h b/src/tree/treesum.h
index 3796b26..18a4555 100644
--- a/src/tree/treesum.h
+++ b/src/tree/treesum.h
@@ -1,13 +1,25 @@
 // $id: treesum.h,v 1.15 2002/10/29 22:01:19 ewalkup Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef TREESUM_H
 #define TREESUM_H
 
diff --git a/src/ui_interface/chainparam_interface.cpp b/src/ui_interface/chainparam_interface.cpp
index 6dda761..2cb2c1f 100644
--- a/src/ui_interface/chainparam_interface.cpp
+++ b/src/ui_interface/chainparam_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: chainparam_interface.cpp,v 1.36 2011/01/12 17:27:20 mkkuhner Exp $
+// $Id: chainparam_interface.cpp,v 1.37 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <iostream>
 #include "arranger.h"
diff --git a/src/ui_interface/chainparam_interface.h b/src/ui_interface/chainparam_interface.h
index cde96d1..2364bd4 100644
--- a/src/ui_interface/chainparam_interface.h
+++ b/src/ui_interface/chainparam_interface.h
@@ -1,13 +1,24 @@
-// $Id: chainparam_interface.h,v 1.35 2011/03/07 06:08:53 bobgian Exp $
+// $Id: chainparam_interface.h,v 1.36 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef CHAINPARAM_INTERFACE_H
 #define CHAINPARAM_INTERFACE_H
diff --git a/src/ui_interface/constraint_interface.cpp b/src/ui_interface/constraint_interface.cpp
index efb39cc..ebd01f3 100644
--- a/src/ui_interface/constraint_interface.cpp
+++ b/src/ui_interface/constraint_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: constraint_interface.cpp,v 1.9 2011/03/08 19:22:01 bobgian Exp $
+// $Id: constraint_interface.cpp,v 1.10 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <algorithm>    // for std::min()
 #include "constraint_interface.h"
diff --git a/src/ui_interface/constraint_interface.h b/src/ui_interface/constraint_interface.h
index 69d302a..6353617 100644
--- a/src/ui_interface/constraint_interface.h
+++ b/src/ui_interface/constraint_interface.h
@@ -1,13 +1,24 @@
-// $Id: constraint_interface.h,v 1.5 2011/03/08 19:22:01 bobgian Exp $
+// $Id: constraint_interface.h,v 1.6 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef CONSTRAINT_INTERFACE_H
 #define CONSTRAINT_INTERFACE_H
diff --git a/src/ui_interface/data_interface.cpp b/src/ui_interface/data_interface.cpp
index cd01fb1..74d12b8 100644
--- a/src/ui_interface/data_interface.cpp
+++ b/src/ui_interface/data_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: data_interface.cpp,v 1.33 2012/06/30 01:32:43 bobgian Exp $
+// $Id: data_interface.cpp,v 1.34 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <iostream>
 
diff --git a/src/ui_interface/data_interface.h b/src/ui_interface/data_interface.h
index 8c87bbf..d28d514 100644
--- a/src/ui_interface/data_interface.h
+++ b/src/ui_interface/data_interface.h
@@ -1,13 +1,24 @@
-// $Id: data_interface.h,v 1.23 2012/02/15 18:13:42 jmcgill Exp $
+// $Id: data_interface.h,v 1.24 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef DATA_INTERFACE_H
 #define DATA_INTERFACE_H
diff --git a/src/ui_interface/datamodel_interface.cpp b/src/ui_interface/datamodel_interface.cpp
index ef93895..88b49bf 100644
--- a/src/ui_interface/datamodel_interface.cpp
+++ b/src/ui_interface/datamodel_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: datamodel_interface.cpp,v 1.39 2011/03/07 06:08:53 bobgian Exp $
+// $Id: datamodel_interface.cpp,v 1.40 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <string>
diff --git a/src/ui_interface/datamodel_interface.h b/src/ui_interface/datamodel_interface.h
index eced294..7d3169f 100644
--- a/src/ui_interface/datamodel_interface.h
+++ b/src/ui_interface/datamodel_interface.h
@@ -1,13 +1,24 @@
-// $Id: datamodel_interface.h,v 1.29 2011/03/07 06:08:53 bobgian Exp $
+// $Id: datamodel_interface.h,v 1.30 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef DATAMODEL_INTERFACE_H
 #define DATAMODEL_INTERFACE_H
diff --git a/src/ui_interface/force_interface.cpp b/src/ui_interface/force_interface.cpp
index a660431..b727e83 100644
--- a/src/ui_interface/force_interface.cpp
+++ b/src/ui_interface/force_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: force_interface.cpp,v 1.63 2012/06/30 01:32:43 bobgian Exp $
+// $Id: force_interface.cpp,v 1.64 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <algorithm>    // for std::min()
diff --git a/src/ui_interface/force_interface.h b/src/ui_interface/force_interface.h
index bab832f..bfbb935 100644
--- a/src/ui_interface/force_interface.h
+++ b/src/ui_interface/force_interface.h
@@ -1,13 +1,24 @@
-// $Id: force_interface.h,v 1.39 2012/06/30 01:32:43 bobgian Exp $
+// $Id: force_interface.h,v 1.40 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef FORCE_INTERFACE_H
 #define FORCE_INTERFACE_H
diff --git a/src/ui_interface/front_end_warnings.cpp b/src/ui_interface/front_end_warnings.cpp
index 81c559b..05342b5 100644
--- a/src/ui_interface/front_end_warnings.cpp
+++ b/src/ui_interface/front_end_warnings.cpp
@@ -1,13 +1,25 @@
-// $Id: front_end_warnings.cpp,v 1.3 2011/03/08 19:22:01 bobgian Exp $
+// $Id: front_end_warnings.cpp,v 1.4 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "front_end_warnings.h"
 #include "vectorx.h"
 
diff --git a/src/ui_interface/front_end_warnings.h b/src/ui_interface/front_end_warnings.h
index 97fe3a6..a8180d9 100644
--- a/src/ui_interface/front_end_warnings.h
+++ b/src/ui_interface/front_end_warnings.h
@@ -1,13 +1,24 @@
-// $Id: front_end_warnings.h,v 1.3 2011/03/07 06:08:53 bobgian Exp $
+// $Id: front_end_warnings.h,v 1.4 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef FRONT_END_WARNINGS_H
 #define FRONT_END_WARNINGS_H
diff --git a/src/ui_interface/prior_interface.cpp b/src/ui_interface/prior_interface.cpp
index 7761a0e..17aade6 100644
--- a/src/ui_interface/prior_interface.cpp
+++ b/src/ui_interface/prior_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: prior_interface.cpp,v 1.13 2012/06/30 01:32:43 bobgian Exp $
+// $Id: prior_interface.cpp,v 1.14 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_interface/prior_interface.h b/src/ui_interface/prior_interface.h
index 07cdedb..ae76c11 100644
--- a/src/ui_interface/prior_interface.h
+++ b/src/ui_interface/prior_interface.h
@@ -1,13 +1,24 @@
-// $Id: prior_interface.h,v 1.8 2012/06/30 01:32:43 bobgian Exp $
+// $Id: prior_interface.h,v 1.9 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef PRIOR_INTERFACE_H
 #define PRIOR_INTERFACE_H
diff --git a/src/ui_interface/profile_interface.cpp b/src/ui_interface/profile_interface.cpp
index a3c82ac..490f40f 100644
--- a/src/ui_interface/profile_interface.cpp
+++ b/src/ui_interface/profile_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: profile_interface.cpp,v 1.27 2011/03/07 06:08:53 bobgian Exp $
+// $Id: profile_interface.cpp,v 1.28 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <iostream>
diff --git a/src/ui_interface/profile_interface.h b/src/ui_interface/profile_interface.h
index 2f99c8f..52038e1 100644
--- a/src/ui_interface/profile_interface.h
+++ b/src/ui_interface/profile_interface.h
@@ -1,13 +1,24 @@
-// $Id: profile_interface.h,v 1.21 2011/03/07 06:08:53 bobgian Exp $
+// $Id: profile_interface.h,v 1.22 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef PROFILE_INTERFACE_H
 #define PROFILE_INTERFACE_H
diff --git a/src/ui_interface/setget.h b/src/ui_interface/setget.h
index 1e9c328..fadc28b 100644
--- a/src/ui_interface/setget.h
+++ b/src/ui_interface/setget.h
@@ -1,13 +1,24 @@
-// $Id: setget.h,v 1.45 2011/03/07 06:08:53 bobgian Exp $
+// $Id: setget.h,v 1.47 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef SETGET_H
 #define SETGET_H
@@ -48,23 +59,23 @@ class SetGet
     virtual const string & UIKey()
     { return uikey;};
     // Get a string describing what will be set/gotten
-    virtual string Description(UIVars& vars, UIId id)
+    virtual string Description(UIVars&, UIId)
     { return UIKey();};
     //Get a string describing the min/max values possible.
-    virtual string Min(UIVars& vars, UIId id) { return ToString(FLAGDOUBLE);};
-    virtual string Max(UIVars& vars, UIId id) { return ToString(FLAGDOUBLE);};
+    virtual string Min(UIVars&, UIId) { return ToString(FLAGDOUBLE);};
+    virtual string Max(UIVars&, UIId) { return ToString(FLAGDOUBLE);};
     // Get a string that represents the value stored in the backend
     virtual std::string GetPrintString(UIVars& vars, UIId id) = 0;
-    virtual std::string NextToggleValue(UIVars& vars, UIId id)
+    virtual std::string NextToggleValue(UIVars&, UIId)
     { throw implementation_error("no toggle possible");};
     // returns true if the values associated with id for this
     // menu item are internally consistent -- used to verify
     // that two or more values are mutually OK.
-    virtual bool IsConsistent(UIVars& vars, UIId id)
+    virtual bool IsConsistent(UIVars&, UIId)
     {
         return true;
     };
-    virtual void SetFromString(UIVars& vars, UIId id, string stringVal)
+    virtual void SetFromString(UIVars&, UIId, string)
     { throw implementation_error("no SetFromString possible");};
 };
 
@@ -84,7 +95,7 @@ class GetTemplate : public SetGet
     virtual std::string GetPrintString(UIVars& vars, UIId id)
     { return MakePrintString(vars,Get(vars,id));};
     // how these values should be printed out
-    virtual std::string MakePrintString(UIVars& vars,ValType v)
+    virtual std::string MakePrintString(UIVars&,ValType v)
     { return ToString(v);};
 };
 
@@ -255,7 +266,7 @@ class SetGetBool : public SetGetTemplate<bool>
   public:
     SetGetBool(const std::string & key): SetGetTemplate<bool>(key) {};
     virtual ~SetGetBool() {};
-    virtual bool GetValFromString(UIVars& vars,string input)
+    virtual bool GetValFromString(UIVars&,string input)
     { return ProduceBoolOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars,UIId id)
     { bool v = Get(vars,id); return ToString(!v);};
@@ -270,7 +281,7 @@ class SetGetDouble : public SetGetTemplate<double>
   public:
     SetGetDouble(const std::string & key): SetGetTemplate<double>(key) {};
     virtual ~SetGetDouble() {};
-    virtual double GetValFromString(UIVars& vars,string input)
+    virtual double GetValFromString(UIVars&,string input)
     { return ProduceDoubleOrBarf(input);};
 };
 
@@ -283,7 +294,7 @@ class SetGetGrowthScheme : public SetGetTemplate<growth_scheme>
   public:
     SetGetGrowthScheme(const std::string & key): SetGetTemplate<growth_scheme>(key) {};
     virtual ~SetGetGrowthScheme() {};
-    virtual growth_scheme GetValFromString(UIVars& vars,string input)
+    virtual growth_scheme GetValFromString(UIVars&,string input)
     { return ProduceGrowthSchemeOrBarf(input);};
 };
 
@@ -296,7 +307,7 @@ class SetGetGrowthType : public SetGetTemplate<growth_type>
   public:
     SetGetGrowthType(const std::string & key): SetGetTemplate<growth_type>(key) {};
     virtual ~SetGetGrowthType() {};
-    virtual growth_type GetValFromString(UIVars& vars,string input)
+    virtual growth_type GetValFromString(UIVars&,string input)
     { return ProduceGrowthTypeOrBarf(input);};
 };
 
@@ -309,7 +320,7 @@ class SetGetSelectionType : public SetGetTemplate<selection_type>
   public:
     SetGetSelectionType(const std::string & key): SetGetTemplate<selection_type>(key) {};
     virtual ~SetGetSelectionType() {};
-    virtual selection_type GetValFromString(UIVars& vars,string input)
+    virtual selection_type GetValFromString(UIVars&,string input)
     { return ProduceSelectionTypeOrBarf(input);};
 };
 
@@ -322,7 +333,7 @@ class SetGetLong : public SetGetTemplate<long int>
   public:
     SetGetLong(const std::string & key): SetGetTemplate<long int>(key) {};
     virtual ~SetGetLong() {};
-    virtual long int GetValFromString(UIVars& vars,string input)
+    virtual long int GetValFromString(UIVars&,string input)
     { return ProduceLongOrBarf(input);};
 };
 
@@ -335,7 +346,7 @@ class SetGetMethodType : public SetGetTemplate<method_type>
   public:
     SetGetMethodType(const std::string & key): SetGetTemplate<method_type>(key) {};
     virtual ~SetGetMethodType() {};
-    virtual method_type GetValFromString(UIVars& vars,string input)
+    virtual method_type GetValFromString(UIVars&,string input)
     { return ProduceMethodTypeOrBarf(input);};
 };
 
@@ -348,7 +359,7 @@ class SetGetString : public SetGetTemplate<std::string>
   public:
     SetGetString(const std::string & key): SetGetTemplate<std::string>(key) {};
     virtual ~SetGetString() {};
-    virtual string GetValFromString(UIVars& vars,string input)
+    virtual string GetValFromString(UIVars&,string input)
     { return input;};
 };
 
@@ -361,7 +372,7 @@ class SetGetModelType : public SetGetTemplate<model_type>
   public:
     SetGetModelType(const std::string & key): SetGetTemplate<model_type>(key) {};
     virtual ~SetGetModelType() {};
-    virtual model_type GetValFromString(UIVars& vars,string input)
+    virtual model_type GetValFromString(UIVars&,string input)
     { return ProduceModelTypeOrBarf(input);};
 };
 
@@ -374,7 +385,7 @@ class SetGetProftype : public SetGetTemplate<proftype>
   public:
     SetGetProftype(const std::string & key): SetGetTemplate<proftype>(key) {};
     virtual ~SetGetProftype() {};
-    virtual proftype GetValFromString(UIVars& vars,string input)
+    virtual proftype GetValFromString(UIVars&,string input)
     { return ProduceProftypeOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars,UIId id)
     {
@@ -400,7 +411,7 @@ class SetGetIndividualParamstatus : public SetGetTemplate<ParamStatus>
   public:
     SetGetIndividualParamstatus(const std::string & key): SetGetTemplate<ParamStatus>(key) {};
     virtual ~SetGetIndividualParamstatus() {};
-    virtual ParamStatus GetValFromString(UIVars& vars,string input)
+    virtual ParamStatus GetValFromString(UIVars&,string input)
     { return ProduceParamstatusOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars,UIId id)
     {
@@ -413,7 +424,7 @@ class SetGetGroupParamstatus : public SetGetTemplate<ParamStatus>
   public:
     SetGetGroupParamstatus(const std::string & key): SetGetTemplate<ParamStatus>(key) {};
     virtual ~SetGetGroupParamstatus() {};
-    virtual ParamStatus GetValFromString(UIVars& vars,string input)
+    virtual ParamStatus GetValFromString(UIVars&,string input)
     { return ProduceParamstatusOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars,UIId id)
     {
@@ -431,7 +442,7 @@ class SetGetVerbosityType : public SetGetTemplate<verbosity_type>
     SetGetVerbosityType(const std::string & key)
         : SetGetTemplate<verbosity_type>(key) {};
     virtual ~SetGetVerbosityType() {};
-    virtual verbosity_type GetValFromString(UIVars& vars,string input)
+    virtual verbosity_type GetValFromString(UIVars&,string input)
     { return ProduceVerbosityTypeOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars, UIId id)
     {
@@ -465,7 +476,7 @@ class SetGetVerbosityTypeNoNone : public SetGetTemplate<verbosity_type>
     SetGetVerbosityTypeNoNone(const std::string & key)
         : SetGetTemplate<verbosity_type>(key) {};
     virtual ~SetGetVerbosityTypeNoNone() {};
-    virtual verbosity_type GetValFromString(UIVars& vars, string input)
+    virtual verbosity_type GetValFromString(UIVars&, string input)
     { return ProduceVerbosityTypeOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars, UIId id)
     {
@@ -497,7 +508,7 @@ class SetGetPriorType : public SetGetTemplate<priortype>
     SetGetPriorType(const std::string & key)
         : SetGetTemplate<priortype>(key) {};
     virtual ~SetGetPriorType() {};
-    virtual priortype GetValFromString(UIVars& vars, string input)
+    virtual priortype GetValFromString(UIVars&, string input)
     { return ProducePriorTypeOrBarf(input);};
     virtual std::string NextToggleValue(UIVars& vars, UIId id)
     {
@@ -528,7 +539,7 @@ class SetGetLongVec1d : public SetGetTemplate<LongVec1d>
     SetGetLongVec1d(const std::string & key)
         : SetGetTemplate<LongVec1d>(key) {};
     virtual ~SetGetLongVec1d() {};
-    virtual LongVec1d  GetValFromString(UIVars& vars, string input)
+    virtual LongVec1d  GetValFromString(UIVars&, string input)
     {   return ProduceLongVec1dOrBarf(input); };
 };
 
@@ -542,7 +553,7 @@ class SetGetProftypeVec1d : public SetGetTemplate<ProftypeVec1d>
     SetGetProftypeVec1d(const std::string & key)
         : SetGetTemplate<ProftypeVec1d>(key) {};
     virtual ~SetGetProftypeVec1d() {};
-    virtual ProftypeVec1d  GetValFromString(UIVars& vars, string input)
+    virtual ProftypeVec1d  GetValFromString(UIVars&, string input)
     {   return ProduceProftypeVec1dOrBarf(input); };
 };
 
@@ -554,7 +565,7 @@ class SetGetBoolEnabled : public SetGetBool
   public:
     SetGetBoolEnabled(const std::string & key) : SetGetBool(key) {};
     virtual ~SetGetBoolEnabled() {};
-    virtual std::string MakePrintString(UIVars& vars, bool val)
+    virtual std::string MakePrintString(UIVars&, bool val)
     {
         if(val) return "Enabled";
         return "Disabled";
@@ -569,7 +580,7 @@ class SetGetBoolOnOff : public SetGetBool
   public:
     SetGetBoolOnOff(const std::string & key) : SetGetBool(key) {};
     virtual ~SetGetBoolOnOff() {};
-    virtual std::string MakePrintString(UIVars& vars, bool val)
+    virtual std::string MakePrintString(UIVars&, bool val)
     {
         if(val) return "On";
         return "Off";
@@ -584,7 +595,7 @@ class SetGetBoolReadWrite : public SetGetBool
   public:
     SetGetBoolReadWrite(const std::string & key) : SetGetBool(key) {};
     virtual ~SetGetBoolReadWrite() {};
-    virtual std::string MakePrintString(UIVars& vars, bool val)
+    virtual std::string MakePrintString(UIVars&, bool val)
     {
         if(val) return "Write";
         return "Read";
@@ -597,10 +608,10 @@ class SetGetNoval : public SetGetTemplate<noval>
     SetGetNoval(const std::string & key)
         : SetGetTemplate<noval>(key) {};
     virtual ~SetGetNoval() {};
-    virtual noval Get(UIVars& vars, UIId id) { return noval_none;};
-    virtual noval GetValFromString(UIVars& vars, string input)
+    virtual noval Get(UIVars&, UIId) { return noval_none;};
+    virtual noval GetValFromString(UIVars&, string)
     { return noval_none;};
-    virtual std::string NextToggleValue(UIVars& vars, UIId id)
+    virtual std::string NextToggleValue(UIVars&, UIId)
     { return ToString(noval_none);};
 };
 
diff --git a/src/ui_interface/setgetmachine.cpp b/src/ui_interface/setgetmachine.cpp
index e244a17..d51634c 100644
--- a/src/ui_interface/setgetmachine.cpp
+++ b/src/ui_interface/setgetmachine.cpp
@@ -1,13 +1,24 @@
-// $Id: setgetmachine.cpp,v 1.95 2012/06/30 01:32:43 bobgian Exp $
+// $Id: setgetmachine.cpp,v 1.96 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <string>
diff --git a/src/ui_interface/setgetmachine.h b/src/ui_interface/setgetmachine.h
index d6c151f..54162df 100644
--- a/src/ui_interface/setgetmachine.h
+++ b/src/ui_interface/setgetmachine.h
@@ -1,13 +1,25 @@
-// $Id: setgetmachine.h,v 1.30 2012/06/30 01:32:43 bobgian Exp $
+// $Id: setgetmachine.h,v 1.31 2018/01/03 21:33:04 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef SETGETMACHINE_H
 #define SETGETMACHINE_H
 
diff --git a/src/ui_interface/traitmodel_interface.cpp b/src/ui_interface/traitmodel_interface.cpp
index 16d45b7..dd11c0b 100644
--- a/src/ui_interface/traitmodel_interface.cpp
+++ b/src/ui_interface/traitmodel_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: traitmodel_interface.cpp,v 1.7 2011/03/07 06:08:53 bobgian Exp $
+// $Id: traitmodel_interface.cpp,v 1.8 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_interface/traitmodel_interface.h b/src/ui_interface/traitmodel_interface.h
index 16f1c95..1ebfee5 100644
--- a/src/ui_interface/traitmodel_interface.h
+++ b/src/ui_interface/traitmodel_interface.h
@@ -1,13 +1,24 @@
-// $Id: traitmodel_interface.h,v 1.5 2011/03/07 06:08:53 bobgian Exp $
+// $Id: traitmodel_interface.h,v 1.6 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef TRAITMODEL_INTERFACE_H
 #define TRAITMODEL_INTERFACE_H
diff --git a/src/ui_interface/ui_constants.cpp b/src/ui_interface/ui_constants.cpp
index b2439b4..39c76f7 100644
--- a/src/ui_interface/ui_constants.cpp
+++ b/src/ui_interface/ui_constants.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_constants.cpp,v 1.9 2010/03/02 23:12:31 bobgian Exp $
+// $Id: ui_constants.cpp,v 1.10 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include "ui_constants.h"
 
diff --git a/src/ui_interface/ui_constants.h b/src/ui_interface/ui_constants.h
index c8eb456..906c9dc 100644
--- a/src/ui_interface/ui_constants.h
+++ b/src/ui_interface/ui_constants.h
@@ -1,13 +1,24 @@
-// $Id: ui_constants.h,v 1.12 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_constants.h,v 1.13 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_CONSTANTS_H
 #define UI_CONSTANTS_H
diff --git a/src/ui_interface/ui_id.cpp b/src/ui_interface/ui_id.cpp
index 720a815..7a5ce82 100644
--- a/src/ui_interface/ui_id.cpp
+++ b/src/ui_interface/ui_id.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_id.cpp,v 1.11 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_id.cpp,v 1.12 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_interface/ui_id.h b/src/ui_interface/ui_id.h
index 15c6c97..025d9ab 100644
--- a/src/ui_interface/ui_id.h
+++ b/src/ui_interface/ui_id.h
@@ -1,13 +1,24 @@
-// $Id: ui_id.h,v 1.9 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_id.h,v 1.10 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UIID_H
 #define UIID_H
diff --git a/src/ui_interface/ui_interface.cpp b/src/ui_interface/ui_interface.cpp
index dcc6927..3d94bbd 100644
--- a/src/ui_interface/ui_interface.cpp
+++ b/src/ui_interface/ui_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_interface.cpp,v 1.51 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_interface.cpp,v 1.52 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <string>
 #include <fstream>
diff --git a/src/ui_interface/ui_interface.h b/src/ui_interface/ui_interface.h
index 88db694..b8e23ff 100644
--- a/src/ui_interface/ui_interface.h
+++ b/src/ui_interface/ui_interface.h
@@ -1,13 +1,24 @@
-// $Id: ui_interface.h,v 1.43 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_interface.h,v 1.44 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_INTERFACE_H
 #define UI_INTERFACE_H
diff --git a/src/ui_interface/ui_regid.cpp b/src/ui_interface/ui_regid.cpp
index deda3ae..0ce4318 100644
--- a/src/ui_interface/ui_regid.cpp
+++ b/src/ui_interface/ui_regid.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_regid.cpp,v 1.7 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_regid.cpp,v 1.8 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_interface/ui_regid.h b/src/ui_interface/ui_regid.h
index 35481f3..7a21edb 100644
--- a/src/ui_interface/ui_regid.h
+++ b/src/ui_interface/ui_regid.h
@@ -1,13 +1,24 @@
-// $Id: ui_regid.h,v 1.5 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_regid.h,v 1.6 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 //This is not much more than a struct right now, but has some complexity in
 // the constructors.  If you give it a region, locus, and the UIVars, it uses
diff --git a/src/ui_interface/ui_strings.cpp b/src/ui_interface/ui_strings.cpp
index 38968c0..edefc65 100644
--- a/src/ui_interface/ui_strings.cpp
+++ b/src/ui_interface/ui_strings.cpp
@@ -1,13 +1,25 @@
-// $Id: ui_strings.cpp,v 1.103 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_strings.cpp,v 1.104 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <string>
 
 #include "local_build.h"
diff --git a/src/ui_interface/ui_strings.h b/src/ui_interface/ui_strings.h
index d418336..07837d7 100644
--- a/src/ui_interface/ui_strings.h
+++ b/src/ui_interface/ui_strings.h
@@ -1,13 +1,24 @@
-// $Id: ui_strings.h,v 1.89 2012/03/23 20:33:37 ewalkup Exp $
+// $Id: ui_strings.h,v 1.90 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_STRINGS_H
 #define UI_STRINGS_H
diff --git a/src/ui_interface/ui_warnings.cpp b/src/ui_interface/ui_warnings.cpp
index 2ebd15f..c824756 100644
--- a/src/ui_interface/ui_warnings.cpp
+++ b/src/ui_interface/ui_warnings.cpp
@@ -1,13 +1,25 @@
-// $Id: ui_warnings.cpp,v 1.4 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_warnings.cpp,v 1.5 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <string>
 #include "ui_warnings.h"
 
diff --git a/src/ui_interface/ui_warnings.h b/src/ui_interface/ui_warnings.h
index 648689c..c2bbb45 100644
--- a/src/ui_interface/ui_warnings.h
+++ b/src/ui_interface/ui_warnings.h
@@ -1,13 +1,24 @@
-// $Id: ui_warnings.h,v 1.3 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_warnings.h,v 1.4 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_WARNINGS_H
 #define UI_WARNINGS_H
diff --git a/src/ui_interface/userparam_interface.cpp b/src/ui_interface/userparam_interface.cpp
index d2ab24e..dae7396 100644
--- a/src/ui_interface/userparam_interface.cpp
+++ b/src/ui_interface/userparam_interface.cpp
@@ -1,13 +1,24 @@
-// $Id: userparam_interface.cpp,v 1.35 2012/06/30 01:32:43 bobgian Exp $
+// $Id: userparam_interface.cpp,v 1.36 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <iostream>
 
diff --git a/src/ui_interface/userparam_interface.h b/src/ui_interface/userparam_interface.h
index 36e6a20..09a4999 100644
--- a/src/ui_interface/userparam_interface.h
+++ b/src/ui_interface/userparam_interface.h
@@ -1,13 +1,24 @@
-// $Id: userparam_interface.h,v 1.38 2012/06/30 01:32:43 bobgian Exp $
+// $Id: userparam_interface.h,v 1.39 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef USERPARAM_INTERFACE_H
 #define USERPARAM_INTERFACE_H
diff --git a/src/ui_util/undoredochain.cpp b/src/ui_util/undoredochain.cpp
index b5f6331..ffb7006 100644
--- a/src/ui_util/undoredochain.cpp
+++ b/src/ui_util/undoredochain.cpp
@@ -1,13 +1,24 @@
-// $Id: undoredochain.cpp,v 1.25 2012/06/30 01:32:43 bobgian Exp $
+// $Id: undoredochain.cpp,v 1.26 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <stack>
 #include <iostream>
diff --git a/src/ui_util/undoredochain.h b/src/ui_util/undoredochain.h
index 49ca4a8..3413cb4 100644
--- a/src/ui_util/undoredochain.h
+++ b/src/ui_util/undoredochain.h
@@ -1,13 +1,24 @@
-// $Id: undoredochain.h,v 1.19 2011/03/07 06:08:53 bobgian Exp $
+// $Id: undoredochain.h,v 1.20 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UNDOREDOCHAIN_H
 #define UNDOREDOCHAIN_H
diff --git a/src/ui_vars/report_strings.cpp b/src/ui_vars/report_strings.cpp
index 5337b4d..5442bef 100644
--- a/src/ui_vars/report_strings.cpp
+++ b/src/ui_vars/report_strings.cpp
@@ -1,13 +1,25 @@
-// $Id: report_strings.cpp,v 1.7 2011/03/08 19:22:01 bobgian Exp $
+// $Id: report_strings.cpp,v 1.8 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "report_strings.h"
 
 using std::string;
diff --git a/src/ui_vars/report_strings.h b/src/ui_vars/report_strings.h
index 4056e75..ce6f636 100644
--- a/src/ui_vars/report_strings.h
+++ b/src/ui_vars/report_strings.h
@@ -1,13 +1,25 @@
-// $Id: report_strings.h,v 1.7 2011/03/08 19:22:01 bobgian Exp $
+// $Id: report_strings.h,v 1.8 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef REPORT_STRINGS_H
 #define REPORT_STRINGS_H
 
diff --git a/src/ui_vars/ui_vars.cpp b/src/ui_vars/ui_vars.cpp
index f9c7604..7f3d3df 100644
--- a/src/ui_vars/ui_vars.cpp
+++ b/src/ui_vars/ui_vars.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars.cpp,v 1.26 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_vars.cpp,v 1.27 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_vars/ui_vars.h b/src/ui_vars/ui_vars.h
index 3d0874e..61ddc01 100644
--- a/src/ui_vars/ui_vars.h
+++ b/src/ui_vars/ui_vars.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars.h,v 1.15 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_vars.h,v 1.16 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_H
 #define UI_VARS_H
diff --git a/src/ui_vars/ui_vars_chainparams.cpp b/src/ui_vars/ui_vars_chainparams.cpp
index 6add31c..6872eef 100644
--- a/src/ui_vars/ui_vars_chainparams.cpp
+++ b/src/ui_vars/ui_vars_chainparams.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_chainparams.cpp,v 1.39 2012/05/15 06:21:48 ewalkup Exp $
+// $Id: ui_vars_chainparams.cpp,v 1.40 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_vars/ui_vars_chainparams.h b/src/ui_vars/ui_vars_chainparams.h
index ea9d7e2..689c748 100644
--- a/src/ui_vars/ui_vars_chainparams.h
+++ b/src/ui_vars/ui_vars_chainparams.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_chainparams.h,v 1.17 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_vars_chainparams.h,v 1.18 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_CHAINPARAMS_H
 #define UI_VARS_CHAINPARAMS_H
diff --git a/src/ui_vars/ui_vars_component.cpp b/src/ui_vars/ui_vars_component.cpp
index 000c5d7..3fcde7a 100644
--- a/src/ui_vars/ui_vars_component.cpp
+++ b/src/ui_vars/ui_vars_component.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_component.cpp,v 1.5 2010/03/02 23:12:32 bobgian Exp $
+// $Id: ui_vars_component.cpp,v 1.6 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <cstddef>              // for NULL
diff --git a/src/ui_vars/ui_vars_component.h b/src/ui_vars/ui_vars_component.h
index cfd15f8..2c5cb39 100644
--- a/src/ui_vars/ui_vars_component.h
+++ b/src/ui_vars/ui_vars_component.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_component.h,v 1.8 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_vars_component.h,v 1.9 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_COMPONENT_H
 #define UI_VARS_COMPONENT_H
diff --git a/src/ui_vars/ui_vars_datamodel.cpp b/src/ui_vars/ui_vars_datamodel.cpp
index 68c3bd6..624209e 100644
--- a/src/ui_vars/ui_vars_datamodel.cpp
+++ b/src/ui_vars/ui_vars_datamodel.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_datamodel.cpp,v 1.41 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_vars_datamodel.cpp,v 1.42 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_vars/ui_vars_datamodel.h b/src/ui_vars/ui_vars_datamodel.h
index 8a74085..764f12d 100644
--- a/src/ui_vars/ui_vars_datamodel.h
+++ b/src/ui_vars/ui_vars_datamodel.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_datamodel.h,v 1.24 2011/03/07 06:08:53 bobgian Exp $
+// $Id: ui_vars_datamodel.h,v 1.25 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_DATAMODEL_H
 #define UI_VARS_DATAMODEL_H
diff --git a/src/ui_vars/ui_vars_datapackplus.cpp b/src/ui_vars/ui_vars_datapackplus.cpp
index 578177e..ce93bac 100644
--- a/src/ui_vars/ui_vars_datapackplus.cpp
+++ b/src/ui_vars/ui_vars_datapackplus.cpp
@@ -1,13 +1,25 @@
-// $Id: ui_vars_datapackplus.cpp,v 1.36 2013/11/08 21:46:22 mkkuhner Exp $
+// $Id: ui_vars_datapackplus.cpp,v 1.37 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <set>
 
diff --git a/src/ui_vars/ui_vars_datapackplus.h b/src/ui_vars/ui_vars_datapackplus.h
index f16782b..ba18016 100644
--- a/src/ui_vars/ui_vars_datapackplus.h
+++ b/src/ui_vars/ui_vars_datapackplus.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_datapackplus.h,v 1.23 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_vars_datapackplus.h,v 1.24 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_DATAPACK_PLUS_H
 #define UI_VARS_DATAPACK_PLUS_H
diff --git a/src/ui_vars/ui_vars_forces.cpp b/src/ui_vars/ui_vars_forces.cpp
index 23923ee..52fb91a 100644
--- a/src/ui_vars/ui_vars_forces.cpp
+++ b/src/ui_vars/ui_vars_forces.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_forces.cpp,v 1.94 2013/11/08 21:46:22 mkkuhner Exp $
+// $Id: ui_vars_forces.cpp,v 1.95 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <algorithm>
diff --git a/src/ui_vars/ui_vars_forces.h b/src/ui_vars/ui_vars_forces.h
index 6e509a8..ed39c66 100644
--- a/src/ui_vars/ui_vars_forces.h
+++ b/src/ui_vars/ui_vars_forces.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_forces.h,v 1.56 2013/10/25 17:00:53 mkkuhner Exp $
+// $Id: ui_vars_forces.h,v 1.57 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 // This file contains two classes (one with subclasses) which are derived from UIVarsComponent.
 // UIVarsSingleForce represents one force; it has a subtype UIVars2DForce for forces whose
diff --git a/src/ui_vars/ui_vars_prior.cpp b/src/ui_vars/ui_vars_prior.cpp
index 8882208..c74ce89 100644
--- a/src/ui_vars/ui_vars_prior.cpp
+++ b/src/ui_vars/ui_vars_prior.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_prior.cpp,v 1.16 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_vars_prior.cpp,v 1.17 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_vars/ui_vars_prior.h b/src/ui_vars/ui_vars_prior.h
index bce5362..850c610 100644
--- a/src/ui_vars/ui_vars_prior.h
+++ b/src/ui_vars/ui_vars_prior.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_prior.h,v 1.9 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_vars_prior.h,v 1.10 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_PRIOR_H
 #define UI_VARS_PRIOR_H
diff --git a/src/ui_vars/ui_vars_traitmodels.cpp b/src/ui_vars/ui_vars_traitmodels.cpp
index 4f6ed5e..8eee672 100644
--- a/src/ui_vars/ui_vars_traitmodels.cpp
+++ b/src/ui_vars/ui_vars_traitmodels.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_traitmodels.cpp,v 1.18 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_vars_traitmodels.cpp,v 1.19 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 
diff --git a/src/ui_vars/ui_vars_traitmodels.h b/src/ui_vars/ui_vars_traitmodels.h
index 39ffa0c..6850c0b 100644
--- a/src/ui_vars/ui_vars_traitmodels.h
+++ b/src/ui_vars/ui_vars_traitmodels.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_traitmodels.h,v 1.11 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_vars_traitmodels.h,v 1.12 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_TRAITMODELS_H
 #define UI_VARS_TRAITMODELS_H
diff --git a/src/ui_vars/ui_vars_userparams.cpp b/src/ui_vars/ui_vars_userparams.cpp
index d3c95ed..a61f659 100644
--- a/src/ui_vars/ui_vars_userparams.cpp
+++ b/src/ui_vars/ui_vars_userparams.cpp
@@ -1,13 +1,24 @@
-// $Id: ui_vars_userparams.cpp,v 1.36 2013/10/25 17:00:53 mkkuhner Exp $
+// $Id: ui_vars_userparams.cpp,v 1.37 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #include <cassert>
 #include <fstream> //For summary file testing.
diff --git a/src/ui_vars/ui_vars_userparams.h b/src/ui_vars/ui_vars_userparams.h
index 4e4fd98..75c7c3b 100644
--- a/src/ui_vars/ui_vars_userparams.h
+++ b/src/ui_vars/ui_vars_userparams.h
@@ -1,13 +1,24 @@
-// $Id: ui_vars_userparams.h,v 1.24 2012/06/30 01:32:43 bobgian Exp $
+// $Id: ui_vars_userparams.h,v 1.25 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
- *  Copyright 2004  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
- *
- *  This software is distributed free of charge for non-commercial use
- *  and is copyrighted.  Of course, we do not guarantee that the software
- *  works, and are not responsible for any damage you may cause or have.
- *
- */
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+*/
+
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
 
 #ifndef UI_VARS_USERPARAMS_H
 #define UI_VARS_USERPARAMS_H
diff --git a/src/xml/lamarc_input_schema.h b/src/xml/lamarc_input_schema.h
index 7f1ea59..5172938 100644
--- a/src/xml/lamarc_input_schema.h
+++ b/src/xml/lamarc_input_schema.h
@@ -1,13 +1,25 @@
-// $Id: lamarc_input_schema.h,v 1.19 2010/03/17 17:26:00 bobgian Exp $
+// $Id: lamarc_input_schema.h,v 1.20 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // NOTE -- this file is no longer used by lamarc. It is kept in the
 // cvs archive since it is a useful reference. -- ewalkup
 
diff --git a/src/xml/lamarcschema.cpp b/src/xml/lamarcschema.cpp
index 7124eaf..19df503 100644
--- a/src/xml/lamarcschema.cpp
+++ b/src/xml/lamarcschema.cpp
@@ -1,13 +1,25 @@
-// $Id: lamarcschema.cpp,v 1.37 2012/06/30 01:32:43 bobgian Exp $
+// $Id: lamarcschema.cpp,v 1.38 2018/01/03 21:33:05 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "local_build.h"
 #include "parsetreeschema.h"
 #include "xml_strings.h"
diff --git a/src/xml/parsetreeschema.cpp b/src/xml/parsetreeschema.cpp
index 06dcf59..67027b1 100644
--- a/src/xml/parsetreeschema.cpp
+++ b/src/xml/parsetreeschema.cpp
@@ -1,13 +1,25 @@
-// $Id: parsetreeschema.cpp,v 1.6 2011/03/08 19:22:01 bobgian Exp $
+// $Id: parsetreeschema.cpp,v 1.7 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <iostream>
 
diff --git a/src/xml/parsetreeschema.h b/src/xml/parsetreeschema.h
index 3a4e319..0c4fedc 100644
--- a/src/xml/parsetreeschema.h
+++ b/src/xml/parsetreeschema.h
@@ -1,13 +1,25 @@
-// $Id: parsetreeschema.h,v 1.5 2011/03/07 06:08:54 bobgian Exp $
+// $Id: parsetreeschema.h,v 1.6 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PARSETREESCHEMA_H
 #define PARSETREESCHEMA_H
 
diff --git a/src/xml/parsetreetodata.cpp b/src/xml/parsetreetodata.cpp
index f03e4dc..1a01303 100644
--- a/src/xml/parsetreetodata.cpp
+++ b/src/xml/parsetreetodata.cpp
@@ -1,13 +1,25 @@
-// $Id: parsetreetodata.cpp,v 1.57 2013/11/08 21:46:22 mkkuhner Exp $
+// $Id: parsetreetodata.cpp,v 1.58 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 #include <boost/algorithm/string.hpp>
 
diff --git a/src/xml/parsetreetodata.h b/src/xml/parsetreetodata.h
index aed444e..cc0b9fa 100644
--- a/src/xml/parsetreetodata.h
+++ b/src/xml/parsetreetodata.h
@@ -1,13 +1,25 @@
-// $Id: parsetreetodata.h,v 1.19 2012/06/30 01:32:43 bobgian Exp $
+// $Id: parsetreetodata.h,v 1.20 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PARSETREETODATA_H
 #define PARSETREETODATA_H
 
diff --git a/src/xml/parsetreetosettings.cpp b/src/xml/parsetreetosettings.cpp
index 996b10d..4cf3d89 100644
--- a/src/xml/parsetreetosettings.cpp
+++ b/src/xml/parsetreetosettings.cpp
@@ -1,13 +1,25 @@
-// $Id: parsetreetosettings.cpp,v 1.85 2013/06/03 17:23:13 jyamato Exp $
+// $Id: parsetreetosettings.cpp,v 1.86 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "local_build.h"
diff --git a/src/xml/parsetreetosettings.h b/src/xml/parsetreetosettings.h
index fb213f2..2cc999b 100644
--- a/src/xml/parsetreetosettings.h
+++ b/src/xml/parsetreetosettings.h
@@ -1,13 +1,25 @@
-// $Id: parsetreetosettings.h,v 1.17 2011/03/07 06:08:54 bobgian Exp $
+// $Id: parsetreetosettings.h,v 1.18 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PARSETREETOSETTINGS_H
 #define PARSETREETOSETTINGS_H
 
diff --git a/src/xml/parsetreewalker.cpp b/src/xml/parsetreewalker.cpp
index 63909ea..bc87abf 100644
--- a/src/xml/parsetreewalker.cpp
+++ b/src/xml/parsetreewalker.cpp
@@ -1,13 +1,25 @@
-// $Id: parsetreewalker.cpp,v 1.11 2013/08/22 18:03:12 jmcgill Exp $
+// $Id: parsetreewalker.cpp,v 1.12 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include "menu_strings.h"   // for menustr::emptyString
 #include "parsetreewalker.h"
 #include "stringx.h"        // for StripLeadingSpaces and similar
diff --git a/src/xml/parsetreewalker.h b/src/xml/parsetreewalker.h
index eddeadc..cbc1d44 100644
--- a/src/xml/parsetreewalker.h
+++ b/src/xml/parsetreewalker.h
@@ -1,13 +1,25 @@
-// $Id: parsetreewalker.h,v 1.10 2013/08/22 18:03:12 jmcgill Exp $
+// $Id: parsetreewalker.h,v 1.11 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef PARSETREEWALKER_H
 #define PARSETREEWALKER_H
 
diff --git a/src/xml/tixml_base.cpp b/src/xml/tixml_base.cpp
index 593111e..4170417 100644
--- a/src/xml/tixml_base.cpp
+++ b/src/xml/tixml_base.cpp
@@ -1,17 +1,30 @@
-// $Id: tixml_base.cpp,v 1.7 2011/03/08 19:22:01 bobgian Exp $
+// $Id: tixml_base.cpp,v 1.8 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include "errhandling.h"
 #include "stringx.h"
 #include "tinyxml.h"
 #include "tixml_base.h"
+#include <climits>
 
 const std::string tibasestr::EXTRA_TAG_0     =   "incorrect xml: extra tag \"";
 const std::string tibasestr::EXTRA_TAG_1     =   "\".";
diff --git a/src/xml/tixml_base.h b/src/xml/tixml_base.h
index 428b9de..9e3aa6d 100644
--- a/src/xml/tixml_base.h
+++ b/src/xml/tixml_base.h
@@ -1,13 +1,25 @@
-// $Id: tixml_base.h,v 1.5 2012/06/30 01:32:43 bobgian Exp $
+// $Id: tixml_base.h,v 1.6 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #ifndef TIXML_BASE_H
 #define TIXML_BASE_H
 
diff --git a/src/xml/toxml.cpp b/src/xml/toxml.cpp
index 7482314..7867d23 100644
--- a/src/xml/toxml.cpp
+++ b/src/xml/toxml.cpp
@@ -1,13 +1,25 @@
-// $Id: toxml.cpp,v 1.25 2012/06/30 01:32:43 bobgian Exp $
+// $Id: toxml.cpp,v 1.26 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "toxml.h"
diff --git a/src/xml/toxml.h b/src/xml/toxml.h
index 18f1c71..45ccb53 100644
--- a/src/xml/toxml.h
+++ b/src/xml/toxml.h
@@ -1,13 +1,25 @@
-// $Id: toxml.h,v 1.14 2012/06/30 01:32:43 bobgian Exp $
+// $Id: toxml.h,v 1.15 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 // PopulationXML is a helper class used by Region::MakePopXML() to create an
 // XML infile for lamarc identical (in execution) to the one used to begin
 // the program run.  PopulationXML's chief job is to manage a container of
diff --git a/src/xml/xml.cpp b/src/xml/xml.cpp
index 7b01a35..446c67e 100644
--- a/src/xml/xml.cpp
+++ b/src/xml/xml.cpp
@@ -1,13 +1,25 @@
-// $Id: xml.cpp,v 1.124 2010/09/27 03:19:46 bobgian Exp $
+// $Id: xml.cpp,v 1.125 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #include <cassert>
 
 #include "errhandling.h"
diff --git a/src/xml/xml.h b/src/xml/xml.h
index 25089c7..48e9594 100644
--- a/src/xml/xml.h
+++ b/src/xml/xml.h
@@ -1,13 +1,25 @@
-// $Id: xml.h,v 1.50 2011/03/07 06:08:54 bobgian Exp $
+// $Id: xml.h,v 1.51 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef XML_H
 #define XML_H
 
diff --git a/src/xml/xml_strings.cpp b/src/xml/xml_strings.cpp
index 4b74257..2c13f66 100644
--- a/src/xml/xml_strings.cpp
+++ b/src/xml/xml_strings.cpp
@@ -1,13 +1,25 @@
-// $Id: xml_strings.cpp,v 1.74 2012/06/30 01:32:43 bobgian Exp $
+// $Id: xml_strings.cpp,v 1.75 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Mary Kuhner, Jon Yamato, and Joseph Felsenstein */
+
+
 #include <string>
 
 #include "local_build.h"                // for definition of LAMARC_NEW_FEATURE_RELATIVE_SAMPLING
diff --git a/src/xml/xml_strings.h b/src/xml/xml_strings.h
index a500165..7a27ddb 100644
--- a/src/xml/xml_strings.h
+++ b/src/xml/xml_strings.h
@@ -1,13 +1,25 @@
-// $Id: xml_strings.h,v 1.80 2012/06/30 01:32:43 bobgian Exp $
+// $Id: xml_strings.h,v 1.81 2018/01/03 21:33:06 mkkuhner Exp $
 
 /*
-  Copyright 2002  Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein
+Copyright 2002-2005 Mary K. Kuhner, Peter Beerli, and Joseph Felsenstein
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 
-  This software is distributed free of charge for non-commercial use
-  and is copyrighted.  Of course, we do not guarantee that the software
-  works, and are not responsible for any damage you may cause or have.
 */
 
+/* Authors: Peter Beerli, Mary Kuhner, Jon Yamato and Joseph Felsenstein */
+
+
 #ifndef XMLSTRINGS_H
 #define XMLSTRINGS_H
 
diff --git a/tools/README b/tools/README
new file mode 100644
index 0000000..7dcafbb
--- /dev/null
+++ b/tools/README
@@ -0,0 +1,2 @@
+this is the place to put tools we might use to build lamarc, but might not
+want to distribute to our users.
diff --git a/tools/apache-forrest-0.7.tar.gz b/tools/apache-forrest-0.7.tar.gz
new file mode 100644
index 0000000..c990dff
Binary files /dev/null and b/tools/apache-forrest-0.7.tar.gz differ
diff --git a/website/apacheInput/skinconf.xml b/website/apacheInput/skinconf.xml
new file mode 100644
index 0000000..83090b7
--- /dev/null
+++ b/website/apacheInput/skinconf.xml
@@ -0,0 +1,446 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Skin configuration file. This file contains details of your project,
+which will be used to configure the chosen Forrest skin.
+-->
+
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd">
+<skinconfig>
+  <!-- To enable lucene search add provider="lucene" (default is google).
+    Add box-location="alt" to move the search box to an alternate location
+    (if the skin supports it) and box-location="all" to show it in all
+    available locations on the page.  Remove the <search> element to show
+    no search box. @domain will enable sitesearch for the specific domain with google.
+    In other words google will search the @domain for the query string.
+  -->
+  <search name="lamarc" domain="evolution.genetics.washington.edu/lamarc/" provider="google"/>
+
+  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>  
+  <!-- Disable the PDF link? -->
+  <disable-pdf-link>false</disable-pdf-link>
+  <!-- Disable the POD link? -->
+  <disable-pod-link>true</disable-pod-link>
+  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+  <disable-txt-link>true</disable-txt-link>
+  <!-- Disable the xml source link? -->
+  <!-- The xml source link makes it possible to access the xml rendition
+    of the source frim the html page, and to have it generated statically.
+    This can be used to enable other sites and services to reuse the
+    xml format for their uses. Keep this disabled if you don't want other
+    sites to easily reuse your pages.-->
+  <disable-xml-link>true</disable-xml-link>
+
+  <!-- Disable navigation icons on all external links? -->
+  <disable-external-link-image>true</disable-external-link-image>
+
+  <!-- Disable w3c compliance links? 
+    Use e.g. align="center" to move the compliance links logos to 
+    an alternate location default is left.
+    (if the skin supports it) -->
+  <disable-compliance-links>false</disable-compliance-links>
+
+  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+  <obfuscate-mail-links>true</obfuscate-mail-links>
+  <obfuscate-mail-value>.at.</obfuscate-mail-value>
+
+  <!-- Disable the javascript facility to change the font size -->
+  <disable-font-script>true</disable-font-script>
+
+  <!-- mandatory project logo
+       default skin: renders it at the top -->
+  <project-name>Lamarc</project-name>
+  <project-description>Likelihood Analysis with Metropolis Algorithm using Random Coalescence</project-description>
+  <project-url>http://evolution.gs.washington.edu/lamarc/</project-url>
+  <project-logo>images/lamarc.gif</project-logo>
+  <!-- Alternative static image:
+  <project-logo>images/project-logo.gif</project-logo> -->
+
+  <!-- optional group logo
+       default skin: renders it at the top-left corner -->
+  <!--
+  <group-name>Felsenstein Lab</group-name>
+  <group-description>Felsenstein Lab Web Pages</group-description>
+  <group-url>http://evolution.gs.washington.edu/</group-url>
+  -->
+  <!--
+  <group-logo>images/group.png</group-logo>
+  -->
+  <!-- Alternative static image:
+  <group-logo>images/group-logo.gif</group-logo> -->
+
+  <!-- optional host logo (e.g. sourceforge logo)
+       default skin: renders it at the bottom-left corner -->
+  <host-url></host-url>
+  <host-logo></host-logo>
+
+  <!-- relative url of a favicon file, normally favicon.ico -->
+  <favicon-url></favicon-url>
+
+  <!-- The following are used to construct a copyright statement -->
+  <year>2006</year>
+  <vendor>Mary K. Kuhner, Peter Beerli, Joe Felsenstein, Eric Rynes, Lucian Smith, Elizabeth A. Walkup, and Jon Yamato.</vendor>
+  <!-- The optional copyright-link URL will be used as a link in the
+    copyright statement
+  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+  -->
+
+  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+    Use location="alt" to move the trail to an alternate location
+    (if the skin supports it).
+    Omit the location attribute to display the trail in the default location.
+    Use location="none" to not display the trail (if the skin supports it).
+    For some skins just set the attributes to blank.
+    
+    NOTE: If a breadcrumb entry points at a local file the href must
+    be complete, that is it must point to the file itself, not to a 
+    directory.
+  -->
+  <trail>
+    <link1 name="Genome Sciences @ UW" href="http://www.gs.washington.edu/"/>
+    <link2 name="Felsenstein Lab" href="http://evolution.gs.washington.edu/"/>
+    <link3 name="Lamarc Project" href="http://evolution.gs.washington.edu/lamarc/"/>
+  </trail>
+
+  <!-- Configure the TOC, i.e. the Table of Contents.
+  @max-depth
+   how many "section" levels need to be included in the
+   generated Table of Contents (TOC). 
+  @min-sections
+   Minimum required to create a TOC.
+  @location ("page","menu","page,menu", "none")
+   Where to show the TOC.
+  -->
+  <toc max-depth="2" min-sections="1" location="page"/>
+
+  <!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="underlined"/>
+  
+  <!-- The optional feedback element will be used to construct a
+    feedback link in the footer with the page pathname appended:
+    <a href="@href">{@to}</a>
+    -->
+  <feedback to="lamarc at gs.washington.edu"
+    href="mailto:lamarc at gs.washington.edu?subject=Feedback " >
+    Send feedback about the website to:
+  </feedback>
+
+  <!-- Optional message of the day (MOTD).
+    Note: This is only implemented in the pelt skin.
+    If the optional <motd> element is used, then messages will be appended
+    depending on the URI string pattern.
+    motd-option : Specifies a pattern to match and provides small text content.
+    motd-title : This text will be added in brackets after the <html><title>
+    motd-page : This text will be added in a panel on the face of the page,
+    with the "motd-page-url" being the hyperlink "More".
+    Values for the "location" attribute are:
+      page : on the face of the page, e.g. in the spare space of the toc
+      alt : at the bottom of the left-hand navigation panel
+      both : both
+    -->
+<!--
+  <motd>
+    <motd-option pattern="docs_0_80">
+      <motd-title>v0.8-dev</motd-title>
+      <motd-page location="both">
+        This is documentation for development version v0.8
+      </motd-page>
+      <motd-page-url>/versions/index.html</motd-page-url>
+    </motd-option>
+    <motd-option pattern="docs_0_70">
+      <motd-title>v0.7</motd-title>
+      <motd-page location="both">
+        This is documentation for current version v0.7
+      </motd-page>
+      <motd-page-url>/versions/index.html</motd-page-url>
+    </motd-option>
+  </motd>
+-->
+
+  <!--
+    extra-css - here you can define custom css-elements that are 
+    A) overriding the fallback elements or 
+    B) adding the css definition from new elements that you may have 
+       used in your documentation.
+    -->
+  <extra-css>
+    <!--Example of reason B:
+        To define the css definition of a new element that you may have used
+        in the class attribute of a <p> node. 
+        e.g. <p class="quote"/>
+    -->
+    p.quote {
+      margin-left: 2em;
+      padding: .5em;
+      background-color: #f0f0f0;
+      font-family: monospace;
+    }
+    <!--Example:
+        To override the colours of links only in the footer.
+    -->
+    #footer a { color: #0F3660; }
+    #footer a:visited { color: #009999; }
+  </extra-css>
+
+  <colors>
+  <!-- These values are used for the generated CSS files.
+    They essentially "override" the default colors defined in the chosen skin.
+    There are four duplicate "groups" of colors below, denoted by comments:
+      Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
+    They are provided for example only. To customize the colors of any skin,
+    uncomment one of these groups of color elements and change the values
+    of the particular color elements that you wish to change.
+    Note that by default, all color groups are commented-out which means that
+    the default colors provided by the skin are being used.
+  -->
+
+  <!-- Color group: Forrest: example colors similar to forrest.apache.org
+    Some of the element names are obscure, so comments are added to show how
+    the "pelt" skin uses them, other skins might use these elements in a different way.
+    Tip: temporarily change the value of an element to red (#ff0000) and see the effect.
+     pelt: breadtrail: the strip at the top of the page and the second strip under the tabs
+     pelt: header: top strip containing project and group logos
+     pelt: heading|subheading: section headings within the content
+     pelt: navstrip: the strip under the tabs which contains the published date
+     pelt: menu: the left-hand navigation panel
+     pelt: toolbox: the selected menu item
+     pelt: searchbox: the background of the searchbox
+     pelt: border: line border around selected menu item
+     pelt: body: any remaining parts, e.g. the bottom of the page
+     pelt: footer: the second from bottom strip containing credit logos and published date
+     pelt: feedback: the optional bottom strip containing feedback link
+  -->
+    <color name="navstrip" value="#4a6d8c" font="#ffffff" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#4a6d8c"/>
+<!--
+    <color name="breadtrail" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="header" value="#294563"/>
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#4a6d8c" font="#ffffff" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>    
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+    <color name="dialog" value="#4a6d8c"/>
+    <color name="searchbox" value="#4a6d8c" font="#000000"/>
+    <color name="body" value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
+    <color name="table" value="#7099C5"/>    
+    <color name="table-cell" value="#f0f0ff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+    <color name="footer" value="#cedfef"/>
+-->
+
+  <!-- Color group: Krysalis -->
+<!--
+    <color name="header"    value="#FFFFFF"/>
+
+    <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="tab-unselected" value="#F7F7F7"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#a5b6c6"/>
+    <color name="subheading" value="#CFDCED"/>
+        
+    <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="toolbox" value="#a5b6c6"/>
+    <color name="border" value="#a5b6c6"/>
+        
+    <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>    
+    <color name="dialog" value="#F7F7F7"/>
+            
+    <color name="body"    value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#a5b6c6"/>    
+    <color name="table-cell" value="#ffffff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#a5b6c6"/>
+        
+    <color name="footer" value="#a5b6c6"/>
+-->
+
+  <!-- Color group: Collabnet --> 
+<!--
+    <color name="header"    value="#003366"/>
+
+    <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/>
+    <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/>
+
+    <color name="heading" value="#003366"/>
+    <color name="subheading" value="#888888"/>
+    
+    <color name="navstrip" value="#dddddd" font="#555555"/>
+    <color name="toolbox" value="#dddddd" font="#555555"/>
+    <color name="border" value="#999999"/>
+    
+    <color name="menu" value="#ffffff"/>    
+    <color name="dialog" value="#eeeeee"/>
+            
+    <color name="body"      value="#ffffff"/>
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#ffffff"/>
+-->
+ <!-- Color group: Lenya using pelt-->
+<!--
+
+    <color name="header" value="#ffffff"/>
+
+    <color name="tab-selected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="tab-unselected" value="#F5F4E9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#E5E4D9"/>
+    <color name="subheading" value="#000000"/>
+    <color name="published" value="#000000"/>
+    <color name="navstrip" value="#E5E4D9" font="#000000"/>
+    <color name="toolbox" value="#CFDCED" font="#000000"/>
+    <color name="border" value="#999999"/>
+
+    <color name="menu" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="dialog" value="#CFDCED"/>
+    <color name="body" value="#ffffff" />
+
+    <color name="table" value="#ccc"/>
+    <color name="table-cell" value="#ffffff"/>
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+
+    <color name="footer" value="#E5E4D9"/>
+-->
+  </colors>
+ 
+  <!-- Settings specific to PDF output. -->
+  <pdf>
+    <!-- 
+       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
+       folio, legal, ledger, letter, quarto, tabloid (default letter).
+       Supported page orientations are portrait, landscape (default
+       portrait).
+       Supported text alignments are left, right, justify (default left).
+    -->
+    <page size="letter" orientation="portrait" text-align="left"/>
+
+    <!-- 
+       Pattern of the page numbering in the footer - Default is "Page x".
+       first occurrence of '1' digit represents the current page number,
+       second occurrence of '1' digit represents the total page number,
+       anything else is considered as the static part of the numbering pattern.
+       Examples : x is the current page number, y the total page number.
+       <page-numbering-format>none</page-numbering-format> Do not displays the page numbering
+       <page-numbering-format>1</page-numbering-format> Displays "x"
+       <page-numbering-format>p1.</page-numbering-format> Displays "px."
+       <page-numbering-format>Page 1/1</page-numbering-format> Displays "Page x/y"
+       <page-numbering-format>(1-1)</page-numbering-format> Displays "(x-y)"
+    -->
+    <page-numbering-format>Page 1</page-numbering-format>
+
+    <!--
+       Margins can be specified for top, bottom, inner, and outer
+       edges. If double-sided="false", the inner edge is always left
+       and the outer is always right. If double-sided="true", the
+       inner edge will be left on odd pages, right on even pages,
+       the outer edge vice versa.
+       Specified below are the default settings.
+    -->
+    <margins double-sided="false">
+      <top>1in</top>
+      <bottom>1in</bottom>
+      <inner>1.25in</inner>
+      <outer>1in</outer>
+    </margins>
+
+    <!--
+      Print the URL text next to all links going outside the file
+    -->
+    <show-external-urls>true</show-external-urls>
+
+    <!--
+      Disable the copyright footer on each page of the PDF.
+      A footer is composed for each page. By default, a "credit" with role=pdf
+      will be used, as explained below. Otherwise a copyright statement
+      will be generated. This latter can be disabled.
+    -->
+    <disable-copyright-footer>false</disable-copyright-footer>
+  </pdf>
+
+  <!-- 
+    Credits are typically rendered as a set of small clickable
+    images in the page footer.
+    
+    Use box-location="alt" to move the credits to an alternate location
+    (if the skin supports it).
+
+    For example, pelt skin:
+    - box-location="alt" will place the logo at the end of the
+      left-hand coloured menu panel.
+    - box-location="alt2" will place them underneath that panel
+      in the left-hand whitespace.
+    - Otherwise they are placed next to the compatibility icons
+      at the bottom of the screen.
+
+    Comment out the whole <credit>-element if you want no credits in the
+    web pages  
+   -->
+  <credits>
+    <credit>
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+      <image>images/built-with-forrest-button.png</image>
+      <width>88</width>
+      <height>31</height>
+    </credit>
+    <!-- A credit with @role="pdf" will be used to compose a footer
+     for each page in the PDF, using either "name" or "url" or both.
+    -->
+    <credit role="pdf">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+    </credit>
+  </credits>
+
+</skinconfig>
diff --git a/website/apacheInput/xdocs/documentation/index.xml b/website/apacheInput/xdocs/documentation/index.xml
new file mode 100644
index 0000000..72b0988
--- /dev/null
+++ b/website/apacheInput/xdocs/documentation/index.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Documentation</title> 
+  </header> 
+  <body> 
+    <section id="sectionid">
+      <title>A Section</title>
+          <p>
+          EWFIX
+          </p>
+    </section>
+  </body>
+</document>
diff --git a/website/apacheInput/xdocs/download/index.xml b/website/apacheInput/xdocs/download/index.xml
new file mode 100644
index 0000000..763a669
--- /dev/null
+++ b/website/apacheInput/xdocs/download/index.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Download</title> 
+  </header> 
+  <body> 
+    <section id="sectionid2">
+      <title>A Section</title>
+          <p>
+          EWFIX
+          </p>
+    </section>
+  </body>
+</document>
diff --git a/website/apacheInput/xdocs/images/icon.png b/website/apacheInput/xdocs/images/icon.png
new file mode 100644
index 0000000..3be8bbb
Binary files /dev/null and b/website/apacheInput/xdocs/images/icon.png differ
diff --git a/website/apacheInput/xdocs/images/lamarc.gif b/website/apacheInput/xdocs/images/lamarc.gif
new file mode 100644
index 0000000..8e6f0e9
Binary files /dev/null and b/website/apacheInput/xdocs/images/lamarc.gif differ
diff --git a/website/apacheInput/xdocs/index.xml b/website/apacheInput/xdocs/index.xml
new file mode 100644
index 0000000..4110333
--- /dev/null
+++ b/website/apacheInput/xdocs/index.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Welcome to Lamarc</title> 
+  </header> 
+  <body> 
+    <section id="about">
+      <title>About Lamarc</title>
+      <p>
+      </p>
+    </section>
+
+    <section id="news">
+      <title>Lamarc News</title>
+      <p>
+      </p>
+    </section>
+
+    <section id="contact">
+      <title>Contacting Lamarc Personnel</title>
+      <p>
+      </p>
+    </section>
+
+    <section id="team">
+      <title>The Lamarc Team</title>
+      <p>
+      </p>
+    </section>
+
+    <section id="credits">
+      <title>Our Thanks To...</title>
+      <p>
+      </p>
+    </section>
+
+  </body>
+</document>
diff --git a/website/apacheInput/xdocs/more/index.xml b/website/apacheInput/xdocs/more/index.xml
new file mode 100644
index 0000000..4cf9cc1
--- /dev/null
+++ b/website/apacheInput/xdocs/more/index.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Additional Resources</title> 
+  </header> 
+  <body> 
+    <section id="other-webs">
+      <title>Useful Websites</title>
+          <p>
+          <a href="http://www.csit.fsu.edu/~beerli/">Peter Beerli</a>
+          maintains a 
+          <a href="http://www.csit.fsu.edu/~beerli/popgensoftware/">
+          list of programs</a>
+          which infer population parameters using the coalescent.
+          </p>
+    </section>
+    <section id="contact">
+      <title>Contact the Lamarc Team</title>
+            <p>You can contact the lamarc team at
+            <a href="mailto:lamarc at gs.washington.edu">
+            lamarc at gs.washington.edu</a>
+            </p>
+    </section>
+  </body>
+</document>
diff --git a/website/apacheInput/xdocs/publications/beerli-felsenstein-2001.pdf b/website/apacheInput/xdocs/publications/beerli-felsenstein-2001.pdf
new file mode 100644
index 0000000..d406e19
Binary files /dev/null and b/website/apacheInput/xdocs/publications/beerli-felsenstein-2001.pdf differ
diff --git a/website/apacheInput/xdocs/publications/evolution2000-pb-mkk.pdf b/website/apacheInput/xdocs/publications/evolution2000-pb-mkk.pdf
new file mode 100644
index 0000000..3799947
--- /dev/null
+++ b/website/apacheInput/xdocs/publications/evolution2000-pb-mkk.pdf
@@ -0,0 +1,1340 @@
+%PDF-1.2
%����
+1 0 obj
<< 
/Type /Catalog 
/Pages 2 0 R 
>> 
endobj
2 0 obj
<< 
/Type /Pages 
/Kids [ 4 0 R ] 
/Count 1 
>> 
endobj
3 0 obj
<< 
/ModDate (D:20000621153609)
/Producer (Adobe PDF Library 2.0)
/CreationDate (D:20000521153601)
>> 
endobj
4 0 obj
<< 
/Type /Page 
/MediaBox [ 0 -794.5 612 -2.5 ] 
/Parent 2 0 R 
/Contents 25 0 R 
/Resources << /XObject << /Im19 6 0 R /Im4 8 0 R /Im5 12 0 R /Im2 18 0 R >> /Font << /F15 9 0 R /F10 13 0 R /F3 15 0 R /F8 19 0 R /F6 21 0 R /F20 23 0 R >> 
/ProcSet [ /PDF /Text /ImageB /ImageC ] >> 
/PieceInfo << /Illustrator8.0 << /LastModified ()>> >> 
>> 
endobj
5 0 obj
7 
endobj
6 0 obj
<< /Type /XObject /Subtype /Image /Name /Im19 /Width 1 /Height 1 /BitsPerComponent 1 
/Decode [ 1 0 ] /ImageMask true /Filter [ /ASCII85Decode /CCITTFaxDecode ] 
/DecodeParms [ null << /K -1 /Columns 1 >> ] /Length 5 0 R >> 
stream
+J-Z.*~>
endstream
endobj
7 0 obj
7 
endobj
8 0 obj
<< /Type /XObject /Subtype /Image /Name /Im4 /Width 1 /Height 1 /BitsPerComponent 1 
/Decode [ 1 0 ] /ImageMask true /Filter [ /ASCII85Decode /CCITTFaxDecode ] 
/DecodeParms [ null << /K -1 /Columns 1 >> ] /Length 7 0 R >> 
stream
+J-Z.*~>
endstream
endobj
9 0 obj
<< 
/Type /Font 
/Subtype /Type1 
/BaseFont /KTVQLV+Helvetica-Bold 
/FirstChar 0 
/LastChar 255 
/Encoding /MacRomanEncoding 
/FontDescriptor 10 0 R 
/Widths [ 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 
278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 
333 474 556 556 889 722 238 333 333 389 584 278 333 278 278 556 
556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 
722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 
778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 333 
556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 
611 389 556 333 611 556 778 556 556 500 389 280 389 584 278 722 
722 722 667 722 778 722 556 556 556 556 556 556 556 556 556 556 
556 278 278 278 278 611 611 611 611 611 611 611 611 611 611 556 
400 556 556 556 350 556 611 737 737 1000 333 333 278 1000 778 278 
584 278 278 556 611 278 278 278 278 278 370 365 278 889 611 611 
333 584 278 556 278 278 556 556 1000 278 722 722 778 1000 944 556 
1000 500 500 278 278 584 278 556 667 167 556 333 333 611 611 556 
278 278 500 1000 722 667 722 667 667 278 278 278 278 778 778 278 
778 722 722 722 278 333 333 333 333 333 333 333 333 333 333 ] 
>> 
endobj
10 0 obj
<< 
/Type /FontDescriptor 
/FontName /KTVQLV+Helvetica-Bold 
/FontBBox [ -170 -228 1003 962 ] 
/Flags 32 
/CapHeight 718 
/Ascent 0 
/Descent 0 
/StemV 140 
/ItalicAngle 0 
/XHeight 532 
/FontFile3 28 0 R 
>> 
endobj
11 0 obj
243 
endobj
12 0 obj
<< /Type /XObject /Subtype /Image /Name /Im5 /Width 32 /Height 32 /BitsPerComponent 8 
/ColorSpace /DeviceCMYK /Filter [ /ASCII85Decode /FlateDecode ] 
/Length 11 0 R >> 
stream
+8;Z]_3t?ls$jL)MmD'm4HF)IaV- at lc4)bd$Al^%S/@ge)`Wh-_`6uD&M*FWq!']`>
+I&A!_.gC@"Fb^0U)gH at N(TA[HkM%%$=5&;]0j!)HC@`IQ[^:\<VE7mr%/L_Yo.0f$
+Ap.VS^##f:o[op&Su&blH<Qs7cJ[a[ItUV46*1ZHWI3YhR+2`'2tlsX0;Se9oh92J
+&q%m*3W-#JcbK>1];>:kB6#>KO'1#:Ie>Mlb5bI>=;C~>
endstream
endobj
13 0 obj
<< 
/Type /Font 
/Subtype /Type1 
/BaseFont /KTVQLV+Helvetica 
/FirstChar 0 
/LastChar 255 
/Encoding /MacRomanEncoding 
/FontDescriptor 14 0 R 
/Widths [ 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 
278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 
278 355 556 556 889 667 191 333 333 389 584 278 333 278 278 556 
556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 
667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 
778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 333 
556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 
556 333 500 278 556 500 722 500 500 500 334 260 334 584 278 667 
667 722 667 722 778 722 556 556 556 556 556 556 500 556 556 556 
556 278 278 278 278 556 556 556 556 556 556 556 556 556 556 556 
400 556 556 556 350 537 611 737 737 1000 333 333 278 1000 778 278 
584 278 278 556 556 278 278 278 278 278 370 365 278 889 611 611 
333 584 278 556 278 278 556 556 1000 278 667 667 778 1000 944 556 
1000 333 333 222 222 584 278 500 667 167 556 333 333 500 500 556 
278 222 333 1000 667 667 667 667 667 278 278 278 278 778 778 278 
778 722 722 722 278 333 333 333 333 333 333 333 333 333 333 ] 
>> 
endobj
14 0 obj
<< 
/Type /FontDescriptor 
/FontName /KTVQLV+Helvetica 
/FontBBox [ -166 -225 1000 931 ] 
/Flags 32 
/CapHeight 718 
/Ascent 0 
/Descent 0 
/StemV 88 
/ItalicAngle 0 
/XHeight 523 
/FontFile3 32 0 R 
>> 
endobj
15 0 obj
<< 
/Type /Font 
/Subtype /TrueType 
/BaseFont /KTVQLV+Math1 
/FirstChar 0 
/LastChar 255 
/Encoding /MacRomanEncoding 
/FontDescriptor 16 0 R 
/Widths [ 0 500 500 500 500 500 500 500 0 189 500 500 500 189 500 500 500 500 
500 500 500 500 500 500 500 500 500 500 500 0 500 500 189 333 587 
622 587 800 778 486 321 321 471 644 250 644 250 317 500 500 500 
500 500 500 500 500 500 500 278 278 644 645 644 444 644 724 639 
725 636 628 637 592 730 351 494 734 716 883 727 687 727 687 564 
572 604 684 473 748 615 616 635 333 629 333 712 580 312 593 508 
555 465 390 550 518 495 284 569 434 514 535 460 478 524 439 508 
679 474 525 822 691 437 617 421 328 200 328 644 500 165 297 595 
589 533 333 1000 1000 250 522 806 224 224 364 331 312 629 629 1377 
448 1377 1110 1606 533 1374 1382 1605 837 512 657 685 519 100 648 
347 644 520 853 802 578 531 605 542 973 822 533 822 533 364 644 
589 644 642 670 512 314 644 644 644 644 1000 533 324 628 639 318 
690 624 797 797 722 715 715 657 189 657 657 657 657 657 486 664 
757 757 980 797 781 239 640 611 611 1110 822 629 822 629 453 363 
570 520 328 684 400 400 400 363 363 363 552 552 552 552 710 363 
668 976 976 976 400 400 400 363 363 363 552 552 552 924 ] 
>> 
endobj
16 0 obj
<< 
/Type /FontDescriptor 
/FontName /KTVQLV+Math1 
/FontBBox [ -120 -220 1544 923 ] 
/Flags 34 
/CapHeight 661 
/Ascent 0 
/Descent 0 
/StemV 76 
/ItalicAngle 0 
/XHeight 678 
/FontFile2 30 0 R 
>> 
endobj
17 0 obj
311 
endobj
18 0 obj
<< /Type /XObject /Subtype /Image /Name /Im2 /Width 32 /Height 32 /BitsPerComponent 8 
/ColorSpace /DeviceCMYK /Filter [ /ASCII85Decode /FlateDecode ] 
/Length 17 0 R >> 
stream
+8;Z]"0abfP$q1h%&(/5?'D28_lB7ta9#i.>#KKAm'MBK64rAkrqs/Z(9Zlq:QN-`o
+Vhp-sO8J<BN,,iTqAn^jA_Wj3:Kk5-CZXK!:iBd/C:tKQZ?nB`B(oo!_/@L?Mqsgf
+h&jm3j^cK+mZ!fPc?#TOHrmOiIa+q-:b-+]QX*hQZ9p3N&%e&,a"CrMbKaZAZ#^fT
+Z:"#MJMYUY)+:_sSpMWD*V.tndHoT$Q9KZK[CoeI/9Yl[XhQ9-bl`@Hlk&>9JfWj`
+7^5=_h^EZ(q^.>4LEu>)G"DIr)!+OSrD3Hgq#:NuD+2E;~>
endstream
endobj
19 0 obj
<< 
/Type /Font 
/Subtype /Type1 
/BaseFont /KTVQLV+Courier-Bold 
/FirstChar 0 
/LastChar 255 
/Encoding /MacRomanEncoding 
/FontDescriptor 20 0 R 
/Widths [ 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 
600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ] 
>> 
endobj
20 0 obj
<< 
/Type /FontDescriptor 
/FontName /KTVQLV+Courier-Bold 
/FontBBox [ -113 -250 749 801 ] 
/Flags 32 
/CapHeight 562 
/Ascent 0 
/Descent 0 
/StemV 106 
/ItalicAngle 0 
/XHeight 439 
/FontFile3 29 0 R 
>> 
endobj
21 0 obj
<< 
/Type /Font 
/Subtype /Type1 
/BaseFont /KTVQLV+Symbol 
/FirstChar 0 
/LastChar 255 
/Encoding /MacRomanEncoding 
/FontDescriptor 22 0 R 
/Widths [ 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 
250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 
333 713 500 549 833 778 439 333 333 500 549 250 549 250 278 500 
500 500 500 500 500 500 500 500 500 278 278 549 549 549 444 549 
722 667 722 612 611 763 603 722 333 631 722 686 889 722 722 768 
741 556 592 611 690 439 768 645 795 611 333 863 333 658 500 500 
631 549 549 494 439 521 411 603 329 603 549 549 576 521 549 549 
521 549 603 439 576 713 686 493 686 494 480 200 480 549 250 250 
250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 
250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 
620 247 549 167 713 500 753 753 753 753 1042 987 603 987 603 400 
549 411 549 549 713 494 460 549 549 549 549 1000 603 1000 658 823 
686 795 987 768 768 823 768 768 713 713 713 713 713 713 713 768 
713 790 790 890 823 549 250 713 603 603 1042 987 603 987 603 494 
329 790 790 786 713 384 384 384 384 384 384 494 494 494 494 250 
329 274 686 686 686 384 384 384 384 384 384 494 494 494 250 ] 
>> 
endobj
22 0 obj
<< 
/Type /FontDescriptor 
/FontName /KTVQLV+Symbol 
/FontBBox [ -180 -293 1090 1010 ] 
/Flags 34 
/CapHeight 672 
/Ascent 0 
/Descent 0 
/StemV 120 
/ItalicAngle 0 
/XHeight 771 
/FontFile3 31 0 R 
>> 
endobj
23 0 obj
<< 
/Type /Font 
/Subtype /Type1 
/BaseFont /KTVQLV+Helvetica-Oblique 
/FirstChar 0 
/LastChar 255 
/Encoding /MacRomanEncoding 
/FontDescriptor 24 0 R 
/Widths [ 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 
278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 278 
278 355 556 556 889 667 191 333 333 389 584 278 333 278 278 556 
556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 
667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 
778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 333 
556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 
556 333 500 278 556 500 722 500 500 500 334 260 334 584 278 667 
667 722 667 722 778 722 556 556 556 556 556 556 500 556 556 556 
556 278 278 278 278 556 556 556 556 556 556 556 556 556 556 556 
400 556 556 556 350 537 611 737 737 1000 333 333 278 1000 778 278 
584 278 278 556 556 278 278 278 278 278 370 365 278 889 611 611 
333 584 278 556 278 278 556 556 1000 278 667 667 778 1000 944 556 
1000 333 333 222 222 584 278 500 667 167 556 333 333 500 500 556 
278 222 333 1000 667 667 667 667 667 278 278 278 278 778 778 278 
778 722 722 722 278 333 333 333 333 333 333 333 333 333 333 ] 
>> 
endobj
24 0 obj
<< 
/Type /FontDescriptor 
/FontName /KTVQLV+Helvetica-Oblique 
/FontBBox [ -364 -225 1048 931 ] 
/Flags 32 
/CapHeight 718 
/Ascent 0 
/Descent 0 
/StemV 88 
/ItalicAngle 0 
/XHeight 523 
/FontFile3 27 0 R 
>> 
endobj
25 0 obj
<< /Filter [ /ASCII85Decode /FlateDecode ] /Length 26 0 R >> 
stream
+8;YPlgMYb:')_n16U,15QssFDAn-Gn^>q&:(h:M<lpEH;N($lS9;4^NM4LiBk,"Ph
++13MDSAic]0NPHZlI;e+=&7/"X6ht&<0paq]m]KaHBDNHJ!TnQ^*-i4,=aLt5t(^@
+Ibq65dX2=W<2(/CI7m>\:+,MU:FFUeksJKd$a[KLA`Qk_PL/3a?h1i,S!I%82C$\/
+1AdYU5It4jk'<4%5N\FbRs2Wmo(?2d=JVuZrTggm'd`[u6H0/e9Z at BqUPSXeVT2\:
+k23UIVEnH>M]\iXXK9&_[*@0r5'V6*#m2If$%jp(&jknK-r%e-KI<H'l%hnGW/+<V
+ShNnAV4r2W>Rc at D#<_.*Q?B2M(oT#6Mu<q90O'@^7Pr<V.t-nLeOoQs)^Nr5;Slo1
+?YSg<%9Q<#:<o3-XR`E6eJi3.\[Yt-P<(S!bHuY(Pj>]bGFAKTLrM:M=Hl$'[8t#P
+-7T<G*imTda_VT5hJO[hpU'p0[NH5!#-hXCq8 at G!RB7j?5,RG3UmjAiQejleZa<>]
+Y,sdkphf`^$)Kp#W]H<rI.Bnmo<_%ig"hqUJUGUYl6A'G at Do_jfd^>E`LNH2eZtS"
+e_f9/RW<19DBDTC`ds(aFKl1IOGa3cdXPAfN`Z&LVX=l09NI7pj=uQL%!r2B#"V'_
+V#A?FeguoOVMdJN9dc2a<a?'n,g4@,M[676T'jcOD[8L%]2+#.fmS/hIfp4c5oarU
+M>Ya>=#Ap-BY3',L-,6JbQFM;`<#.,pUgi"KC_I=aY[W>ofQ'@)CM`18^VjM_IiG3
+n4<+0HqjURahQH"iuf,"q4*^oH1aF["_l4QY)KpkFHAju,jF,_F'9<Jf=HL\WZEY_
+R3Z0l4'IKH>0"4=WQr(Z.NcfBHeW0.i&O*@W#6;Ce.`(4e:bCRR'(`R.m]1DNV&=j
+ at JeZVq+L7(7+`a0ch?/;NIjR_AeB$"=O3H^;9uCblE>1j*;c_nR at U^e+oOWY<*.K/
+G.hdoQg4ZKe(Id*PGKU)^MbaQC?b&!m8?efRu`1I&_nJuJSA^ilJWIV4foql1%bEB
+:OXh$Id6jB^'?Eo]\6r%:ASQZ$"DebfeJmhj7^9Ud+,.SY3(,_9c27lDGBl2Q0>:d
+8S09RR2p-?o.W"a:S;jc=fuCe.lm(p:uB at N1S7m.N.d=`JcrdEFl#,7B2ZOO#4K#4
+f;b+?hA=1<[M%HO619U`"$EM^FdD\gkp/:I_'h!8["I3Ii at UQK+EflR"UT3o#XXIa
+]l/'aEMVn\QHeJ!BHj3A80rIF=FnSh#at.;+krj@*pDTkb'V!MEO/F%0SHY?5WY-5
+)k^]^ilY]LWa*.;F9BqMOXo%'1!8e(Ka*K$1uJO:+?\R&YlbO[mA:U(A^,heE?e+X
+"XjGgI%9u0(Z%+]E#Y0Hllo.4,O1CZhb\XBdHf;d_9=AUKS(Cf7pb9MD\PG0(K!8I
+9]4,IDd-;bKPpO:FS(7.)Ij7;IV>TN]h#u?l#c>oe"1N^*d[oiL(;Ln.rk1Y'UAcf
+'<RlllG`9dZ at L<<aO:gaORE%"H8Bj696*-o6a36G;.H&S-HqCt2I!+jr2Z8\K;:]`
+?E61HW#p324YZ0i$g(b%H_;BEqSE.(XGHTfE at MHK6#58e-d8u-M\s)nE!QQ="-D?@
+0eb>+25%Ps/n#k&Q*Gdii#sPE2>6tD`I'[l`qY,q]64AVH7ECsW1iV8'FKU2*lIO\
+4%0]PULZ%RO?<889_ai%33iZD)&NQ6ha#:!X`R4A2mWN:]D`-)K`fV_RgbN>i;=M=
+m,J-_<oN-Adtr(ia!n^p;C_C9Hk'?7"%^E?*tTgJ<IcTa*8)J4<IbLDT]IOgs3jPg
+ZkDU[:"+bMID!FWD-tZJj22BSlM/'ZT^Z5PJd^l8$9#R*$!]/=1Io0'IUqNQb$fBR
+F8'&(]:IFWIf.4aFee^D&9%_ at +IQnRHjL\*r5W^%?b';M65fB at J;NgO6L]^N2SLUN
+*;,dVUV!.p0o[/LP.N<s9/[pWI*+-b=,&,^*87qY&lWs.QgW')h</PAb>-U/Dn.h-
+ZQ7uP*sHsL#lD,n+10M;-(eU+8k_O`L=jlinoI>sd15`"QncdnE5jLP$J)%:Yock@
+#*6"]o<9U?mXq<"K6TNV[.g;D<pj-dII";IT>N8j!Z2"n_=0M>r<S3GTcC65n#l10
+kdr/GDSR_1>@U(>DKG/i]tWD5++Sd"j0?W=H8.LIKfVEla6uTA"7_C-Ee)\[,i`YN
+#^-sKc?Gn#-6hLLhDDEVf/j$3D3*>+./df&1=kp?AobiF/Q@/s\oY`+J[Zb)\H$up
+mP<2-8\kf>JT_CIg40=D6=6ZK5JYPffg9%hX>>?2M!&LMr$-MaCB:S7X&%snS>0NR
+!],BrLmG<_:ht$h`K/`W#N:[U)+gK.Jcg5/9:4B8bUZ9lf_;Ju$G?,h.inVQ3.ZTg
+j0Ft*$FI-m1DgoP]R:sHrPW^%`-.>$0*!U>pd0i-r]B3,TB0$EGHjEW'&JMZS\E)t
+?g_L<%hD.@!mCP81AkN#*g5VPlEC7M$]&9EGgW;31L(:G/j>dEM;?;elK!W9\;]er
+A%53snldZIQFg\GDQWT`^Kl%km.O&[X=\ENL.[mSDE*9I<Y.VO1!XXNp`+kC\.r[9
+IeH$@#uURuf:Q248739E1d#_]!N)Ic$#g/O[[sHW.L[<W6s!dY$IZVkf$'Nc3(HU(
+Hf4ZN?U<bE+IXpB'"RU_ZjSL&g>gKbI+"E&imQjo[<Fi)GS5>[B>u9VpMK*$%>3Z0
+Mo,4If]O"k-O2k]30$#&$Le.c!_Q1/4Q\gPj2`A!nDj\d^?=d3`,Vg_A7Fp($;N-`
+FL6do;!nSt;?KB.UuU,do0O]l at V.j4&d2\@>j4n/f]JfRpHi\6Z#c6L3:Y[,@`JGI
+/*Hti=EnWRG#SIsJ.:6q9^S\nEBlj`M, at pR*]ZL+>kHP'EKFoHTNUdNCUnlC*tTS0
+o"sJtldC,#ph/@V*J7Ib'Q8E;cSlgD_uW&QG+bVF=G:'_L)kL2fKEbT%,UE8B!;EQ
+^mok2;;X4s<W;>g^^BKO7tMI4I\B*%K%IUH\mb*Gg_mjW]lQ[hG0am"oXif;h>(dV
+ht4FYb5C#&b20e!?7q-XVqIrib)7J$<+M,omP=A,/NLG19L"c\p6M5-ku?cqW.Y0\
+lXsT:L,BM<9qjr/9GiZi(5JD"Z)$Mb;R2m5I7hn\Cc.;CM3/73G7&]aj^dn7kShi"
+]<CkCo2I6rPHQiV+e^0Y!=Ld.7na8\TnrV(rK<FGI[.'^,:@,mR#C9!bE2_`I8R/r
+g>)3J^YZ'"@r87;G.L@?qu&;MR1[-6\)0qmRPuN2g*6JDU at fW$/q5Zk(Ab7!$A`;0
+I>9_'8i:80AGZU7\$C[,;`<A[Xn#pgRVLf4VThls.W_VbWK<H at I&-DZ09cg>TPU!?
+.iTa?882T:jdj7pq\LMa-kY[GU>qYk>5G=+J,]$$+j4u!.!,6T%5MQPaoWH]s&DN5
+4X1p2,H9.gPF4hM*%;m6=$r\,>UO>Fh;>oob9^"^*`+>T$Bpo8r>9mL/FG2sVt"8G
+]ejH`J`>)WC"hiL)9R-tg'h-C0Q$KYrL<Ut>AiI\U0iG#fJb<\k&TmV]LfE*aL4uA
+`/6'Vq#Mco#tDF$!%9l,qOH6,fj.9]M1qb$nj!L at R-m/ee(4^lamsd3oJN8ce4Q-*
+e#fU[R8A#R^07MFJ$eu]>hf:J=p^X`U"fraL:+>)#.;n;]b8m(*sDnt?gk\<PUL;%
+#5,9F>^_'j'^)hiUn5KL3A;E/o?HE0s!d)qE[I.%q=]<"=-bkjkZE+cH. at J`]J at cC
+Ya$cS%tqZ+?82q^l8B&MXVLd1V;oe,]VBYf6X;;+lhA#+^:pc,4P\h4g.ZQ9L?;n+
+0;%U9)tmDY7.'M<Vsd.=Z/I[.oY-s:b;a5[ggm\IhuENCZAGE0M/Ib:R"fS7%H3f<
+6RXJXD6n,qX. at ZJ>",%]lVCBrpN-4Z\%#Z"mNL(b5?oi(X82Hp^"BNSjZNQXrUYEO
+(it[8[0#4n1tgTPER.>&K3k09k at Uuc*1FsRI/#96?W%=Vf%29::\E&_4\DVD@"r^,
+%fDJ0.?uKn->V,iY3*5Ef1btSfJ at lRH&(H:CNAQc687a<>FEeJjNNAB=VG"2Ntj:N
+HN-ZOPVn,&eruFo/^$;a5==m7q,!,L4d>R2,C6536VhsCXQN#?9P?tn<7\BL2cV'f
+fb*Q"(4BaD7=@_/h\#0R1\L?6Ottifl0ICjZ[_(;c\51QZ4MG>f5Qs<HkSi)\`.qJ
+$ak0]Gpq3>+c9)pRo7LW9J=SUrAM:Apd:r^D6f(k-_r].,c3XY]^U$H\3hgPA4fM-
+FGt6M=!@Y;$TW63!XiIM?68?oT2SOJOtfRh":S<$-KUiJg!H>cZ74>ZO5>\gd'tUj
+e%[)mF*>'r145T'RE&%@PiDN^V=I?f.4fZ04bn;!-(.&-?AQJ_S]^:,h78mmWUeQd
+9u$K=X=IOLeW)0%;:JmK,MRoP%aM:h*I;+tq3I<P3N@:%b,eCf-#T+ach3V"kS^CF
+GPG^eF6#MV5kQ at -SW7Y:$T#*[>b5<4&uXV8!GQec>f\W;&s>)E:1!ai<([5lSgYm\
+R#,44)06c at Ilu4J/fHCe5q_kj\;Y^fm2(2_/6V[Z\h\0G+RdWQc+/6qaU9P-H!t"+
+\MBXX'?0TIr=%[UNSb;Hrp$9]GLlYZEVs!ic#'Y2`E1"/?b/&R%-Q]Ko^:=ai=nI]
+:U4+Q:Pb0<U*jTmgF'p*P[ZjHH at h*fN'8DE3\'e)H"JPV*-Y3trsjBUEe8I^[(PJC
+oQBq.kp'cM&3-6>U]GWg]1VYf:LsiJbN\b&ZgY.VL;-6&fP]H_%f)e2]%5^Cl`Bt7
+%?_>UiPK>899/95h.h-/C*fnK2RC/X#T6ra.7FqKb)7O at UC[dCi),)+mgm243+LKE
+'tj1<imkg5pHpgU8l7+bCit;2W\)+EX_*0cRRo==JA,%cZ+6Af$ef]IE[^T1WT:J)
+WW8%*A.UX#c`b413-LR[8_-5'fsIF&2J at C=9oO-01`=mDa/*Y'"Zjq`(fHftSMSqK
+&I9NJ,1nEF?HtM]rsHtMp]nS3`iA?L.4KAsDt(k\-6WY!a;N<.*LH/'>rBCcnV"+/
+Gg>3?YItmY"P:&j.&7t=C<=9d\''7Xg\os?q6GM.BAXjHI_NLpT"U.+?>R'NGu49X
+H$?l,+Xj!77`+9Y`I-G=roWX0VD at D6B3-mT%)8FR2`&K&>cgh=p<EQ1=ms)(<m?)u
+\c0$3^a%!%;BDH'<PhiH#f[VUhEH5<<bbqkh9W#Y2g>/<mc#_o,&=@'psMqM+*0+(
+Arlbr8`X>)%J+1`e(ZSIGUVoeVk*gc<sr at F27L;I=KU`?GXq)3&psAnh>4QpMk<7*
+C-HsmAm97UD4CDK..3R127RNonMh%jH6*U/@.7_ at R<[>KVLRd>NccXiqop`RpKZ=Y
+H&4Y8"n,66[\/$s*E]@W2dbAoS*dBTKP7?f&N,-'6S37?hiIs;Ap*"<Nn1Vc^)PSr
+&)1en9 at aR<XM91hrtOL:0_oWJ&u+No+L,VBqr$Yn]1'&@G3?jl-:#dPi8C9^g+saO
+9#jo&YHR-DlftCGYFkgmq=/*G[.=27Mk75gQ9Ktee>>,nE)]!]3_Z66"10puOFFS9
+.Z5XH:`cFo2.fD:l9L7]&JP<fUZFE_&Id%o!ONAt%MY<Jf?scbR<GJ9Y]:4`@;%+<
+KJeLV(U6KKO!M at W8U0dU&q7p>p,km_99SfBb7ZuUk"`BL=-t_13ST%;pjXgU-X=XA
+Resn>iHZ-,d#/F;6Gt6!hrW&Kk2AK^Rf6gbeN_>a4&lUCVkV,FU6NXH,8Gh=AOq=m
+'Fo[AirC:?X<al-3'%&eW=2:-S/t^ABZM`8.Coj9V*;(B;=WS;:acZp#g?[[o>A`\
+_!-fC`\829io`%nieaog)&nO+<r#,&4ZK!PBKc'q>th%-?WlrB4ENQ2aL;DPo<edV
+=I at D\9Z7ZT<AO8+lr)i)E=YfWlnO)!/O,RV'i0d2a]MqBASNJX4)dMWTK10!=%FoX
+1R7Ik$No at gRq`KT6rBWV@>qZ\5?6Km"s#C-[2a^\FrR217R>%'\j3`r`ga;t37ZOT
+I+7+W`3=L-"6(=\JN,-=B_*#2P`o$k91$8?'3JV34&<ndT1 at uT(Cn!;_V9>Il/]B=
+FC;u2nXi.R@$^h5#A-D3ikb6-4QaL()q#(RV#;F4qS)keD2)-_2Aj=ZDZ,u]!#6#L
+Qg<q7nSF99`l<hXkKCIsQ[G0,g5`-niXDi*3Es^VWRdG6F^+q#9dK]S-_Pp?$!k=P
+ldJt2,]pI;)K;_tTN5L+'Aajb\OiGk2IbBRPq]8HMP,KE!hI.9%oC0C)=obTdC$E"
+h\";fbR#:UToD\fpSsKZ[E%-e5fnt at TM\0+:iWN\.)R_\_)O4SO;X<L#R(VH`7U\9
+X1aIbk0,.`CPIilVAYsjms08$JXo%r7[V)]o+A?-W!!H9Gm(BXaTS at 0M$OHR4RB;e
+)&Y`[Kh\4`VY+P'i3Z(KAO]0dk6k^FJ]f8dQ-Uhk(('%O]pc,B[_MlPe<*KR&BeG_
+Xl:OU;WO$F1RC at lFL#'gSPO"d'?H`d3\>D6JllT$!Z`&A&A%Y47+UTs$usK6=SDlQ
+3+h$)#\qbQblEWC:1@'pOGq!Z:^E at QjgBpfZ]6E[aI"l)N++8ff!I(E(-iW;(8,;;
+VZWW'Lh!;sEr_la3eKO+DF#R)-Frd]PCgCL.d`C@]3[s',Ea7l&Y'0G$eP_?VXd=A
+PYD%Fg#sVJ$4]MOEKr4qo0Fm9a8hI[Vh7J8%'&B2U^5t]/Q,$2&?(!uq&IN\'j.l:
+iGB;0W#X8X[5FC#OMq>'LutT[-tTIr8g5X*RS/==- at pb=VZLCd-W&MTn,RJTo19'p
+&kB2%"<&YNFXDf5TT_RaADUm_hRE/2?rBCX\1oTP60F2$T]D4^5UB\;Q&VI>OK!WU
+@""$-bni]"@H'LfQeRcV\I(`1)%4`QKL!D7CWGuFpBD2-\u4\ofC$jT4WoPo.(h"-
+=`lj"@3GsMc]lu,HkS-I%JQBGqt'Zc7KbP&IRp$+Vbu(Ubo:9?8]KTs4&1tFfEW3[
+64Vs*[0#-OEtSs at Vu:_IpBol-m'+1_=p at 3O9jGR.1!P$/:jhehpSK^=qG+5-n)]4!
+[Jl9#f00+/a9tJ<Xf_g)G7i!)IWD]&dH<mSPL at gjlXMS+1:6*8XmbKX+[%g[0=[&7
+LFNK2gh3]ABQj"UhAWsiTT0k*I3)Bo@#HV(G=AsBl_pid&GjGVc`Al)]Z7CK5k6CI
+p2nSlX%N\N^3<Z)m-65=#sIc^.e<PThh592\D4^lbD-7@?6]OJ&tt8eR`EKYP<F[?
+F$9oT;pL7T`6#=a'CK/d)"?JH$T]q?Th?Vk$H!76cNmTQ;bYJ8,mLg8N:!SEB]j?O
+c`1n;+-Z[(@U5UWf[NHD]uZ%1:pcb27SaSp&"s6f7j'99>gb/D\b-^91UOe`oQ:Tg
+%K2YtQ>VcS>(Beo_f:hV`IoVN^`C#4=tgpbp`^Rmme\se%UT<I!j:9sHe9ecf_2Ik
+dni1)&tn/AC[,YJ0[:uhFVpo^&-1*g>!B+I^*d>[?g/_As!/N<Aj^c6#]m5\+)Gda
+?-1$TG9S&AZJhm)lssZ/,3$$];<N$iOeMue&_9fg_W.H*U#r&l]MZ"1GZ-P4_4dA[
++U_4)j5Xpgf. at t9>U4D,UVFg>KiuOE\26Tk'Dfe00?c]X'#On.k]Bu%PpIQq4*)fR
+frBTTS4,&%:kD_L@::?8+j(:!]*NCcnXK$Z/&H0iKqGFdHcj3Q[<a-WmmmC)1`cQG
+U\q;Xnd_ks1[]recC$!;CsQjW/3-C5<S2 at ShjT2%'L1uhm_*C7A!AVHZk];NgK."a
+F482m\<5HN^*Gu[7$r[u$Q3".N33)ffGH4PO.&LGZ"9Q=3uGX(h=/2dGLR1,g$U6n
+LZN>slg9O+;q3HV]N%[Tg0p?A^tdnhRA!H9 at TF4ipN,`1l:K(6]tMWFkY^9TEX:lS
+EYI/;UXss5VTTkCgqEK'm4r\UB$[mN?>R,5Kb.uQX#1DT'WjKF!.&QI/"agAqAP(G
+KR;djNJNP*%=7jIJFeg#2B;FfJEZC=!#$]U1m$OJm.ZS`Q2V=-QBtF=I<q1"Sl@@F
+f\]7CFKX(j,QXkb7B2Q+3M]P"cgE(*]::P87Qd'e8n=!rF>388^_Tl6-Sdr]@CLSL
+L+$,"(B+3u\H[V?2=>G"*!%H?rF?C,9S_e_TaE0LEK#jo_g'i9E59I)Y1!L9Fp>eE
+=g>N>1BGrlN2sKN'56'KNu at UtJeBe:i*Vj:IQc!S@@8T!)-\LQq#bS?$1_D>SH+dD
+qFS0'#oLHiZVq#p#p?\08S+2.Mtu`nJ#lT47F[Z&@eT-ToE"PFb9br[S;?ZTSCZZL
+lO,?eKCph[>dJGla'Wr"4sqohFoN+h!9`=ddE.#Akai8+CK):-?JO#UFilufZ)i./
+htBq%qE^s/8,(RCr=OGF-W06o,V'-`lR/a\.ePD?lnjCPGLh^r'h4Q2/58O.bJ:)m
+oRi]r?n-:Vgc6rB0fmK8CsVCbW4Q![-T:e+:.T#A`jrGIe[9PS/C0>h01m,6#g_S[
+::n8Mn'&ZtFl`Cp.nmdGY4d+FATSF2.,*Qui)f"95hsJrK*+#t!qQg!$=Y):FoFIr
+S@!"FUWfo\[RNWT];&'?UI-h9n at oT?VlR&uo>-d2`fD*?[c_jnX$c^rNsS%KE=o/k
+?Z5j:#hSsHF@;AjZDauEJ#,HNX at RuCq?>c&O*X/6SM5O]`4fsXe9i^iAnSceq`@h*
+r-)s>AqYNt^:m6CM#%&`,%pSP/D8Tea/FK-E0au<oP"2Tb;r>2J;Iu#aemtE-2tcW
+8=,q%Hi$>"/4#6E3F3?3rJP7QZ]V-YK:aCr+'YAR!.I at K\iZL4lIIq2J##e([taeI
+nO;=1ZCsDtrZd$sp2d]9q=s3Ql=iad.[G5Xm8OFkj]2E6m>cOeG"&D%2kAdt,HCl\
+'kV",<uYun29l&qUi at r8!c1-N::4#c:X3AX@;Zih8$!MB;`e&FBqlS1ZJ+[VSP4VA
+Dq4M.m"QQS<MjY[_h>_t(duBq\%!%p$1dbl at 6gBsc5nZi?.dMkiVapY:i=`A"9GLM
+OWJ;8,OS=[4="1oIi=E*XQ<UijSOYG#qH\OkVC_+Up_=.:0dn=7<.mXZ(:CV1`V:q
+KorZeQqh5CA#S2208Pon,Qq at 7rYmXt$29Z*]A?5T\&EOj?oQm>F=R]VU&o2\;nIl)
+nfIR2GLV/+_,F[W4bV02P(7kY5f5r_ZMo$gSM]tY#o=BqViiqr9Sj\@ib8$XIg%QF
+2D%WFj=U=+B`<Idm!fqJ.8&eD\flV>;D`EZS[)1MO[dFh%ZaW=8A-l5r9 at g*7<mm7
+4U/]>%=HL3Oq/I[I.T(`<St7[nO7q_DE3AZ=kXo8\/JE%:!Z?DC[k&73JEq*oWgkn
+3UPmIfPIkq8-8t&O<0:M>Q3O>*T;2RHQ1]41s6HC2&]d]]3l[\5\(4,>=#':9=RUA
+!,_1RP#W3&HW at EU<.+>1FQI"5A-?^]$uL(S-S*M6(mN_brd0;^^\odX=P^--2MqGQ
+^X<I)dK:N;Tq*GO1nVm"O8If=,f\o]r^/i_hgg%*Xp.[8Mh`2PaR<C`WsGT,Y5`&-
+)*AT-CTSP,#[pOB+sL,TSV0fl4f at 3eN<5:^*+46=`rgM)K!\)ECVZ,Cj&SIC=:$Go
+.]pF:]Q]VOqW5oi\1(W'MSY`;c@<'IkiPD?^q?jXMfG%h*FT\VBbF<er,tU3gH0Pq
+UYfiD!(%R)+Cbr74ZCuEc8H_%Ib\us!H-^&b9DHWj[Sb".k41]W'OQ-]8R$s7JRs[
+M4kb">.G-\(HhmJR,='F^n%o=#.ep#I^7s(^hu^,L:S2ElNKCQ7bBo?n.fN0:'f2t
+`g;6Q at TEmakRs0g@etjjD8OGV!P.\%/QhZg-9*U9@:W(\?LnWQ\4+p7W7V49l#'<j
+J'\:C at g?22+[c?>B8o_M^Q",=,m@[fYQO_5+hVIKP:.NP=F&9QUJC$e-3Y)(ZXChr
+';8grDrRQoq(9COelCl-ChPVTi^?YsHlX/4&HYfP&PS]km<HIZ]jJNQ'1+us.GiH-
+e(>gi+N=1]2E]cgQ>Cr^n2Hcr%]2]FEW31GZ:IR<+6sZ3QlL5s0G7V at WdL$rS4KA1
+GNEg=LJVddCIAa_+\ujtcU"=-4ZXKOK?iJEig\]_oU!LX2o7=9E%l3<SC9F.+B5+P
+beZHnh(Pk^b:oO2,$A>_X51S8lKrhMLQ<KEV$)b&X5%^ScVRi.n`cDXhCD?'Af.G#
+8&E-#@.;rTk)DYYq'7T"V at D/b9*D,#E"AZ1n,mWYJ"U'FG0PIJLg4if`pCq`'!/0$
+b?$Q[/;*C]s!G[CL^!1M$W>N^@O2eeo)ENm9p-j6%7<oF=)mGZPc-B_3D6!<f"Sja
+!mD-E:%Y=CQ+fqg7"W40IgDh;%1d]IiWhHFC14#uj6cs"jFQ*)0IFFkpdm'bJFLIG
+++N>D8h65/RgmnW,:C,fH#uhZ(D)G=$0MR-<.XBm&$+Bcil2_DHr%K)f&^JOM!V5<
+lM-no]mD&J5AO]bdG'%&D602o:4+"NfHeBf4rEE53XZ-65S!4`c8Xu%!8#qg&0osL
+^A?!;Rq']T?(=e)5`CAF&PdDQ2suTY53e./gWAiko@[<Pis?b?g\3Tn`*I3'-W?S?
+/8RZ%S-BDh#eJTVHr[E7oJ:TOkk+DRgAgF^!J@##X"ZS:_!1"pih9S\=rJm>EXoHH
+br``0GV^QS,=DUs-^sq+Ecn\B3<M_^U0ir=)+VO[LY\RVl?E?sWf!t'?,E:)#=R/\
+`Ul:T(r04X.No!tru><i.E-3[#,.BNQV*k^CB`7'J<O^PVV+$%_Q=XJH,(g,H/su(
+UO^6^m(rHq"6S?M-k7Lj)?8`MEQ`,g?2;23V]`X)F.BXJ!/*fLT#kE(0ZmT",.R=_
+8BrqK at A<Y^nF(r]qZJ@"TO,JmW4aX!o3T`%OO at MdN?RF\re=j5IAH)r':7/g2;- at O
+mZAfmF%/p[7rVWbKF'ju%-.#0OC+RJX.,FlB(?m&)@!5Xc34/MJf%g`cn:N?V)m9R
+`6;D:e(1>LM8<'oC]e3ic^#?M.LBo0AJ<G1Q)0 at 02kTS>_Z6.bN)fF*_C:NO."tCa
+[el2(&acnB<`^K/2fJ??4QE,&NdU>YQrl8:d*p)MC8d1eCq^))EgbMH<h%uJ at KP#E
+g\gti"ih1=5f+I1]RID4>QXbqG$,a5dVM0b]&07i:1LH]aTpKGo4JNerPL8YCR,B<
+k(M?U>WJE8iRt:t^iC[A[UoNl5#8p7 at l:WnQHUrE4;[?`"s'@H"$=P/nYj3Aj_ULq
+;JJ_F6a]Qh8Vn"-=;bqDI_P?J:4H[uftXm=ciao;;NK^"paM#2F@'URJ?>kOBf`/^
+;G0:jjjWNF at 2?fEKqR>$Q2>g07&=R.:C+`TVcK[fmf"\<P=Z&Scp)0m8[u2Y*[T'9
+MSHaJ*e1?\:O!QT/4VG0)]PZ?=fJfX%<&HS3LsOYYR>RXSG\C9GkSW;)E3>\J at 5`h
+gChfN3=kmWp=IJKj^9tG8eG'@H4_&X/t#:d_,)l_ofRP2Ha`Uo"C#7$CtjPcmU""W
+Ra at Y/19K2M6<N^5&Ih/q,RtK8kp#XHpa^!5V7j'b",)kFJi`TrJ$,,N8kDO9&H1[A
+Af3ZDNmN,LGoh7o-s%C8^Betm$-V0=<hU6"dk?3I1Wf?S_SRDa.KMd,8<YhO+^Y-N
+CT=Rg40[BH.PDWKorif+'M*J9ft\^KS':cS0RH-b2A\c3&VM"-X!8jg&Us;.!JN!N
+XHP!L\1WSuV9u]4kpeSk6]p(U(lKUNn<AkZ]J'nKZr.2bKDhFlA&9V;/>//e?bc at b
+(fB+OE9TQYN-R`lh^(6V47f:eGZ<jXp/WiR at 3MTA@6+?\(8E at XhfG`%$((BB03]d^
+N;iX*l04HQDk<53rQ)UiO?`V*D_FEK^"u\Q8r,m`a'f_G&t\WaZj=BB%uf8Dn3>MF
+o;`l6poCP8qXOIjp87ga5r>QimJ$8!9co2fHZTsne+BUGA8o?PAD*c$A`a&QDDdLS
+m41,Y%(0;PlWF_1mDj8l>VRK;\>1F,$^"+Ngg6uYV"2#RM(-N_!'E#-Sl:_C4O\ZI
+kEoVO`=Vac"_UT%JoA at NLeh7T0@,1 at Q)3o+\q&/3aZ6TmoS]kJ9bBpBs87kf$d>:"
+#@__.#s2"[?SCl=_[`Hi"Lj/@DeB-t&]]<3%<5VRWi at f?E=u%Yo.pXqS%Y!]$rc,K
+DTFP$FrQlq./BHEKHGm%:f1_ at p9&5\["^R6-dspjg&URRqn=ce<%OKM at s,Z'jhpZW
+ at FnC@IfBK?iAca?7YeN3E<0,]J%8TqB$><@&";eLV(T($QU)CGrK_p09PP*r.nN;7
+mo,!k48<AbnD/&#%u$&[$4-GU.uNNlcem)&U[7o;)PGpsj`KW`YW'^Cci'i:8(sWR
+Lj1QFb]?`HBBm-X:Q_h[]S4WioU<XDi^#ap:_@)I!1U[me\KuK.ctK"$uIB$ZtA"r
+(M&Zp[6?D4:F_,#nu!4q]2f;&VsG1WReD*eqW=j=3)J8D8)agKBK40C_O%"Ffs-))
+A:<q>5(<m;\@YUtkID^oB`<C_:NlhH=X&+.cX37mWrh\._1*#f-XX70%G2GLCT/+]
+P-!%*X-uPDnaE;="]'EQSZ+;X:OiCu4Y?Gl;?-Xof73FGPn"o`5P50E)c'Qrp.*]O
+Z7NH<(*FsNjP<,Jl;6sp[/XPtT[W5l2bqM at opO<COE"t2YjbJtb)&)7Sc6\CjQ-DO
+A>kWP4:-#dj"0od]:;DO?@?OB3r05S/n[s08Sj^FcKnBq08%fJXQ.BWqk at PB`!))5
+STpNRG/gL)@I,h_;2^k<(cPK;m_u'"^p- at A<7Z9105dS3]d9XrT8;`AHm\jEAf,qG
+<R9a;gW8i)jNkGJe$ED9"2*&_)u6C[@\W8;c8 at GA:a0cP at 3;Dh,,9:QS=-K#Z7EVf
+S<@\VQ<gkY^o&hP"e5-"b`=dUrGr5,hKB-c_]I4A8)i=UmErD`C)`=uQ#gQ_2ICCs
+5_9Do<i=!^+0Tb*Cuoi4mDn't:#([H$+D`44WqfFa18$q`Viio<i$Z#ZRhtF"4$7G
+]$Xqu].X+g)BI>DXmUZ#Fo(e6G@>?,,Mj#3/4ugPr:H21D)1\jpKoUE]kaGR#oK,h
+4fuXVUAj+ZkKqB(opL=0'E0HU(fU#a05KNW*cfppLaXFZQUQ82a09_c<BCB'@52"d
+l<P_Mk<(lBVsU8&N3[]U'(9Ss2.#+pZ3Z^0]sJEd5DQ(/gckQp>fY])GqMV(`Pf6\
+Pu$KA(c"V.XL[Y[n'..P2;Fq-gdia?ar5(&F)k:GaaUY/O$K%GRk%:3iEJYWENupr
+R#IB.$`LX_H/t%]8;Mhm2p`On['F.:68Z`^^]po,@>Ed!2N():&87+pVi/)WB3(#/
+7s^U8_ at 2H#$W6ipOdT^e:$DReGf@@h.\2YAS:4\3/2'rBQ5=L,T(5M$dRD>BY/(Un
+o6\Xe05X.Lb)ghc*?R!aS7$X(K_DUn]f?6Q)6ePQW,".*D1$6YST`F.O5Zqf*5V at d
+P5o=CE#4QWQb/t^_+]G9oA^lZ=#.H7he2Q%6Xjf3JscKe39<!noARTA'66PhX#Q=Z
+')nBd;"f\!`j(sRBUM6/hKaK)W]nt."t]$u$6G_rQE.[[5Eid&[l'bNSZcGdo/UoX
+13Vb)nk-67;&6MP1+3*uUU]qQD*NIV^5=ukk.igf='EP,pMpt8BlXpW%REU9?8O["
+*Q.(hWak9Ajsr5JF6ldLs$qD2m-&R+;>^a_*G,TcgYH. at rC;aN8-g.K$'Z$)+;P`5
+^rQWk/<S!9S3#2mkF3?EM-36,bP1_4YI^aZmhfsoW0KcEqZK_H0hrl$qF[D?li=";
+#nK2LNYS-G53BDKGnkDS+UW&rhW$)K46,H?Vnpk.!"*!H4!W*V7+%_#lKl3k%mUgG
+eYuqZ)DosJCoRHIGb at gI[$B,'dR=_dX=`VbRieAd-?C/qO;C._KM=hE]7*PR\LD5U
+lZUJ0p6%Pd<K0cR<RUWeD2AoIk!e3*%o/d4\Qb3B_25aDZ0s=*KNJYN[XH7nn)QX7
+)V??/S-[p`@\bV97<KSMC<Ft/3iC=cf9sq at M3Wjhj]6=]M1.9]3ZY*L7]LCWO/,48
+Je<n7#C![m6AF*8Hrnu;aKY:h1g[FAYBaU.OFVRr*1lZnLaJ4%-3SiZ1f8*q'%0G_
+$IOPS`_OB905!J\*gZ<S4+HuCLF$bW:BaBBkmU[g0!>V.3ACrq8;&3jM_?cZH"EhR
+Ppl/N/<h"%Op1?uHD3gBn3mVF:a20ZNKD*^8sEH>6)D.``/nS*Hl\@SOMhuY*'V`0
+Qu(oJo\69;)b:%Y]b1Lk4<ss\:=Tl";%TOlWk[oI`@R1FL9%VG+Q7Io'_mWlo:jp[
+rI3^]C*Ut'N6'-aoQb.oiURI`"<s^X-V!mPa=t:8MQhAj(e^MJ7:7-;"V6*bA%&mS
+]P%O'R]Vn$#Qo:t at L*8P>W=Ph!Z9\"h=189N+aZRFmkV-;/GE1ggsRl(Xu8CF>Qdt
+(k+$l=`)q%A#6,i/\cjPC2 at i<Xm:,b#Zbcn<Z`Y:i\fuTIMj1FX:fhL=ksAd(lITY
+&is=a$.ZN9VrY/E?:CuipQjO>lN%Eql7KPOBn;(,DCJkW<G/GObZ8W6U^l>S/47;;
+kk([-]#)]mbfRL?`X]2*\KKSuA.6![CGfNLar8ohN]d3%F[^%EaQCN=#/CA#1iC.D
+P:)6AqEq4Un<H:Q'GH)HQ;SAOY[[Dd7((<[+JTIMAM_J+5ZuIVAG_gt1QLAJI.d0!
+QiI&(Hh6OGGAmM(qZZui_bD@:!>]T\@,*J(1Q9C$B\_)fJ/4#s/@[j7$sm7ipXGW"
+DZ4hNmHsYAoo$cgU>lTs:r^ge"`#sK2`Iphs3J13^V>-ee,.HTHhI'tpHQCjl1Rn1
+E2_V+=Pu.D?f at kLPQ1I/+5d"krp='!^UsI4ot,^g\c)HtgFn$I--l>PGO]1X\@WXK
+qKV;u]78W6MSWZWrVblZ]1]]5I^l2"Sa]YKGmS[]%aEt1-2dQ29Xm5ZQnEKB.IJR2
+'ms?)UM)**@`"15c\1[o_McEe"+3>lX5NR^L.$tXr)48Xr-B^F+"#3k_``E4hts\A
+V+VQ)[=2l%O'g4TrF*9FIjaU>c^,#]gJsS&UE_g:+K$,/qqQj3rH@,T]C0Y+[Dp+*
+R/%77:"r3^emrhuh*J?V"TN]"25DL`fiCm40CN'c-N<e9W;4IiLSR:#r&XE_Hq*6t
+!$[UmnZ;o;T9m)O9)R(&9`2k^`1L8R?^Ap^Q19;]O#HH,hfaP+<>dI+?VnaK!Fu,a
+qu:mUcT2"q&V!q55?#Js\NJ;lVag^c?pRb<f*jeS^:u"tSpb'pI.Z)BfQd*>HLe9f
+1OnE.!uomS%XuA=@*C%Smr#q#YX,bu\]'J7-+]K0i_164(EI>$G7BuDScMZEXWUoY
+'fakHX%oEuZtMNgJc.=`5"ZAB:h*1A4$P?a@[+@[1`-_tNM'csYZd8bK8H"hh$AW-
+8gd?Mm9#SN5]Bdc%>/E3KB^L<Q])6e5_8kY9<t8=Bu$ma"K_jb)TRkQAT2DBQnSn+
+iC%FV`5uaWK)t]8IW2.kXd=)E-3WLf;:N)F.qUaMGg+i_1EGPj-LVL`F:Ge%NWJ";
+.1"+k@)HLYD\?#C-4.Lg_eKUI+HI.XK9'G-d#_D)kT/g1_IsA<NTiIs7i2[<J]c,J
+i5R>=B`r1oi#6#\&.Arc+=))ad28h$O:U\.OT[i_j^7l\`go!+dZ?Fn=UC]$Q.UOp
+;JX;18"s[iaB?Dm+BXC/oS*_]S)J=;?2*a]&Z3QTBIqWu:sV=25raLUm4\lB?eH1c
+QZIi)5d6pC,7"Z6USTE8YR_>9\1jOVlIpL2%\F>/QKV[$>\HSAgg2cbN/nJYoc!*N
+>0i.^HlS&Z/Mh.B`Kd.pBTAr4>b6POUGS2I*3?/lCU>Y?jRQdlSqJ*r`@TR4,T6mu
+.#=K3ojE^>F5 at P[*X0[0kg-s5*`jpc*C%$W]^XW1+f%uuatCbE%\C%$_,W>OQm9N(
+W3Pha'GL'B*cM:Fj9]:B<<`+pl58,5eE\fV/W;,PX'U\ARR%\u/&7IQ*.U6FFbn%t
+b?tXE#D8D$U0d:d at g,r9Y2K+8L'%4 at o2pd^K=fR'7W?\Qi(gVqEH[?^Jr;#t%"]DK
+Y1F7j^:JpFFd:UC at mmf$YZQtoiWmetCSt/!i+6So<HAu<6GW"@HVA9.91t0#`pdcU
+iUs^iKup8J/sE'_oH[>S;UKOO28;=b_IAF(/@C;-TtC$#?.KsH)tU0X4DKesXc7+3
+;sW/9&-r?qI9+g+a6&BM5[PWI9+l25BK'1#M2^rGZ;,B-/HKQa;R;KUM1(ApHLB at D
+4Be`4*ukq3D;67_'SC'0GJ2;X4"V%%lb8JdAk9.\5$Ah/5*uq?:o6"bK[N(&Ir<ET
+"t*1g;U2F. at AVo53ZAh@USDE(E at ndYUYU!,1:Bi?SbB'PF'6<fe5/_acol7Z$WCOC
+fe+1g#1:a4(('GS215]cJECDSKj"5ICU50T;=YJgHufFW'WPB$73YH*@2O7kFV[[/
+iQuI_6O92i at S"+.mo1X<7'ACDUANo(em_?*(09NRc:bI]/2KYD#1'@*WUQFDR3\K_
+Y]eS=\qiROa<70C$hiX"&4<:EX+PI^=h:qI")0#',,u`+;OdA!+ at 6'\4JA69$`KV3
+E;.jg2t$X'Q'tOUZn$/5jFR2>oGMh,=\jPbaq)\7\)\8(dEcFAml:6lPTYSUR6lUj
+X"IV3U#dRtTrq^c+3"SP$7ZmYr/c>b at -u[I5_ZO];"IXfTL,YA2u:rJ+ddY3h*8Mh
+YEOoeAg,9!nj<DR@)6qdTEXpS&4"m5Zr!$ckB^,>i0m9L]*&-?0pO+TF/g3F#Z!<^
+e>SM>ckB'<?s((gg,Tfjd#o3&NI3KdOFjP!9`3g$28fHS;%HfWJ;BeB&gHUl#]/8e
+A3pE6PM8/A6Du\(i"NXj9SIf=<p*&'-UbK;!tdsuF;.RD6tR5g<8[N41f]Pf2:%DP
+o:6FI[B>="Zk at rrcSW,"ra<ZsYWr7?,S0BM<\d%S^u%b+UpMS!dY4"`i'57kAD?0G
+`m>/Z(c#!HM5iWZ9^]h-6TLXI'*V_L%(U,p)e0kF3+)iX18UGdYU!2._:DT2Mksgh
+ZP at .K1.sl'dqY>Y'KX^APpa)^9JYk8SqF8l("CEH*En_5BY,ijFW'QX6^NlJ=*0e]
+L+W4Z]2INh`-EBffE?XO,+)OB;foj;^i0AfSEZoTFaKuWH.H.!0XOMp>\k@$Z0[WL
+DNIKqP;dIX[P\4FMW,'`,0LM!$RZRA':/?3BOo<#',[a))NLqBVr/UW''lm,PnYrc
+*/QjNJL*"[dR8%@pQHH*'GfMW:B*!5jjkC&EPq<BYi"D%g-B,lrDKEl/D1Mjg8ImU
+m6fD/fihZrBbe^ig*uUO9+K'b[)5&_Fkhbf)sRiEL-tP3UC`&&Ka"6m![sG0 at l@V#
+#`3M[7VZ>4n?e,dM$HW93L4D#L`n&7$&*#+j9,L=`!KtuDF=\-aCh#$K'$afB;3M#
+3.a^%N"gJ(L?Q])`'*2*aM?:7Gt%pi`$"(m6o_JB."YutWnO[I(m/kA_Lg/d64AAc
+Q&N*h+U2:h+FVOlfcid?RnlR=J>UC)@4]nj^7K'=+J']P5fB?T1o:8L/%)(."hfIN
+O3Ig'c8M2FoQXeb&cE(k\Y0TVe<@rX-e*trXb=?cMNe;>T\+&$(dOYu8g&e at NP$7)
+,WcT291/mTOXbL$0Etum]XE$8NQ&8-11Mi2Fp,*C/:d-);Z;<.o,j.2=Op)8X at gFi
+BKT`%c%ITZ<3(Q&k.,jpK5a)5,Gg.-K-t6*N%.)u[`Ff;>7k=H-VDWGLA`BP^d^lQ
+6q2F5bjoUi^1i!G(;A0%^"E$0@<e`fZHs_^kMe<-6A at NN$8?Mjio'"![tDu4-=b5B
+7Dp9/'_cTtE6$sVq3\spJJnS,PA+$Jnqp_8Lqr(d43E(h`6.:PWL!W3nDjeR=<-cC
+^j at Rq'NGDfUI4 at Sbm<DR7Mmg]<3<&A%=*P[<g7lYopA3<6(S at 9GlggBF?BScOk\6?
+`_7Bp0jk+c)4oid/GNl$gqd1E+Ft at Gn]M\3H3tq((d__dY38632-!K5(FhZQ65n7e
+QqD-!#U@^j.]YRB$lB;S;7I'd-0 at s1l%M=ZKMTV.c*l`laYr`r1DY4Fc6H,:NWM^<
+!4[ds&o?Np'm8(_huLdM*%8-tQbI=`&l"9<3.cA_[+LgLs%N)pjPJ\aY at aYtA<UN&
+K:.In`O#D-+pA%ACaBOQFM+7T?O2s^PT7#'/3JSb:S=7uH4<!Q(]o!t(f-\-IMGHl
+pfXl*ZDpkIR7;Y-+2pobJNml,"U0I7%Lar1)GM#A0p\5]W<4E]ZV9B96'S;a7`p?g
+WK*GLA4&gge!u'<O8T[fVeJPXUd7EMCQ`P6<Mi.#RRhBrMVPfU$OI7F57enN`12Qi
+e[E;XfYj]]2B`$O:iJ]unquO$:BS<o291U$-=GhMP96_4B*:PKRfcK9S>4)_;M)7_
+7`^i]m0+U8&g3q]g5BkaI^74Gf at U44m&BojDc*Sc*bn%W+e+UuENd6-#IQ&"-Alc,
+PXVW\Z>*:(`p-!pCAABQNmW_`JN-bp^N$E709Y?SKC$#t5__BF1INlc#UCpk6!>UF
+4(Nu?7,8<m`u5fFJ1;NX'@2oq*;P]k1F0-:6p(jshuem8YUkW->fe]o)jb-_KSWZD
+*'c,#9%c_c"b7F%+Bo8`.%"5WQln\n_$0Y_arl7@[MG90A$V49/eMZ:j7J-jS>6s[
+&8UP(db)6$'3@!4UF7;Wd6>j5!#Yc*5#E#jC,nkl&pKln8p'M[K<caKl?H-24P,,[
+0\bNq_,1GI.jZ)N/?:KJ*L:\l$CG3a)fqaX at G,nGl9j[]n3#/*K471=+ETAP:a/Mr
+esIJ?&r,CQW4V.ZUB0WaJlc`+Kod7Veo7X32t!A+%n+Hu"Uu'NHH'GA%`f80<1M3D
+lLiYO)o%)7!fN5G)WY!T+uIS)9*N*A%^ss\Rk7)F8aKfL5D0G<X>A56*-G+g=D-P3
+Q/UFPkTSfn7TG9'V,b[[2Y13Q+)-Eu3ZKoM'jCr+b<jqG-HBf$/0N;nKBFIJ+%Q!t
+_#fUa]=k,/DFU!so;Fm>FWk>U*Rp_6JcnP.2(/5VhAr2iZMq5_U<+V,CV[i at P$(he
+A+>348qt at qmlbFqF=Chl=K.Wq'M7u6fM[d;`XnFNj:jLP*-t/SplGY,]*8>`o\d`?
+o`nBUNMR3?J,kjrRRbG_9%?us+[%8X5YN:$.T at -oRKINOi71tJ!s0b&Pd,I!K&f2L
+^8bfPW[2Zr\'XMFD+sM&!q<8\ibako)dE!OS-p0"$3h_nDN+a/_86u4(hK4)q;\e_
+`.NfS0NAEF_;C_+J^=\O_/.<4)e`]$1ijR)7t=?2In0)RNa+Hh5j'\ZZ&X#7(,@,`
+bc%XfbuU=LDlDa_G=V&8T80%o`PM*Cc"_[<r3H=\LP'g6l\Cr__`o\GRqAl,ZqKVS
+<5-]o1IUZ'#CfrAXD^:mh[Z"9\"Au(O$=,0YE$EEe`C`U?4TgJW@^p#QCm"cT&$Q(
+\'IkM[<R*\*p)<UX5igEp"V9L+q"/fU7RHtB2A&<%85SCY*\)/jSJlId;lX$5.!B]
+l\EOSiN)!-UH]H.ckq"XKY\:bliHRNp3g\>V7515mG`GsRR2TjhV:?NS`Ag<hVMM>
+mbh27i56NS?(X??Im:L>cZ1GO_;")I`Qd[_W;ICK'r"!"&H9K_IpA3RU%0Hq(>^$g
+`3i.F0QT`>_s,/"fh8Urm([(V8!XeTr&9*O9*SR1bE9+.JLgdVPq at W9,DPGBKe56h
+BQWj./3%.%@At$uW^YXd[9@^V@\G at iathehc:2HC<h1b!54buUN at f1f:SVM#?MYUh
+_U%La-9m>=CUV_l<5^[WIr>?S'96*f>;f@`l#?6VE!G(PTGXprOMt"rma\=EPXU'H
+T`ch1Xp;&bKaB-]NA/>=\i8@*=;G30E?)MiKSc`oc?q=KQ(L,Qe3,GSW8-T*qD^"5
+8mbP7,s>XnNfKcUI'H0Ep!'DY6eHgMH.$k at l&.O3^A'%upom1>ZW,h at ED'd:TIbE>
+8m1jjV>!m854d'uFmZ4]C69jNaK-.$_+5+I#7p.EU^MZ"f@?;'bBB at lbI)3]./UX(
+c_E]"7=?rbNnUu6YD`=tBIU9sReE3EUQ.H;pt.a5eQ2P/H51#*F"\HY6fKJHVC/Y:
+CJPEo(6S';3.<S_Ja8eKlJ?URP!3JXc*H?+pNal8>WP5#ZeLK at pN']Ck/'9!UX+8:
+YM&;CI5+1Dp-H&`3VWIr[BU(erdgCHhX^u$4NO_<QDb4[5*7c#@FL"CM0bQF0;Xh*
+*CDu\ntE?_?VV0QoM'i7+<S&qX;+o2 at AD8rT(-tIb?=q<ODVI62R\N<l8B&..,Kdn
+^ONT/#.Jm0Qt$(f2TSqNC3+eC8\4.K/+q/o=.Htf]iq92N%jL4pSQ^=P'`%O:FFpB
+W42%qqLE5)eH>*mV_cX'og-.9HT`k%Q*P)LqD`ed%\XBFralSt=2[c#4jGCDC"^W4
+)>8OcPEHqdR9eEAjZiAH6?S6d;;&K;C0,O1APgWG[W,gD^2+ir20L:_HZm0UVi00q
+NYVl?=-pfJrtl@:jmC=Cl>F.9&!#Ud'*/:8XShn`FMpD1r/4AaU."Ves1LRBG's"2
+pu=%uPi1lc0:/#tQ>9SO]=pjh*DS8CKltX'r8S-/FiC*T0_mr$ELTG$AoqbsHQCF;
+TkSgc]/'u<&,5P=T)J:#T)ABMfrO`;q/8JpXm[.BYU)Ou!=$RGS#&)]VVY%P_OO/N
+>4c%nS_u#c7(ZHTV:+kf%_MI<-R[>ZFr.n-RIdb8TSc9W]Gi"n/T3!f34`4PaccL_
+m)eX<(UIH>9js$&&Q'q/[kUTcJ(tq8/\RjM1:Qi',WS#F6t,3aNHujN\i$Y$l.oZi
+9C@$%s$c\^0>sRM.D\uGj\sG3([B5IrP?OrYkG=4F%bXmAC$b/4a"iB!,S$.e at Y+o
+WEai7%3r%/^,M%Tp3t%/?ZEQhB?i0`FYi[l4[r09P`)Lls1JYKW7n>H5BG]W4Bo"h
+OmF-%<EBlNWc<2=eKUk,bn"0ic7ZC0ibIqZoS2!;^?aOSmCuImG8n9n4]gKEF2<^C
+4mY%=MZ2sh9LDCDM6>1:^99]Qq4!BtDVsq2`Qk&USZUB"h>G_RfId'6BkT!.?Fp+X
+fd!e3b=7aOU,G\n\R%MU]RO0>Oc-F359Bor/g('cIC8INE?rpbR"(LD/78qaIK9iZ
+Z=ISM`.9fZ]FU#EBPA_))NkS)`JVEZHS4,;dl#AfE[c\tA;D^Y<Ll0V\%Ythc&R*3
+/\^=i3NbbOq-uF35>7'bA,<1;_K'4b;AiM1aqFS6q3\?EoBU,Le_ct-p0m.[QfZ2.
+1Q,ArL_qUPH6OZY,h4_hGZt<?on*^(/!OJab][i<aeXsDl(Tc:IYn:)DTf,%d:]^T
+B$%?dqtFtZaKPTA$2<:>!a<llVNl.-^&d)EebN:Q[7F at gX20/gD&X`SaB)b+p*T8e
+89b4'/c`!fGQI1=6joXi!SB/_bOob7_LBMuWjo/76;`IoVP`PkbErk2!n$/h.Tu)q
+_MOXOE%Q_uH0ahiadd)HXbA4]s4kROW(ocdc@=n(:L.P9G%KGTPP<3J?JVIbYG11H
+W+GA1XH(c9;tG(]rcQe$h-i*OTcoE/TrdG7GXMC*L at em_;+(q+805h`4qQB]+,F`j
+%n/B:'\VPDACEo.9b0ZNNKIL*9n^^!Rd!#7qLrY:h!YoE8ZhCNITdaLc+u5d]B/A`
+K#KA-=[BtYq)Lb1=FrXcLfe[\.u7\+9Q:Jt.?5Q+jY8$X4GLe=a,l\R(_Taf6XiNO
+`Ff?o%#Gj-;P+O(Wu#%6%tfs6!2<f$s(N&B(dR:0!'uVg1!.lik#Q>K/qSR0HMTH9
+rESQYVA,U0rR99C1SJGW;gcoFr^Bm?J'h9>?Zaih(L=H.79?U9d8_]X]P=JQIT]uN
+2m]R_EV'&"jMQ)GSj0*EE"raUFdYCOV'j2D<WuD_rB0nCY;c(=Bp%7IMf3n;k"Y^G
+gt4XC(tC8MS(sCAS?9Mtji^B4^0&XHRrkucW",D+,fDet";]G4UC9<<7(R%<SY%*W
+^0<@j>kD/MP$,*_QW&?X^KN:fAVd8'r,0&!i)8,kR[hX"C\Rehr(!?YFRj32]pUPB
+$k;kYF2OqbjZ]*Fa5r)WgGDcm:pm7M.$KhZlIsSMbE at N8="p`[SD--Ye,ggolpPRl
+PW"\CNMQA++1)n6G`/YcHk15B)\YsHCsIcThDRDgOT6jG,j#tr>LX9SW'0aV4,`#"
+Li=*//42]FN at 1**;X!`UB37a^EA!Ju[]Up at E>:1dc_R8H)fW`)VG%.-CD<+[/_N[t
+)p=VIJ5Pd9!*U=L)*kXU"V+)Z7Kp!t*R1)l3M*um_3);VAjU6Jk!P>:*fWBo-,2Af
+lBsU6&t]QSo]:6OfVCeU2[-T%S)MQpr"Ya,pH^X/J-'Uc=S^f8T]lh<!tAUu#iYkU
+TQ=d,HMNGNb6J$8D%V7.LUeB:-Bu"YV!t7Xkh\.00qb9uTGZ\9hAu6UiO3<=a*$4s
+ed%^3>eilBq?6q6j at a1)k,7\/^^k+if3L^PA&l)j0k;D5i8ed;1Z5aQ.&ONAFg"-&
+k^]n(a:Smn.Ft3AkR\f$'2c8tOs1M/W>H+)QPT?Z0]QI'J969Q"Umc>&<:nY0oH)Q
+',DhqSlq&G&8KI?<Xo];Hdn4#0(S1;&88.tL]n"Cf<OX21lb5A<e.l+`\g6[?Ed[D
+C*b6N,R>p2ZFpn#HLpl<2R at OF_#%7:X+([3^bO2h+[0So%7=e*.l^H-:@f&7Tm$M+
+O.Vm!M7I'dY%#%m$f-"YeU"3C%s0B#$i#,RDQ^B"ON?i<m9)BX^eBp=0^Mh7.EEkD
+38>^7?Q][D#0bHo.fbn=bT9o@<WEiC3Q1N-"['E>)r*q?.(a`FODVc+_A'f!CP6m0
+a'!I(da=h0J3ah'NC5H-bQJ`g7E<7$ib/ZE:s2J0%bDDu"l\5;abUe,dM=1rOW124
+%24%+F&VM+-/s"]@8O)]i4/M=&_h.$$j at 08@!ER#*q0bLYSG'/V&/L3^]i4*?FXHK
+CWcucj+`0i-\aQe&0>fF4@^6/qq_&'cj]uZBF2/Bgjh3N[KSQ0YET-G.pO(FJTkun
+-3s;4cYTp$KmX!HXG3"+i!;a2\VQ\o:K8-Idb_3D\o at GLn5Vm(5iD;C10>ni1>[b"
+ at g,Op+#cL]%_j.R^*e2n)"AO>]=/$4BcVWSJTpBuQN2.3h<a#W>"3DH,E<tPT^Qn5
+DW[(#8WAK6ied at 8RsU=AJ5 at n=/!>ocCokiD=MD^kT4&T?ia"FC8u5[0Hi=H'>)kQu
+"VQUrL(:oC7mu=iJ6P)k>L;?3g5>O0fe4&p9f:uZI!,Z5emi'dk-A,KQ"V_4JtWUm
+5,dE=9J\l>j8l=OG3!e?#n..RoUl,2U1Fu@"3LgIE4d#>K-rBGM49ln?!q"E3<b(=
+YCoCBic'Ag\PDfTM>c2(U#5,<"(`;Z8.uQ_n9s]:PsX9AlYs=mVMu_,8E$oqhAE"*
+Y%!o=WAG=l5Or^$%?pQ&4<g!*KEqLsoBg1&5Bi(6S\%iokE)Yt\gPNZD at 9O1p:(cS
+KZ3ihL4CD8(mYu7F9']]>`E\N#pDhInp</K[4<I`BfYT4auH0K)?+h976(`WWbh_T
+67><CXW&C6hX,afjFk6`&bs_fJhsi"Cl8 at X$GF&U;[@TNX^P;Br'!LR[[AJ;#sEb5
+p>,=/9c"oK@>Bb(ZHmKpFbALC`)ebCh$<*2 at 9rq-_b1Jq4Q,Yl2Oq&`3[8OrJ7A-Y
+>lQ>)(m4dD!=n<=\p$Q%%W at 3?SClgF3r?sAFK;G/7'T02ESt3`Y(*Ts=S^6u:M!2K
+_]EE._BUs;.!WMpJA`<;<oRGqR)I>Q]?n\Me6.NX=.p3Cnifl>grIK/XWO#@DgsTG
+8sp)@GHfJA,G6Ir]`Ud?!%'7d<6uK1"*UFk2Ysm`Y;#mM^$f,)hcl>hX\3Qq at i\L*
+b_i!gF at boh.XCdIXSP0WH+eP!R_CX$NH\Bkc7mZ-VMEUsKF!cO(pW^d94B<d10l/Y
+S)'-&g_(B>+]fOZk+7L>HEY\rc][$nE`UD"."<Rsk_p`B!4eDm+.*dhd?5YjBHX-+
+8oQ+:TeW7k/p](7?N6KIPKE'$Z^uYlf]95C:G-:\mq;H:PHQW?oAq=4SJL,RoZ`lt
+r1](2Q;=:iY-8f99JgR1+Yr^m,aTiKF$PT?BLc`s:+Ab8q;]K)s"H<,*n*op\cA65
+0$9%_V$].CVH2sEaiAeBR9r_t&+8hq\]TiBgPW]8_u%u10eEj+(A#0"_?=D.ePT#c
+B%+0brc7u_:Kd;>gT(H7Npi/m#?W($X$uRmaq2EU2A(#(joF^:h%>[*>,Y+m9m;HJ
+@!@F#H at m%7<n'6A8-$.E*!]T>9X at o6+2C^d"q:!9Q:]=']H,rj]UEH"EP=)4W*\K&
+=TFeWRP\ApiHBpMi)3PN;u>"tUL(c*!&'WbX%=+F>;ctn)9eK.^!T1>)D-J4R*H75
+._r+/[b7O*3#e[=QmPgO1drT*h^oe?H3ou;[b-2`j>KA*p)9X8)qGW3"/_sI/)FM<
+k)A^4(ol>N#!7LY/BfKAE#5hqNkd2=*F4[g<1DYP1Jj-U at 1SdL9N+lf*QV8@!j^+)
+ilt0Kb\RNr5mHVZ2XD#3;81\oJ/d/q?A:84=Cjs6MK-0G?Dnq0_B,l%,Y<)CYSE/u
+bfj*e[S\M0aiKM?!q"hkgd4Y9-A_#?D.L8?96_e^g7)?JhVWriE(qQ6>9)tg[DH4T
+(GiD6n at c0[WpeAjgL60PCHMqYaV9l694jX&,3)kFjLm7i=1;lO4"sWCs3DI\)iX1[
+dDcWn9'g)$M]Y$RqFpQ;fON=3n]3PD14I[aWNKP\3;oGWp[b]\+]1BK\9W at uC8\1e
+XEl%/B&"N`,#RaSCqiNiVO:J39.;^Tl\aU"EF(7ZOrd%/I=cd#>/GmV]O)r-M_Ptt
+9=DD8$cHM-`\>bV__=W1I(kEX94V"+C.8K.IA["Dr%fSC(WimlL)gfLa'4UY00:S/
+QbnELbSuYEP<!(8$GW0MNA";.hGE_5PH>*Y0DLu3=T'fU(XL-;`;M0Oo>bXd%BlAl
+;_d=NPo-Y-L6-RPj!B&f*WS+PjuW5BZ-P,>5An,EDiJtI5qFJHEVH4a,D`s"WoHFe
+1E"#P93LrjA`2X5(aUB;:1-hRYDsXDQ>7FrioPe)kNhrgq^o>E)<*'&.g"b`ia-.V
+6#+lEOndFF)[uA!3%461ROI\AiLl^-q^il/m?7%L,lDcTjr<p:Koj>n-SM)[E-Z`L
+]c`iE9<FbgK,[HU;K1IPo"r(*f9kL]\JoYe?%.4j)b,Dr]BjKj?+GsqMl^U\3`r:W
+m5Q3;:)XYHK*5uBK_*9)PB5rNZT%r5Wqe1j^bD(glA\ofjXa)W4e<As(;7n(XV7L[
+5.Z>Sok4:9N6WN)`f/dZ3[cG'c/-8Wft&Bdkdkm?_30a-#\NB0Jl6"!'a0/3"i9`7
+gD,7A)HRJ#eeJ=OFToTp>sU/H="(RaU#9t1r^u:0]cuQqrK>;<J0A)t!63TL.f`5$
+`YD'glZ<;<2U.B3L%hU_9 at R.)(,AY=o`=UI_1iMF at fr$cg[IN_Q1kaf4?hD9Xa2Y%
+LsVeK*-i>@%\KF;DmcHN^6E at PYgFr-]C[KJZmii at 8ioF0^Je;jSluMRVfL_Q+db>Q
+;Tjt*PIFG:C:tk.,gob__qKn'4)IZn``$)_rDmY4jX at G'q,#L'*jAhEJ+c0kIRXks
+bD#UU";;lGL0J`hk+fkIdMsUS<4_U)6tM*d4=?oJ8R;nkiB;Sq7XF-KQqln>\<?3f
+Ore#EZX-hgVlU+_4JJn^38CU:QX6p<0r#LmrKIl2g.u!/P[)jMdr6a4_^.tSSP-"&
+4s%//.r?`T[KE,0,q*e3[WQB$:ppNIZ)2@'<qn0!&sU8c[WTb=b-hFI">L;([D]^T
+/QhA:&/[<TWg9#_RSp8>>IF?BV:tUsb-Ys?9!iqlP\:)UKTQm!@$OnsVSr]"``TWC
+$Q,?jX]o))XQn.5d27Z)Tc&ahk/?qm`TZC"9/'*M!VSFaRW#aYYJZhB*RS;IF0,ho
+Xc&M2]NCot9'Lc>`Y2I7F4_[kT8?'3kbj^E.ucAds7l>URPB5^-`!TQeddL-L$qMA
+0$bg`W`QB1a;q)ckV8kRW`M7eX/Aj.,/o^tnc+W1L2j>\!CLbLW.$)t<1h`,bVhXa
+^J:>s:LDE<TUA^Sipeo(_?57#dC<NE#@?%q;kEIemVi#%XlJ=)d,EVQ*@bbESBd0h
+l`akS%`Z[gVXagZ3/1V%()\\RQU2E)fS5p?#R0F%0lqA<[p9^d"b3pr+p0NWb>i'Q
+<c94Xa<$q86*Qj"!:.OL4#7.#UJemq="6!?gmLHI3.#:mJibb&gmPG*OVqjAAk-Ge
+9I?>J7^FLthF&DNEI`@4L*e[CeRRbZ-$'l2)#\^s%"gd*NF;254CEmqS>F$*`1pq3
+j`hOW6h1..6\]dBd;YAZL8tX1GOBWO/)#uZhK&APhTO`jHkP82#/NK,IJEuL#&iiq
+E&>Cs(Z;g at ./+=t6aAC;n+2``&PtXpm,!Fp`ru"XLS=["[=p#9fhn1.1`Ek-[^#Sj
+*&"D7^_f4X36K^kPa2G=lW$.%1"=f;5=qu),aP?fPBbdFK\slcgdaE-+6VqshmB,5
+Q at 02hS5=p9fPk$_!uU-oL:Y5&fiuPON<3h'YsmbT]g*<745-?:5Je0nltg"qA1R64
+![FP+cE#";nB2DgD%=_l&LJjDG2AqOK*\/0^u3NQ>6TfU$mT\6Z3=cQSG/bH6S`Yh
+K+3T:gUmX-T(A at D.bKjYcK8;rbW[6[L"X>%Ygu;ON6u"/)YVU%Rqap]/1mi!%1[Au
+GuL\C;:aR#>*[o.;[jK#L:1-_JQ:BEQ"n3nB;tum.=6ggfJj-OCA;QQVCL'qAUAWu
+e_*&Gdf=a%R7:#cXtkuE2-19Bh-<]3gmP%tcEmc$9V[_DVB2":"D]]Zk#W_)9_5:l
+<MgB#d:=/'m`C,#_4&YK,F5Z-21kO&b&H,oGH)7>_H*Xj^QRr>8i;4nS:m7E1GU]/
+eYF,"BF:'!2l3Y8:,Td=YU\0;go7`U8i6crXR.*-Z*kIP at Vp%HMD^!/-JtYm at h!B^
+HZjpV[e"8TO:Es0f89kg(bW3P^[R#:IRKIiBrj&-+Ban*K_+/e]n@<Z;D\=]P+do3
+,I[ea+dBS[^nJ%^NZOSWCc;NA at fhs.a&3(bZaY2pdTRbA"6B.\Z-\JCW$Jqd;Oakm
+eHHf%S_O69fI.[_Wd;pf2V[M'j]=\p2\GsjdsT2d/Mqckle8""NY%O[jA\=KaI at .a
+J2/5(0s^2L18q:pW at q_M1VO\l,oAB":"5k-0g(r$7/dA#a8f];Yt;LT(RZ3%CnQAY
+1?lEW47&hL?%ld.1d"VG3&rOTr-F[m=D#]cJAc!LNaY88/JY%XPI=(3UKiha78H5U
+n)VrbR5/&OcV\@O<tX>Xo,PYe_IgA_rJP^Ah9XKOQ<;IiNOh1HE6`fW>3n2?AOVtD
+7jY*JEVD]/0"9O>lnR5q1s`>SUZsT<6T7`uUO7)V\rX&R(P]&5IHaUS=f'GF5HGLf
+n#>s..LbFE]</q(Sl0"Z:T"b^h4IGN=T.IuL6C*1.EmsC>o:S#8qirto+43VAIkao
+P`"?r@@5Le'kYi%D%+)qmg/c-r5"IN6huA.3,/8B at 4nHB(s:47rP<GXm?T7>N]DNu
+JtVEV<uI$VjjF4JfM;T;.?m1"&b>5+T?U-8fj#gOeYQH:@*Bs"!F%F0$+B8KZeN8f
+.;*"=AZ6m(/V#:k2m-TpMfO)+,8;.<6Sf<8i#/3qmKcg37jpZA,F"ke-:.`#lXtk`
+1K,PTmnJH:qIldV5\Huc^iA&W&ILMc#s1KNmM-b9]p9P04"\(fnLcD_QqsVk]+qj-
+Ua9#^oV:,gCuL=a'qt-+r4#AG9(tdgQFLt#AAb^SOaq>2,8YRRmJtLISrcTZs4%*D
+q!ufr4"IS:50^0>K:T!A"16ZZ7fO1Se#rm&=IP5XZP"2s_dKnD]Vn2?8*+K+K!f--
+6?Pe0SjuP;1[5D!554I;r!]M002:]8*N at lX-T>s`.#8INJI]/Y9\iS!k(jXuRbOu4
+Ff-DfJf<p)WUYH$:rNgOA4(JX!A%8hWlN;lhgMj1s24MblfI(9T76e.^TR%ph[eU,
+J!@_IIDLSm0>a+N]7LB.R,c7-$g(3&.Amr#W/7kT27O]WIdK4h07Ub7l2&jT,hcp0
+5aa"rE^7!gg_Cqhlu6^eHr`Q+fn]$GrqOt*V[pOirp$P>n(rQno^S:6TDd=!J,U at j
+K/o*($EDX3i3.WUpu at -*T0N>JrU]^&pWrm8E;fY!lau%aCVKi'O1[:;Sh=nCrm+6s
+^X?n)o^m2"NPjcRDkI#Kq=\Oi3QWb[@MZ0*Rhq.+CP6U)^W!B&h`j;jI(*RT<G=;i
+l4kiEjqU7pSHnC4>Oh[PZJrJ"G>^ma$WccA$\h9%$KXnsI/c/Xf\ao!kr)rD=0]6;
+QED;nIHg1V5L!tdGDh0)3[Ut=Z(&FPZ(?E)rU<7V]mj:QHahjngAa,cG9fn')[N'D
+mk?++OT]$1A]Ri(@W_l8db).F&d1`,m%3$IGobRf<Ug+NQU"4\%h8sg3cJEq(TJ;6
+20h%f\m9^ZCXr=@EER;[qi<sD0OiG.l at e_MG1rRlQb`'XLYbXq]mXb2+!9C+p<b&O
+P*$qSIL8a)g+P"fb9Q=9!dOS$MVk=]lG7\XQ#neRleU8JX;?_3QM!q:L[,`mr8I1<
+=n#]N+l2ft_Lf8jk6nF`YXh7SN+<"&nOj8hq"RW)po_(K(3Pk(?glQp at D,3 at P*gS^
+dZq?;[H5+uIql`9Z*6=.jES1=qo[kA$g(=cn&*tBJ*t*r]hK\1;SHN,dCrMlYg(\n
+X6oW>nZQ'!hZ]06TjLtXk/eh=UspLL?ZWThr2o#4J,\c'>Pe4<=nt;]i1+Y<SfD1l
+T)duN^C;XhQg+/,b<A)-:YrW\[`kpq##L0Ha1m,Ihu<K^nIn8sOZ='G.q6,&IE\)r
+GiXr?Ou/_b,_I7N2\d]\l^Cm0bE7a=9 at Vps9[%N7B,/%CZ\U<t.asc4Lo8OWF2/:.
+:bcIK1pPWF,V/(60b6)Yqo%GlXu`g7AFB]%-5.o3%l#W4l%]PN@'<3KH2[Rc*)h1.
+7+Mk`ICk;[I:$d1W7P)EMq42`5c]%-en#JYcX9^$9fIp0W$O*:@_9(A.J(nQNZ><P
+##fDHn#Qt<0->1oU/Y7X)Lko;G..#>FWbHp$;6.DFnW?8.^u-`EfUL09UO#_#t%t(
+X,,3g4YGsT&!igZe+\$ZJbU5N!#r,LPDNF?9K8#97MQY8hL`XRB%o;`P5C1cI-Xf#
+U>+`'AksCbc'>n_6s`;EYd^2nX94:.\]<DjI]Flt=K`fNkWci\'b/d%_:!OlkUOW0
+PA*)MJP&AGLf7)QNqd'9<OFkkJ)8F0U=A1G+gO7Y]+]ZK4ib.*cLpEsHlKK_F=1sr
+=<I"hB at D'"WN>f8-T[j_BhgcGR!3WFkGVX(U.hS5M!IcGTfh!r)I/oc5.t)qr]ElD
+BpGW8imSr#In.mFCS[3eJ6a,Om_TP^lZZYso/0!fgVEJrM,nM>M:bVk4VY5];e6Mq
+V at aF!SZFh-2%rJoX$MW6V>h\C*F<q:hgoFBp4=el)UF;FT:o9Rp4L4Tj)kb-P"IPl
+BIIu.;o]h+I)fG^L0N$b+?8:_T/(qAC at Jf'dGUtb2C,03NI)$^`t=kr^un=^O'@.n
+XB"?:!]HH]1U5Bn1Zr,j/_]qcXi<h_a<e*6ABE5u:6UR4e!TH5.?-(Se#2X\T;ADP
+cmSCF-)S+;M)2Q"rsS!jAJ4<50p'YCAuoEs/LOH$G?X1WjV63gE:15f,AtbPV;oj8
+3NDC%pG<A7PpIUUW3N2Ta'mf"34NaZaLE$"\+*]bq.PiTQt4ArD3.A#_(hXM;%Ror
+F0(^[nTbU[9 at WT;]gN!0CVhY4 at l)'G.kJ3rPUs]%m^T?N_`B+T/VG-N3ae(*WL/[>
+*S6=8LrBO;UhYNfce9611kiD;WH/R[<SX$Kd(ONp0\#c^N&cQC:&$b!hchPs.E$6n
+d]M/\&,$5YdaCQ;9n8Y>I;e_hAq?RU4^ZfVW*J7EFsSlOgKNrNLq.74:TUKI2hQp/
+4RFfN"j\P'6H!Fu6%s1f]nQZp-<;4DQ_r<L&EOITRup,"3J/+\8u!5SNbLhu3BU`/
+?k[t4BZ)1TLI^uVLeZ3O&sCc^h*eFBb:`Bj[<K'ZA<GrcQ`3UoD>$T\gdIs(j/ojn
+9#Vo?Dm>@2\d0#>#*(S-<[hA-\h47h$W$eQ\d^1FcRd%'@a2NWi=d84[a]QVejge!
+U<pj@#9W%L95JJC*;q.)h'0rdn<5[0%.k4"B6u5U"VfWNf-e_^jC8i,G*s/uHt'\O
+#SoAb463&=p>gkX[q[+10k4_/Kkc&`XH*;Ie7&MHgbZc`<JYuq]M/iTikagb,$'Sh
+<1[]UpN7 at 0]2PmT6#<qn#_TW7P3[H+F"WM at MUaUBO6`VRgXIt>=u$#NU8N9!];IG>
+67[cM=^J_,P\ajfV1k`+4D*X]`0QVrLHeM1&C$i6<3h<dkQAWCM>[ol-s-n;&&C$(
+7C0!==?aWiK,%.an_SRmO)qIP)2<b0lM6HK34PYd\joH,rQJOO`7 at S>f-X8Lm+Pj@
+ZZC6ZHg<BQ'=pqe5[8em8eNM\LiZ0`N-naD2Mn at g)#::81%LWBXR,'03s8^pLlko[
+GI2s7S%Cac_&'3\B0Bd>B/Xn>WoqeMXl,iu4l$W'Vq4%eoE*NS&hbmb3_/7M"]:iG
+i<jXfjo.oR,,Y7QWb at A\=J<tc%7XHngcCWZr^+X<CSq"@$nY2E++iT9Zf%G<1:&8b
+I4)$'eJ[845m0$>I6FPV.k^?GQH7a>NEY3`N]Msmn\<":VH"V#`NH-DVWP5ph_FdV
+#d&\")7K1*<qQ*Y"bP[4Of<!RaDcD6>JGZ^r`JM>3PUd;AN)(PGAWikBsrf2Qd[_D
+me]RRpCY.&H9p8\DR.:3^4qZ+?]Sog;9mk512D.pH\m]aaf1_r-GQ(a6q2E5Mdb6L
+X[;NM4[d::k<"+7.+-eV@)m?6aB;#D4t57&<t%je3Y?/$LU3n*`@6.^;Q6nG?j0'9
+SK!"/+[dSKl1Pq8\,oRb3$ahPC0i1'##6;u6mbXPJ]OSIrXelhI">Q##e#;CE^cLJ
+J1NNRIrmr1T26sION[&V%qOAg"!D8=AE3YcnN at rJA_K`sI73p'lnHdm:.iC]1*_r.
+o5lRob?g#GW/DJ61/,bn"-NgR_a&Q4"gO2$N3apP%lLmT<;*jk/a^.rn7Gkh3<oV&
+c*QBiW#qTm,.I"hiq<pd5.Dm9QZJ3iEf`bk-+i'X at h`ftq;H<^)W3!r5torY^r'Y]
+39^SUEMejCWZ7,b$u6?oW45^q6f\<Te(Sn350;[q=j4MHraRQ,5f=<R=)(U_&K,6+
+$=?;6`6)'S+`]UkGJ0oYq!ZXM*4UFIR[qh\/ng$qa7dZo)3i0!M[V6sQlXY0Gjou@
+]:^jYNJc``leioZU]A%EJCmJrOWk?0bpAMZU><#*?0U,<*'ZmIUrCr2"TgfXZi/=,
+Vm%G&bYpH2UK(tm.ImuY.$g[Rl?aQ6<DTf8=.l&RYCGJuTm4*8K0nW0Es$iok.8jb
+#j(Y=+,[6ZH9;gkXf8![*3HN',<aieEHf/R at tNh*GE.879'eI`\A+4F`2VW#^u2;s
+NQ)m34Y(QcJ_2Qi?8Bn_,f_U%WM2N]":9rClVNa7"C?]>m9P/*FrP=L59]].H</K#
+:j2K'=-Rg/+iVk/A;>.Ik)ot4J(@h6P^Z?o8KKh8i;/GiN2;Td6CRENM>"t=JOm.A
+i?fhB]!/RsG,VRVRan==)s$K[99Dq at Q_#=DZQZok=JEhga*=rLNLOn1Q?N;;Q=nF2
+=X)h)iYu<3!1%>NGC3^)%KY2cD;8;u$kmX1<5-=J/S1qigSk&K'D7.T)0"!7?UQ_8
+"l>*^+Gmd1_DWJc4$5q-$el5n,Q1L9(/5hJnPW?"M/*q;`,h%@[ID%?^92m,iK*8k
+MGOP-i3%'Li%P%CTreYN*o+:o!&;/>"Yl!;*rMq^n=Ruf*WAnLW:F=eJj<d#r"CkV
+#%!W/#kE4F$=[ag!!XKfY?jSJ8/;?3+TX3S^`!YRLf;aAs,,t\6dCc/"Ae_m58(7N
+7'7Ut6[Rr#rpYb,j+L=]r3Ah\<KAWPogS`;YUjKMqP0LUS0IoOdHKYHrihtW"CBFW
+/`R7egrRF-Yk.LB],/WsQi=d0>&<a$5Jr;T5LqQUOaHp4#NhnuJK@*pKuh>\df,J3
+6_-*k'J_L*pgZh9OFH.!OnIo>r:`22i/bjNgEQPm\_X-N$\'/Zs+i=t*P%1LN'9PB
+6SFXWYH%#m?bl.tZCOEl^r?ZM,03(VUhGpRA1J!rjQZ9d+,a\&BVmQe!lL+IbcYRL
+?BV3kHbaIn]5^R'gY\^.%__fA at s@=Nkj_n3f[Z]L%kF]p.]<#6jBV=b]@Dhrd1qEg
+H9g5n.bj2Vhj[ZQSaP]Z.!Bp\j/uQm?L]T!T#^.Oi*>O<)OOD7RrN'[bCAr*R/2qF
+ at tc[bRa,HV;u*qQd:^&]c(0ku6_QTZjuq5bT8Pn]j?g>Dr]M&6IJLR*m.@'e1AC23
+m.MUahU\1:jZSY0D9Q,HcMMt_4Q*J7gO"']c?=K\Vt"Y6j#/3rDp]BAZ0gQhO5RmL
++%mWh.-0$I]$6"ogRm3W_.upe1BA<JTXOmUe/7XE9,"P@,N&JZQghUJ5MTS;&P3#X
+h^F)YST/`ImY;VNmn`,=cDP<)q"WfT^RUqV^Rr3L]5<&pon5rHSc+gJjVDURSnHD^
+S67B*bK:+L*]?30GNm&Xe(`?tkP$@Z'[QeCT0+/'hJ*1d=(BY%GEQ*9(&-k_m)KXG
+mm"L5rS+6R^OGmoX%sgUIlm\`Sdk\(B:Ra\$sut5$Tn;?ci3S5j/:YH^:HD at H$/l-
+fB7(d3C!NZ^\Gja^$.c[mAl<*J,&g,<B9U3p-5b,aK^DHqr?r:bEM1's5R'tq0Vr/
+_Df/UGP^-5IfK!-VsdqiTfo86?5kPIR=L at rBtJ'tH,WQHp*/\mLm#)KElO#:)b/m>
+i$3;tBDPF5r.!%<4eh!WQCQ,T.9As#Z[e+\)0<cpR%KQ5H:5k8/NJSGg4JE;i$3<_
+ZAQ7):W[lFU?$.8P'#sM<!F+6>/3WTN<NQmq?]`s8(=?$/qf/[11jcDHB8W!]S+Y7
+k$W/5/Z*qtYoHZCa.3nRU,kcZ)2ioOb1793!jYp0X=L8P%U!VYRd(,&i/EANRo&`G
+9I10O/4 at VB6cF(*@r[@sjjGD%#DY)NS'`LH!bX%s5PU&7 at KNjfe?i#kE]@QeeC8mr
+Ad4#A(-gGAQ*,Wn(A??t;PL?TS?W\"J at gl$'p-DGHJOaXN3UG,HSMO0!`Ejl^^a*G
+buVecS%Z36`<Pr:Y(j>AMZ%Mfi!=;+!FnHE/f:"dk<*J^4T#,nLL7bUMd^S`YVHX$
+;PW0$KZZ`j:;Q6/ZK>Ucb at u)]*I9j<HK$tn6BLm,m$`7[Xq>K+?`'FTYc$"B\qD-)
+-dTm%rr.6'k)me4K at b1KC[-al%5)&IbLCSQp69l0QdA+mj;G)cPL\.X/S4*64U8Tr
+T"&K'K?a?`l8]?$8j0 at Nkb3=nN3*!%q['=KR'<<VK3_F%,Jf'&R4hIaES+4TH!N`I
+eWXWVm:Y9OGY(ZB'D3 at 3Wd:*ck5 at s'ZQJn:H<ul`KCrami?J,dHL>b4OC^R:];D0H
+q/C:[VOlhPVpt=LKH at -@cY1!Jc0NDl/6F65;m=89V at 3iakDs"NBSSWlhf?72ak.)G
+XPFBT<+odqn^<0lUI#48Z!m76S>b'MFf[r;AsMb63qh3dS9,5]l<(C[<``]p($jhs
+qr),QJ3#T+k0OWU5TT01+157jG,Sp at 2m;O$TT1m3e4G?PVBT=&9FNE*!Hi56>RDs5
+!HkKu%fBcNgS'Y`EG<d<c@@sagj-uj7Vmi0p;e1jTW/D&lI`<]/uj:(e?NnL\C at M1
+%X%-CiFQ#-qLCWX(B)k\G,SmEKU5lo at 6bh@c,dI+"6rts/!JJP5+mofG?%qT!?\m0
+?J$<A;nTWPrM<9=?a$tU1,ofVp^J%b]K<eirHs'TCpQV?rn+QXj84mFY5JE<Q+`0:
+LhY_L?H3hVG79f/0m!'mU4=t3(iX(J()Z'5 at sM]E9\Z.tL:PNr]u,p9N(H<RE7[4B
+L)+DS&B3stC!5X0*QAe1K.1#/iINd(baZkbHbFDY1MQ&mAqP(rcD1q[<X:d\ce;Rf
+Jrj-l'hb$98,974)l?Kt0]iP5rLHm6 at d<+[>+FhY(irE7ICn<TB%2sqrM at 8>Ur/T0
+jt/R]42fk%cu7bOQu[tL7qRekK%7nOZ!'us"le at b0]>^/@E+]Y8 at THPM,aTTQEAh%
+9I:9`@Y5Ln^;>CMoKY5XFAXeM:p:=#[PE:SqBm7$HCT6PH(%H5NZJkX"Rd+nliPR!
++V'<j=s8Ws9cBaU_?H<CD8-Bq/n%F$-o6U6N:iRsa)3b&>K()Z at +lEQ[YeBYm*^<5
+^+A[eVL?5op\KQJg3h+F_2'l`Lu);[dI`4E&A=>YFFFV&b(b+P4-'<hd=%"J[768r
+C\J&4=hH6+X#Sbe&[I#PWt\X&NWl/\Z713UK@%cK/R@'$$Ue@(O_$B:)PXG+!mt)p
+71%p\-=;;F"V&j\H%BW[aHhGAXIN at Zg]H:IE&UZ+XlU at T4,.I`-"'(<auV+m^8iIb
+ at N19TO_?<g\fKL8le@!\@a,(4[I*%CORQW^X<YBnEp6+5m[NUt+^bZ%SKK&b^fFRE
+A3Ubr%tt15SEX(A6L-N6"3t-oH7/n&D_>H,MfLnb8KWK6$4FdaYcS34?+nMXLt7GQ
+_rAPFm:?bVGDIRd0Y?$G\FHsKcPa;E3d%17M(;595;7i3h).Q4`R]YEM\kBQBo?G/
+1Bq2\li3b_rC)s.78PD`[&Ka$7>G>OMFC>j<r7'C=Mgqi at V)M3DO"ZcELMc=pE[2f
+b7mV%e5.^T>tqR at lAEOm.@.3;Tif1DL12ks'oSL+<%J6O at L5".MqQTZ//C5\$gM3d
+KiKU'b$e:$Jm>R4Mb:7s`!Ga%9Z<1!.i*3%WE:.'@S*'SMC#s:.i,H:1+Y%GUf\V"
+ at nG<!M]GBL`>C$>@q8\L/fd\*(5HF&*0O`qGH4O;Bil!kPput23GQGM=;]VJAVS/I
+)4#s3YUXI[3Xr.B#83AX`??+bK\`jl,fAW'%#[J./.&ps0d3!?`Kb$P(,r."=H]LJ
+gXIo.*_1t(+W4<p5l at N:/07B;`P70:MaK6N$+jVc8;>),)-2GD9>cps)]"3>=<*K4
+ECbg1 at 5faMV09=K)A]t6\'[&:M_XcQY#==^>c#NFGU3)"LZDMLG/%M72>rD"ngb3l
+Y9`I``?G$lLZDMVP$^f5rJEu5WsW-oIPq)djq8GY`E[*Q'o1jOgmZ<fUe5dEP1%nZ
+MSnCSS.36mc8GO"Z7oDP/'`lVQ/C;fn+<XeMdMkmSSg?a&i=CI]>#Uo[E_s]aF1R/
+&JUBcKSW8:7<6KooAYp%+6SeU+.n^M8E0moP/Vf`8f%#t.9S3B8sY!5Z:_/W+/NLf
+a<ca.4sd8jGuu\%gn))fEASr!M\esNKO(lC,g!&db?7FQMk#ra`\lDn;R3N>6>WYU
+-&Y-R/.P7W,j^]5+\<H),Zu+MA4bE"MjkMS(5F/<eLRA9/A['M9h(#Z(`=*QLM9j'
+%`;ap.Me$QmJ/HV at ZaTp"<<TDi05di:/eHcGtlCi+.kG[+2>@>V. at D;ER.IE28>#?
+Q at N8H\C$CKEUtBr_J$m5$W=:76#pYE0dWmgRf7;i/.P7W3$cTq?f[^D:WY)KATJ7$
+.WB<f,`<[7OsO8*-Tp%C/C$elUec-TP31:@Marq at ECc83+\@uQ?*_WFn;!/X*_DO6
+i0:<FL5V?K*_DO6,>#1c,Y=;T?*ZF8al9$^Q6hNjCR.f#DHVp\A/47\gmjPH+\@uQ
+?*Y<;P#YpQUh"I9OsOP'/.P7WC@:I0Ss%&98X>$8Z8a,O_ at qeU.ES%Jjq8Gm`=F*5
+.\H6J6r1p6E(Un$,Ztb'aXXN5AWeUiL1G:$)NlCLP:Y"6A9%,`af6CaZ`0+Ahd,Ru
+R/2TWSm!G at C6"T2EZZo:"M&%tT:1q^b_o'DJ3pPrH#^qM-mWRp-<\U+\7@<B,jP`V
+.TmF.al;SRP/SS9ephD;[bWp',PhT@&,Rb>AD$Vai#%7q9*oD:;FDc at 8KMQ5P%]uP
+6;rtSjPt<-qGoI:Uio99K#$JVD=smnlDdc^Gr:`'6,/LG<Fet*M(F7$Oi>*cZ3])O
+(=?&dA2-5I72Ag.7:]9"M(AulOjsV+f2rG3&rU-l at 1fRI/:oa-`NUhq3nDh]a1AeG
+MMnD`+u6aB,%0#("RH2J.&8K"(g$qW!P?,k5.eTSQ<dl1g!g0@!P?,k5.eU>>,ho\
+VRidjC>c-MQjYGhS%?BZWiHLY"r;bYAQ'7E'Pmi/Wid\Q\EYOFMh4Z2;6U?XY,0&b
+`L=S7QH!YlYR&ka(<*;hi`Hsu'WV:n$C<*DW5NBOMh=H+;6U?X$9!H(_'ZBG=9KD9
+e-$PpC]]N1W?SRVl7)jn=uLq#/XsPMQ;(b,YR%<5.NQ(8U0nX:1FO"?.h-,/(()RC
+,"aJm.+fd\"e3G&H6VMNg*P<$19BLKMh4Z4;6WVC%Mjmi_'ZE8fH_49S&F;oO]YQk
+22ObE=4:&Qik/HIRDbh7W_"af<0LDelk55.9k&+H8?;sjgm+>HU0*[_'WViSJ$c36
+;MdiI.^:DQ,ZY.WmCrVbao)2#roJTQo]#H._tEQan(6HGHh>e/p!qaaqgV0c0!Uc?
+eE6>0"[#:Sc[UuSEI)bUpA3its5rD?\'t;"hsDLMI0)'?hs;H&kMtTn-sqG<_t]ce
+Vk8UBj,;`gkGKCs:X1WNSt5lSc1/!LmuJEs>A9K>Ii^E07ilA+L_utpiZ]!2n\b at H
+/PK'MM`br4O-Gp!M2WJgO!g:W^MMqm"Mu]9cqW\!gPH=k&sIel)N`pp,h(d\G)oD$
+$3ZKVOc)q5+Yb.t;U7\mp?F807i.$I?SATA&[B&B:)&?$r7k%XFHMAA^-"L7`!!A7
+jm<'>g3ZMEbtLSCM92gEM2+c1V-W!!"gscTo;g&1+(rW$G^2kkUo('ZC`p^qQ^JmX
+H$=<%m.0H$,^Fc[p;cD=.R8ZS/>'Yt/`Z6$@-O3PETOG#NG`JG!H$D`^3DVG&6^55
+3_Er^rFd,h1E#P[&&;drPh<Y$7ODNC-#n0J14u>^2;`4Z'@epthtrQSr$3nEhF8e6
+\S9Agd-4B=#B]X(,)6A%=SQ'^Qf%CmSNj7sPfWk&o]%rl]&#=ZXjE8/2PeFCmYWma
+0!$@`YNhpESiQR0I^@qn5KmcbT2s7,43f1ufKfu?M(P5`C7m>nfhOtDT:ORrL#!n5
+Fhfgni6m[X8Pp*[hZ(`dM>+3CGY=[!W at c*#>)XtlmNKuZJqfB(DFs"PXjL"?Fgc/8
+b=UqDU9Sk&+<P'-NQl+tTXcX]?2hK2c./Z]E5(Xc7Ru3g<nc#s2 at mW9E&:YK2DPhk
+`lJB-1H8!;rjQTpVF=1:LUa;1dHV#9miL1fK__ZuK&Y7r5l0GFa;EA6O]-o;I!r7]
+qV-_W5J>jcr'CDIQfUj/.7j%a?#SgBNsFKNe.H?fCG)BW`9ND#'kpN9 at 7pgV\I<q%
+le(u;]q(tGpAT_78)'Z:a+EC3m),OHS\AT^aUi-2V-c%/oP*EOm5)UH`*-T`r_"(=
+\jPMo2M)ENEl?,T]<]+5YN%(dT*I7h)2/%dGo[F,TnOtQ$h008;9U at iFr30W.!4^J
+1*4k5*L_/YW;s&fAA!7V)BE[$H*(/3:tj]sbin7#lG79&@kKqFS&*M7Po$nniVgmb
+_c\"o:-0 at hg&>g7,toBF#H-t7m:^LdlEg<'5SfQM,3CoN<4ElO5Ij$\Vn.3"GWKR<
+Y]ACM[[6uOrUZSMcj;o)G?39tTB\I`lh2,'FH[;6mE^![!,KArL;ajdf*g?m+PY%1
+LI<L]8nGZ*D$L<ff&.>r'RE_^=d?q8^K>P2gKLu>(a00d8=NaQITIN5[LU/M96Z2o
+Q"Dd8fQ<XOK(J7C%ZgZ6_q5Ho_l&DM#MBmC++ma9(`_=?4+IiOlTD%HdP2-aJ7#PB
+*b(&\JfMfu@^?CXY*+mQ2G?FBH#q9Z(ZtjSXd\bRq(>,A1P_oE4eT<<n@<]H#ME-c
+mrL\ap"0fghpF`uL$hpV*b(V!bA0^2%WB_LbeZpD4u5D(X`4CLnRBbZCb&>2/nlMm
+h\?CL2U,m:%^K)X_CJ=09Nn[mD&ee0[%G5iC=;nBHl%EfC?q*[YR[e%N"3.q`.]RM
+ at 22tJbP*nUa>m06-F&O?Z7R,t?1`oACt!Btp4jLF/JQP^6<pl1X5X8/H9\mMAQZAL
+PBYaD_k>8u/IBl16dof,,Y&*m(-;lW0kWR/Qu1=-Lkf,B(+?H#L)Ut;#5Ksj!i*cX
+>KXs#CaV-,<u'lL5(5_c6 at 2kE\;&u>fee]-?k4u7HI>FN72"/h?k>_Aj<=o2]ubRV
+g#*VP>G$I)5]S6?PR at TqoB+_PoTs>!NLrF at T-fEamdft5dgt'.=0iUo?XJ4B/SY=S
+;5/Co4cl#pVj(WirW`9*k^kVg at V8hoX!4[oQ)EER0PP$iP8$VXfo2T<c&;p<,(X(H
+cc8!cR at S(%X#X+SLWtUOY>S1$A<(tW&3]eV:G#E>C*V?SBNW7,&F&N:]A6s2J0S&k
+;aA.@)NQK."<&4%jeCis8?]$-A@")%F<?mZ%eUeq0[hB*C2i7`Sccj4g!RTm[is=m
+";<(VNk>iM=D4V[lIi!]7(U03?ih6YnB;<&P`D%1Kc1g=cD7GK&fNd;AUmTm<]$cA
+CQ,T!J]&^VV7[-@=RQ]\</+^3-BU03nIT;,`#f%'*7#Z-JU.n^0OGdh<\Kf0g5DVf
+CM#E)ibXFXUd-=j[m^a&Yd0!g.E];X#/j&="'14,BN>3AdZ2iXKmEq?Qq7s027.gG
+:I(i/XCtGLf+;Rd!9UN83q*7`Y`^nbE_]7G)B]V+cN#:Ec=.Xk,W'Ei"R6k4?tN-G
+e_'_l4Tg at A1S\@nB1&I@"]4khfL7SA?tBegjGDDr_\<O1/=I_Ijn[iMQ4iatf"H4)
+kCA,O2Xsh#,H(5\&9c<Y#$/AGZ'HX<`T%K1A:oORN1,J8dY*[>lOTtP=\W!?Te=#i
+Tm)<G:;KViGcN!M;g[_]?*e#o.B"t/BU+kFVoRqtLZYL4)d;kt3VGWsp--%<qrHE,
+jOj@`TqqAGU%RZToaPo,nV;cZ)u6m?Y`:8"P0\=<[?D9\YS8>oV5p#TT.Io1o at BU!
+!#_/Z(@bEq)`b<%5f0\WdD1XK+kE.dN6d$U63Q?3?Js`<($p_3/6oLgVK8JaXg_f%
+=l(LA/,2QD!)r7O5e06N/(SVE7-4UU95eaog&PeVOtk at P2)?.MnMS6f'=CPQ)ltIA
+"NRR$J at -G7U?ZI?fG'A+g;6r"c:i7)8/WqGZOZZf at ULeniiNt*3OKZ)-eHRU=N/r)
+l*f;$:8-q<KaoD:N=M'$ZtPD^PIJ1.-VSj&FK!*^Jor7Eoh7(o#=lGW'_Fb>U,o\o
+7>!)(L,`rr_V,i[jU!&;lQ']WALbp"h,+@%;ZKW5?;t7.RuGQqLI`ee at -J]f>O+!A
+<76Ua]4OP8/)H"_lUlo0jSYai&?m``.%]X*LJ`&KP33rr>4^hj+.Qp6Ld5K"V-qt$
+S$TP>[NimTesWpgN!<;5Yp%Dm6p1['j;il)9g#/4aiGbThPlMC0b.#_Y1X9 at I0c!]
+lO]2Q'J/OSHYXP+T1ZJ(B at lK`@)^k3CO$9'2P9ps&?tPaFt'dl0I40:PsRY)Ae=Uq
+[F`W*LWE at c_6T:`B=5OsRJe9?DU"2r<LaM\Q4u_O$,b:Q_(+X3-L2CF)\Lf4$*K]s
+J49m3W+_hIKjih!e2+nU9U^4,Toi9#$4+7U8&?b$Q at Y?W@*r8SP:QeMXJH<G.`\?a
+KlAkAD$j*$2C>NEC)JmU<Wq[uJUt at RM76[HjOF/?#eO\=""W5_=A'C=:aO?c3Nj24
+]8dlBK"$NIK'W8_^_d\s0MF/;H3K/iOIg`7LJAe,InkD<h'rrZ&57;?kXmn!8for)
+'5^WqN2=uP=Tnh%b at hcF!ZIuum"AF`Mtt442AA1(#8q6Fj,U4HWCYl?3C^&"]+Q,a
+O>&)Q]2Sf^1N2NrNZU]5Z,Bca/ldEZ`QP<hX>`_/l,"QD"WZlS,Af6KA<g-qGrOhE
+Z*%s&g4Kse)1oGiV at 8t2V)ia"i[G#3r$ol/V1 at iOa!1Me0:i5t-jTljDDQ-^*4&7'
+@,;>Q6*+d)\b7-K1g.@/&QE!F`FZF=8Ans\B$ZQQ7)Ti at S;^X%*c"nt(Ms;[!-#.I
+J@*Q$OAuVfo5;\_WNPR(ZB<bZpVS!nYpfV[s8I;npZN3388<NLSmgjlm^,i,#2TN>
+=VeEK+FUs-kN=_ppp9u2L]iX$&&Hk0kT/SeJ0'!S#&kBNDo)6p0kO0\<iYTn2CU0h
+Fjc#MN+&1)>nFjG-*e2s$P8H.b#aZghh(Ik[We"M[4Gi3`Y5CKY/YKHRO37q+Qf?5
+!Hf3NDo)8Fs)UYqoOF>!PZUr.7i0!H2Ze-U>RRE=GE+,RV\iYRS0)[cq/q[N_WkT7
+aco+dWPh+H`iZ$AGSd#+KmOUXDkQo?2.YLAPq0"@1CY5Gd9*mC!T"!Y]2nXq"u=&W
+`=eANkrf4Y=#R1FE/EO&1 at Qn]Ht.7k3ISUFkND5o6^8Ue>HDte9(4As/3KW>\;1rf
+;Z7il5JQZ/N`(`@J)KJ):\4ikbNOi^MU7RtPBq`%8\5mU!\rJ8WY*%acrf%O#klU5
+4.XWq2]lA?If&I+q;_A,S"F"o?_2`HpA4RXm@/kq^OC\4puV2=jjVhZ0<`D<^YSp=
+4Pmb5Iee(aa+mk[SdpbG$0A<)g7:^Fe"tkHCg6<!63f5"Q&%3>[$1*1He>";2uI9N
+/%+E]fj<XT$C8BbeBX?sQdiT=k@'"/a+-'Lk?GIsgM;;kTZB4cVIStXUI,c$5fhX-
+fMnH:JNG?L-Ff_p2iDf.L/OZ_gIDaf9!0QfdFu"3cPp^=R;A#o$HX/C<*+tIa+=?Z
+\OMPdDJYO"h"HUl'$I\$)`"DJ$I5Se"XudjVIQR<K%jU/Sk#Yu.l`H;gKr at mOa-!9
+7H(*r6FhDi^A,44OE?kXiKB\4@)h,=3sW+*WSZ'2U.Q6V.gel?e!.1<\J<'[p\L&B
+bnEaH<*\<W;HE0JX=,>ep";uQG(R9Uc\9REEmm_ at 7P:$bns:'Yg5=H-1KC2!>D6sS
+AHP;#;,K(-)n<tTH:c`BfYDGAf>][4><ujmLi2Ti=Y]&:EI1k+b=T[AOAbo*2VAft
+i@=M'7gO$<)d%boKOBLlCb7I76[-*)Ho=<5kCKV/Is#-b71?]SXX%4JaS%*o$WcZ9
+FU_cRs)j^C^3lEVoRGXL<LLJN'>n=*[5#$o$JV%grA$gdYrfu_L-o=hkI3NhIX>35
+eEN=I%q2R)I7:G&Pm574KS8%]J?i<:+BXhf&jPbG6U'D/RZ#^X;G;jT2MuHXJ:,p:
+DLREC#ZFuX7m>gt(IO'"*L[a)mD?3+nk>-%$0s3Q+&aM,!\b=PQ8Gj`Hc)hXouCGb
+;a^Tt->`HLM?Y.X8$'h3+[phj9aeSQ)KS4A?j1>#2.rK"X(_r.k>PCcVitKt9^?(G
+l\m_;R3DhHCVmZd9MsujbY?[4W?F]Z%o!GDc8o?;aKhTZelddV!-i,!\tQbfBnri3
+1G<GbB"WesBDt&B+D<`,=p>kM7?koh+[o-:9ae?ug$:F>VZgXd2-54j'oo2rCec,Y
+8NEEZM/(,qBAP>b";#4_L9"6KB>][&cHN+.7:(1,/%<eaS.6@&j at i\=N760ET"qY:
+ at Fl'\]u+_,q85]]:$')870H:;(cHaf7=u,=,M(r*O<VGpVM/;c*V=&"Hj+;?2.qP.
+(XtRN=I`<MOu*[)W-P7g65pu:Xcb#]8/!md,t3I3Zo0p#QTE.!mYY%_S[1P%oWl%G
+eiBLp-I;9e2gZjO44l>nc_!?3lN/ST##$Ze2LHf>K+F at pf&Y>B,/8o1KjA1/eJW4e
+p!'`'/-,(UbcPN8PP#sc>>@<Z5d]PLO9*:gYi.)])LTW]ABgY0)"Y at T>1kdaJ.pE]
+*#$+%rqlEoqt1^fmK=be1SGkZE]%$ll[!J<g#Abi>u3Y8d at adOf0k*a:C.q]8B[Z"
+[O<ijd?'e\%n0Q+/M'Ja-@!)90W[?nQ5]pug[/l8P&NIAEVrtXLnBgs0+8uGKFM!S
+d9o?(Lbh'A1$3]3['FJKF]mlo'W`2'S1VNf8ZV0jgsJ=G_pX-g&6!DKD7U"@SoCnq
+b]Iu*guRPA?(5l`rMf*TZBN<L=O._uSq5^/'<eH]4bVlC%UTXA:,#_iq9qb#\2$C,
+56H\e9\CQ.N)BYCF&S)99Pk0d&H[mTRDU<R":hW[l1'P%L9&XFEsY-82j,QiK at 9pH
+.p#1G$NYh-Bi6jgO\lkqEc0#3K;i]rg)n$nQ-"%R0Wb)?Y]`"R_id0Xp2UKcF68^3
+P^k`ifb at i0oR^N3\WW]WUrhC;cC>eNjS.$.Yj8C^))5GDCVmZhq(t]#ZBR$eAD*l*
+7W8'f"%3C?oajBa#og%1U-WEq,L5Au&0e<5U4lf)G.<`@P%tO4H[XnOnQEM7aEq^a
+HDab'*2 at 2*J;iG3Os<rm$lnBNP`6l!7]G%.F&S)99Pk0d(4toB<2,<O_j\mhRo`.N
+57lk6Un at 2BFPuMl5-r@i49MGs%-u1o7 at b#H2i0>gL(sGH1bJ'?ijCq%f(+fAYic at L
+15;.)ecr$aF>EAiT0CD8W"iX?c!2,0P^!Cm<&%r/U!+o2SiJakLr%TL0HIRi:6h>s
+n/NG0MDZo2dD2#-j0eGPOVSU-l-oGN<"ZtsT>4U1Uhj*(0ZiUO*1KjerRA6Z*#4Q1
+)_Y]]Y`U\_THkU9+;ON[cdC^YP.gR%FJ>!H^lgpeRB<H%VNgGPe<=6<DYcP>>oE>P
+T206e/:E9GLRN04BO:I!PR;HDjbPK7o<Q[Cf8=!:cN&:]KT11JMT/jIF7eJ6W?F]Z
+%o!GD`qgc!hq*?r5.l:Ap=JhUq=UZ;f9`Dm^V)hFIJ`0cc`c6`5CRm+I/3F-l-&D_
+a)C^e+-1X7NaG!+eFDL`Ni)uERZHpX/`@LU at 3]0<Y$9C3_m#8=MlbcR%ib0:((AVh
+k$7DTe7KG#^uq3-$>>t\&2p3nRc'&iZCGV9cQbE>10uoo/,FY2DmAX6_;Sn%X5"GB
+PXQ#(@MCA`Z.:bB"b",D2]p1-%^n2=P\H7b;+OkaZ[aYM9Z_*g5-?:Z9?bPZ#c8VS
+584McpM.p^i5R[#c>Ba5,`tk=X]2hG*'r?%;1Ld3<c9XW(QbPV.GW%ioQ.oC#(8[V
+/e_3_gD!&kdUhGr/Lq0"LLi#Cd]sV3R,7Y%Q<i05["2WW`V,0Ud[_`L93ScU\MbJm
+j8-,\.?\^W"^?uq%$CBg(DN%/md)5Q42FUU_oSo-2pPCj"EUQ?GY-ntUM*qR;cTOr
+YmfeF\q-L>Ue\XYNH=!m7CH7@[5p58F6UpVX\_'jQ"6bFkgk<@ji(P`DU5@'JiVAW
+5h'0rXKj?]i`/T-KhL1S^`p32"tNqhB;t:SjeDBf\EM3?;lX2195=Wf-ucS at dIMbc
+_gSr[`cYM50:75KO3L$P]O-13J1S`URi$,161PTJ5ukq0ij%PoA&RT_GO`Cmk);I3
+>Z[j55r20'Med0IP+-j%?nl$Q8/=#4pKjKh]=72$7&to&)(Pa#*<3dkNJcI)=/hd_
+iqmZhq:i9^VO"Y+\ELKFQ_cKh at QTJ;S?<kQ]7dSsYnaJa%uu;^[#dJtA)eek at QTI@
+rO/-#O'TWVf\BmC-=$NP6LmOs-\_k`m3m_'/sF`"MdRJEV]oCU%MFENMDK,QEfAn\
+qgW_ka&4UDKb,4S+g;S'Y(VrHQ'/:/lq3W4mg^dg>.E^FTES!C=Q:UFM2sDh65tM]
+Xl<sdH!H?gP_Ad&@W;;n1b+3<`.Q/%J\N=//#&b-;=U&gDC;oH$4UI+G&Z-..a[/V
+OH/Trn*.J%>oKT!Us9]5^!.?`Aa2hX9;*oE'3.,B\o,*;W_q8=At$?TVD\?hXJ2Qu
+<2=8kn*"Wo]?4pJ#LgKX?BN_oN\BWF'1&($$72[)W7W9B2:FrmNM9`7e(e4`D-7EY
+W+Q03e+)\Al+3T`_DGacCCPk\lPYN&"^$U":c2&plg-1Q9:r7HmYY`n23OBif!8d1
+Qph4Y at fdC=5^:Xt!R[DdRp4_:3&%Cg>!S9_N22IqdO\<F.r at Df%%42"-B`*XFcqOj
+]G8VUBq63mB"::ZZ9ai9kje`d8u]Y4d7eUO2a'oZ0DrW8OfDl at ZIDWKmI]YSkq8u*
+;(n>OmOk!;Jk;)Ck%^>M7B5H/rrcV-]FTC/UZ[0.7F61s'k;VTMlPs#1sZlY8iomm
+dq3B]M55_4:(ks*[pn$pi65$O"KIc-Ng at .QEJ*ung7>LUX^XR6]&eJkD/!i#UoG9)
+/@?-k4+4\X\r3Rce4XDB]?@&l\gZZqi[.Ka$3V?U\FC?`;NJeVG/XY](E\Ik_c]Nl
+Asu%hC+$$)qK0t=&QQ'O94Br$QVAQFNis518XGoER[]&]e7]hcMQX=E^YO.E47mHW
+dfd8'8G?!eW`"^b2k?d+mW8'6F at A'EfZ6H:?TBX.U[^0.gHqP_'8J0.7d:*cUChP=
+l^=!+mKnXRQZBHM+\6ZJTrbU7<AT'7DRkZTf\e&1*Os:i7I9!7US\>sUdenGR`22J
+X>@K*aE[R6+cNlgZB9:..N,LeQZ*[8FNS3d8o&Fb;W4(4/Dd45JZGJWUKA6>B\%XQ
+2r:Y5L(q;Z4 at Td"L.Q%M^t,2kJ&&@#6<8Ms8\9HrY/O7BKl-7bAjG>+%!Ki[a-pV^
+N8]5)LA.c+EgD:/Ab_r!A:-:mTpc8:1I/4>\W\m`I8Z5Z0!</j>D6q^Ztt'+\.$:N
+:S=H7UYF/5n`:L,_MmZmQZtN:RNs#E$[VdcUoG9)]N%$jh9LG[k*q1,;:J6NR_()I
+"*:tQ#La]n;?N,135`DLjY58uGK^prRi<KeRXqC^bqk'ZdS<ct[+W%P/u]%P-^eZ9
+X]. at UGkq-.]:i?/9gI-[@1RG"N)F.a-[:"f]&?$[,iru*;Q*UlJE>K1A at 7$2UqP35
+\/%SO't1[%S:R?<:#(g1!YrZTrKd-+4qO^TkWWCp#trMJ_1E*F4$fm(!D6N%;)(J9
+CVGY()F_>MVRa=Elp<EW`3@!*<Yl)SQ]fq.&/&nSVoN?b&E(Q\:iPc%'aD)V[:LGa
+]MO9_/gm'o009ctii&ur2Kr=4?Sh-CYh:JV8eoTN0Z2;_-$/[`a).m-E#!E0[':iW
+LO.WPX;#CsCZSg!,XpUE[4#dhE6V\>p%M.jnUBe#>;$s[Ib`.t\.u at D7TcNWo>32Z
+a%C);?[;d=[;&*H62Q%?iOc6.8,O((RDZ>b"&k?nF\e[A7m3FKJlY#GcL#k["c)4c
+d$bI\%hqT.SfhmZ;^h+^:/pt-T<@YV/uhB<0:?PB/t;k6l$<,.?ejJOI5=%'7m)sE
+$$b$?FG]dHXN/qQnMl9-0LuRXNm'!so(O1#Ng"XQ,Q"AYo5aM5[6E at 6n#l]dG/+"P
+lh0k9[ssodDt_qtB=HJOqru)]me?, at br=,3B<-0,2VWG&"?sN;TQej\,!E3LKVfR;
+\5SM-rJnpXp[e6:mG7d<l>kKj*^,7YB>;/OT%<'X0CPLfhS$X^N6e^-]q)Cro43n?
+YT.b*N+NYXi'TUB?EMdS7%A8g at Tq`;Rbf^B^NmNhdm(9ZG#5EX^:fpeDgn,RZGl!r
+?bb=m[eb0rnsjb!f:-E>qj5 at i8R0<i+INl@$?gt\C/<lCPU=+R>3K`'C4dNJE&_6Z
+)X/HuL@:Efj5Sn-2j]i+ZIjuTo-JT=@<Sjj=:!iFR60/.SE&eli[k&_CsFXc8D;e9
+?sd<YVJ/_?iSVaN$HFK%MW<\s#]UB.o#kd7WWW.meOhM%MTmenOFisC*d;iWJ%LK/
+GQE8fTU@"?`,S3f+ilf#5r`0merhKP^bV_`!u%KT!u#2j&X;qkV,Wn:cV*<r_h'nT
+S;U/kZO]t>3rJ?#`BN%>g$g:Gba39XmJi(XpX&=K^MrWM>G<W-Bg9fToF\Vu;=MH9
+oE>D2b0hn(B2&__[F39caN]KC:3RZLBBj^u:Uem;+S(FYF=!<r$PF-5kfJ8C)0;R,
+Gp#GL>S(pL7MHm at 0cB%5q1PT,JI))/?aj4l"$I1jCscGb(\;jP+EV*RTdU`%[)_>)
+meTXErjC2"0F\W!&&8V/VY=O%V)QVRpbF\_*dhflG"XsfNVMOUe!,<jo$d7GT9 at YF
+e&pSpA%d[L)P7_qR!8bEQ]^Ai*8FlXlo3[CnTF["Edr<3DYcp=>/Mq5gnm9`1*oV]
+IU<&Y^"Zn$?1+R+Qb2.anL==unbIOhX+iY*A6hD3]Y%4m+6$8a_np5p$r?pLj71/\
+b:N8rp*b*Y3uf/>#Q6CFTRS<bO<faMF4"/HA"=Z@&)`;Mn]!7Kq"r/s,g!@B>dcqk
+&8m^qJ1&K/m2GY;[<*hoO<i$#F4j;ED=S(5b9"G4ANQ!c at .#E>O<i"-1YF0%k0Tf^
+ZFsdP)Ge-^MSq4eA:AG7j2=Nhf2(c(c9,Kmo)F/<]^u401r=4g"iI-s/(VKHMV!Y@
+*7N#[]Qs-pVhmWYXrPldj<%125US"G)q6h9"SILX?cO<*=]=Gr$KdEp9)eEUnnC\.
+Q]*ppPVGC_a.cR/g+dX`r.rR2_7Z*!?C at i6pW2-<AB['.N;9$K\D?C-Z4%2t.>a6^
+q/i(c%Mcjl:Qg)j&iG/g1O]:pNLgm56].mM34b-(%\;(ja5 at T^;?@XO>7ZEd8`\0[
+VdBM;S>2ptnXR3?gc7RB492`nQ[V:*(S[9&efFtGUT9bWJLW at WS?AM:=?94ck*=2a
+FP[h\E><\[MJp4:.O`d5$d_Ho/#\0GT[p[`[l%(9:a^HnVFZK.dh^1![._;:e9)fc
+\]UR#%E&'!A)-t(k`Li1=pu!cDXUKT$IGI!-t(sj;MLJHZm$fZ.p!Ghj\q19Sin+1
+KT)VrW_!`(#"l84'auCM$^7jj1%j*IVFAZ8U?XOJ8>N5Idb4o:)Tgal&5o$M7NDhl
+HBK.&9"55.)C`A/'f7e2l_#`k>["H5Y[)-<QF/1RT$[l+VN.Fl;=f9#M3+lt^\aj;
+pK+jm6qHBgHOfJ'!C-uY:$dVUJmAom28[LW5WHgGGU(fQeL1[$L21S@:uUh_BPA<h
+)X?*YE3@$:OJpbDDoTf'oIGXsf at 4HDegZFO9]u)q;Z**AA at 1GpV4V?YAM>G0$AcY`
+"b".lgR`8]h_Dgc2!%o-Gp2%/9WkM+!Og"[1p?W^LbGC#Bn,08JiB')o&Wm\D*o!F
+DM7bL%$+1j,'8eEN%']^eHdilcYe*9\R,uPECDHKTG,UAU?+k\L&Vch[&*AbAas,E
+WUaN4p1hd-1hsP at c!bmmC,3>\6EY58nA[.`d$E&'NN,uT&/W2>gN(pn6k-krp/OdO
+^"$!H.o:bmk5fEL%tqOBQ87O;;b'pe)Wc?WD2<ebcqUI>/MW_86=4T/rkWa2E`t;h
+UQ-sG\DmT<Eu&#T&"9l%:DLan[aZH2DJRFHcnpta#Ju\]+7*4PP?sg5J@=/EfDf7F
+[M7joQK1BM*n"20A`,356*9aO+j($qgX<fTkacV-i9iB`2i6_n=rJ=Pm8IDKl!q<Y
+d'l/_3rg+t$4kVS*cQSKDX"aI<tX+C]\m6/!qmure`(-RL0Hr;4hNOlKsmMk*.i":
+L'qS^[bX1J_ES4cFsXq80+#Nb$T]AUjRoo,at-=&a4kY"VP at p5;1r:Hq+4=:pD<FI
+q.[`RqlJ#4$R&LfOGtVaE#SJjoQ.p,QXoQK\<U'5\N\3hD<\bP\\2qGaLWJ9j_*F,
+\ijtNq9f'jWiqVsp(2ti7+]bB2Y=<mNGA>uLi5^lZ0_Y94 at 30A'mdE656ZsLKr<p<
+p'c/OnA?p)^0F*TlUMF5\'"e]dW at gJD2C-*E9Y%Be-K44B:dJ%bPI/*%S'`LCq;'A
+g/?8TmSZ@^:j?])]1sfSEqi?LF_RfYPi't?j+)+RrD]gjS#B/E<>>bV?b&0:C;\Yh
+(16]-Jc/\b\iDNg*fSkG!TVesX]?"bb'hW;G!YC60WA<4juu*bh+enQ*<E\<6Q=Aa
+bBZC&DDV at Flir\Kpnfa<a($FR^n>lGabUlF5k/c8Q#"0BGJ:4p*]k+<GEqqVr@*I/
+._&j at QJ^+!((kX/p!3t/0ar<$/ThTDW-(3FEeh at R2gTPD.RnZX)C7f)MO-eZ?U[#)
+8X@?9$])WNBlp_B^4$7RGdO0DEZ^66?4a$:;aMahhKuEsR+*;L&H+Dlqp`Wf(6`^n
+;?k4PJK=-72GWH3cJ_e2U8]f_^0WX['PIrNc59ooDg#VU@<"_ at 8+/7qE4,=,67<*[
+'%GcK.<>8/!ATTKglo at C;s[t\!2C\_J/3MY&$UpFTMaAB`g%m$G]??#DJ:-j%@E6]
+ZPfbU%8H/3TZSGg at 8m`20ZW)hD;V>s\=L\1;6K(QH61Sj56.*Qfl"uS<,e-N5YRmU
+?b.BGa6hW3d(Zjql.$t2^0u5c!1\*b(pW<#R%Is?gAsT"?5>(0X5O!FCg"<O\V=O.
+eI:Y3(q7qG@('ES5alp`h*scqg/Cfr498s#7s!M<oB0KUVr5!h&8BH$S5Ei*I3ge\
+3a*=NhrqPKRfQU'a+Ad+"iEEF-f<u6k^7l1<HA2ca0YDa")(?YI33E2]*-M&KP.be
+D^[uT]OMQ+YjS)CZX!Sk-;JR%f'O5\)ab\*0eKp);B*ckU[6(t[Sn-l6jbso5@@_F
+!GFN=8EjuU2%PkVmh2?t\5ma]iKU"q)UeU-ETn!?i_?S,[NG.^Ap"Z,6udt0\r7+E
+jC3XqinL?",bTYAi'qlUUUgHT8ttkQ3.-3PkOM[Bg&=Yc$u_**fLNC!8LI0Tih%48
+kTlt4(Ar;:Z*Jj)Hu]oc7ijd$f]7&mf*f/=:V!bW,r>/%HDN`"paU?F%U"#h$K^Kn
+YkE)GHh=uUe:]'VHIpaFl[3+'=@"?bL(3U"(L6:&-$l3u$oTcSV,>UKo:,,Xf$<R"
+R#Zo7n'f]IRDimk[4(!NEX=%Gl)bPIj.Cq$_O_do\J#>./3*LS'3a1tB*072W`3`M
+NQO\7Q53a(So_?(\I.?m2rU;g'=JTG[\WZ&oo:;qcFKNUOjT^PU$NR-]SbQYSensN
+U_gJn8pIcZ*0\TWhL/9Y9Q"`rD)od5\nQS03AUt)ZFVqBM5X/sq<H02;Fr. at h3Pf.
+fP_eCE!SfFA+VsPJ`p]FLk6p"OcS at RoePL3h?J:tOH0b>iX>7=Lk61Y%ph\MiKmhp
+Vcn&up)E#[X'hkh.&T"E*tPr/6&TsMH_'#Lr=9GA;K%4,q4Nc)LiZb:Wu_ppk"WAO
+\NleZLaf:0\*cP2j^e.Z<nsBE3fUrQ6o0RGesMe?Bb_L>-sS>@>riU5,p>\"gAL"?
+SH\DFj at QjWIhSeo%:sj4WBF`<]M0iK`1lQGoBk],OY#I*O6/9FUpH6?hNXArW^<)J
+SD>1ao.U#?E6VO)mnKE..!WYD+`tc-I#?N?\32*f']a(nE0^#DO-Ih9<6bMb(RM7X
+bSK5FI4:kmpVgl@(QPse7NEL18sM+t[r3p>/W<1bVA1)C6a<E4LbXP*&WH%PUe9We
+'RDA+h at O)E_ZH?`cEGql^=k=5cb2BJo6tmjL#fbc at .(10.CY!-m&jskF=#k-8gMM_
+iIR$8hHbR"5c*cZ,"Kd%W2sEU9'MK?VUDMX/1:)?LRdD0mCdbsqr4,GZE`BVc6>DP
+>q#7pUD]lp-9GZG=c_L0<(0&OTk+MAZ/kQq?&'Qijci8cW%GWSa6#i@>jcZR,B`a4
+`]FF\>`O!E"50XMS_s;JeEH#"2j[`N0,KogaUtYAcRj5[ik#:JAMZkp'k<K*jZL..
+mH%.QFNI=t(j0i3J7(>t%DT\WSRke:qAFYRnr84//&bljkJ at R32@AL4k`u*@I$2*O
+:g!s3D+:L3#+0R&abNfo4e=u4fIm>gEX6WlTcI](cBs9.*^nb$3*tAN^SkM^SaF*o
+B;YtA_45A!61YYrSb-l`.-NX&O14md0:r.c("`4q2PBZ2mricdgV%uJ9t>d0D?JZC
+*4rUh[Ca:#@?f27(q3?im.hjal.,Zqap-<E7gYa@['iRriK<6RMnq+dg<a0=gpsiK
++nJ$d'>4K at U1!lHXC&XXopEenl*Tf>,GF at 93!R.]97".PnUJ!j+?>N("emsP;*kQ8
+3Vj`0s)sQWUjBnkYTs(I&dTXOk[^`mKIRC,VglQpr7m>*kE'BKH-f>ETlj_jTBiAD
+?;3K;R>oU5Il]t7",3s)IR9OINN,&HFn9dNl:sZKoI+2?oB5)T]<jehR%n#R:'7b>
+V*BBlU5RUkmILVP#ATrYDo/FD!3gc&i9Hc/Xc3thlhR0&d%?XJ_g>%t*:M4?8k4,K
+ZN0UI%WT\qPiq9:it:itA0^J`rrG4<&Xm;A(_#mI_Nbs>4$o!HDV63^Td^L4\W-qd
+ZS0qX/SR^6O7VS0*AsGOfb7"PVF%e+]Sh2)0cE:!N1$Xrp#R/aG\8UQP-#S2k<-om
+g-=6O"8E75-F7&`p3?)\-46%.Yo0>\UF$XGXG^F5Cglr8Ys:+ at 5MI$_414.Qpg/=2
+O#lmoIdoS5>f&lOI$%2hr0+T[O/un)?p+(;_]+==P].t3*l8qVj]1#;(<k]3@'CT6
+^re5tQs!&l[tJu6k.bt1Lkis)&p3^qegP&uW(`rIB+m=AhO:Y at Th"ZiI]])8C'Ld[
+g%_F68tVVcR[o5:TDc!1E*142n/BK6;FLH"56YQ>,;TY4V=6COFF=6jh?I4oO=aSl
+2O%!)?d+Su_3Gj8qXFB2.t.*LB.?!iS?#qIW8l%Yj&_]eLWQn7VjhZb44&;`nd;Gm
+ at 7:/YXQ%8A`pO%<j^HFPhVpB2VgSeL at oM/0KMs4Vj,P91=XU*D)T?rEknT\,o%<X)
+o</dfd^'o-HI(LP#&&q+@?:"8qSID4gTlN*KP'qb^FRSMOdqXjd"Djn<po at kdo,eF
+TUb!DfY\3Wl"XgU/JM6q(..:F%LbgTOcXM+&H at 0WoUMiDP5Au\U$Wm+;`^(Hmg]$O
+oZ$"dL,2-rT(c)-N(k*Y0i+fQWc:B&i1Z4pH$Gd6OjP_U"s)*'&=m5C87_J1TXHc-
+MM39*V72-!3/#ET5[tWL8Acs2\:rcp[V6P7?hgPWk"l`=obGiG)/B">3c^M^)TkPU
+9-EDj7/[@(Vrt/%B&S`@ddUdb_nD\6&_H7Z!mipa:+6 at Zb/s*'SeJ,_K-LO>i$!_(
++H+uYc at kH^6*@W]Wi_rp99pm:'BBhX,N>CZnc(<#oSA;16UQ#tmtjr^"1@\'oZ+Hh
+Wakqj-b*g?J="7Akjc%G6&k2p"+YT$?5f`Poo5l"eZ5k2m9Vi,8gOpL#Q_?M+_ZaC
+rHd9Fi3iDDrd16J9#4f?d#9%%"Dr7CoHOUIY!dia[pH#77)?U00Fk4lEWnROBLSN%
+XomB6CjXp)#6\_fNk6,k65s`&c at HD.6A`N[a.[@t!CE`tTftTbFl>pqmBqS7FR-$0
+(8(*ASu5J7IjGVA^JYS=OOf(ccP/&[DEW at JmKnX8h.BV5)C7n;IA-;u14YJAoEW9%
+RmAB"8c6Fi"oCUK'K:L7oEC$h7.\6uKB`N^XNb5nV"qO0=5MC@/g*aC#(Q;E["'/k
+^t[u3f&+YSkG>>`88;2$95&6b#2CatW?UF\Uk20X=Dp^9ff<J`Cr"M at _5m!)1JU>^
+1,+IaUIS2q/"l at a&i3YE_%S0MhI[tObLuEkq*56PI4%/7m#sK1?62N)lA,OgAL1`'
+iTXDOq.i;Q7si;(I@&t*TJ#?X<dHpf>s+*\'kKp1$eg@)pO]8Ikc:lQI'589;#>mZ
+6[q4uklSkX(Cd`gA#uDkU"-VMX9iC^:(4NV6J(\+CUC:;>RJE&Z0CE<2?@[E^@0Q6
+Q-uXal:()Ao<`XNkeR)@@t<-3YuC=?>IV3Lg1osAQ0/HhBY:<"/tqXSU(e+nYb*/o
+^GtuC-*74"=p#r()g;0Tk[bc/3>R[tjN at Jf"$='!X1k;)o.U#?d&ij"]?1m3"X0=B
+X1s<[VgR$CmT1aC;pi8u&=$-37L`0#&$93BA4h[GQk4,TP]:_heL]Xq2%cE0-g2-l
+4D5,<lirAcL=A;@;2#>D*EE0d>4`)AQ5681!+[Y`7$At)B]C.N*$XXH[Z at 0H,mtC[
+NYfS;;*W8dOrFs=m"4QQ!0U1W'GT@[K2KPomS\`FAX,VCV0.Gi@[0<Z"X;`#)W=H$
+j-C=Mq7mejUjW':Q\8Z3n]%0jP.`Z,NN-Ut4Ym:g%aSkZjQFXD8Q`+[AQeL9aVRNR
+m4*p\8r$5.G<ofSX;5OWO&(EYM%Z9'H(\WJT\DlJVMKn)AI5QKQe.Io7g^HUeA=<X
+jCC&]!PnRr^k=+uN8&bf>/JOQORg[m6#@@DU#`L[^Q9+I_R#u0Sa&KI?T">"BaF9)
+g.k`d&$U,O+Sm_XXEW*EP0/R2XG279X8:_GJ)R#ODd,m`$mu2;'39'>+qs7%K'I\`
+`cDMS2=O$&d$i2Vnj%NH.QB'jn;7ojWs-GRlk?)lF(L1^r!-r7>\UB`8B;)pTe7jO
+T3:FH"n`2iM4BHT83X3K=3W"torX0F&4e<K*^.H;@-e14d]Xh+95<$M)U4-/&FML]
+QZa^PO>SO:GQohV4aSNG/dSD at n.8,BIM53+Jg]7sKLU:2Q3<%<=#%I\1qUfMK_J?H
+'Reiu5iSk>1ZF[?B=^.^IRQOhfj.o_)qP6ZcfjA6G,jaBl?RUq<')aX\gHd0mE*S+
+DP!aI25CVLj\FLY&;l%2<sQXnTV-4P?;k<"<(MIuP0m*:XP9j4AY[3E98t=K1IlYm
+;aPl!n`Y36<Y2SFpC*%9&7sW1WUC"/lT;m4Q(*jL>NdF;aXt"t`u$g:2[&[/,[+U5
+/j)C*$1)#g7,i>?4=?KOA`=O*.<oYFo[@prYX=XbD+XJmHG;c\?e>C-SUsLH,q<n%
+cE.D\iYG[##"Ei'W+K47+gcY%g51E!b(I!*`KqY"Wb4Q[hD,IK(E.^RB-[(%d(;X_
+@^FSr[I,mD^5A0FQO^P=>)[<ZV[Ypbo-.[u(;.jC_"5Esp)D:rTIc[d,.$Igeo4fV
+ZCh2,N2f&4.A)>.35C_U4X"/+-+n0<#=S%DkA(l%#OUb5TbFRZr*7gBYCK0>6WaM8
+Xfq[*VU/+NX2St:5gA(*HFa!fN0We at lYDMLmq"&W5j]D"D39S=5'3b#%3YT-9!n(n
+:h+Jk.RHL4_P.Gj_S9R0ap%94Q3,pPIkT;^oY?4FRLPsCH(lo4J5b9$`>7ES-:%JY
+BVrEN,d\<Q!>b$>Bu]s"U";X0$D1m,pO\b:(?*YqPM:W^1d#rVCW.t)o>7mAd at -ji
+=AWc:OiQ5lEHpI<"t.UFf5S!8!o at TM2tn*MLAF-CbO&E8'aMSfS/b90+@$PobbO4N
+c]e at 80$W*-jmn?.R=>6(QgQq[-Rd5D:u=H at 7^H`>!*'q(m;h;+"ncqRb4,N]h;?%h
+I*_T]i>4?Voo/nbISdEi$A@<CiPha6J9%YaM`PCiWb6qjD&If-Ut?>m)D7j'.Z7N(
+?Mhe.QY4#e>8-kIN9n6D0`#qdeegHWiD`$p4rQ%nD)c)bgq4)h8jfGb_(EZEk\\JX
+p1]7[#be/3QtXB1GbVT86b/`fp=]Q$0V?^R[B&7bE(9X0pgaKbeV89l2aJ"M7Kq(L
+n:N;<_"dh`Wq<U1KU:)&^gMp1("4qoPGHIb<U-^&?Gj!&]_E1m]XY0.+9dsG%(D]A
+gN/J41_gXHC\);Nfe*!i/fn+5hB<E\*0`,gI6EX"duXYY-MMAcY*)f>(ST%Jo/HT2
+;!)Ke7's;Q,ohFCiQ\s"'toF-m>(W)StQb%eOZW2+`(R0TaQ2gGf\s#2CIH4P6U5o
+%cOB(LQEF-3^uK40lO7B2-fuEd\[`j"5"OG)@b(@+1-?%Zp]<m]l^VL97.95aJa]S
+[_h&6=2?ib!OjsLZ6&Ym:cSoWH>;e<$l1.qlij+Z';5WnD)V8R@(Mf/%NEQ2BX?/&
+!EPVkc[/(QY%IZ^\e)S`(>JD-b:B^^)rN.9P/Vt?c at G0h&#T[Y=LfbD]cT?cLB+$Y
+NUWh)'P..t7KTpV'U3#gVn+`je at V'55U(2o[K&XB(,Qd<[%:786\b/qY%]*AIR4(k
+B\\=j'HZjH#Et7>065m]-#QSLmh%1Y(rY;Wo*TKE\e7#RF6-M/,9Bto/OKppD%:dR
+bj8hiW$m*.RR%>HWN65=;%JI[FU0/!"/<JoT)%t:r)<)sY-1ZbLL8ka28g0uX1Qdu
+Ya\ER'V,rF]o:<YU&\N!/d#3-HpJn#GC%68/;P at cGZr5A'`udmdS;,0T\A?saEfB#
+qS(X[DggFm at -KR7fpe[*Bq0e4d;Ma10VhT)F<b%eQbtpXY6;4r2b2cj(S7/BiP9&t
+&hkV'R&*qL!t=L56(Pn"X#[(:RE\c>0l06Pm!r[$9(MS8X03?A^#'6.CSs6g0n$Sm
+!ji;$2t8p\b<ogCG=OhBPh7%1rK*+Mq`\VWg*+69pT[l#*Ko[C*$upa'`-t]looFo
+KZ%Q?(pF-f."Z/l`uT:GN:8,%H["G9_rkliKZa%GnL1eB30lns5#RXaP9_2!C1W'=
+]DmUn^p8MUs7lo?&LcrErqk"Jp$Fao,D-drq3+WFQ<2X:op1-VCpqe"[]9ncN`HV5
+JD(G'E0>K0.2nCM7h:_HEYu`b\^f;0q,^PoH%:E9\:T(rpN,H=WL'*DVbmi<;csaI
+ at H9[%n\oo]7Rt$;;6W3R0C&J0lf]lc)s6!`?6SD-\\'1p1ebrJ"uOnB2B#AE=aV];
+m0gs/3>E=8B3?qK6G2"+k?\p%H*=G<Z[,&nV0YSGj^#gff?2!rdTo&0ETMF0Y3C[A
+ at A,aj_V.OH<1+=NY(Z:@_S_XK=$mC0`\oa\pRX=!(>uI_+S3t<!ReC[>\R:?EB*r&
+\t at 7qL'!ffLY$\N!A at OBDKOhEVfQV*i(!)E0oPH at De3X^Q$rV52![`CrUB<H7$r)Z
+h7]p9+PTf0l=u]h^B1]FK&?'Tgh?TOQ0Z'E.5LYWD]tfXC!\(-bfLWh at _>2m<R2<O
+.tdBTDtp6'\,;=@[re]XLh=J_g>&@rj<[.eLsT(!(nl+87Rn$2:UB:=$#Q3`L0"m1
+M&*/r%K@^/:IVS7!7cDWOr&1\C=P<s+4j"s3W/8b+YGL-iG8q,T@"$T%!YH!4"4%(
+K?*UGHf`mTGfsTOFD&Vs>dOU:6(KCX at bNG@#^tgF$$ic1.*TcG2;=utDeOoX%!BEu
+^%/OD%+qul<p4qXDQfS,11l3?XtD\Qa$V9id[[EE\+Ig!QOpV!7nL0]#jAm%%YU]&
+*<Add5M3.\,J#ZmL:QtL4TC'!]i(4>d?4lsrD5">$,sFr>]l[#Gos*g%_08m`;:ju
+ESnX&8NcH#d\&45:4XRcO"K[Oa7k3H!Pm&^GaY^]_"h:5N%!oS?WDc)b/slEjre&]
+1-C:Hk"!lL!j6]O!D>QUcHR?WOhGa$NRZVZo/HSG:i\#dg3uVl-_2UB at A.I!?a!]d
+?39!4/"rqf:r<hNM!A at FUt#mP^G2qZgg9bk+7n/9f7$lP69B7QHUA-Q3)N9EI1i_m
+"ejB%9(cM9N\b_DffGkr[s!f7cV1+(H%S>:Nm!\Jf?$cg77nBVdB at 7;4P(F0)Z*ou
+DahQ'p1MJ=.tlUD_8bbc$DuL1-\VNVDkT,=F8<f.NsdIH?0$O!;[uXl3.tr<9)Rfa
+g<,aINtC>8&F?HjmCo at S^tL<"3fb`Up<%L_GF&qgJAOeYoX^lPb2G;2W(3?'7KokO
+%]FU at S8C@gc[;h*pe4o/c.e0W^9M4MkkV;RYgRVLI+rpCF6E_kY@!VP"2qNd+,gpf
+8A,*PQ0ZfP=*VloD_HK!!mn7"#'>M=51$hX%7$CGJ78ds$3M>tX99L[e.+^BRaD,"
+oDQ8S2;kYs[oCVi6c#A^')taWMW'*nqMQ<:k:NR24?E>r0)3@=i72/EHn\$lirP9(
+4?ISY2i"DBKO*'h%^[g9C#kkCFSq:Q`o7/TZ!\L+<EHY:JV1T"KmPE>"3YcnijNu&
+LnrFF:V2ZZ>nVj9^4eXAD.L,CKU/_KODtB7=_T+,BBM=Y4&lVsW#K/008>=LIgi8u
+8,\V,3K4&nbnY4=^!Dqd?V<U/KS&\YK&.Ft6r#rl+RDWbTA0U6_Mc52C-tOB<UdCY
+^hU`:S&tq3;jm]\iYLLteiM)h0Hjk;1NXoqgoF`dW_E'uC?6QVZOYi3HZgu+5J58Z
+FnDo6pVE-d"- at dCj0h^C%aObN#U`gFV$jSXjP0rmp>no3rjBh*YO6KIJ9)W]TuN:W
+q5p`I4!4gLb6!l9"oWd(gNE-'^L>bu2$9F#N*GO4YjF)"+AGVIjdQXOCMuM4n-%7o
+-^p at OoB1&eVk at r]LpZ=Mm\mRJ\Y at BOm]$MXch]YE1SEt_(<kN3:f#."7SV`kL\1mS
+4Vr(0nQ)6]!K<l2F!&bP*snZI$*X)cSgd%19NqWXG#-HRCafA)`%<U0jg5#/Qor6t
+=$]3M2O'V1G(dWte-=\P"V1i&TVdqRghZDBdb?>H4 at mbH98I3=DqFPd3(8,^V:+Nm
+ipo41`([=bZ*-:9Si&ef&`k^2]A)O765fqoUu+'n,QZ6#%:6s\DQ4)[<Co#r?\e:Z
+FY<.755RH`%>Is)s4As!jM4q6#k-t177CJ%X<[Ul]o@,\k#UUjQ$bS!,!p>cHcpTd
+j^a3Nr5d8Z:-r]VJq)U:n*D,&T,bhR/J"H"B at h/DG84A(k`e/5;R/=7>J3t,-[_1>
+7u&WX#u,I4A6?A^_k)7Z!B";,Xc>.W?fqMQB,60k=4m$!UYsu^/^X[&TW<>=mbn=N
+/F?"VZZ]A&`cT^HcjlmtZK[.'[4(!NEX==Ol)bQ4nP?u"@F'tCA-iFD(MpbVK[]DC
+Z[k''.[?GV:q6_T*X+L[F3\s[G<oJ`#i;O:+f.H0D6u+n4-H-qkC/<-)EV4kM\cu<
+$JOb-KrtRCKiD7_:X"EmMbWNh:5XcYj-/)\ZV6^TPLl*VPKBS&f*3P[e`eVlh4+YF
+,SJD\Q[`<1\omMZAdX[07QZugjJH"7>U:`EC,D]3R;brjJY!\-UOp/R!kcdk+GAO&
+=&E<!AJa4f.(F9oK_YR"k[QeiLPFAp&$E/E:4II/qp:H$+!:b5)FBF2E&8K]S<iZE
+a+Tn,'1P,$kS&uDL.ZgY*opBtL(B<%47ij.#](M/;qQGVH-,cY+p/%'3sn#A8&A+p
+#goqF>BV+%i&i<2'#rn%8A.T.IF66S))L5g8dWbO>Xt3[S"1d,_F'B1TCQ[f9(r(X
+]S'?$icC?jS&9aTKmsHth?uf+I);P\#^Jf$Ni[U1YJ81A,_-WZCm&b(o-o`TQEO=L
+#:M+G at MG8P/+1rS&rup6XN#?jHcs+Qd at m>T:lNcgkp<K$nSlRVK'dX#_g+_1)-W&.
+>V@[/P*VliO+Qg0!I?m[^jbAB/j&dWNh6:5C6,4g%:4bM\>`j?X'*RsPFZ)=Z_o;S
+O&[B,hMMeb<i>Vq[LQ9J/g582>_:+5PG^7''X2"Nh0grm[<]jM*fJ"VD8%$;YEB?I
+_9QL0X"H5U?TK(#D294%KW7O]c)Ms1WmEMQCb0j[;m&KLEk16C+DOO`>TPXW9ZpN+
+1,RQc"fLc.0XMhe6jK0_m^I]7(N;@#>D/;<T3Q7`.@)1sQhN0o&+RnpF:/7dc&+5J
+dp>*4g4RSB)!'++'k>b4r;qT0kR`2oQTE<iD"?&MF*V/dAYo0UIkIhLAYYWuNaBgj
+Z)+O3:tZ##LSD_R!B+%Wo&3P_\#5<#nmqen%KUHr36tD\:@!N'4G^FAfO!?oFrXl3
+SQK,[3n"1bTQbjA61YBQ46(:BaQ5BnO14mX0(/$k.B`BpCqul1hsKQR(L5fd9t>f*
+D?Gh3Nbg:MmB5qLkbWA7qJF^g3F=$o>TK_A2V=sKP]4_Q[8esgO"A&H(`_"[ZOJPD
+CWZ4]6fs(P-fY[fM-TF`AGtLse70MGoqa<%E[718&@SGVf/>6g]?*XEW.`V6+JsY*
+mTT&%\Ju7L/J%Y;h.1qXj754kk,p$OG at jc1p219N`]t1gM4`/Pj[RdkKQH@#U?YK?
+lgcH5BR+Cio(:&c(@UI")UlM"qf4XPUs1OXkO:U2qghqLhOC`(%fi[)!d</-8Ss]*
+?dJcMKDo,1%-Nq<3Le4h1e,!]=b,m7LGWTE>&0'N*hcUZ)eFg'#Ae6HkV[Fs:k2c;
+^;RP(#dlh&,t1WsT/u&VF[X$d^0F1;PasgVS2S"G9\4RDGd51tC4]a2=mQfjbP7OK
+QoC;,^3g/@h&-AlZ5sO:GFlMjoRF*?#OiPJ9]j*ujEPW\$cTL9,8m;NU1Q'Apb%#d
+OM^/[@tA5?ItfIgkLGa1id8>[T=L4?kDSdIjUrmAdu/$ipa^8Y*][dD?o3/)i=/-Y
+9":$t0#8-WjdEF'4d<cV@'C:tJZ#q5;eC/Vg(NBsPlFrl69K?QP`VAAYsomX_5S^F
+HO[fnRb-H^g#S:'U"+5J8\ID?7lJ&[-`'m>1M!Q.oei2\L5(t`!fsBE9o4[5pnqN4
+nu,7!Ch^J?@B=Bt;mudo'P%a)[fPSX\@_<Am*M(9;L%tV^+X]niSRVCTK,)>JuI.b
+TuTCr`AlXZ$e]PVc;4c29j\r?'jmsHJ4imiGuO')kZ'7sSDu38VV()oi,giqi?n?B
+KPT at _jJ;(Zlb4u+SmAqJ&:Ac9kL/q)&jN5U3 at JjmciaR:?+OH,kO%LA+$hf$R$<EN
+N7\&hD=*/?P`1/?,b2/\%L5d*bst(qM at Uhb*PfX/k'8Nk<k&o2kr0%[/q&jYDp8mo
+Z)%$#:;`6A25/,Ma2+"#,%ku7dC-^@G.?KM+TU,B'FA9j`M])1Wd:[b63#l+O/k./
+-K<-\'iKgITG^/\YnorApOaW+m63$9)d-n1&gCfl:(71Z*^^#Q4=5kgi0H*FZ:Oo1
+56ZgsRL%JG^tmjD_^E!WX4#Tr4sjA53<pkp5<rSGZ^SW>:N/qDP<";+1sUo*EJ+=6
+c*sm@!hQC5DfqTaW_A&?"<?>4K.IRl__'c!\c7:eU[)u!6NNK(96ad)=#`^g-$cfr
+_gK?6&J[ciI!+k6;PjOnq#^!Hg(W#!IdRs)1Mad;nTN^8k^#e[DTMppduQ+Udp2pm
+;o%Zua7+85*($JW65;i&=lD%k`Fo/9\k0]t[64G(Xfg)k(DN=SdEU$-]*KK=R'RD/
+0&QK`<$_nErIhFdKut-Lbp=mkDI!M>p=S$)o,\I9#9D^and')oG.%T1^^;@lht\61
+*XiTH[0^KpH-S<rM4e-9Qq>>G?WN(\Gi#$m;LNp=%r>LM#A?YD6*Fo.(b]bH^&Z1]
+L6"VVdp=k'N[FWi\Z<mR6?:6k$kkIM9U:k:KmsI#60AsVr8dJRL`.Q1U"(</!Tm/K
+Qj.+ccJb+&Z,-Yil##p&IYno&d0)Q_-`?t3:7[`_[N[`<+rrtabo(K!&>b8k748>'
+iiq:bb\"<fX()5ac37;*FYZZZk at J$2""oY9-<@oFhNjPFBEq=8Ci#PsG[A*)O.$TD
+&Cbp at p!#\"U[$r,'R*"dE*$'AL-Aji[?/. at 1:&<OI(Jc[*!2XYC:0C7:O'HGj0OUu
+Uo&o`6hp,%55!n&F_0lcN at BMD&,M=afhkH[0OB"O5\V0IQ+W&YI4N:*.H]p6:g7OP
+rUdZjs8'j"5YN"^DB?4mBI!@;;Y*j[V[f^C26Q)8F_']gkK[RfcDqe]H8_o&)%V%k
+ot;m%'@tNT;Iph6)jNi@*pc0V8$md#g2iLc#40#f#jG+*qOMSlFYr4D3i8&jqsSuq
+ad$0)L at 3C&n5$mfFD?db>C[?>BS'35$)a<I^$]rHR7*s)]c7TKdKlTPW.aJdCmRGn
+>pg%K=-,TC-%Gt%erZS\WQ[-rj(pq3eBN'R/m"RCA)7BBe7r^l'9u5td2`mpmJ'YN
+_QK at 3m!'kn<H<[40hiI\!R,H.Fj+]&#Q)'KKRS[k^t$%lKK3f`PSF1_Q3!^O$i9#J
+Z+2kg;QI5:;2hf7$2MPm at 7,j)H(O+%`$n0l^1mX>3+E]13OB5b&MH,d'dg:o#KeKT
+&Pe6a#D*_Yl'k.q2piFsQ2/W*n+rdFgLkh(8@:sI[<G79c5\`7cOr]Z%/_*fWU&]I
+A]?!s<cqOPINnYW&l76i6;r"L#j<ZrPqS[t/`DR'Th;&4*q):30jZR37D5RSKQ:W1
+cf?O9:]5[=+Tb=jXR!YsP0"(3Sm-^O+d%Z:\WrJ"8/'G.`@<k3Jd.`MCA!:LGS at 6o
+$i6kEPjl9;KV=B5mu7-[Vg*`o at g18([84Q$(7\>>)HdLMaa3Wp+2>_N"`IU=BF6*q
+ at bY4.^`j03Ym\hoDrkl7+C'P:FGJFX*_.$8C\<:_dK#>26+'l]e0T#9rR]1I at JCY7
+iRCK7efg_6e:b/T62^IX7RY)G[_ at Tgg'*Ud=rGr:,kV(=\LTsRX_d:fgY</(nUcGd
+,?/kYcWWmrF(/C+A$:K416^/-\ed2f_1dNJB>W7(!G<]@$kgg'_S&a][<WsL`qW,/
+Jj_eLYrGFG_/V6hBi?O![X0#sS3F<>7A\dc>odlh;io?1jYa_k4V7P8m(1M6(Ob7I
+:%s4m7DVDe(pr\P4A<e#Xbn%J7EokKD'FXCd*JbFiFsFu6U.b'0d.6/5DNb\R_ at PU
+PYCoE at Y!R['@-9R*`9D"q/Fs9;&<OMZ\uQ.k9bj2dl3Ec;=Mri!?S;sKV]N_F2F$/
+JpfAnaJjJ/R"l6@"id8*!(A2QI+fhYO0OM2>R"d!(]7QXq'[)<\d?Fhj]Ga<IAGc(
+&FE9G!MciMh;1aP0qma\KX9[H;d(6t3srh^C\MOp51YA#G/<[IMlL(M:O5^GT$bou
+m4I+gd.8V5)lpP8n(ptdG41+2\j[H`MR;nD#Dstoqs>E9E?f^B4ll$X(-K_k^ia'U
+qq[rb5SdEeZhM^#SFEq`.7"!Q(ffJ;;I5#0E.BI at H9tU*&Nj.c!R^f;o0*MUK5u94
+(kV^RIW#,H.j,I=$'rC#rb;C_C%RU7VqK<,Lb-4'PU#U+oPDk'f,T_:@s#)naV^k_
+(h#X'#@bFK`-J^&/US8&]5&],J^B[dOJ+<%;iKpF!0:qFi48fu6^,n"$.1U:iIc7t
+M?i'<GGnU[I%:QTIhd'tH42(+(ZYQ(G(u,n5"ca#E.3Jd;q.QbVL^A0-K3-b^p=<5
+T1uH_"b0n3LEKcanH0eLXW[1:?UYqe>bAjSZh4oR.4=',K^\$*0GDa\F=0&m;paDc
+di-mYAcUWmiHDVL[=\CGg0F"Kd&?D@[se#Kp<jcU2X6n6B_nA`)%&dhMmePchZ2K8
+eg'KW+Y1eA1Q>u@`NWgtR!DFU`DB^k!qj\Xq`[(4akh@&Sk"o+-SA*+VRC*c3J?5_
+'&8IcfQP,LST*jPJ8U#mF+[](8[pdFJ^$W<;jcLW;aZ<K&(?BTBS:Pr!:f+M19;i3
+AF1Le%PD9V!M=3/4AL,JeHA1^)Dt2H9cp0n!7UNaWlAUkQnIE#JAIO&._=`4T'VKJ
+\k9XnfFs4BJJXqFOGEPc[ul9q%#'%`(Rr*pSNBeQNa#F`_p(rmQZr8 at 7X1@b=FJP:
+JDg*D2B+t?R-`U`C`F6Aff.BEoAb&iqa0V,n<rLB@^hj-[L&O0f/?Nb"?Cq`:[4>h
+iC]*+X#**\"&!"BI^%9J'1VGBX+iIH*GYtaMK'Q6-KqQD,)p_lT7_+X$OMSh5W%CA
+N6qnSP7L,G0I5''b$@3b;A.m)D.HV^Y-DI!)ifNRi<)h&>W*YYLX=QZiHhNk=Z.$3
+MlR$DcP)uVq]Y8f&"!m5_6BUaS!,F)"B]6H^Y'j4GED4ddt.!7Mqh at r)nXNZ4q/KC
+?FC^?h&4QuiDLJC"fnU/d*Ds"CPMoK\O5jka(`Wk&W-^;a!taSFAC^Z395:E7KUcO
+@;c1"q^`R6+F$&MLo1^4-b%tVda#l]5`OJ at 7%rh3V\IA'Ek]Ul]Ie&!S'RC!Ahf[f
+0"*:K.<T3B!;j9CEO:+((Q9;B5iZfCdq;u-"%5TBS+$hmcrXd)+AG!A>1F7=fhMfu
+.mNXcGPJf.\[aoP8M5F6c9[76dT:(X2'Bjc+c=PP`Z--=\"`pE/!U,d#p1jWrLMfm
+/IOmt'[J0H4457+<lV^B#O&G"'"0t2DL^R)co4.'QEY`UTZsI_UGQ#fcd>O2JK.4_
+`mBQ]Q!_hqdC9fCf"F(cM_El9ST=ku4=/pn,WRFKRPVa`mM,<M[U=s`SP;/ui"^<l
+W/dFQL:4Dc3oo36e"H<Wd'i)-:9U'Lg)L,3"lYqm*SU'@RH*+#%gaUARiidc<c"AJ
+U/F&^=OTI]/%*h]]piL;\JIkfZZPosD@]9r6,T(o%!Xgb*fA!PFWn-]@1#(r3;`2k
+)^1pCqdb&\g*e>76K:1+Q("6h+"D'&IH at +#p#dDfjfa0Krk_eHG.R\IGPh7"l]7;X
+5&Q_/4<F:eGJT_*ZX-B5IDW;==i>_`65ZDCC1tPaBcuBE:*A)*bq6H.]VS6,*"uXu
+bV!r0q_`F;qqBH$B>6ni>O=9GH4I&6&,i"c>fQ;5%O;HGR'\a0kuMaYi]34p`g(te
+$a%gD=/R-G*EQ`_pf]`Ao$,+i2;Z[T4?;P_6&64b<bo3:BVA*1SXjUD-WrCqj3B^M
+Xa40VI at WrqhK$GGK at Pni+#L)>CHjc`[6S4q6CnI_iCbPUROG>QF9N.DIi$&h.n4>^
+JC$q&K\<*ZS^?fZCF-?-*Gr0!/kZqUm0-J^5_QU)LRgRBldb[o6f#g-h?s-_>WDJ)
+1n9.\`R`6!F1AI%']m9d2nN.1TL_$M/N2WW9C#D,6]a at Y?Lp]Y,D!"HWZU=2M]oMO
+`e,QsZuWGk-X9hhrKpt\P\37^GJR3.dmCWp%Tg=)6_^[Ws)\<C%g<WC(;Ke*]ANs@
+'U4TO at b'cEjV&7NF37/7&`4alXI/IM&7EgeE-`pa+4"T#.5&\LY&*aU#p\LJks,oJ
+91WjOFNdmEPHONks&hKBm48'U_A[\8`[#oGhIY)9c=]0L$%u[;L*@4=B[LPF'st at 2
+D(?=D4"^K5N:fZ^/F]J\H8D^onUfn8>\W&[%A/3Hc)o/KbrElBo46>]bHcS2(N"2h
+3e'I8>\U;hjtUYJrPs)lA_FMd5dX1_+P<XZs)/'-\FN[l^HL`!V':sCB86_9I<5At
+4-/3`L1G3.=*h^U2NR*>3:u#>Vn at c*oediH(#I%).D0spV9I#\cDsklO!iNl0'R<6
+1$F[.E\3ut>.Q)_:,5cBI?nNS-).1F%gb!l>J=da\tgp3I;Gh$9?Vl1J<EZ0Eu!V[
+%D]=)&qN^.j^Ma4kUN!k`nOD0*jg:gJKf%o(,Emj(W=(A;astDkT7T$g2\lG;cMQl
+%HMX/X+Dbl:hkqn62o4.Vbk><OF)`b?s)0OGKq=$A[`sL\HscW!!cj6YQQe3SUGb^
+<C)4DN5_:[D2=e*I1Y\=i3.QJn@#,.95$8HDI=;eU4.lfN-,*6H$3Dd at .EL.XP361
++2AV.a_<)qS[O3]jR-%HZVcal\gp/5!>aO_+]M.uo*2ka&.Qnk/&"h2CbQWJ`&13t
+TJS3lUJuL-K.',k:sXN42G_.8_)()AgN%\HmF at X1lA$uu4/rekqHhr*eqnto042Rk
+>H0fh7Ei31e%,>f>6Vtm^Nntlq#aJeGm^LZZN7X2qXWud93[&#4Ja>)QaIt-S9DOf
+]$,daClT2Fo0KFm7]C*OpaZ?C2"Bp)/qDVS_GOkdn-MM/K%ZHn6t_*R0bebJ1ZE.g
+3U*Wqn9tqikqu6STES\sA08Oh.p7q'?_$f#JB7(KG]m;#"Q]-F*X#)H?fC[UHL.^9
+/O06ertJFhJh]03!`-2bB!MKXD)$PF-.3@*B0lI?qePj,^o=mOD7&C9hA$'SDAN9;
+N&/ub+d?\TV&]U23IHp/P^hCAJ)4Fq4N'%6Ri:9n'&bVZ]c-SD_'NrT,^@]$kn'_M
+Qe?iJ>r'BXHgc%9*H37G)u@)C6*f8OQb/P::tPF4=uUfDos)$G9X=4bhBsT&E%Ihs
+%2E:A4\hANB:unX!!"Qi#8iNp:`q2h?6Gh"gMi(t)+XENW96;qg1h=,nXf9 at g]%:e
+FJ9"\q at 5o&T/HgWp#%7Db`1Nl+;cDJ=)>YbF7O*9bAaIcC0!u2@\6S<pG'MVei:d.
+oK7p7.]>uFiOLfU&AnN#kI?cbE6`*QB:/o.B?jmX#)%l%KQ.B_/9j6iM*beX6_5TY
+aC5E'\cZu_Tq+WmXf-2-bFiGUAE6nt?Ub)tI0Q5@>cadK!7=<g^ZpS!f,[/*$cnqD
+56X^.!K)s4Bag.2B at _DNJiSe3FY?qPXlkifC=!".[9 at Mo[0bm=)LuGG<I<N3(D(5S
+j^(rcTS:pgAT`@8WQ$=AW-JQ%:-L,f<hE[30S,+m&!aGgqtS]D5\QpO46Uc<k\Dq?
+]k0)dFCBItm at opdaqCE!d0Eu/Gk>qm"X2HA+=,Yn3&.Qm4JPtB at 0!1Q-PA>NC]Nc^
+;mLK96mo!`ToI>u.aYr*C:V+`/^Y'?0Hd5Q,:ng#^Ui`V)%1:G3uZMaUn!+(4#]):
+?$kZH)h;OK,d]]\FRLHrlsN;hPjGsu9(5(d8:WLmAAU8D!*UQ<T"!?.jUrakhr<C3
+':K7EA&qdVPqia:c;Y*W^u;2P50t6V!4.Aa3:&6;0N.6pSc&>s-]5,*SST'=0XfGK
+HL#B6Is[r#m:,r/]YZWO;Lo'.,YLE4kCHHU:Vh1`G at as`2u&rhZjYtBeXm0]q$=LG
+XWW*/r"Rr!_%SbXZ2+gE$b5!HB4lOWnl7 at +?P3F/\#$EH!lg`6[gBr.`-4N%6Jl96
+)[2M,jCH0mNA)8kUUUIeiJbGhQ9\2)cASn_O#N<Jh9R*k'$>GBJ)'LNUo:Fub]-_8
+.2`"/$"p>kh at Z(#.[kAp.FF^UMW'6N<PAHgbhe.OT5]+]F\6^&])q35RVJ#]mVS>n
+;dKr#R&E."3='2*`qrHADdcH9-1g[]KLmTd6/@EQn,_M'^"eB+BO_k6h_A4.&lYP0
+REAb<.D?G?h>8<f*]3,0f!i1N^H%&_5/REc9K%0g?Pg2#*lo7$]#a_n+D]iomX?1Q
+9M8EIUD``P**cne7+:3I6BAONq<!%9XPQC,1GTs5CH.%F?ii=l;<N3nLI*FL\+/N&
+ef0V,M3pL'dQ(a6%j]PKRmYt;B0[*sq9K'gl]ORmBDM>7i9.s%4pshBkFXVU_ss+b
+6HB2!lU986LohGM'9,na\$=EV+0AEo*/A?g'iXKq!f$G5Ld#S[=0.-S;dI9%??!>T
+8 at Z)%),/tNhX-;ujWED#f#O$NQBr_b#Kk5KbMgTL0Z(Bt4KDTlgL=rO(8R6kW:e5n
+A'lqo?@)bo-"dm_b)OnaPPZJUU7fNg7]OkV`-JnU](If*-?p]0egZF=Tqunr"'dsN
+)36ede*e-bqNsEgK&P,RPbRK[<M9SI(XJKq)DCFX.Uc:t7>UBJqtR*b!%@<u^?UsC
+oq@%cGsQh6BD43N+h=%MC=7^BhZJS85,O=UI7bV/eF1ZBCb*"jn3T"]?)TCb:KO_.
+M<?.m+i%Zs48^C05,.[i_BjWR0tVhX/9uY:@0H^k^(?Rnb\&pP+r/r/8Q8Q*3'5pe
+<NEa)%!XuUi/q=U4mi8!+aA3%*u*1.6iO1^\IbT"$KBc%)O0c.a;tTM_[:;Mehs(!
+PUGr$f at 4,E at J%aKfukfo'>!pY9W5Rs[Yt496P!pu[HqAk<Rc=PHI$)&b?m5_d(6i%
+YOr..]fK at .-emKA)WtsIa*RDdVa9lL4piW>SoQ@='Z,LsfrZ+PNE(KdCL&?@mdPA"
+.\u+X9#nKuR[fJF#V^/V"N3:<(IGt,j_-]&b>@HbOF]MVA8X'pGXk)smH(99I*5GG
+/E'QGFDUYkI"rY`hB^mO^5;\;pPBM\S#d[*/sJO^i#]T0.5ens?>eJZK^LP,QWoBg
+KW;^*@f_q6Ya6m=M2ih/bI+ar8h%g26[<iKP.c/^iBA*uHM-!]qk3EPnlK&r;10A2
+nLGDq\NGB6Cm5T##VC1ZhAoNI^Y-1L+mUVN8+/Wg:^&]/^&+&^$%U at lW!0iGD+4uW
+meUQ>)6'dP$d#"U56]Bs%FL\kZot5fALJ(oobPGU?V#:!,TP+[0$;_]8*R8`%-<[j
+nNFNn/FMQc55E&E#.Ko#]RSE>S'X(.(f!F]4QDPS3%pfWjfHjJ#FWLtSh8`F%;q24
+`9">3;fhlqE[hqlh-Ah$!Tqs/LUhr>#FPtu_8VB3%JL]h@;2eBIWH!bRi4L).>nWs
+4;akLg#BhLM;nPAnTutd!c0B8Z+=iUSk3:n6X4V+?Qb+1?Q+a6'BuP^W&_MMaoC!G
+]4C)*&;\WqQ3r3P.eA/'NR6feja54o<rBe2H+U>jU0WNIDf,R/gX')^^-fH)kZgQg
+Z'`;`lfi$Bk&4HK^r$W+[CAl>a'e`oVf_$TpeJVp`S`m-^n at VkgNX^BD1!_<WIXk/
+ZZsA`WdUiJU,S$&Oo;."Wj,B6h at Y/Nr^d`+]W][]C&Ng7Uqe0'YC-8,p_8,(KYC,?
+pU_(g"^!J!7(R?3q;aUKQp\1(*#!8d!%\NT=4=LHI:Zk_Ib>e+Q3hhD3g1HCLgS;,
+]cqU^Qbn.&@rR]P.>3()qiCMjF`(Gke_T*H"Lt;3H&)"dol*@>*8 at h^#rNR`*=&s;
+LP\p`Rrl_Q6[PimDr^OZ"a5Qoc/cD at J"qX9@,i-Z(H6X3/KG2Ha+!r*kPja^N)&,e
+R@"5QK6&)F,2b:;kOD8JV49;q$2rI[-;L+=qVV[8d1"?FC%^Bs8\8;]\t,F4qA-qr
+g7bZ0PctQi6LF>OaOWrGH+Jk8DS#H&>63(:3F?-,R"!KW#,hA[G*TLMJ?D$]15et`
+[[GrM\02H1oDN63<>)Uc>'<k.V,=o7g$1`^9.ds(^1*\S@^*&?6+GP1i+Lj'rt#aF
+\pjnEB>g_+SfR<s(a)n, at e'M8C0t9QO3_qBN5;8Z,LHDOX(D!s%l.Micm@<Jd^g:7
+4/)&tn;Q&<TfC8X,<bm;.ThtVCfX&Fh/1IOIWHZuooqLDnCZQt.Z,-IYgqPXH5Cmn
+o:C!k2?883\q,Qn#spPSB!%nim93<Mg^^"J9=N.pk8?GE8U"$nBaj3`F2HN%SCe^G
+aZQ0-*QP_CI2M9c+985Z)dj'aQ>1OBl0KF'27;'T0/O_F:UtXf['h0O<LoV7Tg at gH
+XW=!B83rNT8#K3ZaJK(oUk`l:ENK"81lLBJN:!qig0kufVO-_/+8VEhqK6jSFTjmS
+n05G\"H<.7IV/6#K/*J;96oSKRXh<%Nm;CP3MV1Yfpa`R<^Ch.n&&(B!\h3++#m'\
+iNaQS9&ON;>"Jb at D']h3g,,>k<`Hk?7dsJ at dT@^*907SlHjZnGAo2_=!N_S4+^NXo
+YM:NClo8(dSB_$W\2*1ti+Y2405JrDn7;Z9M$cBElD=[qGM8/<H]Y[9aO8ACF90PO
+rW&8jLVp?C5oIPu-ns&qhc]!EG9BoGiaFl/ct6d,BF>IDFTIAB+QMhkqWL0sn#Ese
+"$G'i5k,>+cJkAD:AoN3;#2,EJ(k5oWC5FC5m6NJSmH=i::G+kCHLR0Pb;?h`].D9
+@/tu0W&QL26TU7!5,?s%FeIQM8bNgmj-Y#+aYlFGNmG-FC&Yg?j3dNS4oOS(n5HqB
+MI"7g!AMAC3qh+=[*s.bn-sG[mG3sPN43t at asjj5Md+nG/b\H;*:5-`6LC)ZFS(?8
+EK;dj<fD_qfR"q)",_8q@,JKK.g8f0^(X\b;p/s&;"\];ok8BQH$D'TY/ko'bmqM[
+C18F2akM]FHFbL<qgS at A+!MS=Q%&XipfuJN'MqeT`^asN'j2J&Dr[@.'bGDSKjXue
+Le#>*N,ne%@keeHa[s>/EH`qn<H1h7.YPF:*Q!X_6l74-WH]CgXV29-,FOg"J.A^P
+3=2sbK%dU7&:aHD4Vjq`jmLb_()MXr*SX>s'nC=oQcM+h$nc]apbDApg(,#2FSdDL
+\A at _'\rnE4ddfq/B:N6ZBB6t`gsEd+#+2L0r at f%Md;*bebXJ>mgmlgB4#flV6KCg+
+p/@+YfK2'bHGWr:MNiq+9U=kSkegsu(pQgR,>B#aI]g"O#_D.2T%cjajJrKDKo1$s
+[$JVId[_ab+#P%02 at F?,D*8e2["FiJC*pUT+X-297mhiS7E;E>9rP*o"AcT8h=$55
+[S4$d\kb4-Urs(P)-&cOW>26=I`k.&,R%n-'COBEKQml`,;H<nIH0O6d0[Lg?UC5&
+rTmo7NFlUi*glmA!ZA55f<YBjLr-MY7](q<%/:P&1L71mO>Pm<VQcli:<NE,ds_d5
+M=m:>fBPr]o"&Bl9fMJTM,t,&ah+Ud9B^&\)D^bh+AnX8d0g_K=RXG3K8*9Yo?35!
+VEBp1n5e.o13u;IKMg?[6^mse!:,qZdn8j<H*%^6D"SCBXE=E7$R`k;eRJ$K8pIub
+)6M;:CXn>obpra<ThR1ro5he<.(IJ=kfQs^2?InPAJWc?>^D[_KMN0\F\>#Y?lZj,
+3T6BYET"][R4&dY['.?A]V>Hd2h^Ek_'t-Y6?<_BQbMEj<idfY15OL4W"pA4Hs-\^
+$[=g*2^rDp3;cJ+"j_FkM439T^:/Hp:B?,s=iTFJYL*9O4\VU.g8!4O<%9jBlZ<<Z
+6<`4l8Z+Us8pb6e3CO:$qh9]o0Q8/8R[o*ZG/;P.);3=!>rWg[EHIJXAFoHJbPWEZ
+TSs]"Cf`r/>6qo4D`lj*b/`Al?<.I*1Z3>Bc<Uk,c#ma3W=(kB8#I`1+G>gf`qR>d
+^"so"8@@B_pSD.KRrGbc8VkB^T["@eHs+=gLO6.$R*aV0gcGiepN]_?E^T[fale&<
+M0a*0[s\%c`UgQhaN7HOeb4Cbf#-%pe]1N=pla\r at L^$*f7[1]N/DIhMP(NU[Z64c
+SN5E\?7(Q9oP7N/]p\RBR_`I'@Q6Y$gfFtu)O,DZR\sH8=RI=n12"G0"rDr9Y2QFk
+R]XdSSlL)U5H=Ga"/;2kE'8kp-C9`/X9Bc1>W\CG?-l]X[!T`EB=rja.qAfn:Bn["
+/mPTr"n[)`"5o?[*Vh%H]`3^PLtq*Y7k>"9/&+2hm-F*`"_0d7S at tfVK1h%tXtkTJ
+dHPInU7&3f$S\4e,+E5_H&Z<#1j5 at -';"Wu'#qLQN&2LP>+jG%)p[7u"R*<[!"'):
+1jiOk"k<)h^EV[4hYn7PT+R]I8dNUe3;4Ra:We2kY&`Z-3d7H$h.N>!i:-"5'1+c@
+*0SZF]$X5sU*1I&^ogsnG'MSMr>jsbBB>mkK^h.-LLdCQ4D6rl(46Spo;lU2M,;(D
+LEs8"Y.95ictT`cPq_990hQ,WB at g.a7(&6+n5Wr at _eSsG!)&oi+Waeu<h0<aeSYUG
+7RPfb#%HknU/(ts?EY%%4U)#1,S]Q;"5M>/"W8_qOe"e:Em#UK]T*X$^(<%_#%R+9
+%FJE!i?ir#Aes^]:s\.Hi;spd1/:mfYZEc&/Sd1jD]96j"Ltbl4WJp*1rSd&RA^<!
+ at EuC,F*9o<F4.;K$6Y"mCIcU'-ssB*cPM"<WiqLu1g>?,2c1LQH*)i$dpDFDD&ldW
+'BhO5Iho>OfQZ1.:^W3:P_HIi`%7/@rh3N$V+-c0/[oFXrLS;)F/:l8hs5*9$'B\*
+o7"R_.3S6t,Ss2jd$`l(8?"^V!Ml.e0R$;!IF\c-6R\VWaq[b;^4<djQP&[0*jX0Z
+eYF8'-uLj)70*iUJ[k-H!]m1*0012K!(,WhB_lOuMXqUggb!&A^W9QT3(q3pKeKQ+
+"Z/[\k]?irYirp/M#cafNufjI7R at pBjAo?P"[ffokX"Dp"f*@oet4E7bRS_FS4P>c
+2L#:?-m7mi:oPYp*RY?hZ&a*#!C[P&6Cqab)-\eW.g3)dp(bgGjdl&K5q.qk2a)`f
+*0AO,KLHG5A,ujO*<7!T5cB)4K.NZ-$:1eqaWOOdJ^,(YCP*aCS3SJ'+UPNUJ-%B(
+kWLV41C,$K:ko)j6"\h5;$"%1+m;m/!<E=Q&EqR9/&AFM3A3h;"Pu';g2p04K2r<E
+Bg1naKT'sXk1(D9kj94\Z:k6(VeAgNBTXbb[1Y[^RLC8ob5edsXVTW&2CG#'UQ(ho
+A]WN08-">T+bR"\3!>3j+Pi(YjqUM]_Zgm\U]JEQ2oN,)?s7nfWFa4[!26lr6J at 7t
+qHU_8KueKn`f2RX&4UZ/^bRD?%),tQdDhCq$G*/^n!.qs5Y?ek+^>$WfSEp1#68'%
+A-S_F(!r;j(,2AXZ&0!s7h>m*bb2?((N3R[+d;G-&8D.K&?[4))*n!+H9=^W_%:)h
+mo5Dc&IjlLWdr`;,3WkE<QINrpG`rJSJLeGO.`f_KIX;3PVTj1hDtqq1niAu at ZVEB
+FH]#P,SDW&$]*V$Jg&ZK>f0iu1i*42K%;7\bUZLpDdDe9!1LP`a2N'1PGUqRNO-^T
+b!HP%&scEZX]H:gEB3.0.\mA-fbL`OoErDio&K-\##O%UHDsc%cODH9A`Zb3TMk5N
+;cTPT_5C!Xc*LZj>!O<(/L:lKT/XUm\su18rqkLC!>Ha.H>M/1=9NL+'X=q.>abZ8
+!l<.r;JH+!dma--^3eb^cJS$?g\p7)e,GhTc@;;On(42C?U`SaTBO_9[./s9E/+;b
+r85]prVC9Cl)s3=LLp5I\)$B=07_$dFnZdkSmSS]pMY6L\+@]-_tru1F5?ZHja=>i
+hS;X+s8BR_lc[uW)b:jo?!__2QUJAVeE-)a`@q8(r-\bmp/!>hGIa*S=?aBV(_j+:
+&aT.kAHn]*U4@`9oD=4?E1&7'%7)lgW.8"bfZc at EDR]$,]=Vs)r=&7Yad;V"X at Z5(
+eQ[/X;"4I7=^q00mCW1CeaU.l2W$X#6ms!Ae+MVcJbHRnrA$E][JTQ)\_Sq-;bXh%
+rSt3Y>WFd=;J&Q(QQ'aZcnYifjD8EUKHGe6^,a/R1L&,4#Pe?A-lp%VXDbPVTO+OS
+;CBo3%QOU)J.3?]/bmYD?TuK2ktBU[j=5N7.bR0VKIN0Qn[>6RYpBhE%)<3KJ<(Sp
+Se>a?dqib;`ai)5lpcOp,H]8KfX>Lg+&(.G_1<taH0d__qks at e4noIuCag&f#d$p'
+`d<EcY;;o!;^'SO0q at O/+G8<0j+D6.b?%14-r`?7PVm)rW4p=lCe!jVNN'QR+Erdj
+,C?a?IIPLO;%6PCAqatlh`bJ&0?=6 at 9Jnh[/oSZ7s-T[54u(@Ibq!5_`YkfujorDX
+^YIt\BjEam'*W`DiV/V(g+QREY]ACI5ZdQe0:j7BHU=m6gs]k^=2/,g./5cFLHKHD
+GqeiY;C7h+(#A^Dm)RUmWPoQiNT:a)%kcYtQ5>aUd[sFl*d'D4J(rR80MkV>dhMr?
+atYBsd]>I;l[TM2X at IqIRU@Ell]SY4KC7B]*CK7^L6(]GL?UL,Dl-XAA$WNVXE\+o
+)`T&aC2&9HSoYYumRM1f90:hS<8CS(4gBAl/Se,sUH!GOM/%]RU+Sr5H0pODS-^dp
+Vq^"6!eZ,U$LGgWa0ceG2_sg#bnH+G*E4l/aWs#C2c?-]aEO&5Q*/eS-T#>!<_U3s
+.'_'$$3oc*h=-Se['B&Bk4R9pmqc':%%44h_U18EOlH-0q;K/)l#\#eje.rCFtH1K
+eb+im9+FmGhbHr\,DS*aD.6a17T-dGI%msa31V7K(Z\MM+.\5XaEm^41n[>-jTMsI
+rnj'>[-l-aNq"T@#1ie.!t`Ge:!#dF at RRjh`GsV&WK*"\o_3>2^P/0-aq-3rGnuVb
+%``;HR8mnBW(7tcr;A'bcAS="`ghmmP=qm2S,W4o%Q>%>1_QgL(+DaIIN0j?TQ7k<
+.]nQmh&)FI'GEc3^V=$gr;?:7Wp72tV?^*q1IJ#2YpJA8gR/%#fE5XdLct>^+u/p4
+_RGpZcLB?gqJ(_:;lEcS_IO]"'>^]c77Ai[L\(Uf<4]EMLP%0e5semp-=j&EgFlV!
+Hi!]YqX_#ah>,geI'MPbJGiIh$clhM55?fL$"kC5+SoVQ%)doVlg"IYYpn]Me+Gi4
+<SQYQO'^%G!8CZgXVZpF%P^hAdl(,o19N&^T93q[8XLQ1o+Yh0a'=/F1O5V%s7,E6
+bl]jY`hsH;6r1gh32RQt,1qb,=sFO<NpDR8QhJZ3('gLPFil1:-Qj#7_N=E'QU`35
+Ds^7.RNCn]Lj=^qWm91HbJQl^N3AbAkM9gMfaASm:$n\F4m#DNR`iboKoGG);cgqg
+:mS'B'D.l]ofbRP.<_Y]mHe*-^kWg?7d_R4;_D/aA0#L=E[ng7U9<.<'mmhYF47\$
+_:c*b+*nm^A7Q]R/J,a1 at -cn)[JQM7Fk^Fe1 at X*3Q*7K(i)<P/;>^<O&M5 at 9s0Jq,
+Fd!f$Q=$B2"A.CkK4r%S4.5uZX/H86GZ.]5n-2Nf;on+f%4/cjLQ/`IH<nPn+3_0b
+ZL&(raD1.[^5-\[bGM#T[jre at a^cP::Ne>BRjjZo2a^8*]FFWA;5+l7VS6A]I,.p0
+U/JML92u4[[2L9)s-'5^6QU#$fLD)>[3L*`bFkGCR_\;s1?=">[q+OGU'?oh02;/b
+WTbF6m1;c[h(aSt_/`A\rT8hXCSIgj7*g$S>o>RpM^s*O-d0;;b7Mt^Re^F;XQ'6=
+I(8et<1 at l7E5iF4oI6O0)f2KmZ8TTZ`DE-1>SadVX3ujO%+c2kZ?5pf"53u<Pb'Re
+/i_HV".IiTWbbLl:$h%Vbh_-sgfICo$#!'D2s9Ham$t&?#kb>\+A9_0653+q(NH=K
+86">"Cl%;)9Jil5C;j`2OJFhB[YZmWQUN-fQPA[HB7(I.3-1/J-;\,/#!;6c:Q++;
+b]_9W_<b>]gSqe^";.nim<MAIUY at j$9]5p/3n%96gU[0;g!8uZC8Gs!A/]JkLG^?;
+C5?&\$'i^8q1t0_F]5UIhb<"8 at T9rGaFYSf_Z4H:6_cu%3_H-K+aKD6cP^B at B8Uf6
+1Z]k970Yqt(YL\gXq17_f9#TliXLoeWaT#NapOM\cgWFIbl+l=@+QN,IZ9_0!q7[:
+D"fV7>WnL8GDanr%Tb,f@?60d%ZAJ"VJ]J4Sptii16TZr+;`W'(S"j<$G3`hfVPSg
+:Q4aW?r[:>a6%BPeH<ekXj_l=J$R1\q1u:]ec9?7/Wo+qCB,<Sn*>[efT%b%>20;t
+j2tG at D5RLHDJWt>2ksZT.^O7Sf$'6A3_k0'-lE]B+X*>d;9 at MlZhgn:LK1mFZEeV<
+#0 at B$[\ZU)V=n`KkhDWZ9_r^"\>JoW(p!RH]Y[SDcO1_#c86V;6+DeN`"/`N7CmEL
+Q1G=KNFBmm1(no`k&\L`hD%4oj1X/mgGZA,0 at 51kqU>SS1j9E;,=(Y+h/q8\7T[Yp
+,^E4&a`=LS=[u5WJ%n@>F+ue!7q,Y0*s at B)F7-O+?j]s[&p?(J09hFhN/7aR8'0Xf
+^88r;h3_5gqZ at O8>0T7s`m=#rpAOmU7*8n&^`5]ifa5QJO=9iXR%F%GAILBoOIS1I
+m>/WgI!Ti9D]3QTe8!=hm3Ia1'%>u;f-hkV+=[Ur-tWeZ`<OoM!gg`^<5Yq1.*\7g
+.H]"?!+cD"=LqgP<]dhhXCglH0n7,)D=VVlM%Rm-b^Y37#S`6C"q2bj at JJ\Pk'R>r
+_*AFnC=oR6Z!-l4;EA,1T6<]B\tp(X^nF-rSgK5DRH3q%GJLTi9'^F=keEpa-DDrq
+P2Cn^jTrs?SS5hmMF2Em_tGoi;O-Z]ktds%L at 0)\.uF2QTW?6<(C%+Z$c'?(_#`5@
+WIWEXhdu>l%$f/IR.S'bj^LEa\3-D-Y&7=[=nm%rT@@UEi<uX@<7]AkS5[l`=Wc)6
+WJ+m9.S85).'XV[n_#i(_CC(@-&2lm!2C<2Op*[67QFs0Hotd[5I&Y+Rh:f0]Fi%d
+Fh;</Zut,W(5CfXR4lJ<QQNi;N`Tep-[EtE("Q@;chm[Yh>>7ko(7%tn+H+lq/X)S
+5$[LC[ejP6n at 1#U]I7)me`j/JQC&#QCEN!mU8^^er4P#)(1.DI>R&%eiV-P2nU;sh
+Xp\7p:`JBNLG$gS+<:H;GJU^A$j4I3^[`_=s88aj>Yi#$3Y_X(kEQ0AP3WL'M&*mb
+G?*%Q,X at tE^1:5kjZsOSG<K))c47m9[Ffka!M-pX?7km:q=85A?=#5cf2M3/[R&G9
+KtO$+YG\'`X5_t%p$uO at GJ2WS+_NIS-Uq(OT$#Y\9u+Z`L,^QT0kT^I28s1U8fXLg
+Ea&=dL7=#/&[MMr11K`NLR;%)XM<#uKQ:kB)oLt0nCNpG at lKTgDgKAp\YhI=0tRd0
+=GE!=#MI;1f;PEXE7!aD_4b9R96L_'D.$k>($daeq^>$BO-!'0$;'(pYh9h/CtU9g
+)<IqbcLXTt;c=M*!6RplO1&B:7rVVIhE14]VA(.h at bLnF7h>d$1.F[Y)F9:biQW:t
+J7*IKWDX9sTa0UkYY%k_;,jqU^A0-RigY%Knq4=_-mqnf,46`D<,JFhWWY&Zi#jIG
+:clgF!::II`V/3H>144Ol7:R_1$Yss&3,E!NM<K4-C[*?>:I[J[7J:!Z\ma%TN/T.
+7E;hk!+OGE+t+oL,Br/3Hh!&Gn<O/O9*NfT""hYF90o`EKrX.%8'nXEY!#<n9Fhn?
+7eX661:%))Z)!o\=ZNEr%<@b&WH]h,\CM,NYAFNBIVk&u:>()`FR$LUb/AuJjP%M@
+eo[7iW\&c%>Zd>^YXhtj"SBR:4m4G&I%OmSWfk%e?2aheh^[m+U_p]DFo-"rbE_OO
+P/9sj5M#a&GS7(!82sZ79rn_rUT2tb'l2g7WpoN9mA5>gCZY^GRDNN_NLRM2;QFWK
+CL[T/KEBL$<gDH2^0jQ66pXEO&`hp at AEH,7%4r_>h7np5;tq\;IW$MO)7?(=KdoX9
+_#b78+#-Mo<^HgbZ5Q>RkZ0/BMa2U;7TOdV/Y<YT at 5HV0(Xr8RB1aI#5$O1\JeXNs
+bk*6-lEYGJL*\cu;uP!?I(SV/\rdt2Ap5UkRPubRUsQ/me$<R*U2V5Zo!Znq.NLHS
+nNO<2G'bh]<])j:E#&L3YteWq(HFJ(fmbrB!Pg0m/%g,Q$1NOXUiGg35.Ls>=8*'>
+gIkU+BPqal\)6ck8?U$c5E7r_7jAE at 5S4(@?`=g3'8f$f1#R#Ab^NF^2*5.[IK&!]
+l+VT.Q\k`mgXM03k9YbVO'hr<NOM.A^eI<8M\0Q)QJ+17Oq&JaXF**F\0WZM!_tC>
+Lu?(aYZ]t=3%fnl#YAhf"jA9R[Tq$.-_N%qd'Vh,,<UQ*i6b'AZ[m(j8$Q;E?P3)J
+ at 2='[)?PU6IH$^3,><N%@DhgYhod$'Qrc+'ECDnVi=21K]PE`?bnYQ&]5>W9&&&X0
+N\6$(%.d4C51^J"!k;^=,QRfY\6=YT(\9^7KjY-D,8WXIS+kn\]SM`ANa1u5 at Oa_'
+(bsNop3bK+.1$];*$GPM7BT#OB[H1Q(1Q,tq\EYNK'^j\A)`uI&N4-1*id+A,],$e
+\6c"%.h[f!)@#+.mqW<?Sthc"(.;m4`'+/pg[6beQm1=PShGLfj5=;3iYoTJ&t"E_
+/8X98:&oMoK[@T6O\t;&A4>)?^OU&0#bb6so$\or;*cr%_,;.7)`fNH9,)$^\+WY$
+,3?PBB+%%L&H"1u9b>T:V?7k@'1O9`5"'Ergm[Y1f(Zb><U$G4TbiI55!6FTWbg'l
+K, at s4Y87$.I/1-64e5k2p()@C`LE=0#.S(j2$!PBb&Su>d`&iOlfH%`mWu,e<f>5#
+Ab"bKEVAsNJhK>6R^+\"FRP.4`0=hhB<\Q_C)r2?8(;!Oq(OZb'C43?\+<T7^I,*"
+_E$(!\Y_S1RW2c9GA4mNnlb"]LPc1S[k2W]!'-IMbZ*7n2u#A(O&g6gi>k,m&ga\l
+BDU__3Ri(=`g#7J9!#q&C-qC-8Fi5IaVrFC%7T<\i^ZHnM[$Vm5Ya/r#.S+kV\#r>
+2aBX"=OlY1S56M&2o%iN`qKg!j>@@WE5?YN#-Q;MD+W2!il)H@^7H$3G at H/^FEf!5
+ATEGs/cg8<VtkbrP(MlK`%M(;`""\-?tOs),B,ulLC@"TRucd/-)a1mM.#0U."qK^
+E*:&I#gY%&L at _iHl^I&7P.7Ic/"Z(FPq:FX9<i:`RFh*4I/aJ8;*0(r at +E&4+UqsI
+LUQV_JBf\JTN,r(9aOi+aGJn1<]^\0!0 at P*]/7/V8t#di^bs-',_n%pj?%BFK&j at -
+9P'rgH]Wlk0H*pB!rGBN]d,nmAMK*;F7CZi!,)a]D#nCk5lM]T2q_6;9#.^tE^IJ@
+_K6J\MP.2tgD)1ai%b\6j8F at IT[D#\q;MnrK-cSPs2ku94aXF:)9<I9kU[\GVW+O"
+M4rV]p^0b+m!t!@Qci%I46:-9I0EoI3T^+,4'EQB2hqT0o=uii449Uc>3#3Z\%pN\
++;$j=T<XF&+A9$cmTLe0]M"E%M-#)B- at 7XYF0^Qs>N>=hhgf7Ek9O(r26]/i22J,%
+a+7']d$3RM4cUshBJB$a%gN(VDb=ui7*;KLl*<Yu.,"[i8rgQIR%t\fF'0=1TR/EE
+n`P9J2qT>]&B5bO^,S.eIE^2r at hIi\Y+HG"M%ntN8S8&b]KhfQR/:15+Q**P()q'A
+3%)#o/,_%]ob$%#%g-$5i8Btb"*2_ineB/GXXRtaIsIoUU'-f'O5#48`']KS-L;D1
+Y^jMa7g7g7a<ZF,71GW`?"uib,<4do5.S0cT?OHU=2e>;e,)+o:M. at p[3:J(WgM;P
+(54EK[nZOd"T;81_jN4Y0_t_B2W+hcd>n9R2E[+GS8`m5)LGeT+Cdofq]YAEnl&6h
+^5CLn>+T27 at 16FBm1ne6L#LRt(#SrCL8a0h8it;gk/I*uKSm(><RF3qW$"/L=lFrM
+\Ye_\!NEp`0[)f.SnE,h?fY'GDsU4'O,M6t>%0dA at +--SiXhn-&]58nl7Llu68/O]
+[bPn;a)2=T)%5PPcirMo#FDE`+:QXMj+(k1WlY]RZ4k@`#&Q+Y'+O(RSnqfqnbP_O
+&9G&qH/cE!.]Wh"!n at 96O=U-ek5R[,b&>Ebj@]-+O:-RG3pUGq*$65s7_rK)6TM5'
+=Y`=1a$t&pElgrhOVpL_He;EI3^^OPo71=6c+1978PFlSfZNmXOFM$C6o^bq\q>s-
+rA:o!+T\;lnJj:$&YpJX\FR>]!1"E!25'Egp1gj>c^.H)e'm"3 at fLEA<4o21e<iem
+HFS3,S62J__8CK'f?8sLZ!M:ZD'MXE$hOsWS,j7Zc#,Eg+>D_HZ5Xo-GU>cN at 58A!
+9j'eraXbgZB>/h!196nG_\+D2*Xilbf;X,IWG6Q30;HM!Hn;"UPN_AM_44P$o(o=8
+*6RI+k50G/Y);VsB!ne9CAYAfG]>SrW>W`jP!s;+XrN at YmMhd5*T[RV2F#`D-"<.7
+j_3JEZ(AQ35il`hQR^$]s76knWA.9W%_26e0DukXg]h'f(5P)mEHu`_HX^R$jt`&l
+1!q1r)04a]E%aLG&R<Z?A+p2g2c4et,gOZGI_PfuQ\sb;^X4n-p-WG-%s0o[%o-l(
+gaM]PigO=qqs1H@]Jn95C]Hi^YiMW"^nG^V')[J0oX>,F=76ieV,0RM5hLa/Irn`8
+5u\*kc<@;C&A##/KKH@?+_e9YA#!kkg+3s3>k.J.^/X/5:k8%IY<e0.,ic6X]NN.=
+TKNN"h%!s6a5"@Y6]oT6_t'"e1:$((RNl#Y8uan8adt\J0(b\q1sIHs&+G;d)0DRM
+R'2TUPF,BgZ'o(c%Ue(NE^@kL";1ne@\>'/`;P(mKX&CKo$l7l:4IO<_E.1Gq?`a`
+^3m1dUpKRM%o1J6 at oK+2[WIVZ_,Qb^$+]`f7d7Pp\jccb<&of`)UF at S-DlZm5iE0K
+BkfZs0X2LG_ePuU:E at kW-_+*S:VWJel2`Fe_&i65ig;3EAqi7\*ib,[G_8o[!H7*3
+N?L3Tp(2N&$R*gm)KG2SC;f;$25&3=n(XA!6T\t+U3R'[-W=W`brLOI*P)>QU0)Yl
+BiK2o&"SL9c)6A48cpYYPOhafgb[jg"bHB-LKsq:(jci/ZNJe9EKG(faTq,a\_/0A
+iW&oJPD]<WNr at n-g25,I&IkC*39Zt/':=1'Ug at iS$gfgQ1n_W:UI$b/Z"1^,BYaNS
+b9,`,\FC/A!7/Z45St&V_c;$b`g\L=o3CuZhI#adoRja/Ad?;aB-Js1A0FKor:7os
+-3gKd3%uFBY!MRYCIRi+$Gg at u8"B>]o,r8T"#<Si&;&EfdRL&W"I*#<S7N>d?ZXFV
+O;)WK&DN[4KQP!JV>:)+QIl6;IFE%FQrrB0.*>TpWhfp/rlaZiMcCrCLI!+qe/&`R
+[=>t8"F^@q%J:*_F:1s"%4"@7pp,I6,kDY>%#tEHS9PEUCQoM<'OnL;'OVN'2o9%4
+`'O>#+bTl/SQ#e&h[!7/SGO?=g at T.^LO\skLW^@2%6f1*_!EVK:`)1NJT at ZY94g1Z
+6/3b1_7]CKKnMY_$R%,;80#hHKh4U<mQpZB=<PN>"Wk^PA244i!TpiJo32d[oF%e[
+aTc/"bsoN[[T,"tC)t!@EK:4 at 4G$F@>38i!,\;:S0SA3QTF4To)AaQ5dWXQt\7%I8
+9/Q>JqIUD at k@4uS[\uolp2G[jOm-.#2N-p3rH8NX1c'"C1R7LL&VR(a1<h>b_bbKU
+%%c[^W9OS_k-"g*2b/.)I`gXZ83r1NTUSQ4?JP6EGR[Hq((^iE8"94hneNL`FY_,H
+d5:%bQ<>\P.eDG:(Fo#jRdm2"j:\gu%[37hPs!I,>lp&$n2+=9MDuQ"ZN*c3q49pk
+1/V,/`\B4G0d%B&X?m=MVmg%iBt&tCe/Rna;)PM>IVNX!$\a^u;]\1.49=/1$TshT
+lX%IC#P3^%56O/^Y'U\0^r$6<k3EJi\<`.7I'j7W2ln!(Rf/#r&?79-'9>=\d^cPk
+%(^8OojkK-7VKSH^4?_YWJNKQd+gWP_=Eq.6ok]Qn^h,mWgF'$MY&No5.mU6!l:'E
+Md=bJ8nV;#0]7F*5 at X-s*ItHV13fmPmm(,&*XmpdaV+uV]6>VECo!fY,&4sm:<Pr&
+p1"hmf5ckD9 at 0KN"4 at 1U*[2o9mfj,EBemb[c\^G/X\%@iR]jIm,_G%X]7)s`]tZZO
+9s3n"d@'mpCc:"``DI[j]d&@$id5IIA?:"*Gi+Y at -HmOr[&UR8l_gb-pMTPI\bU\\
+XK,fW[99W4BJD.^Ms04I]!rYQ5-D*OeT+\Q=7523gdsY!J#^2*'d_RoX]!kecdNne
+aJ6Ks?]&^.\s\lckNnp5A$p_/Kf[Ds.aHl0c`A1cZ&7rghn5Cue=jMMOeg/1`,`4)
+X[>&qkKE\p_e+6[htd%molh#$B_&-ihlbOS;-"XuJo:=#gSW`SG\jcd]o0HTA<Z*A
+!csX#i(L*n"KD78^Zp9j1Ht<V/7Wh&I at X87#:]S&;AHj<o!Ttb84,M2d[R`(`/NP$
+^2o7poJB at s'+:!e!.R_-KkI at aroHdj&jFTn+%(G3J?E,O!XZcK@`Ugu)K]IK&>j]3
+IH]1l?\g+[_KQ,p/!T/)I_QI!lh"c[- at 5$]$anm)ens>WDbP5$d+Fl_L.O.t+\:Q.
+PR;%@?S^T1$E#.bk8_g0+GIkk/UXO;ZEUI0a-=FCLE[O05ZrFnAEca^aZAk5Yg%Ut
+8HiSP!FLfcdU&.iki2`4pB at jR6VV*=fUa7G'bj4/W\bKpZI%Kio]1cdYU-[F&Qeh2
+*r5a)ellD$&-1UP&,_&RVu/LZQ6tAlEFtkK-&>dPJg_G`@$4sWK?V<n5"Jc[7(\Q6
+-<s2kr!2*r*OJ\%[X at -RLCuii)Yco7XC';,nuWpsh?ne0!Z+WsYt*<5[TY@(l4/sb
+p$e9Y/'`:cl7V3Ddg\Q=H at 5k&H[=t:4/Qj_&0aZ%VCt`lCCkj>$ni`QrQQ0q;r&UJ
+m!os)#EM"km4QS:!C%<-/NnY]*,c\H!LQbpGCkY4%Nc2U.om&1(06[*m3_C8",'Ve
+4>F3"e]c,(`m:EgOW>b8DiQ,o+KWf;6*lS/X!+N4Q`/3i9Sq>NmZN>4m6s`nn0J3(
+f'UeC9JXVOG<\M34MW(\+9fD!Xd26?qIS7V:EW.N\8^PC;)8n>kc"Yu_YBt(SYY&[
+fQUoOn#bTMmss]kPeES^CiLK%hu+iZCr)U.?]@ZaXo23lLA`KEKCQ2J`=rlY'N_B5
++q,3XZ+*ujp at T]V'7A!D&0sX/TtuM3/pL2hjq'1j"YG9&-uh?,>3^6lU8E at g%N$]t
+diB6VfRq at QVKHc7T/Ak$r7.flX\O;gQggl&07eL,cYT-Cr_t=b/tHG&;diOcLGt$J
+DcVBN`%OOX*t:kFV4#cUGAf5da"[B3;aq0"L,g*l\PT._?OR,CfB"rI*7Dg(^`d5Q
+o4*4^C<hJN\k_QE\L2@*TF8Mf3--8Ulj7T$C',&P"7dGgP^l\ap)eF^W0BDm"87E1
+e4s5S3Ji84$(i<RdAbRBPZ,70PE^]H3=?MDI at _B!=^t!U7WD8s^o]+Q#]2kp6hW9V
+iu%%t>RGDrLWt at r4@0fMFH-\(J)SQaHjLQ0!K>.kZT!SXF!*S<G_<SZ4ectUf:goL
+dc'S9W-0)]PIFcZ+6Em"-A[n.bs1tje2&j&<r`<RCfpHp3e?K,M%:EO)f at jn&j55D
+i-"ca"^s\$a<=@s"G'rJCdH<5mftNLJhMuuYmU=p1r*B@^O\%ppQ!fK$7YO?1ZkP7
+S"piMQXTpmng,84+$&\SH='mhlo=0]o'VP\]HEO,(rNW+C</XjK&R1+pi$)J.<dnm
+P>ce^5'pM25X7]E.hRLA!ec)B1HD`TV(a<GXA_#\;@*H=JL?PM!AZ?d65O'@l-1T#
+!suQ7X=(RNj:@jDF8c4-B2O8DKjoC%*>1G4=rdZ#aH([s#ftQQI at VG3APu^NX0UX#
+=8:0Up+]Pk@=SX%U9ERq@:M'4I<iH#^?SLV`%JV*A^ZL:E7=jg&b?.)Kbjtj#E/6+
+jS-5?rCj!m,i3]*_W$rsKFt<d[hZCHZdJZnoDRS-[&UR8l_gb-pMTPI\bU\\XK,fW
+[99W4BJD.^Ms04I]!rYQ5-D*OeT+\Q=7523gdsY!J*n#iOc%q6kiRgu?,'1#)nV-(
+s#'UMCoc+2]F6c4(Hi\;m1Upj+?RXKidLFQe9uDC-q@"^SKDY3Z3.?O/P#-SjQ^Up
+SaD$frqWeOhTpBuSsHFhot@]V\bBR\fkf`^*QR\&:#l1gr\h(Z#hW/\XCLi3I<P';
+mJkkCQJFH:./F,DLY3AT(S^\R/@oMI3b[LQ0bPUuDB)0,(#*cpfJV$Zn%"r+%69s+
+N%ALP"G2m`o'l.3]_C4Sj^u,Mf\C>YpEGZnP7EY,"`<NY?8"_9b\JsL8m*Km%+oY/
+ at Z>o(6j.n"4qQdX&AhJTWfTt'cip:]N'f[iNe;Q75%j2SAlY;RJKP7]<%/c8F=LY*
+JS8erDE"`Q_iCkOlNN=/pB>jfAtAMCdWu=!Sq<&SJJ&U\PLL^6'QK'&1reJcZs\HR
+apu"u<.ru('U1($WD(=_61(\>RXblJaG)0Qo<``6RE;H\7'#b*FlU&mmF[<0ej5]'
+/gE4D/90m*cG=0m?e`su3Um5o]@s<doD at A4+#a/$.poDRfB6L!gTO^7I4.t/otnaf
+^=5KqUI]bc^^KW5]Dt/580-'XS'BhFp\hGFQL_^W3O9&.!D+<.VZVq-BT7UrDa6,$
+PXhc3%.:"M$uqHtpf)*m,[VcZDVtP+oi)6(]gKg;L<l?(@5sZXpqNX?+<VgV7)ab6
+53sp&3Z)J-Lg)]HJK+:K$6[>=J7cMgr:D(7S,S_S;pL/@'"p(T680;3`GW!g1ip!X
+3u2([cg9K]'G"$iOpf6,_DdkKGS4\m at OW.\_Ao>\U`dX1?5O.=A>V;:k3=8a'DsS*
+$\kUGo=eO`X.u1Uod8$j]`p,Z=`o\]P+kh/Q`PUC_ShR(Os;gL7S$T&-g3Oq`>ljt
+'6rm/j(26GN?/sO5Dpt0FWu&d#<bUk>K4:uIY-q[ANV#c%HPP91esq+F>ECujW%!g
+7&]9c/P at Jq6[YHbK$b06Ti<YS"_S*1^Yl%ZYt2Q7\aU$H"U.J(p5@;!\/h9;cS1S.
+ndE[$G$3UDi$!*(GWhW?rp0h;NelH]<V./"KUdMdaVAn=7GHH4;00)K,n%;X!DiE.
+]d3gg52 at 7o2J6/(ni.Wn7FX'k:tmCp3AV'!hL^go3AkobEq1@#i"6`P4"J at Af*Y8J
+j)9mogBCK>F;E/>JVqKqYU7%,#`K<=1-$+Md+^C7#&t"lCEodFj!mMreN_ZYpX[k;
+f-9*>RZQ9#T2fOSraV91U]M'%U:NApVTDco?)Korn'<)Y`e[Wnq3KHlpQKWfq6pUQ
+rVZGp-?"0Pp[egDF+#-A<tG%dlc*Qek?rT;Jg^(?"@\_.!S_a7('BJ-?p"=!Lm&<m
+46_^s\21SDl?%IRA[D>=\]uBD/<"Xb8/SfAdIkAr:t[C!L.Mc\oPWO;4cGY$2HBUd
+7Z=S]E*i\SS]9<DgD]R[Ho8.rO*Km_9#ZU0R2nfJXt*`;h\snfLdF[kgb]C1&K9`8
+^XB]\oY!O[=8k>-0t+or)K9dO7ckE#[L\TpG5H&Xn+q+>p49u-mYCMC)"Pjpo_$j'
+Qi/M&CAILVMT\s%iQF2PX)6OV0;#LgE<D-j.7lGritsts,oSc3\ZV5"#o)WHnB,!1
+?BD0O-1j]pic>(K4AI!<81sK!?Q=0mVrHcq0GJ.XIFifqVY<7pqtXC8b'$=BA4G$R
+nHKA8mGg^Q)\Y;]q?:XXU`2$,pYr-#D+=<omI\*glLk,3A*n:l^LKF5!AA>)@9S9&
+\(_TrMJ4]Boe at kM?=W.C?p"=!LpM4ejjG>[HB<)bl"'W5f[h>Pp$D8\4/[WZbcB>'
+?YrVj-2a1heN4V5DtpuE(.Lj%*e=`o76-[(bXE!k'D/Z*2r*@_a\c0<R,N at GOWO$0
+ at bbIThqkmPT"0fYi];/C".E[La>r_F0V^2*hO$D6))sD\ML5mmLP2AQ:CL(,Wr'*0
+pIG\7k-B!ene7Qp%2WhCoq-2Uf'5Whn6TE8).U>X!Q7t/@RC0*bu)Lk%Wb3- at D6#E
+N)qABX*hR]d+=q1Ba`P[Gl3iCrj\a4">EC,'6*LB[+AD-*ZA<Fjk[$:XA/n:FClP-
+a[TLhF*ijVkehMF^'//J7uie'6>:CK]fH#=%oAAKA\Sl%%-$ki'GU*)m<s0_cR4cY
+$Q]p at LC1!R[>WLrCFP:#h",(k'I6&ka]Rd`;Ckp+-ZYTWK9Z$lohn"AE_/Q[:U^R_
+c<9Mg*MoO,LcY5TRjLaAZ;2]HQ at Q6&RAlTY9noSNcZ"E>FY at .l)EeIWO1pZVDinhC
+7_X/"/`Cq?>_QDi5T9dD$*Hf+)+]Ys9F4;@d\)CV*j)!KA^m7$eWtLDj%,#h6(9DY
+)^Ul:WYn at B&k5q_<X,;j0$_HVjcN-``BR`L_-"'!Gkn&h`k]sU#T=So86V>Z81G[/
+c78ZL<W"s;,+GS^K:S at l3fhcj\%Eh!ZucbX\fU8H%:!Gu&4,;]mul,^rrE+b87.D~>
endstream
endobj
26 0 obj
84018 
endobj
27 0 obj
<< /Length 600 /Length1 600 /Subtype /Type1C >> 
stream
+  Helvetica-Oblique >� �
�
�
�
�:�u�|�7
���
� !%W�
����

n�
������� ���001.006Copyright (c) 1985, 1987, 1989, 1990 Adobe Systems Incorporated.  All rights reserved.Helvetica is a trademark of Linotype AG and/or its subsidiaries.Helvetica ObliqueHelvetica    B H    �
+����|�G��)���J�������#� �����޳mTWr�v��%y��&y~%_1�N������
lc��c������������y�������,�a�8Z��
���K�E;V9In�����
���������p����"�K������������
���
6�4fS+^��
����8�A��vc�,�<��'���;�Fѹ�����uM���,v:��{
3���
z�����P�x��b��j��*�������	�
�Cy�
	�
+�

endstream
endobj
28 0 obj
<< /Length 1817 /Length1 1817 /Subtype /Type1C >> 
stream
+  Helvetica-Bold (� �
�
�
��>�x��V
n�
�����
� ���001.007Copyright (c) 1985, 1987, 1989, 1990 Adobe Systems Incorporated.  All Rights Reserved.Helvetica is a trademark of Linotype AG and/or its subsidiaries.Helvetica BoldHelvetica     
    )  3  :  B  D  F M  O S Z      ( U � ���<t�2Yp��Z�L���&��*�j�&�*�&��7bye~V��˸��ދ�&�p�&��*����&
 �*�&�*`��
 �*�&�*Ơv�����w��*���*�������*�b�*�������*�b�*��Ƌ����
�T���'���*��*���'���/��e)A�f�i�:�k�����k�P�
�ң����h�!�S
���'���T�O�SeDep=��v�bw���*�1�����U�>�"���)���E���S���* }�5��1��� �R�
x���
��
�@��t�7{
�������ÈPmp�u��x2~IV#���^�긷��
x�m���r�+�z�}���
��JLcMpe��Ŷ���
Ŕ���� }����
+��$�`�"��VrsGD!���͢��
̏�T�h�"�:~�
�7�H@��@���-�\�W��- }�������$�m�$��0e�cwd��峇�����%�"�}u�aK�o�C�*�����
���7ѓ�����q5��ޠv�D����� �w�D��0�����
���x�b+Oa�`>'��D� W�m�� �
+��� �
��$�y� ���7���<��zc�(�	#1�L�N�2�߮�����K5gg@:����
�,���\�����-���������ű�ٵE5Bs:,
�8o��W�v�@�
+�@w�� �]� ����	:�#?Od_y
���� �b� ��ܻ���Id
��� �v��w���� ������ ��0�U
 � �� �v�bw�� �e�b� �b� W�v�@�#�
+�� �]� �����	:�#&cOkx
������� ���ܻ���Id
��� W}�
+���
+��$���$�����T���#�#�3�T�T�3�#�#���T
�$Gw-� � w��ϟ�� � �-G
W�Nv�U���� �
�� �|�$��X������<7Lr)12i��
�����w� ���n��V��2�� �&��L#��	-dZaq
����v�=v�w�w�� ��� ��Ɵ�������
�"�����6kWUn���� }�� r�� ~E� j�����$��
�H�
�� ������*���#�:Z'=��[���2wzhC
�3o���$�"��a�
��*��/��X��N�����
�חgi��ޅ������ �r�8� �$C'���F�]�

������������R�������4 �j��w��������(��
���
�0�X��B~o�X��������������Y�x��b��a��,�����
+���
�Cy�
	�
+
+� 
�
���+
endstream
endobj
29 0 obj
<< /Length 658 /Length1 658 /Subtype /Type1C >> 
stream
+  
Courier-Bold ,� �
�
�
��
�������
  � 
�M�X��� Xdk002.004Copyright (c) 1989, 1990, 1991, Adobe Systems Incorporated. All rights reserved.Courier BoldCourier     " $ ( 5    + p �`�|�N�9v�T�l`�T�R�g�����
��U�U
`UUfS�����V�����������<���h�S<#���K�V�^��#�
+�+��J������*�y���w���4� � _� ����*_IYzR�Q��
�
+����sL��U���~���������
!�؆i�^\�U�;���7�<��
�L�ׯ��y����Y�w��������� � _� �������#�#O~ca~i�Q��
�
+����߃<��U���~���������
!��i�^\�U�;���7�<��
�L��ԣ������������������������7��w����w������7����y��Ɲ�!��'����r���h�
�Cy�
	�
+�
�
��
endstream
endobj
30 0 obj
<< /Length 4401 /Length1 4401 >> 
stream
+    
 �  POS/2bJ�   �   Ncmap�Q�  *  �cvt :Ϋ
  (  6fpgm��2�  ^   0glyf2�\  �   nheadǹʶ  �   6hhea��  2   $hmtx)
a�  V  �loca�  	�  �maxpd  
�    name>���  
�  �post2�2R  
�  �prepx��  �  �  ��   �3  %�3  � f                           Alts @� ��f�f  f�        �        �      ����  � ��    ��       	 
+ 
 
 
               
 
 
    ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �                                 	
+





 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a cdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������  L��j�����T�Rq^LhH��)��������	7��
;������f�f�� ��3
��+u���5Z��u��������������� : � � � s j ) � � � � � P N � � �! � �; W! ��������� : ! @ P L 5 w � 1 g j N D � � ] ����� � � � � � � � � s � � f ao��\��m��s��� f ��� � � ���   RoF �d�
 [...]
W
 ? �  //] ?�10!5!����s      ��t_<�     ���I    �
���
+�=
Zb   	        b�=  
��
+��
Z                �  �    �  �  � �� 3� V� Zf 9 R� � f� =� ' �  �' �  ��      �  =  X    B  F  )  m  =9 �9 �' �) �' �� �' {� /
 ;� % 
 7 !� D� ;� ;� ;� /� ! %� # #� 1 #� +� � y 
� 1� 9� ?� 
+ %� � |� F� � f  � 1�9q�
+� % 3f 1% � -F -� -y 
 !H��� /� +1 � ;�o 3� 3 5� !� /��� 9^ %� b� �� b' {  R  ` � � D y� X  �  R  %- {s R�  �  �  �     
 � 
 � 
� D 
+� 
 
� �  VB { '  �  / #� f' �)  � jj � V? V� VV T� � D � D }� B' �� f' �# y\ j '� B' �' �' �' w  �D��   B
 =� -� #� q` �` �� G� �� �B �  B B B B B � P ? R R� Z` �? {�  � R� R� �  �  � V� f� #) F� Ry X3 f3 f3 f� �� �� �j�j bj�j�� 1� fX ������3 =3
3 =� F��� Fj bj�j bd    
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  [...]
+ �  	   �  	  
+ �  	  
+  	    	  
+� 1996, 1997 Wolfram Research. Data � 1996, 1997 Glenda de Guzman.Math1RegularMath1Math11.1Math1 �   1 9 9 6 ,   1 9 9 7   W o l f r a m   R e s e a r c h .   D a t a   �   1 9 9 6 ,   1 9 9 7   G l e n d a   d e   G u z m a n . M a t h 1 R e g u l a r M a t h 1 M a t h 1 1 . 1 M a t h 1                                �           	 
+ 
 
 
               
 
 
    ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �@9�8� � 8 �_� �p�������@�P�����_�o� �@�P�������8W� @BoW� [...]
tv2wusuquu	
+'
*& .

+
+
..�/?_��/_������=K����KSX��
YKQX���DYKQX���DYsst+++++++s+++++++ss+stst+++++++++++++s++ +++++st++s+++++++tsstu+
endstream
endobj
31 0 obj
<< /Length 963 /Length1 963 /Subtype /Type1C >> 
stream
+  Symbol 0�
 �� � �)
�
�H������
i|
�U�^�m��D 
msThetaSigmatheta001.007Copyright (c) 1985, 1987, 1989, 1990 Adobe Systems Incorporated.  All rights reserved.Symbol    )4QSmq   
+ �� ��     O �Y�)����P�����U���S���������x�g�
Z���v��z�	-�<�_�T�H??�HzT
~_�<�	- ���!��J�����i�y4�\Y���[D���3��3��?��������z���������ݔ������z�ե���ۥ���r�)�
�Q?�;;?p\Q)<r�95���;
[��q��<��ǯͫ���kO��i�q�a�1�/{I�v|Vke]aQsQUQ��ak�|���{͇�啵������Kfx���|��k�orr�o�j
����������xi�������������
|�j�xwf|��������������������aw*mf}K�������]���p�He����+��lz�Z��Uw���c�������P{y�S
I��k����̀��z�������e������ [...]
+i��������F?TLnuj]{e�Vy0���_�i�H�XE����Ǘ�����Α�����y��{�j��uT�?�
���ꎸ�ɞ��������a��k�M�^�,�W�#�r�BfYrytysst��yf��Ԋ���z��5��Z��
+�
����
endstream
endobj
32 0 obj
<< /Length 5252 /Length1 5252 /Subtype /Type1C >> 
stream
+  
+Helvetica (� �
�
�
��:�u�|�7
n�
�����
\ ��001.006Copyright (c) 1985, 1987, 1989, 1990 Adobe Systems Incorporated.  All rights reserved.Helvetica is a trademark of Linotype AG and/or its subsidiaries.Helvetica         	 
 
 " 3 :  B ]  h  o  }  �  N    , � �
>Se��D��F��h��)Kq�a���Y��� b��	!	�
+
+&
+`
+�
+�
 
�
�
4
�
�
(
�
�
�3g|�[�B��"J��DWl���ww��c���������c
 ���B��"��
 ���B����\ѡ��\����]����]������+�@������>�.->A,
������¸`ST`]QV\��
��$��+�@������>�.->A,
������¸`ST`]QV\��
����T��f���Nv�@w�����q� �.N�"�D�O����0
�;�1R��9������4
��Nv�@w�?���c� �.��"�D�OG�#�0
P��1���9��X+6�4
w�'�������\�Ya�
]��ߛ�
�#��|����������1��w�����S�
 #!�w�v��wz�����uI�����x����������=���D]!&&]��D�D����!�D
��&d�k�^�^d�k�&�&��k�^�^��k�&
�v [...]
+:LT1�{�͈0�:�:�by��~��G����Z�G��걗����:��
�Ma�$
�������Fa3IpG�|{��|�v�?��\w������?�$�\B���R5���?��?1�����vx�����)��8��E������ V�
ׇ�������T&3RB0<N�݂0�1��
+f��p��=��%�	��L`vtmx�����D�����������#���:�fY�r�./�5�I=��s���������<��5+Z[eu
��ը�N�
׭]M�
����޺����5M,UI7$^��
�v�����z������1���s�U�����<�t����zx�����n���E����F��������N��0�<^�
BI�[�t
�Am^T5i�?�R
_�Ձ��:����w�,�쪛ƪ���k�T��a,�>tK�o��̹����KP�θ����M`KZZ?x��I������8���������ѩ�����JuX:+�Ca�҆3G��
�9�������u�h�t
��(=���� �4�
��P7�������E;�2v]w���������S�
 #!�`��
 #!�w�'����������\�Ya�
]��ߛ�
�#0���
 �#!��� [...]
+��
+
���b�����܂�!@yD�u�x������H����A�������ڇr�*���BB����j���'i��
+o�s@$�
+yE/!��
0H�O�T
n��c���2��>�E�.���a�a�`�������h��
�͠v�
������
���
��
������<x��w�������b�Z�0'b24,��0
�X*�s����U�Y���'
�f�����w�������a��� ���b����b�����a���$�k����8����Q�b �����5��!�5������"�O�b���v�bw���������A��b���b������A���|�G��)���J�������#� �����޳mTWr�v��%y��&y~%_1�N������
lc��c������������y�������,�a�8Z��
���K�E;V9In�����
������|�N��"��Hw������|�!�̍n��X��F��;��'<��N [...]
u�����ղaE�|�cv�_��Hw���������b3�����vc�,�<��'���;�F�Ǜұ�|C���	��Β��
���
6�4fS+^��
|��@��0������7���9�8d�ZK8&X����MA�
�+�A=��6�+���'
�߭���ͷ�Վ��
�����
���@:�w�v�V��������V�3����������
��}~�~5Yg<1CB��V��V�p����"�K������������
���
6�4fS+^��
����8�A��vc�,�<��'���;�Fѹ�����uM���,v:��{
3���
z�����P��v�_��Hw���������)%�:7_Wjr
���3�b����յ�ߟ]D
���?�v��w�����/��3���0��
 �3'?�f��"w�����/��3��P~�W
y?��������0��
 3'��^�v��w�kw�������\�W��u�q�46�b��Z���7���?�v�bw���/�b3�b����v�_�K����p��p�
������"㫽̜V_
�����Ѽ��֡ZC
������'!�S:hgZ_
�|m�--^Nox���8�v�_�K�����������)%�:1ZNox
���8�������"㫽�]0
���}��$������������!�;�;��!��?�!�;�;?�!�
�ѥ�����EEq���q��
�Nv�T��"�K��������"����
��
��H�^4+S4��
7�P�� [...]
+�~�
�O$,W�C�f�y
�r��x�}aQRrL�ʹ�
6L���
�c�
+��� �e����3�G�p���ؔ���Tj�
w���������V�7�&3�&DB���L�Z┤���
�lyh����|�N��bw������x�}��3���?j)�R_��
��3�
��f�߸�Ȱ
��x?�^���>w��x�����
�>%�S����[��+�<����v�
+w��K���)���)��,��3!�/�%�/)&�/�'�/+�+����^�v��v��w��s�����E��� �
�L�
�L��C���L�����Y��Y��^�j�Yv�mw��r�������>'�V��� a�~]sy���p;����������h���?��?��?*�^���
���J�`�W��)B�����F�J���e�v��w���x���B �c������c
 ���B������������B������!��Y���r� 2�!�����Vx��b��j��*�������	�
�Cy�
	�
+�
����
endstream
endobj
xref
0 33 
0000000000 65535 f 
0000000016 00000 n 
0000000069 00000 n 
0000000133 00000 n 
0000000251 00000 n 
0000000610 00000 n 
0000000628 00000 n 
0000000894 00000 n 
0000000912 00000 n 
0000001177 00000 n 
0000002404 00000 n 
0000002630 00000 n 
0000002651 00000 n 
0000003100 00000 n 
0000004324 00000 n 
0000004544 00000 n 
0000005765 00000 n 
0000005981 00000 n 
0000006002 00000 n 
0000006519 00000 n 
0000007739 00000 n 
0000007962 00000 n 
0000009180 00000 n 
0000009399 00000 n 
0000010631 00000 n 
0000010859 00000 n 
0000094974 00000 n 
0000094997 00000 n 
0000095681 00000 n 
0000097584 00000 n 
0000098326 00000 n 
0000102796 00000 n 
0000103843 00000 n 
trailer
<<
/Size 33
/Info 3 0 R 
/Root 1 0 R 
/ID[<8774d9fce6377bc4680195b60c043184><8774d9fce6377bc4680195b60c043184>]
>>
startxref
109181
%%EOF
\ No newline at end of file
diff --git a/website/apacheInput/xdocs/publications/fluctuate1.1.pdf b/website/apacheInput/xdocs/publications/fluctuate1.1.pdf
new file mode 100644
index 0000000..3677d7b
Binary files /dev/null and b/website/apacheInput/xdocs/publications/fluctuate1.1.pdf differ
diff --git a/website/apacheInput/xdocs/publications/g_explain.pdf b/website/apacheInput/xdocs/publications/g_explain.pdf
new file mode 100644
index 0000000..6c428d9
Binary files /dev/null and b/website/apacheInput/xdocs/publications/g_explain.pdf differ
diff --git a/website/apacheInput/xdocs/publications/genetics763.pdf b/website/apacheInput/xdocs/publications/genetics763.pdf
new file mode 100644
index 0000000..336fa55
Binary files /dev/null and b/website/apacheInput/xdocs/publications/genetics763.pdf differ
diff --git a/website/apacheInput/xdocs/publications/index.xml b/website/apacheInput/xdocs/publications/index.xml
new file mode 100644
index 0000000..dea105f
--- /dev/null
+++ b/website/apacheInput/xdocs/publications/index.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document> 
+  <header> 
+    <title>Publications</title> 
+  </header> 
+  <body> 
+    <section id="articles">
+      <title>Scholarly Articles</title>
+        <ul>
+            <li>
+                <p><a href="./metro-hastings.pdf">Estimating effective
+                population size and mutation rate from sequence data
+                using Metropolis-Hastings sampling</a> appeared
+                in EWFIX genetics 1995
+                </p>
+                <p>
+                EWFIX -- description
+                </p>
+            </li>
+            <li><a href="./fluctuate1.1.pdf">EWFIX -- fluctuate </a></li>
+            <li>
+                <p><a href="./fluctuate1.1.pdf">Maximum likelihood
+                estimation of population growth rates  based on
+                the coalescent</a> appeared
+                in EWFIX genetics 1998
+                </p>
+                <p>
+                EWFIX -- description
+                </p>
+            </li>
+            <li>
+                <p><a href="./genetics763.pdf">Maximum-Likelihood
+                Estimation of Migration Rates and Effective Population
+                Numbers in Two Populations Using a Coalescent Approach</a>
+                appeared in EWFIX
+                </p>
+                <p>
+                EWFIX -- description
+                </p>
+            </li>
+            <li>
+                <p><a href="./beerli-felsenstein-2001.pdf">Maximum likelihood
+                estimation of a migration matrix and effective population
+                sizes in n subpopulations by using a coalescent approach</a>
+                appeared in EWFIX
+                </p>
+                <p>
+                EWFIX -- description
+                </p>
+            </li>
+        </ul>
+    </section>
+    <section id="posters">
+      <title>Posters</title>
+        <ul>
+            <li>
+                <p>Poster entitled <a href="./evolution2000-pb-mkk.pdf">Hard and Easy Data Sets
+                for Coalescent Likelihood Methods</a>, presented at the Evolution
+                2000 meeting in Bloomington, Indiana.
+                </p>
+                <p>
+                EWFIX -- description
+                </p>
+            </li>
+        </ul>
+    </section>
+    <section id="whitepapers">
+      <title>White Papers</title>
+        <ul>
+            <li><a href="./g_explain.pdf">EWFIX -- growth -- broken</a></li>
+        </ul>
+    </section>
+  </body>
+</document>
diff --git a/website/apacheInput/xdocs/publications/metro-hastings.pdf b/website/apacheInput/xdocs/publications/metro-hastings.pdf
new file mode 100644
index 0000000..1e483d9
Binary files /dev/null and b/website/apacheInput/xdocs/publications/metro-hastings.pdf differ
diff --git a/website/apacheInput/xdocs/site.xml b/website/apacheInput/xdocs/site.xml
new file mode 100644
index 0000000..3d76325
--- /dev/null
+++ b/website/apacheInput/xdocs/site.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Forrest site.xml
+
+This file contains an outline of the site's information content.  It is used to:
+- Generate the website menus (though these can be overridden - see docs)
+- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
+<link href="site:changes"> links to changes.html (or ../changes.html if in
+  subdir).
+- Provide aliases for external URLs in the external-refs section.  Eg, <link
+  href="ext:cocoon"> links to http://cocoon.apache.org/ 
+
+See http://forrest.apache.org/docs/linking.html for more info
+-->
+
+<site label="Lamarc" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="welcome">
+   <!-- Note: No matter what you configure here, Forrest will always try to load
+       index.html when you request http://yourHost/.
+       'How can I use a start-up-page other than index.html?' in the FAQs has more 
+       information tells you how to change that. 
+   -->
+  <about label="About">
+    <index label="Index" href="index.html" description="Welcome to Lamarc"/>
+  </about>
+
+  <download label="Download" href="download/" tab="download">
+    <index label="Index" href="index.html" description="get Lamarc and related programs"/>
+  </download>
+
+  <documentation label="Documentation" href="documentation/" tab="documentation">
+    <index label="Index" href="index.html" description="scholarly papers on Lamarc and related programs"/>
+  </documentation>
+
+  <publications label="Publications" href="publications/" tab="publications">
+    <index label="Index" href="index.html" description="scholarly papers on Lamarc and related programs"/>
+  </publications>
+
+  <more label="Additional Resources" href="more/" tab="more">
+    <index label="Index" href="index.html" description="web sites and more"/>
+  </more>
+
+</site>
diff --git a/website/apacheInput/xdocs/tabs.xml b/website/apacheInput/xdocs/tabs.xml
new file mode 100644
index 0000000..480eb4d
--- /dev/null
+++ b/website/apacheInput/xdocs/tabs.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+
+<tabs software="Lamarc"
+  title="Lamarc"
+  copyright=""
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+
+  <!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+
+  <tab id="welcome" label="Welcome" dir="" />
+  <tab id="download" label="Download" dir="download"/>
+  <tab id="documentation" label="Documentation" dir="documentation"/>
+  <tab id="publications" label="Publications" dir="publications"/>
+  <tab id="more" label="Additional Resources" dir="more"/>
+
+</tabs>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/lamarc.git



More information about the debian-med-commit mailing list