#############################################################################
# Makefile for building: libU2Algorithm.so.1.0.0
# Generated by qmake (3.0) (Qt 5.5.1)
# Project:  U2Algorithm.pro
# Template: lib
#############################################################################

MAKEFILE      = Makefile.Release

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DU2_DISTRIBUTION_INFO=sources -DUGENE_VERSION=1.29.0 -DUGENE_VER_MAJOR=1 -DUGENE_VER_MINOR=29 -DUGENE_VER_PATCH=0 -DUGENE_X86 -DUGENE_DATA_DIR=\"/home/birch/BIRCH/local/pkg/ugene-1.29.0/share/ugene/data\" -DQT_DLL -DNDEBUG -DOPENCL_SUPPORT -DQT_FATAL_ASSERT -DBUILDING_U2ALGORITHM_DLL -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_USE_KNETFILE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SCRIPT_LIB -DQT_CORE_LIB
CFLAGS        = -m64 -pipe -O2 -D_REENTRANT -Wall -W -fPIC $(DEFINES)
CXXFLAGS      = -m64 -pipe -Wno-char-subscripts -O2 -D_REENTRANT -Wall -W -fPIC $(DEFINES)
INCPATH       = -I. -Isrc -I_tmp -I../../include -I../../libs_3rdparty/samtools/src -I../../libs_3rdparty/samtools/src/samtools -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtScript -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I_tmp/moc/release -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64
QMAKE         = /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
DEL_FILE      = rm -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
COPY          = cp -f
COPY_FILE     = cp -f
COPY_DIR      = cp -f -R
INSTALL_FILE  = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR   = cp -f -R
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
TAR           = tar -cf
COMPRESS      = gzip -9f
DISTNAME      = U2Algorithm1.0.0
DISTDIR = /home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp/obj/release/U2Algorithm1.0.0
LINK          = g++
LFLAGS        = -m64 -Wl,-O1 -shared -Wl,-soname,libU2Algorithm.so.1
LIBS          = $(SUBLIBS) -L/usr/X11R6/lib64 -L../../_release -lU2Core -lsamtools -lz -lQt5Widgets -lQt5Gui -lQt5Script -lQt5Core -lpthread -lGL 
AR            = ar cqs
RANLIB        = 
SED           = sed
STRIP         = strip

####### Output directory

OBJECTS_DIR   = _tmp/obj/release/

####### Files

SOURCES       = src/misc/BinaryFindOpenCL.cpp \
		src/misc/BitsTable.cpp \
		src/misc/DnaAssemblyMultiTask.cpp \
		src/misc/EnzymeModel.cpp \
		src/misc/FindAlgorithm.cpp \
		src/misc/FindAlgorithmTask.cpp \
		src/misc/GenomeAssemblyMultiTask.cpp \
		src/misc/SequenceContentFilterTask.cpp \
		src/molecular_geometry/GeomUtils.cpp \
		src/molecular_geometry/MolecularSurface.cpp \
		src/molecular_geometry/MolecularSurfaceFactoryRegistry.cpp \
		src/molecular_geometry/VanDerWaalsSurface.cpp \
		src/msa_alignment/AbstractAlignmentTask.cpp \
		src/msa_alignment/AlignSequencesToAlignmentTaskSettings.cpp \
		src/msa_alignment/BaseAlignmentAlgorithmIds.cpp \
		src/msa_alignment/SimpleAddingToAlignment.cpp \
		src/pairwise_alignment/NWAligner.cpp \
		src/pairwise_alignment/PairwiseAligner.cpp \
		src/pairwise_alignment/PairwiseAlignmentTask.cpp \
		src/phyltree/CreatePhyTreeSettings.cpp \
		src/phyltree/PhyTreeGeneratorRegistry.cpp \
		src/phyltree/PhyTreeGeneratorTask.cpp \
		src/registry/AlignmentAlgorithmsRegistry.cpp \
		src/registry/CudaGpuRegistry.cpp \
		src/registry/DnaAssemblyAlgRegistry.cpp \
		src/registry/DnaAssemblyTask.cpp \
		src/registry/GenomeAssemblyRegistry.cpp \
		src/registry/OpenCLGpuRegistry.cpp \
		src/registry/RepeatFinderTaskFactoryRegistry.cpp \
		src/registry/SecStructPredictAlgRegistry.cpp \
		src/registry/SecStructPredictTask.cpp \
		src/registry/SplicedAlignmentTask.cpp \
		src/registry/SplicedAlignmentTaskRegistry.cpp \
		src/registry/SubstMatrixRegistry.cpp \
		src/smith_waterman/SmithWatermanReportCallback.cpp \
		src/smith_waterman/SmithWatermanResult.cpp \
		src/smith_waterman/SmithWatermanResultFilters.cpp \
		src/smith_waterman/SmithWatermanTaskFactoryRegistry.cpp \
		src/smith_waterman/SmithWatermanUtil.cpp \
		src/smith_waterman/SWResultFilterRegistry.cpp \
		src/smith_waterman/SWMulAlignExternalPropTag.cpp \
		src/smith_waterman/SWMulAlignResultNamesTagsRegistry.cpp \
		src/smith_waterman/SWMulAlignSeqPrefixTag.cpp \
		src/smith_waterman/SWMulAlignSubseqPropTag.cpp \
		src/structural_alignment/StructuralAlignmentAlgorithm.cpp \
		src/structural_alignment/StructuralAlignmentAlgorithmFactory.cpp \
		src/structural_alignment/StructuralAlignmentAlgorithmRegistry.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.cpp \
		src/util_assembly_consensus/AssemblyConsensusUtils.cpp \
		src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.cpp \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.cpp \
		src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithm.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmClustal.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmDefault.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmRegistry.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmStrict.cpp \
		src/util_msa_consensus/MSAConsensusUtils.cpp \
		src/util_msa_distance/BuiltInDistanceAlgorithms.cpp \
		src/util_msa_distance/MSADistanceAlgorithm.cpp \
		src/util_msa_distance/MSADistanceAlgorithmHamming.cpp \
		src/util_msa_distance/MSADistanceAlgorithmSimilarity.cpp \
		src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.cpp \
		src/util_msa_distance/MSADistanceAlgorithmRegistry.cpp \
		src/util_msaedit/CreateSubalignmentTask.cpp \
		src/util_msaedit/MsaUtilTasks.cpp \
		src/util_msaedit/color_schemes/ColorSchemeUtils.cpp \
		src/util_msaedit/color_schemes/MsaColorScheme.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemeClustalX.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemeCustom.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemeStatic.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.cpp \
		src/util_orf/ORFAlgorithmTask.cpp \
		src/util_orf/ORFFinder.cpp \
		src/util_sarray/SArrayBasedFindTask.cpp \
		src/util_sarray/SArrayIndex.cpp \
		src/util_sarray/SArrayIndexSerializer.cpp \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.cpp \
		src/util_weight_matrix/PWMConversionAlgorithm.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmBVH.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmLOD.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmMCH.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmNLG.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmRegistry.cpp \
		src/util_gpu/opencl/OpenCLHelper.cpp \
		src/util_gpu/opencl/OpenCLUtils.cpp _tmp/rcc/qrc_U2Algorithm.cpp \
		_tmp/moc/release/moc_DnaAssemblyMultiTask.cpp \
		_tmp/moc/release/moc_FindAlgorithmTask.cpp \
		_tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp \
		_tmp/moc/release/moc_SequenceContentFilterTask.cpp \
		_tmp/moc/release/moc_MolecularSurface.cpp \
		_tmp/moc/release/moc_AbstractAlignmentTask.cpp \
		_tmp/moc/release/moc_SimpleAddingToAlignment.cpp \
		_tmp/moc/release/moc_PairwiseAlignmentTask.cpp \
		_tmp/moc/release/moc_PhyTreeGeneratorTask.cpp \
		_tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp \
		_tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp \
		_tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp \
		_tmp/moc/release/moc_DnaAssemblyTask.cpp \
		_tmp/moc/release/moc_GenomeAssemblyRegistry.cpp \
		_tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp \
		_tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp \
		_tmp/moc/release/moc_SecStructPredictTask.cpp \
		_tmp/moc/release/moc_SplicedAlignmentTask.cpp \
		_tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp \
		_tmp/moc/release/moc_SubstMatrixRegistry.cpp \
		_tmp/moc/release/moc_SmithWatermanReportCallback.cpp \
		_tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp \
		_tmp/moc/release/moc_SWResultFilterRegistry.cpp \
		_tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp \
		_tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp \
		_tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp \
		_tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp \
		_tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp \
		_tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp \
		_tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp \
		_tmp/moc/release/moc_MSAConsensusAlgorithm.cpp \
		_tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp \
		_tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp \
		_tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp \
		_tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp \
		_tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp \
		_tmp/moc/release/moc_MSAConsensusUtils.cpp \
		_tmp/moc/release/moc_MSADistanceAlgorithm.cpp \
		_tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp \
		_tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp \
		_tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp \
		_tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp \
		_tmp/moc/release/moc_CreateSubalignmentTask.cpp \
		_tmp/moc/release/moc_MsaUtilTasks.cpp \
		_tmp/moc/release/moc_MsaColorScheme.cpp \
		_tmp/moc/release/moc_MsaColorSchemeClustalX.cpp \
		_tmp/moc/release/moc_MsaColorSchemeCustom.cpp \
		_tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp \
		_tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp \
		_tmp/moc/release/moc_MsaColorSchemeStatic.cpp \
		_tmp/moc/release/moc_MsaHighlightingScheme.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp \
		_tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp \
		_tmp/moc/release/moc_ORFAlgorithmTask.cpp \
		_tmp/moc/release/moc_SArrayBasedFindTask.cpp \
		_tmp/moc/release/moc_SArrayIndex.cpp \
		_tmp/moc/release/moc_PWMConversionAlgorithm.cpp \
		_tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp \
		_tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp \
		_tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp \
		_tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp \
		_tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp
OBJECTS       = _tmp/obj/release/BinaryFindOpenCL.o \
		_tmp/obj/release/BitsTable.o \
		_tmp/obj/release/DnaAssemblyMultiTask.o \
		_tmp/obj/release/EnzymeModel.o \
		_tmp/obj/release/FindAlgorithm.o \
		_tmp/obj/release/FindAlgorithmTask.o \
		_tmp/obj/release/GenomeAssemblyMultiTask.o \
		_tmp/obj/release/SequenceContentFilterTask.o \
		_tmp/obj/release/GeomUtils.o \
		_tmp/obj/release/MolecularSurface.o \
		_tmp/obj/release/MolecularSurfaceFactoryRegistry.o \
		_tmp/obj/release/VanDerWaalsSurface.o \
		_tmp/obj/release/AbstractAlignmentTask.o \
		_tmp/obj/release/AlignSequencesToAlignmentTaskSettings.o \
		_tmp/obj/release/BaseAlignmentAlgorithmIds.o \
		_tmp/obj/release/SimpleAddingToAlignment.o \
		_tmp/obj/release/NWAligner.o \
		_tmp/obj/release/PairwiseAligner.o \
		_tmp/obj/release/PairwiseAlignmentTask.o \
		_tmp/obj/release/CreatePhyTreeSettings.o \
		_tmp/obj/release/PhyTreeGeneratorRegistry.o \
		_tmp/obj/release/PhyTreeGeneratorTask.o \
		_tmp/obj/release/AlignmentAlgorithmsRegistry.o \
		_tmp/obj/release/CudaGpuRegistry.o \
		_tmp/obj/release/DnaAssemblyAlgRegistry.o \
		_tmp/obj/release/DnaAssemblyTask.o \
		_tmp/obj/release/GenomeAssemblyRegistry.o \
		_tmp/obj/release/OpenCLGpuRegistry.o \
		_tmp/obj/release/RepeatFinderTaskFactoryRegistry.o \
		_tmp/obj/release/SecStructPredictAlgRegistry.o \
		_tmp/obj/release/SecStructPredictTask.o \
		_tmp/obj/release/SplicedAlignmentTask.o \
		_tmp/obj/release/SplicedAlignmentTaskRegistry.o \
		_tmp/obj/release/SubstMatrixRegistry.o \
		_tmp/obj/release/SmithWatermanReportCallback.o \
		_tmp/obj/release/SmithWatermanResult.o \
		_tmp/obj/release/SmithWatermanResultFilters.o \
		_tmp/obj/release/SmithWatermanTaskFactoryRegistry.o \
		_tmp/obj/release/SmithWatermanUtil.o \
		_tmp/obj/release/SWResultFilterRegistry.o \
		_tmp/obj/release/SWMulAlignExternalPropTag.o \
		_tmp/obj/release/SWMulAlignResultNamesTagsRegistry.o \
		_tmp/obj/release/SWMulAlignSeqPrefixTag.o \
		_tmp/obj/release/SWMulAlignSubseqPropTag.o \
		_tmp/obj/release/StructuralAlignmentAlgorithm.o \
		_tmp/obj/release/StructuralAlignmentAlgorithmFactory.o \
		_tmp/obj/release/StructuralAlignmentAlgorithmRegistry.o \
		_tmp/obj/release/AssemblyConsensusAlgorithm.o \
		_tmp/obj/release/AssemblyConsensusAlgorithmDefault.o \
		_tmp/obj/release/AssemblyConsensusAlgorithmRegistry.o \
		_tmp/obj/release/AssemblyConsensusAlgorithmSamtools.o \
		_tmp/obj/release/AssemblyConsensusUtils.o \
		_tmp/obj/release/BuiltInAssemblyConsensusAlgorithms.o \
		_tmp/obj/release/BuiltInConsensusAlgorithms.o \
		_tmp/obj/release/MaConsensusAlgorithmSimpleExtended.o \
		_tmp/obj/release/MSAConsensusAlgorithm.o \
		_tmp/obj/release/MSAConsensusAlgorithmClustal.o \
		_tmp/obj/release/MSAConsensusAlgorithmDefault.o \
		_tmp/obj/release/MSAConsensusAlgorithmLevitsky.o \
		_tmp/obj/release/MSAConsensusAlgorithmRegistry.o \
		_tmp/obj/release/MSAConsensusAlgorithmStrict.o \
		_tmp/obj/release/MSAConsensusUtils.o \
		_tmp/obj/release/BuiltInDistanceAlgorithms.o \
		_tmp/obj/release/MSADistanceAlgorithm.o \
		_tmp/obj/release/MSADistanceAlgorithmHamming.o \
		_tmp/obj/release/MSADistanceAlgorithmSimilarity.o \
		_tmp/obj/release/MSADistanceAlgorithmHammingRevCompl.o \
		_tmp/obj/release/MSADistanceAlgorithmRegistry.o \
		_tmp/obj/release/CreateSubalignmentTask.o \
		_tmp/obj/release/MsaUtilTasks.o \
		_tmp/obj/release/ColorSchemeUtils.o \
		_tmp/obj/release/MsaColorScheme.o \
		_tmp/obj/release/MsaColorSchemeClustalX.o \
		_tmp/obj/release/MsaColorSchemeCustom.o \
		_tmp/obj/release/MsaColorSchemePercentageIdententityGrayscale.o \
		_tmp/obj/release/MsaColorSchemePercentageIdentity.o \
		_tmp/obj/release/MsaColorSchemeStatic.o \
		_tmp/obj/release/MsaHighlightingScheme.o \
		_tmp/obj/release/MsaHighlightingSchemeAgreements.o \
		_tmp/obj/release/MsaHighlightingSchemeConservation.o \
		_tmp/obj/release/MsaHighlightingSchemeDisagreements.o \
		_tmp/obj/release/MsaHighlightingSchemeGaps.o \
		_tmp/obj/release/MsaHighlightingSchemeNoColors.o \
		_tmp/obj/release/MsaHighlightingSchemeTransitions.o \
		_tmp/obj/release/MsaHighlightingSchemeTransversions.o \
		_tmp/obj/release/ORFAlgorithmTask.o \
		_tmp/obj/release/ORFFinder.o \
		_tmp/obj/release/SArrayBasedFindTask.o \
		_tmp/obj/release/SArrayIndex.o \
		_tmp/obj/release/SArrayIndexSerializer.o \
		_tmp/obj/release/BuiltInPWMConversionAlgorithms.o \
		_tmp/obj/release/PWMConversionAlgorithm.o \
		_tmp/obj/release/PWMConversionAlgorithmBVH.o \
		_tmp/obj/release/PWMConversionAlgorithmLOD.o \
		_tmp/obj/release/PWMConversionAlgorithmMCH.o \
		_tmp/obj/release/PWMConversionAlgorithmNLG.o \
		_tmp/obj/release/PWMConversionAlgorithmRegistry.o \
		_tmp/obj/release/OpenCLHelper.o \
		_tmp/obj/release/OpenCLUtils.o \
		_tmp/obj/release/qrc_U2Algorithm.o \
		_tmp/obj/release/moc_DnaAssemblyMultiTask.o \
		_tmp/obj/release/moc_FindAlgorithmTask.o \
		_tmp/obj/release/moc_GenomeAssemblyMultiTask.o \
		_tmp/obj/release/moc_SequenceContentFilterTask.o \
		_tmp/obj/release/moc_MolecularSurface.o \
		_tmp/obj/release/moc_AbstractAlignmentTask.o \
		_tmp/obj/release/moc_SimpleAddingToAlignment.o \
		_tmp/obj/release/moc_PairwiseAlignmentTask.o \
		_tmp/obj/release/moc_PhyTreeGeneratorTask.o \
		_tmp/obj/release/moc_AlignmentAlgorithmsRegistry.o \
		_tmp/obj/release/moc_CDSearchTaskFactoryRegistry.o \
		_tmp/obj/release/moc_DnaAssemblyAlgRegistry.o \
		_tmp/obj/release/moc_DnaAssemblyTask.o \
		_tmp/obj/release/moc_GenomeAssemblyRegistry.o \
		_tmp/obj/release/moc_RepeatFinderTaskFactoryRegistry.o \
		_tmp/obj/release/moc_SecStructPredictAlgRegistry.o \
		_tmp/obj/release/moc_SecStructPredictTask.o \
		_tmp/obj/release/moc_SplicedAlignmentTask.o \
		_tmp/obj/release/moc_SplicedAlignmentTaskRegistry.o \
		_tmp/obj/release/moc_SubstMatrixRegistry.o \
		_tmp/obj/release/moc_SmithWatermanReportCallback.o \
		_tmp/obj/release/moc_SmithWatermanTaskFactoryRegistry.o \
		_tmp/obj/release/moc_SWResultFilterRegistry.o \
		_tmp/obj/release/moc_SWMulAlignResultNamesTagsRegistry.o \
		_tmp/obj/release/moc_StructuralAlignmentAlgorithm.o \
		_tmp/obj/release/moc_StructuralAlignmentAlgorithmRegistry.o \
		_tmp/obj/release/moc_AssemblyConsensusAlgorithm.o \
		_tmp/obj/release/moc_AssemblyConsensusAlgorithmDefault.o \
		_tmp/obj/release/moc_AssemblyConsensusAlgorithmSamtools.o \
		_tmp/obj/release/moc_MaConsensusAlgorithmSimpleExtended.o \
		_tmp/obj/release/moc_MSAConsensusAlgorithm.o \
		_tmp/obj/release/moc_MSAConsensusAlgorithmClustal.o \
		_tmp/obj/release/moc_MSAConsensusAlgorithmDefault.o \
		_tmp/obj/release/moc_MSAConsensusAlgorithmLevitsky.o \
		_tmp/obj/release/moc_MSAConsensusAlgorithmRegistry.o \
		_tmp/obj/release/moc_MSAConsensusAlgorithmStrict.o \
		_tmp/obj/release/moc_MSAConsensusUtils.o \
		_tmp/obj/release/moc_MSADistanceAlgorithm.o \
		_tmp/obj/release/moc_MSADistanceAlgorithmHamming.o \
		_tmp/obj/release/moc_MSADistanceAlgorithmSimilarity.o \
		_tmp/obj/release/moc_MSADistanceAlgorithmHammingRevCompl.o \
		_tmp/obj/release/moc_MSADistanceAlgorithmRegistry.o \
		_tmp/obj/release/moc_CreateSubalignmentTask.o \
		_tmp/obj/release/moc_MsaUtilTasks.o \
		_tmp/obj/release/moc_MsaColorScheme.o \
		_tmp/obj/release/moc_MsaColorSchemeClustalX.o \
		_tmp/obj/release/moc_MsaColorSchemeCustom.o \
		_tmp/obj/release/moc_MsaColorSchemePercentageIdententityGrayscale.o \
		_tmp/obj/release/moc_MsaColorSchemePercentageIdentity.o \
		_tmp/obj/release/moc_MsaColorSchemeStatic.o \
		_tmp/obj/release/moc_MsaHighlightingScheme.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeAgreements.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeConservation.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeDisagreements.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeGaps.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeNoColors.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeTransitions.o \
		_tmp/obj/release/moc_MsaHighlightingSchemeTransversions.o \
		_tmp/obj/release/moc_ORFAlgorithmTask.o \
		_tmp/obj/release/moc_SArrayBasedFindTask.o \
		_tmp/obj/release/moc_SArrayIndex.o \
		_tmp/obj/release/moc_PWMConversionAlgorithm.o \
		_tmp/obj/release/moc_PWMConversionAlgorithmBVH.o \
		_tmp/obj/release/moc_PWMConversionAlgorithmLOD.o \
		_tmp/obj/release/moc_PWMConversionAlgorithmMCH.o \
		_tmp/obj/release/moc_PWMConversionAlgorithmNLG.o \
		_tmp/obj/release/moc_PWMConversionAlgorithmRegistry.o
DIST          = /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_pre.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/unix.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/linux.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/sanitize.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/gcc-base.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/gcc-base-unix.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/g++-base.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/common/g++-unix.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/qconfig.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_core.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_core_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_dbus_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_gui.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_gui_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_network.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_network_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_opengl_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_qml.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_qmltest.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_quick.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_quickwidgets.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_script.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_scripttools.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_sql.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_sql_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_svg.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_testlib_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_webkit.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_widgets_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xml.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/modules/qt_lib_xml_private.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_functions.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt_config.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64/qmake.conf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/spec_post.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exclusive_builds.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/default_pre.prf \
		../../ugene_version.pri \
		../../ugene_globals.pri \
		../../ugene_lib_common.pri \
		U2Algorithm.pri \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/resolve_config.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exclusive_builds_post.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/default_post.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/build_pass.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/unix/thread.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/qt.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/resources.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/moc.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/unix/opengl.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/uic.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/warn_on.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/testcase_targets.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/exceptions.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/yacc.prf \
		/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/lex.prf \
		U2Algorithm.pro src/misc/BinaryFindOpenCL.h \
		src/misc/BitsTable.h \
		src/misc/CDSearchTaskFactory.h \
		src/misc/DnaAssemblyMultiTask.h \
		src/misc/DynTable.h \
		src/misc/EnzymeModel.h \
		src/misc/FindAlgorithm.h \
		src/misc/FindAlgorithmTask.h \
		src/misc/GenomeAssemblyMultiTask.h \
		src/misc/RepeatFinderSettings.h \
		src/misc/RepeatFinderTaskFactory.h \
		src/misc/RollingArray.h \
		src/misc/RollingMatrix.h \
		src/misc/SequenceContentFilterTask.h \
		src/misc/SyncSort.h \
		src/molecular_geometry/GeomUtils.h \
		src/molecular_geometry/MolecularSurface.h \
		src/molecular_geometry/MolecularSurfaceFactoryRegistry.h \
		src/molecular_geometry/VanDerWaalsSurface.h \
		src/msa_alignment/AbstractAlignmentTask.h \
		src/msa_alignment/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/BaseAlignmentAlgorithmIds.h \
		src/msa_alignment/SimpleAddingToAlignment.h \
		src/pairwise_alignment/NWAligner.h \
		src/pairwise_alignment/PairwiseAligner.h \
		src/pairwise_alignment/PairwiseAlignmentTask.h \
		src/phyltree/CreatePhyTreeSettings.h \
		src/phyltree/PhyTreeGenerator.h \
		src/phyltree/PhyTreeGeneratorRegistry.h \
		src/phyltree/PhyTreeGeneratorTask.h \
		src/registry/AlignmentAlgorithmsRegistry.h \
		src/registry/CDSearchTaskFactoryRegistry.h \
		src/registry/CudaGpuRegistry.h \
		src/registry/DnaAssemblyAlgRegistry.h \
		src/registry/DnaAssemblyTask.h \
		src/registry/GenomeAssemblyRegistry.h \
		src/registry/OpenCLGpuRegistry.h \
		src/registry/RepeatFinderTaskFactoryRegistry.h \
		src/registry/SecStructPredictAlgRegistry.h \
		src/registry/SecStructPredictTask.h \
		src/registry/SplicedAlignmentTask.h \
		src/registry/SplicedAlignmentTaskRegistry.h \
		src/registry/SubstMatrixRegistry.h \
		src/smith_waterman/SmithWatermanReportCallback.h \
		src/smith_waterman/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResultFilters.h \
		src/smith_waterman/SmithWatermanSettings.h \
		src/smith_waterman/SmithWatermanTaskFactory.h \
		src/smith_waterman/SmithWatermanTaskFactoryRegistry.h \
		src/smith_waterman/SmithWatermanUtil.h \
		src/smith_waterman/SWResultFilterRegistry.h \
		src/smith_waterman/SWMulAlignExternalPropTag.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		src/smith_waterman/SWMulAlignResultNamesTagsRegistry.h \
		src/smith_waterman/SWMulAlignSeqPrefixTag.h \
		src/smith_waterman/SWMulAlignSubseqPropTag.h \
		src/structural_alignment/StructuralAlignmentAlgorithm.h \
		src/structural_alignment/StructuralAlignmentAlgorithmFactory.h \
		src/structural_alignment/StructuralAlignmentAlgorithmRegistry.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.h \
		src/util_assembly_consensus/AssemblyConsensusUtils.h \
		src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		src/util_msa_consensus/MSAConsensusAlgorithmClustal.h \
		src/util_msa_consensus/MSAConsensusAlgorithmDefault.h \
		src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.h \
		src/util_msa_consensus/MSAConsensusAlgorithmRegistry.h \
		src/util_msa_consensus/MSAConsensusAlgorithmStrict.h \
		src/util_msa_consensus/MSAConsensusUtils.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		src/util_msa_distance/MSADistanceAlgorithm.h \
		src/util_msa_distance/MSADistanceAlgorithmHamming.h \
		src/util_msa_distance/MSADistanceAlgorithmSimilarity.h \
		src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.h \
		src/util_msa_distance/MSADistanceAlgorithmRegistry.h \
		src/util_msaedit/CreateSubalignmentTask.h \
		src/util_msaedit/MsaUtilTasks.h \
		src/util_msaedit/color_schemes/ColorSchemeUtils.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h \
		src/util_msaedit/color_schemes/MsaColorSchemeClustalX.h \
		src/util_msaedit/color_schemes/MsaColorSchemeCustom.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h \
		src/util_msaedit/color_schemes/MsaColorSchemeStatic.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.h \
		src/util_orf/ORFAlgorithmTask.h \
		src/util_orf/ORFFinder.h \
		src/util_sarray/SArrayBasedFindTask.h \
		src/util_sarray/SArrayIndex.h \
		src/util_sarray/SArrayIndexSerializer.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/PWMConversionAlgorithmBVH.h \
		src/util_weight_matrix/PWMConversionAlgorithmLOD.h \
		src/util_weight_matrix/PWMConversionAlgorithmMCH.h \
		src/util_weight_matrix/PWMConversionAlgorithmNLG.h \
		src/util_weight_matrix/PWMConversionAlgorithmRegistry.h \
		src/util_gpu/opencl/OpenCLHelper.h \
		src/util_gpu/opencl/OpenCLUtils.h src/misc/BinaryFindOpenCL.cpp \
		src/misc/BitsTable.cpp \
		src/misc/DnaAssemblyMultiTask.cpp \
		src/misc/EnzymeModel.cpp \
		src/misc/FindAlgorithm.cpp \
		src/misc/FindAlgorithmTask.cpp \
		src/misc/GenomeAssemblyMultiTask.cpp \
		src/misc/SequenceContentFilterTask.cpp \
		src/molecular_geometry/GeomUtils.cpp \
		src/molecular_geometry/MolecularSurface.cpp \
		src/molecular_geometry/MolecularSurfaceFactoryRegistry.cpp \
		src/molecular_geometry/VanDerWaalsSurface.cpp \
		src/msa_alignment/AbstractAlignmentTask.cpp \
		src/msa_alignment/AlignSequencesToAlignmentTaskSettings.cpp \
		src/msa_alignment/BaseAlignmentAlgorithmIds.cpp \
		src/msa_alignment/SimpleAddingToAlignment.cpp \
		src/pairwise_alignment/NWAligner.cpp \
		src/pairwise_alignment/PairwiseAligner.cpp \
		src/pairwise_alignment/PairwiseAlignmentTask.cpp \
		src/phyltree/CreatePhyTreeSettings.cpp \
		src/phyltree/PhyTreeGeneratorRegistry.cpp \
		src/phyltree/PhyTreeGeneratorTask.cpp \
		src/registry/AlignmentAlgorithmsRegistry.cpp \
		src/registry/CudaGpuRegistry.cpp \
		src/registry/DnaAssemblyAlgRegistry.cpp \
		src/registry/DnaAssemblyTask.cpp \
		src/registry/GenomeAssemblyRegistry.cpp \
		src/registry/OpenCLGpuRegistry.cpp \
		src/registry/RepeatFinderTaskFactoryRegistry.cpp \
		src/registry/SecStructPredictAlgRegistry.cpp \
		src/registry/SecStructPredictTask.cpp \
		src/registry/SplicedAlignmentTask.cpp \
		src/registry/SplicedAlignmentTaskRegistry.cpp \
		src/registry/SubstMatrixRegistry.cpp \
		src/smith_waterman/SmithWatermanReportCallback.cpp \
		src/smith_waterman/SmithWatermanResult.cpp \
		src/smith_waterman/SmithWatermanResultFilters.cpp \
		src/smith_waterman/SmithWatermanTaskFactoryRegistry.cpp \
		src/smith_waterman/SmithWatermanUtil.cpp \
		src/smith_waterman/SWResultFilterRegistry.cpp \
		src/smith_waterman/SWMulAlignExternalPropTag.cpp \
		src/smith_waterman/SWMulAlignResultNamesTagsRegistry.cpp \
		src/smith_waterman/SWMulAlignSeqPrefixTag.cpp \
		src/smith_waterman/SWMulAlignSubseqPropTag.cpp \
		src/structural_alignment/StructuralAlignmentAlgorithm.cpp \
		src/structural_alignment/StructuralAlignmentAlgorithmFactory.cpp \
		src/structural_alignment/StructuralAlignmentAlgorithmRegistry.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.cpp \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.cpp \
		src/util_assembly_consensus/AssemblyConsensusUtils.cpp \
		src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.cpp \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.cpp \
		src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithm.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmClustal.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmDefault.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmRegistry.cpp \
		src/util_msa_consensus/MSAConsensusAlgorithmStrict.cpp \
		src/util_msa_consensus/MSAConsensusUtils.cpp \
		src/util_msa_distance/BuiltInDistanceAlgorithms.cpp \
		src/util_msa_distance/MSADistanceAlgorithm.cpp \
		src/util_msa_distance/MSADistanceAlgorithmHamming.cpp \
		src/util_msa_distance/MSADistanceAlgorithmSimilarity.cpp \
		src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.cpp \
		src/util_msa_distance/MSADistanceAlgorithmRegistry.cpp \
		src/util_msaedit/CreateSubalignmentTask.cpp \
		src/util_msaedit/MsaUtilTasks.cpp \
		src/util_msaedit/color_schemes/ColorSchemeUtils.cpp \
		src/util_msaedit/color_schemes/MsaColorScheme.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemeClustalX.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemeCustom.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.cpp \
		src/util_msaedit/color_schemes/MsaColorSchemeStatic.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.cpp \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.cpp \
		src/util_orf/ORFAlgorithmTask.cpp \
		src/util_orf/ORFFinder.cpp \
		src/util_sarray/SArrayBasedFindTask.cpp \
		src/util_sarray/SArrayIndex.cpp \
		src/util_sarray/SArrayIndexSerializer.cpp \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.cpp \
		src/util_weight_matrix/PWMConversionAlgorithm.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmBVH.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmLOD.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmMCH.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmNLG.cpp \
		src/util_weight_matrix/PWMConversionAlgorithmRegistry.cpp \
		src/util_gpu/opencl/OpenCLHelper.cpp \
		src/util_gpu/opencl/OpenCLUtils.cpp
QMAKE_TARGET  = U2Algorithm
DESTDIR       = ../../_release/#avoid trailing-slash linebreak
TARGET        = libU2Algorithm.so.1.0.0
TARGETA       = ../../_release/libU2Algorithm.a
TARGET0       = libU2Algorithm.so
TARGETD       = libU2Algorithm.so.1.0.0
TARGET1       = libU2Algorithm.so.1
TARGET2       = libU2Algorithm.so.1.0


first: all
####### Implicit rules

.SUFFIXES: .o .c .cpp .cc .cxx .C

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

../../_release/$(TARGET):  $(OBJECTS) $(SUBLIBS) $(OBJCOMP)  ../../_release/libsamtools.a
	@test -d ../../_release/ || mkdir -p ../../_release/
	-$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
	-ln -s $(TARGET) $(TARGET0)
	-ln -s $(TARGET) $(TARGET1)
	-ln -s $(TARGET) $(TARGET2)
	-$(DEL_FILE) ../../_release/$(TARGET)
	-$(MOVE) $(TARGET)  ../../_release/ 
	-$(DEL_FILE) ../../_release/$(TARGET0)
	-$(DEL_FILE) ../../_release/$(TARGET1)
	-$(DEL_FILE) ../../_release/$(TARGET2)
	-$(MOVE) $(TARGET0) ../../_release/ 
	-$(MOVE) $(TARGET1) ../../_release/ 
	-$(MOVE) $(TARGET2) ../../_release/ 



staticlib: $(TARGETA)

$(TARGETA):  $(OBJECTS) $(OBJCOMP) ../../_release/libsamtools.a
	-$(DEL_FILE) $(TARGETA) 
	$(AR) $(TARGETA) $(OBJECTS)

qmake: FORCE
	@$(QMAKE) INSTALL_PREFIX=/home/birch/BIRCH/local/pkg/ugene-1.29.0 -o Makefile.Release U2Algorithm.pro

qmake_all: FORCE


all: Makefile.Release ../../_release/$(TARGET)

dist: distdir FORCE
	(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)

distdir: FORCE
	@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
	$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
	$(COPY_FILE) --parents U2Algorithm.qrc $(DISTDIR)/
	$(COPY_FILE) --parents src/misc/BinaryFindOpenCL.h src/misc/BitsTable.h src/misc/CDSearchTaskFactory.h src/misc/DnaAssemblyMultiTask.h src/misc/DynTable.h src/misc/EnzymeModel.h src/misc/FindAlgorithm.h src/misc/FindAlgorithmTask.h src/misc/GenomeAssemblyMultiTask.h src/misc/RepeatFinderSettings.h src/misc/RepeatFinderTaskFactory.h src/misc/RollingArray.h src/misc/RollingMatrix.h src/misc/SequenceContentFilterTask.h src/misc/SyncSort.h src/molecular_geometry/GeomUtils.h src/molecular_geometry/MolecularSurface.h src/molecular_geometry/MolecularSurfaceFactoryRegistry.h src/molecular_geometry/VanDerWaalsSurface.h src/msa_alignment/AbstractAlignmentTask.h src/msa_alignment/AlignSequencesToAlignmentTaskSettings.h src/msa_alignment/BaseAlignmentAlgorithmIds.h src/msa_alignment/SimpleAddingToAlignment.h src/pairwise_alignment/NWAligner.h src/pairwise_alignment/PairwiseAligner.h src/pairwise_alignment/PairwiseAlignmentTask.h src/phyltree/CreatePhyTreeSettings.h src/phyltree/PhyTreeGenerator.h src/phyltree/PhyTreeGeneratorRegistry.h src/phyltree/PhyTreeGeneratorTask.h src/registry/AlignmentAlgorithmsRegistry.h src/registry/CDSearchTaskFactoryRegistry.h src/registry/CudaGpuRegistry.h src/registry/DnaAssemblyAlgRegistry.h src/registry/DnaAssemblyTask.h src/registry/GenomeAssemblyRegistry.h src/registry/OpenCLGpuRegistry.h src/registry/RepeatFinderTaskFactoryRegistry.h src/registry/SecStructPredictAlgRegistry.h src/registry/SecStructPredictTask.h src/registry/SplicedAlignmentTask.h src/registry/SplicedAlignmentTaskRegistry.h src/registry/SubstMatrixRegistry.h src/smith_waterman/SmithWatermanReportCallback.h src/smith_waterman/SmithWatermanResult.h src/smith_waterman/SmithWatermanResultFilters.h src/smith_waterman/SmithWatermanSettings.h src/smith_waterman/SmithWatermanTaskFactory.h src/smith_waterman/SmithWatermanTaskFactoryRegistry.h src/smith_waterman/SmithWatermanUtil.h src/smith_waterman/SWResultFilterRegistry.h src/smith_waterman/SWMulAlignExternalPropTag.h src/smith_waterman/SWMulAlignResultNamesTag.h src/smith_waterman/SWMulAlignResultNamesTagsRegistry.h src/smith_waterman/SWMulAlignSeqPrefixTag.h src/smith_waterman/SWMulAlignSubseqPropTag.h src/structural_alignment/StructuralAlignmentAlgorithm.h src/structural_alignment/StructuralAlignmentAlgorithmFactory.h src/structural_alignment/StructuralAlignmentAlgorithmRegistry.h src/util_assembly_consensus/AssemblyConsensusAlgorithm.h src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.h src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.h src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.h src/util_assembly_consensus/AssemblyConsensusUtils.h src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.h src/util_msa_consensus/BuiltInConsensusAlgorithms.h src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.h src/util_msa_consensus/MSAConsensusAlgorithm.h src/util_msa_consensus/MSAConsensusAlgorithmClustal.h src/util_msa_consensus/MSAConsensusAlgorithmDefault.h src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.h src/util_msa_consensus/MSAConsensusAlgorithmRegistry.h src/util_msa_consensus/MSAConsensusAlgorithmStrict.h src/util_msa_consensus/MSAConsensusUtils.h src/util_msa_distance/BuiltInDistanceAlgorithms.h src/util_msa_distance/MSADistanceAlgorithm.h src/util_msa_distance/MSADistanceAlgorithmHamming.h src/util_msa_distance/MSADistanceAlgorithmSimilarity.h src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.h src/util_msa_distance/MSADistanceAlgorithmRegistry.h src/util_msaedit/CreateSubalignmentTask.h src/util_msaedit/MsaUtilTasks.h src/util_msaedit/color_schemes/ColorSchemeUtils.h src/util_msaedit/color_schemes/MsaColorScheme.h src/util_msaedit/color_schemes/MsaColorSchemeClustalX.h src/util_msaedit/color_schemes/MsaColorSchemeCustom.h src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.h src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h src/util_msaedit/color_schemes/MsaColorSchemeStatic.h src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.h src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.h src/util_orf/ORFAlgorithmTask.h src/util_orf/ORFFinder.h src/util_sarray/SArrayBasedFindTask.h src/util_sarray/SArrayIndex.h src/util_sarray/SArrayIndexSerializer.h src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h src/util_weight_matrix/PWMConversionAlgorithm.h src/util_weight_matrix/PWMConversionAlgorithmBVH.h src/util_weight_matrix/PWMConversionAlgorithmLOD.h src/util_weight_matrix/PWMConversionAlgorithmMCH.h src/util_weight_matrix/PWMConversionAlgorithmNLG.h src/util_weight_matrix/PWMConversionAlgorithmRegistry.h src/util_gpu/opencl/OpenCLHelper.h src/util_gpu/opencl/OpenCLUtils.h $(DISTDIR)/
	$(COPY_FILE) --parents src/misc/BinaryFindOpenCL.cpp src/misc/BitsTable.cpp src/misc/DnaAssemblyMultiTask.cpp src/misc/EnzymeModel.cpp src/misc/FindAlgorithm.cpp src/misc/FindAlgorithmTask.cpp src/misc/GenomeAssemblyMultiTask.cpp src/misc/SequenceContentFilterTask.cpp src/molecular_geometry/GeomUtils.cpp src/molecular_geometry/MolecularSurface.cpp src/molecular_geometry/MolecularSurfaceFactoryRegistry.cpp src/molecular_geometry/VanDerWaalsSurface.cpp src/msa_alignment/AbstractAlignmentTask.cpp src/msa_alignment/AlignSequencesToAlignmentTaskSettings.cpp src/msa_alignment/BaseAlignmentAlgorithmIds.cpp src/msa_alignment/SimpleAddingToAlignment.cpp src/pairwise_alignment/NWAligner.cpp src/pairwise_alignment/PairwiseAligner.cpp src/pairwise_alignment/PairwiseAlignmentTask.cpp src/phyltree/CreatePhyTreeSettings.cpp src/phyltree/PhyTreeGeneratorRegistry.cpp src/phyltree/PhyTreeGeneratorTask.cpp src/registry/AlignmentAlgorithmsRegistry.cpp src/registry/CudaGpuRegistry.cpp src/registry/DnaAssemblyAlgRegistry.cpp src/registry/DnaAssemblyTask.cpp src/registry/GenomeAssemblyRegistry.cpp src/registry/OpenCLGpuRegistry.cpp src/registry/RepeatFinderTaskFactoryRegistry.cpp src/registry/SecStructPredictAlgRegistry.cpp src/registry/SecStructPredictTask.cpp src/registry/SplicedAlignmentTask.cpp src/registry/SplicedAlignmentTaskRegistry.cpp src/registry/SubstMatrixRegistry.cpp src/smith_waterman/SmithWatermanReportCallback.cpp src/smith_waterman/SmithWatermanResult.cpp src/smith_waterman/SmithWatermanResultFilters.cpp src/smith_waterman/SmithWatermanTaskFactoryRegistry.cpp src/smith_waterman/SmithWatermanUtil.cpp src/smith_waterman/SWResultFilterRegistry.cpp src/smith_waterman/SWMulAlignExternalPropTag.cpp src/smith_waterman/SWMulAlignResultNamesTagsRegistry.cpp src/smith_waterman/SWMulAlignSeqPrefixTag.cpp src/smith_waterman/SWMulAlignSubseqPropTag.cpp src/structural_alignment/StructuralAlignmentAlgorithm.cpp src/structural_alignment/StructuralAlignmentAlgorithmFactory.cpp src/structural_alignment/StructuralAlignmentAlgorithmRegistry.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithm.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.cpp src/util_assembly_consensus/AssemblyConsensusUtils.cpp src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.cpp src/util_msa_consensus/BuiltInConsensusAlgorithms.cpp src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.cpp src/util_msa_consensus/MSAConsensusAlgorithm.cpp src/util_msa_consensus/MSAConsensusAlgorithmClustal.cpp src/util_msa_consensus/MSAConsensusAlgorithmDefault.cpp src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.cpp src/util_msa_consensus/MSAConsensusAlgorithmRegistry.cpp src/util_msa_consensus/MSAConsensusAlgorithmStrict.cpp src/util_msa_consensus/MSAConsensusUtils.cpp src/util_msa_distance/BuiltInDistanceAlgorithms.cpp src/util_msa_distance/MSADistanceAlgorithm.cpp src/util_msa_distance/MSADistanceAlgorithmHamming.cpp src/util_msa_distance/MSADistanceAlgorithmSimilarity.cpp src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.cpp src/util_msa_distance/MSADistanceAlgorithmRegistry.cpp src/util_msaedit/CreateSubalignmentTask.cpp src/util_msaedit/MsaUtilTasks.cpp src/util_msaedit/color_schemes/ColorSchemeUtils.cpp src/util_msaedit/color_schemes/MsaColorScheme.cpp src/util_msaedit/color_schemes/MsaColorSchemeClustalX.cpp src/util_msaedit/color_schemes/MsaColorSchemeCustom.cpp src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.cpp src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.cpp src/util_msaedit/color_schemes/MsaColorSchemeStatic.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.cpp src/util_orf/ORFAlgorithmTask.cpp src/util_orf/ORFFinder.cpp src/util_sarray/SArrayBasedFindTask.cpp src/util_sarray/SArrayIndex.cpp src/util_sarray/SArrayIndexSerializer.cpp src/util_weight_matrix/BuiltInPWMConversionAlgorithms.cpp src/util_weight_matrix/PWMConversionAlgorithm.cpp src/util_weight_matrix/PWMConversionAlgorithmBVH.cpp src/util_weight_matrix/PWMConversionAlgorithmLOD.cpp src/util_weight_matrix/PWMConversionAlgorithmMCH.cpp src/util_weight_matrix/PWMConversionAlgorithmNLG.cpp src/util_weight_matrix/PWMConversionAlgorithmRegistry.cpp src/util_gpu/opencl/OpenCLHelper.cpp src/util_gpu/opencl/OpenCLUtils.cpp $(DISTDIR)/
	$(COPY_FILE) --parents transl/english.ts transl/russian.ts $(DISTDIR)/


clean: compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


distclean: clean 
	-$(DEL_FILE) ../../_release/$(TARGET) 
	-$(DEL_FILE) ../../_release/$(TARGET0) ../../_release/$(TARGET1) ../../_release/$(TARGET2) $(TARGETA)
	-$(DEL_FILE) Makefile.Release


####### Sub-libraries

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

check: first

compiler_rcc_make_all: _tmp/rcc/qrc_U2Algorithm.cpp
compiler_rcc_clean:
	-$(DEL_FILE) _tmp/rcc/qrc_U2Algorithm.cpp
_tmp/rcc/qrc_U2Algorithm.cpp: U2Algorithm.qrc \
		src/util_gpu/opencl/BinaryFind.cl
	/usr/lib/x86_64-linux-gnu/qt5/bin/rcc -name U2Algorithm U2Algorithm.qrc -o _tmp/rcc/qrc_U2Algorithm.cpp

compiler_moc_header_make_all: _tmp/moc/release/moc_DnaAssemblyMultiTask.cpp _tmp/moc/release/moc_FindAlgorithmTask.cpp _tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp _tmp/moc/release/moc_SequenceContentFilterTask.cpp _tmp/moc/release/moc_MolecularSurface.cpp _tmp/moc/release/moc_AbstractAlignmentTask.cpp _tmp/moc/release/moc_SimpleAddingToAlignment.cpp _tmp/moc/release/moc_PairwiseAlignmentTask.cpp _tmp/moc/release/moc_PhyTreeGeneratorTask.cpp _tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp _tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp _tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp _tmp/moc/release/moc_DnaAssemblyTask.cpp _tmp/moc/release/moc_GenomeAssemblyRegistry.cpp _tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp _tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp _tmp/moc/release/moc_SecStructPredictTask.cpp _tmp/moc/release/moc_SplicedAlignmentTask.cpp _tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp _tmp/moc/release/moc_SubstMatrixRegistry.cpp _tmp/moc/release/moc_SmithWatermanReportCallback.cpp _tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp _tmp/moc/release/moc_SWResultFilterRegistry.cpp _tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp _tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp _tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp _tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp _tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp _tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp _tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp _tmp/moc/release/moc_MSAConsensusAlgorithm.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp _tmp/moc/release/moc_MSAConsensusUtils.cpp _tmp/moc/release/moc_MSADistanceAlgorithm.cpp _tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp _tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp _tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp _tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp _tmp/moc/release/moc_CreateSubalignmentTask.cpp _tmp/moc/release/moc_MsaUtilTasks.cpp _tmp/moc/release/moc_MsaColorScheme.cpp _tmp/moc/release/moc_MsaColorSchemeClustalX.cpp _tmp/moc/release/moc_MsaColorSchemeCustom.cpp _tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp _tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp _tmp/moc/release/moc_MsaColorSchemeStatic.cpp _tmp/moc/release/moc_MsaHighlightingScheme.cpp _tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp _tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp _tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp _tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp _tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp _tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp _tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp _tmp/moc/release/moc_ORFAlgorithmTask.cpp _tmp/moc/release/moc_SArrayBasedFindTask.cpp _tmp/moc/release/moc_SArrayIndex.cpp _tmp/moc/release/moc_PWMConversionAlgorithm.cpp _tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp _tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp _tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp _tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp _tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) _tmp/moc/release/moc_DnaAssemblyMultiTask.cpp _tmp/moc/release/moc_FindAlgorithmTask.cpp _tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp _tmp/moc/release/moc_SequenceContentFilterTask.cpp _tmp/moc/release/moc_MolecularSurface.cpp _tmp/moc/release/moc_AbstractAlignmentTask.cpp _tmp/moc/release/moc_SimpleAddingToAlignment.cpp _tmp/moc/release/moc_PairwiseAlignmentTask.cpp _tmp/moc/release/moc_PhyTreeGeneratorTask.cpp _tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp _tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp _tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp _tmp/moc/release/moc_DnaAssemblyTask.cpp _tmp/moc/release/moc_GenomeAssemblyRegistry.cpp _tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp _tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp _tmp/moc/release/moc_SecStructPredictTask.cpp _tmp/moc/release/moc_SplicedAlignmentTask.cpp _tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp _tmp/moc/release/moc_SubstMatrixRegistry.cpp _tmp/moc/release/moc_SmithWatermanReportCallback.cpp _tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp _tmp/moc/release/moc_SWResultFilterRegistry.cpp _tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp _tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp _tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp _tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp _tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp _tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp _tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp _tmp/moc/release/moc_MSAConsensusAlgorithm.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp _tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp _tmp/moc/release/moc_MSAConsensusUtils.cpp _tmp/moc/release/moc_MSADistanceAlgorithm.cpp _tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp
	-$(DEL_FILE) _tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp _tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp _tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp _tmp/moc/release/moc_CreateSubalignmentTask.cpp _tmp/moc/release/moc_MsaUtilTasks.cpp _tmp/moc/release/moc_MsaColorScheme.cpp _tmp/moc/release/moc_MsaColorSchemeClustalX.cpp _tmp/moc/release/moc_MsaColorSchemeCustom.cpp _tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp _tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp _tmp/moc/release/moc_MsaColorSchemeStatic.cpp _tmp/moc/release/moc_MsaHighlightingScheme.cpp _tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp _tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp _tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp _tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp _tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp _tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp _tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp _tmp/moc/release/moc_ORFAlgorithmTask.cpp _tmp/moc/release/moc_SArrayBasedFindTask.cpp _tmp/moc/release/moc_SArrayIndex.cpp _tmp/moc/release/moc_PWMConversionAlgorithm.cpp _tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp _tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp _tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp _tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp _tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp
_tmp/moc/release/moc_DnaAssemblyMultiTask.cpp: ../../include/U2Algorithm/DnaAssemblyTask.h \
		src/registry/DnaAssemblyTask.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/misc/DnaAssemblyMultiTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/misc/DnaAssemblyMultiTask.h -o _tmp/moc/release/moc_DnaAssemblyMultiTask.cpp

_tmp/moc/release/moc_FindAlgorithmTask.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		src/misc/FindAlgorithm.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		src/misc/FindAlgorithmTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/misc/FindAlgorithmTask.h -o _tmp/moc/release/moc_FindAlgorithmTask.cpp

_tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp: ../../include/U2Algorithm/GenomeAssemblyRegistry.h \
		src/registry/GenomeAssemblyRegistry.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/misc/GenomeAssemblyMultiTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/misc/GenomeAssemblyMultiTask.h -o _tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp

_tmp/moc/release/moc_SequenceContentFilterTask.cpp: ../../include/U2Core/AbstractProjectFilterTask.h \
		../U2Core/src/tasks/AbstractProjectFilterTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/ProjectTreeControllerModeSettings.h \
		../U2Core/src/globals/ProjectTreeControllerModeSettings.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Algorithm/FindAlgorithm.h \
		src/misc/FindAlgorithm.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		src/misc/SequenceContentFilterTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/misc/SequenceContentFilterTask.h -o _tmp/moc/release/moc_SequenceContentFilterTask.cpp

_tmp/moc/release/moc_MolecularSurface.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		src/molecular_geometry/GeomUtils.h \
		src/molecular_geometry/MolecularSurface.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/molecular_geometry/MolecularSurface.h -o _tmp/moc/release/moc_MolecularSurface.cpp

_tmp/moc/release/moc_AbstractAlignmentTask.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		src/msa_alignment/AbstractAlignmentTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/msa_alignment/AbstractAlignmentTask.h -o _tmp/moc/release/moc_AbstractAlignmentTask.cpp

_tmp/moc/release/moc_SimpleAddingToAlignment.cpp: ../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/MSAUtils.h \
		../U2Core/src/util/MSAUtils.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../../include/U2Algorithm/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Algorithm/AlignmentAlgorithmsRegistry.h \
		src/registry/AlignmentAlgorithmsRegistry.h \
		src/msa_alignment/SimpleAddingToAlignment.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/msa_alignment/SimpleAddingToAlignment.h -o _tmp/moc/release/moc_SimpleAddingToAlignment.cpp

_tmp/moc/release/moc_PairwiseAlignmentTask.cpp: src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Algorithm/AlignmentAlgorithmsRegistry.h \
		src/registry/AlignmentAlgorithmsRegistry.h \
		src/pairwise_alignment/PairwiseAlignmentTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/pairwise_alignment/PairwiseAlignmentTask.h -o _tmp/moc/release/moc_PairwiseAlignmentTask.cpp

_tmp/moc/release/moc_PhyTreeGeneratorTask.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/phyltree/PhyTreeGenerator.h \
		../../include/U2Core/PhyTree.h \
		../U2Core/src/datatype/PhyTree.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/phyltree/CreatePhyTreeSettings.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Algorithm/CreatePhyTreeSettings.h \
		src/phyltree/PhyTreeGeneratorTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/phyltree/PhyTreeGeneratorTask.h -o _tmp/moc/release/moc_PhyTreeGeneratorTask.cpp

_tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/registry/AlignmentAlgorithmsRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/AlignmentAlgorithmsRegistry.h -o _tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp

_tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp: ../../include/U2Algorithm/CDSearchTaskFactory.h \
		src/misc/CDSearchTaskFactory.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/registry/CDSearchTaskFactoryRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/CDSearchTaskFactoryRegistry.h -o _tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp

_tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/registry/DnaAssemblyAlgRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/DnaAssemblyAlgRegistry.h -o _tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp

_tmp/moc/release/moc_DnaAssemblyTask.cpp: ../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/registry/DnaAssemblyTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/DnaAssemblyTask.h -o _tmp/moc/release/moc_DnaAssemblyTask.cpp

_tmp/moc/release/moc_GenomeAssemblyRegistry.cpp: ../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/registry/GenomeAssemblyRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/GenomeAssemblyRegistry.h -o _tmp/moc/release/moc_GenomeAssemblyRegistry.cpp

_tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/RepeatFinderTaskFactory.h \
		src/misc/RepeatFinderTaskFactory.h \
		src/misc/RepeatFinderSettings.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/registry/RepeatFinderTaskFactoryRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/RepeatFinderTaskFactoryRegistry.h -o _tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp

_tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/registry/SecStructPredictAlgRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/SecStructPredictAlgRegistry.h -o _tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp

_tmp/moc/release/moc_SecStructPredictTask.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/registry/SecStructPredictTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/SecStructPredictTask.h -o _tmp/moc/release/moc_SecStructPredictTask.cpp

_tmp/moc/release/moc_SplicedAlignmentTask.cpp: ../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/registry/SplicedAlignmentTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/SplicedAlignmentTask.h -o _tmp/moc/release/moc_SplicedAlignmentTask.cpp

_tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/registry/SplicedAlignmentTaskRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/SplicedAlignmentTaskRegistry.h -o _tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp

_tmp/moc/release/moc_SubstMatrixRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		src/registry/SubstMatrixRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/registry/SubstMatrixRegistry.h -o _tmp/moc/release/moc_SubstMatrixRegistry.cpp

_tmp/moc/release/moc_SmithWatermanReportCallback.cpp: ../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.h \
		../../include/U2Core/AnnotationGroup.h \
		../U2Core/src/datatype/AnnotationGroup.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		src/smith_waterman/SmithWatermanReportCallback.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/smith_waterman/SmithWatermanReportCallback.h -o _tmp/moc/release/moc_SmithWatermanReportCallback.cpp

_tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/SmithWatermanTaskFactory.h \
		src/smith_waterman/SmithWatermanTaskFactory.h \
		src/smith_waterman/SmithWatermanSettings.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Algorithm/SmithWatermanReportCallback.h \
		src/smith_waterman/SmithWatermanReportCallback.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.h \
		../../include/U2Core/AnnotationGroup.h \
		../U2Core/src/datatype/AnnotationGroup.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Algorithm/SmithWatermanResultFilters.h \
		src/smith_waterman/SmithWatermanResultFilters.h \
		../../include/U2Core/SequenceWalkerTask.h \
		../U2Core/src/tasks/SequenceWalkerTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		src/smith_waterman/SmithWatermanTaskFactoryRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/smith_waterman/SmithWatermanTaskFactoryRegistry.h -o _tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp

_tmp/moc/release/moc_SWResultFilterRegistry.cpp: ../../include/U2Algorithm/SmithWatermanResultFilters.h \
		src/smith_waterman/SmithWatermanResultFilters.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/smith_waterman/SWResultFilterRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/smith_waterman/SWResultFilterRegistry.h -o _tmp/moc/release/moc_SWResultFilterRegistry.cpp

_tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/smith_waterman/SWMulAlignExternalPropTag.h \
		src/smith_waterman/SmithWatermanReportCallback.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.h \
		../../include/U2Core/AnnotationGroup.h \
		../U2Core/src/datatype/AnnotationGroup.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		src/smith_waterman/SWMulAlignResultNamesTagsRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/smith_waterman/SWMulAlignResultNamesTagsRegistry.h -o _tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp

_tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/BioStruct3DObject.h \
		../U2Core/src/gobjects/BioStruct3DObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2RawData.h \
		../U2Core/src/datatype/U2RawData.h \
		src/structural_alignment/StructuralAlignmentAlgorithm.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/structural_alignment/StructuralAlignmentAlgorithm.h -o _tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp

_tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/structural_alignment/StructuralAlignmentAlgorithmRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/structural_alignment/StructuralAlignmentAlgorithmRegistry.h -o _tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp

_tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_assembly_consensus/AssemblyConsensusAlgorithm.h -o _tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp

_tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp: src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.h -o _tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp

_tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp: src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.h -o _tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp

_tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp: src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.h -o _tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp

_tmp/moc/release/moc_MSAConsensusAlgorithm.cpp: ../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusAlgorithm.h -o _tmp/moc/release/moc_MSAConsensusAlgorithm.cpp

_tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp: src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MSAConsensusAlgorithmClustal.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusAlgorithmClustal.h -o _tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp

_tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp: src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MSAConsensusAlgorithmDefault.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusAlgorithmDefault.h -o _tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp

_tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp: src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.h -o _tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp

_tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp: src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MSAConsensusAlgorithmRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusAlgorithmRegistry.h -o _tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp

_tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp: src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MSAConsensusAlgorithmStrict.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusAlgorithmStrict.h -o _tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp

_tmp/moc/release/moc_MSAConsensusUtils.cpp: ../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MSAConsensusUtils.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_consensus/MSAConsensusUtils.h -o _tmp/moc/release/moc_MSAConsensusUtils.cpp

_tmp/moc/release/moc_MSADistanceAlgorithm.cpp: ../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/MSADistanceAlgorithm.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_distance/MSADistanceAlgorithm.h -o _tmp/moc/release/moc_MSADistanceAlgorithm.cpp

_tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp: src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		src/util_msa_distance/MSADistanceAlgorithmHamming.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_distance/MSADistanceAlgorithmHamming.h -o _tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp

_tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp: src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		src/util_msa_distance/MSADistanceAlgorithmSimilarity.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_distance/MSADistanceAlgorithmSimilarity.h -o _tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp

_tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp: src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.h -o _tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp

_tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp: src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/MSADistanceAlgorithmRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msa_distance/MSADistanceAlgorithmRegistry.h -o _tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp

_tmp/moc/release/moc_CreateSubalignmentTask.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/DocumentProviderTask.h \
		../U2Core/src/tasks/DocumentProviderTask.h \
		src/util_msaedit/CreateSubalignmentTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/CreateSubalignmentTask.h -o _tmp/moc/release/moc_CreateSubalignmentTask.cpp

_tmp/moc/release/moc_MsaUtilTasks.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/util_msaedit/MsaUtilTasks.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/MsaUtilTasks.h -o _tmp/moc/release/moc_MsaUtilTasks.cpp

_tmp/moc/release/moc_MsaColorScheme.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/color_schemes/MsaColorScheme.h -o _tmp/moc/release/moc_MsaColorScheme.cpp

_tmp/moc/release/moc_MsaColorSchemeClustalX.cpp: src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/MsaColorSchemeClustalX.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/color_schemes/MsaColorSchemeClustalX.h -o _tmp/moc/release/moc_MsaColorSchemeClustalX.cpp

_tmp/moc/release/moc_MsaColorSchemeCustom.cpp: src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/MsaColorSchemeCustom.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/color_schemes/MsaColorSchemeCustom.h -o _tmp/moc/release/moc_MsaColorSchemeCustom.cpp

_tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp: src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.h -o _tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp

_tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp: src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h -o _tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp

_tmp/moc/release/moc_MsaColorSchemeStatic.cpp: src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/MsaColorSchemeStatic.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/color_schemes/MsaColorSchemeStatic.h -o _tmp/moc/release/moc_MsaColorSchemeStatic.cpp

_tmp/moc/release/moc_MsaHighlightingScheme.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h -o _tmp/moc/release/moc_MsaHighlightingScheme.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.h -o _tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.h -o _tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.h -o _tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.h -o _tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.h -o _tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.h -o _tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp

_tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.h -o _tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp

_tmp/moc/release/moc_ORFAlgorithmTask.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		src/util_orf/ORFFinder.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/util_orf/ORFAlgorithmTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_orf/ORFAlgorithmTask.h -o _tmp/moc/release/moc_ORFAlgorithmTask.cpp

_tmp/moc/release/moc_SArrayBasedFindTask.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Algorithm/BitsTable.h \
		src/misc/BitsTable.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		src/util_sarray/SArrayBasedFindTask.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_sarray/SArrayBasedFindTask.h -o _tmp/moc/release/moc_SArrayBasedFindTask.cpp

_tmp/moc/release/moc_SArrayIndex.cpp: ../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Algorithm/BitsTable.h \
		src/misc/BitsTable.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		src/util_sarray/SArrayIndex.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_sarray/SArrayIndex.h -o _tmp/moc/release/moc_SArrayIndex.cpp

_tmp/moc/release/moc_PWMConversionAlgorithm.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_weight_matrix/PWMConversionAlgorithm.h -o _tmp/moc/release/moc_PWMConversionAlgorithm.cpp

_tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		src/util_weight_matrix/PWMConversionAlgorithmBVH.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_weight_matrix/PWMConversionAlgorithmBVH.h -o _tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp

_tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		src/util_weight_matrix/PWMConversionAlgorithmLOD.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_weight_matrix/PWMConversionAlgorithmLOD.h -o _tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp

_tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		src/util_weight_matrix/PWMConversionAlgorithmMCH.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_weight_matrix/PWMConversionAlgorithmMCH.h -o _tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp

_tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp: ../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		src/util_weight_matrix/PWMConversionAlgorithmNLG.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_weight_matrix/PWMConversionAlgorithmNLG.h -o _tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp

_tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp: src/util_weight_matrix/PWMConversionAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithmRegistry.h
	/usr/lib/x86_64-linux-gnu/qt5/bin/moc $(DEFINES) -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Algorithm/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/libs_3rdparty/samtools/src/samtools -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtScript -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include src/util_weight_matrix/PWMConversionAlgorithmRegistry.h -o _tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp

compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_rcc_clean compiler_moc_header_clean 

####### Compile

_tmp/obj/release/BinaryFindOpenCL.o: src/misc/BinaryFindOpenCL.cpp src/misc/BinaryFindOpenCL.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/OpenCLGpuRegistry.h \
		src/registry/OpenCLGpuRegistry.h \
		../../include/U2Algorithm/OpenCLHelper.h \
		src/util_gpu/opencl/OpenCLHelper.h \
		../../include/U2Core/global.h \
		../../include/opencl/legacy/cl.h \
		../../include/opencl/legacy/cl_platform.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/GAutoDeleteList.h \
		../U2Core/src/util/GAutoDeleteList.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Algorithm/OpenCLUtils.h \
		src/util_gpu/opencl/OpenCLUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BinaryFindOpenCL.o src/misc/BinaryFindOpenCL.cpp

_tmp/obj/release/BitsTable.o: src/misc/BitsTable.cpp src/misc/BitsTable.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BitsTable.o src/misc/BitsTable.cpp

_tmp/obj/release/DnaAssemblyMultiTask.o: src/misc/DnaAssemblyMultiTask.cpp src/misc/DnaAssemblyMultiTask.h \
		../../include/U2Algorithm/DnaAssemblyTask.h \
		src/registry/DnaAssemblyTask.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Core/ProjectModel.h \
		../U2Core/src/models/ProjectModel.h \
		../../include/U2Algorithm/DnaAssemblyAlgRegistry.h \
		src/registry/DnaAssemblyAlgRegistry.h \
		../../include/U2Gui/OpenViewTask.h \
		../U2Gui/src/OpenViewTask.h \
		../../include/U2Core/AddDocumentTask.h \
		../U2Core/src/tasks/AddDocumentTask.h \
		../../include/U2Gui/MainWindow.h \
		../U2Gui/src/MainWindow.h \
		../../include/U2Core/PluginModel.h \
		../U2Core/src/globals/PluginModel.h \
		../../include/U2Core/ServiceTypes.h \
		../U2Core/src/globals/ServiceTypes.h \
		../U2Core/src/globals/ServiceModel.h \
		../U2Gui/src/NotificationsTypes.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/DnaAssemblyMultiTask.o src/misc/DnaAssemblyMultiTask.cpp

_tmp/obj/release/EnzymeModel.o: src/misc/EnzymeModel.cpp src/misc/EnzymeModel.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/EnzymeModel.o src/misc/EnzymeModel.cpp

_tmp/obj/release/FindAlgorithm.o: src/misc/FindAlgorithm.cpp ../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Algorithm/DynTable.h \
		src/misc/DynTable.h \
		src/misc/RollingMatrix.h \
		../../include/U2Algorithm/RollingArray.h \
		src/misc/RollingArray.h \
		../../include/U2Core/U2AlphabetUtils.h \
		../U2Core/src/util/U2AlphabetUtils.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Timer.h \
		../U2Core/src/globals/Timer.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h \
		src/misc/FindAlgorithm.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/FindAlgorithm.o src/misc/FindAlgorithm.cpp

_tmp/obj/release/FindAlgorithmTask.o: src/misc/FindAlgorithmTask.cpp ../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/ProjectModel.h \
		../U2Core/src/models/ProjectModel.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/IOAdapterUtils.h \
		../U2Core/src/util/IOAdapterUtils.h \
		../../include/U2Core/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		src/misc/FindAlgorithmTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/misc/FindAlgorithm.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/FindAlgorithmTask.o src/misc/FindAlgorithmTask.cpp

_tmp/obj/release/GenomeAssemblyMultiTask.o: src/misc/GenomeAssemblyMultiTask.cpp src/misc/GenomeAssemblyMultiTask.h \
		../../include/U2Algorithm/GenomeAssemblyRegistry.h \
		src/registry/GenomeAssemblyRegistry.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Core/ProjectModel.h \
		../U2Core/src/models/ProjectModel.h \
		../../include/U2Algorithm/DnaAssemblyAlgRegistry.h \
		src/registry/DnaAssemblyAlgRegistry.h \
		../../include/U2Gui/OpenViewTask.h \
		../U2Gui/src/OpenViewTask.h \
		../../include/U2Core/AddDocumentTask.h \
		../U2Core/src/tasks/AddDocumentTask.h \
		../../include/U2Gui/MainWindow.h \
		../U2Gui/src/MainWindow.h \
		../../include/U2Core/PluginModel.h \
		../U2Core/src/globals/PluginModel.h \
		../../include/U2Core/ServiceTypes.h \
		../U2Core/src/globals/ServiceTypes.h \
		../U2Core/src/globals/ServiceModel.h \
		../U2Gui/src/NotificationsTypes.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/GenomeAssemblyMultiTask.o src/misc/GenomeAssemblyMultiTask.cpp

_tmp/obj/release/SequenceContentFilterTask.o: src/misc/SequenceContentFilterTask.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/global.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		src/misc/SequenceContentFilterTask.h \
		../../include/U2Core/AbstractProjectFilterTask.h \
		../U2Core/src/tasks/AbstractProjectFilterTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/ProjectTreeControllerModeSettings.h \
		../U2Core/src/globals/ProjectTreeControllerModeSettings.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Algorithm/FindAlgorithm.h \
		src/misc/FindAlgorithm.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SequenceContentFilterTask.o src/misc/SequenceContentFilterTask.cpp

_tmp/obj/release/GeomUtils.o: src/molecular_geometry/GeomUtils.cpp src/molecular_geometry/GeomUtils.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/GeomUtils.o src/molecular_geometry/GeomUtils.cpp

_tmp/obj/release/MolecularSurface.o: src/molecular_geometry/MolecularSurface.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/molecular_geometry/MolecularSurface.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		src/molecular_geometry/GeomUtils.h \
		src/molecular_geometry/MolecularSurfaceFactoryRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MolecularSurface.o src/molecular_geometry/MolecularSurface.cpp

_tmp/obj/release/MolecularSurfaceFactoryRegistry.o: src/molecular_geometry/MolecularSurfaceFactoryRegistry.cpp src/molecular_geometry/VanDerWaalsSurface.h \
		src/molecular_geometry/MolecularSurface.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		src/molecular_geometry/GeomUtils.h \
		src/molecular_geometry/MolecularSurfaceFactoryRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MolecularSurfaceFactoryRegistry.o src/molecular_geometry/MolecularSurfaceFactoryRegistry.cpp

_tmp/obj/release/VanDerWaalsSurface.o: src/molecular_geometry/VanDerWaalsSurface.cpp src/molecular_geometry/VanDerWaalsSurface.h \
		src/molecular_geometry/MolecularSurface.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		src/molecular_geometry/GeomUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/VanDerWaalsSurface.o src/molecular_geometry/VanDerWaalsSurface.cpp

_tmp/obj/release/AbstractAlignmentTask.o: src/msa_alignment/AbstractAlignmentTask.cpp src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AbstractAlignmentTask.o src/msa_alignment/AbstractAlignmentTask.cpp

_tmp/obj/release/AlignSequencesToAlignmentTaskSettings.o: src/msa_alignment/AlignSequencesToAlignmentTaskSettings.cpp src/msa_alignment/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AlignSequencesToAlignmentTaskSettings.o src/msa_alignment/AlignSequencesToAlignmentTaskSettings.cpp

_tmp/obj/release/BaseAlignmentAlgorithmIds.o: src/msa_alignment/BaseAlignmentAlgorithmIds.cpp src/msa_alignment/BaseAlignmentAlgorithmIds.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BaseAlignmentAlgorithmIds.o src/msa_alignment/BaseAlignmentAlgorithmIds.cpp

_tmp/obj/release/SimpleAddingToAlignment.o: src/msa_alignment/SimpleAddingToAlignment.cpp ../../include/U2Algorithm/BaseAlignmentAlgorithmsIds.h \
		src/msa_alignment/BaseAlignmentAlgorithmIds.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/MSAUtils.h \
		../U2Core/src/util/MSAUtils.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/MsaDbiUtils.h \
		../U2Core/src/util/MsaDbiUtils.h \
		../../include/U2Core/U2MsaDbi.h \
		../U2Core/src/dbi/U2MsaDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/MultipleSequenceAlignmentExporter.h \
		../U2Core/src/util/MultipleSequenceAlignmentExporter.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		src/msa_alignment/SimpleAddingToAlignment.h \
		../../include/U2Algorithm/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Algorithm/AlignmentAlgorithmsRegistry.h \
		src/registry/AlignmentAlgorithmsRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SimpleAddingToAlignment.o src/msa_alignment/SimpleAddingToAlignment.cpp

_tmp/obj/release/NWAligner.o: src/pairwise_alignment/NWAligner.cpp src/pairwise_alignment/NWAligner.h \
		../../include/U2Algorithm/PairwiseAligner.h \
		src/pairwise_alignment/PairwiseAligner.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Algorithm/SubstMatrixRegistry.h \
		src/registry/SubstMatrixRegistry.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/Timer.h \
		../U2Core/src/globals/Timer.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/U2AlphabetUtils.h \
		../U2Core/src/util/U2AlphabetUtils.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/NWAligner.o src/pairwise_alignment/NWAligner.cpp

_tmp/obj/release/PairwiseAligner.o: src/pairwise_alignment/PairwiseAligner.cpp ../../include/U2Algorithm/NWAligner.h \
		src/pairwise_alignment/NWAligner.h \
		../../include/U2Algorithm/PairwiseAligner.h \
		src/pairwise_alignment/PairwiseAligner.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PairwiseAligner.o src/pairwise_alignment/PairwiseAligner.cpp

_tmp/obj/release/PairwiseAlignmentTask.o: src/pairwise_alignment/PairwiseAlignmentTask.cpp src/pairwise_alignment/PairwiseAlignmentTask.h \
		src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Algorithm/AlignmentAlgorithmsRegistry.h \
		src/registry/AlignmentAlgorithmsRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PairwiseAlignmentTask.o src/pairwise_alignment/PairwiseAlignmentTask.cpp

_tmp/obj/release/CreatePhyTreeSettings.o: src/phyltree/CreatePhyTreeSettings.cpp src/phyltree/CreatePhyTreeSettings.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/CreatePhyTreeSettings.o src/phyltree/CreatePhyTreeSettings.cpp

_tmp/obj/release/PhyTreeGeneratorRegistry.o: src/phyltree/PhyTreeGeneratorRegistry.cpp ../../include/U2Algorithm/PhyTreeGeneratorRegistry.h \
		src/phyltree/PhyTreeGeneratorRegistry.h \
		src/phyltree/PhyTreeGenerator.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/PhyTree.h \
		../U2Core/src/datatype/PhyTree.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/phyltree/CreatePhyTreeSettings.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PhyTreeGeneratorRegistry.o src/phyltree/PhyTreeGeneratorRegistry.cpp

_tmp/obj/release/PhyTreeGeneratorTask.o: src/phyltree/PhyTreeGeneratorTask.cpp ../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/phyltree/PhyTreeGeneratorTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/phyltree/PhyTreeGenerator.h \
		../../include/U2Core/PhyTree.h \
		../U2Core/src/datatype/PhyTree.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/phyltree/CreatePhyTreeSettings.h \
		../../include/U2Algorithm/CreatePhyTreeSettings.h \
		src/phyltree/PhyTreeGeneratorRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PhyTreeGeneratorTask.o src/phyltree/PhyTreeGeneratorTask.cpp

_tmp/obj/release/AlignmentAlgorithmsRegistry.o: src/registry/AlignmentAlgorithmsRegistry.cpp ../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2View/AlignmentAlgorithmGUIExtension.h \
		../U2View/src/util_msa_align/AlignmentAlgorithmGUIExtension.h \
		src/registry/AlignmentAlgorithmsRegistry.h \
		src/msa_alignment/SimpleAddingToAlignment.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/MSAUtils.h \
		../U2Core/src/util/MSAUtils.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../../include/U2Algorithm/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AlignSequencesToAlignmentTaskSettings.h \
		src/msa_alignment/AbstractAlignmentTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Algorithm/AlignmentAlgorithmsRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AlignmentAlgorithmsRegistry.o src/registry/AlignmentAlgorithmsRegistry.cpp

_tmp/obj/release/CudaGpuRegistry.o: src/registry/CudaGpuRegistry.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Settings.h \
		../U2Core/src/globals/Settings.h \
		../../include/U2Core/global.h \
		src/registry/CudaGpuRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/CudaGpuRegistry.o src/registry/CudaGpuRegistry.cpp

_tmp/obj/release/DnaAssemblyAlgRegistry.o: src/registry/DnaAssemblyAlgRegistry.cpp src/registry/DnaAssemblyAlgRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/DnaAssemblyTask.h \
		src/registry/DnaAssemblyTask.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2View/DnaAssemblyGUIExtension.h \
		../U2View/src/util_dna_assembly/DnaAssemblyGUIExtension.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/DnaAssemblyAlgRegistry.o src/registry/DnaAssemblyAlgRegistry.cpp

_tmp/obj/release/DnaAssemblyTask.o: src/registry/DnaAssemblyTask.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/AppSettings.h \
		../U2Core/src/globals/AppSettings.h \
		../../include/U2Core/global.h \
		../../include/U2Core/UserApplicationsSettings.h \
		../U2Core/src/globals/UserApplicationsSettings.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/registry/DnaAssemblyTask.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/DnaAssemblyTask.o src/registry/DnaAssemblyTask.cpp

_tmp/obj/release/GenomeAssemblyRegistry.o: src/registry/GenomeAssemblyRegistry.cpp src/registry/GenomeAssemblyRegistry.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/GenomeAssemblyRegistry.o src/registry/GenomeAssemblyRegistry.cpp

_tmp/obj/release/OpenCLGpuRegistry.o: src/registry/OpenCLGpuRegistry.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Settings.h \
		../U2Core/src/globals/Settings.h \
		../../include/U2Core/global.h \
		src/registry/OpenCLGpuRegistry.h \
		../../include/U2Algorithm/OpenCLHelper.h \
		src/util_gpu/opencl/OpenCLHelper.h \
		../../include/opencl/legacy/cl.h \
		../../include/opencl/legacy/cl_platform.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/OpenCLGpuRegistry.o src/registry/OpenCLGpuRegistry.cpp

_tmp/obj/release/RepeatFinderTaskFactoryRegistry.o: src/registry/RepeatFinderTaskFactoryRegistry.cpp src/registry/RepeatFinderTaskFactoryRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/RepeatFinderTaskFactory.h \
		src/misc/RepeatFinderTaskFactory.h \
		src/misc/RepeatFinderSettings.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/RepeatFinderTaskFactoryRegistry.o src/registry/RepeatFinderTaskFactoryRegistry.cpp

_tmp/obj/release/SecStructPredictAlgRegistry.o: src/registry/SecStructPredictAlgRegistry.cpp ../../include/U2Algorithm/SecStructPredictTask.h \
		src/registry/SecStructPredictTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/registry/SecStructPredictAlgRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SecStructPredictAlgRegistry.o src/registry/SecStructPredictAlgRegistry.cpp

_tmp/obj/release/SecStructPredictTask.o: src/registry/SecStructPredictTask.cpp src/registry/SecStructPredictTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SecStructPredictTask.o src/registry/SecStructPredictTask.cpp

_tmp/obj/release/SplicedAlignmentTask.o: src/registry/SplicedAlignmentTask.cpp src/registry/SplicedAlignmentTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SplicedAlignmentTask.o src/registry/SplicedAlignmentTask.cpp

_tmp/obj/release/SplicedAlignmentTaskRegistry.o: src/registry/SplicedAlignmentTaskRegistry.cpp src/registry/SplicedAlignmentTaskRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/registry/SplicedAlignmentTask.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SplicedAlignmentTaskRegistry.o src/registry/SplicedAlignmentTaskRegistry.cpp

_tmp/obj/release/SubstMatrixRegistry.o: src/registry/SubstMatrixRegistry.cpp src/registry/SubstMatrixRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/U2AlphabetUtils.h \
		../U2Core/src/util/U2AlphabetUtils.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/Timer.h \
		../U2Core/src/globals/Timer.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SubstMatrixRegistry.o src/registry/SubstMatrixRegistry.cpp

_tmp/obj/release/SmithWatermanReportCallback.o: src/smith_waterman/SmithWatermanReportCallback.cpp ../../include/U2Algorithm/SWMulAlignResultNamesTagsRegistry.h \
		src/smith_waterman/SWMulAlignResultNamesTagsRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/smith_waterman/SWMulAlignExternalPropTag.h \
		src/smith_waterman/SmithWatermanReportCallback.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.h \
		../../include/U2Core/AnnotationGroup.h \
		../U2Core/src/datatype/AnnotationGroup.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/IOAdapterUtils.h \
		../U2Core/src/util/IOAdapterUtils.h \
		../../include/U2Core/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/MultipleSequenceAlignmentExporter.h \
		../U2Core/src/util/MultipleSequenceAlignmentExporter.h \
		../../include/U2Core/MultipleSequenceAlignmentImporter.h \
		../U2Core/src/util/MultipleSequenceAlignmentImporter.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../../include/U2Core/MSAUtils.h \
		../U2Core/src/util/MSAUtils.h \
		../../include/U2Core/MsaDbiUtils.h \
		../U2Core/src/util/MsaDbiUtils.h \
		../../include/U2Core/U2MsaDbi.h \
		../U2Core/src/dbi/U2MsaDbi.h \
		../../include/U2Core/ProjectModel.h \
		../U2Core/src/models/ProjectModel.h \
		../../include/U2Core/SaveDocumentTask.h \
		../U2Core/src/tasks/SaveDocumentTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U1AnnotationUtils.h \
		../U2Core/src/util/U1AnnotationUtils.h \
		../../include/U2Core/U2AlphabetUtils.h \
		../U2Core/src/util/U2AlphabetUtils.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/Timer.h \
		../U2Core/src/globals/Timer.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2SequenceDbi.h \
		../U2Core/src/dbi/U2SequenceDbi.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SmithWatermanReportCallback.o src/smith_waterman/SmithWatermanReportCallback.cpp

_tmp/obj/release/SmithWatermanResult.o: src/smith_waterman/SmithWatermanResult.cpp src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SmithWatermanResult.o src/smith_waterman/SmithWatermanResult.cpp

_tmp/obj/release/SmithWatermanResultFilters.o: src/smith_waterman/SmithWatermanResultFilters.cpp src/smith_waterman/SmithWatermanResultFilters.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SmithWatermanResultFilters.o src/smith_waterman/SmithWatermanResultFilters.cpp

_tmp/obj/release/SmithWatermanTaskFactoryRegistry.o: src/smith_waterman/SmithWatermanTaskFactoryRegistry.cpp src/smith_waterman/SmithWatermanTaskFactoryRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/SmithWatermanTaskFactory.h \
		src/smith_waterman/SmithWatermanTaskFactory.h \
		src/smith_waterman/SmithWatermanSettings.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Algorithm/SmithWatermanReportCallback.h \
		src/smith_waterman/SmithWatermanReportCallback.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.h \
		../../include/U2Core/AnnotationGroup.h \
		../U2Core/src/datatype/AnnotationGroup.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Algorithm/SmithWatermanResultFilters.h \
		src/smith_waterman/SmithWatermanResultFilters.h \
		../../include/U2Core/SequenceWalkerTask.h \
		../U2Core/src/tasks/SequenceWalkerTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SmithWatermanTaskFactoryRegistry.o src/smith_waterman/SmithWatermanTaskFactoryRegistry.cpp

_tmp/obj/release/SmithWatermanUtil.o: src/smith_waterman/SmithWatermanUtil.cpp src/smith_waterman/SmithWatermanUtil.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/SMatrix.h \
		../U2Core/src/datatype/SMatrix.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SmithWatermanUtil.o src/smith_waterman/SmithWatermanUtil.cpp

_tmp/obj/release/SWResultFilterRegistry.o: src/smith_waterman/SWResultFilterRegistry.cpp src/smith_waterman/SWResultFilterRegistry.h \
		../../include/U2Algorithm/SmithWatermanResultFilters.h \
		src/smith_waterman/SmithWatermanResultFilters.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SWResultFilterRegistry.o src/smith_waterman/SWResultFilterRegistry.cpp

_tmp/obj/release/SWMulAlignExternalPropTag.o: src/smith_waterman/SWMulAlignExternalPropTag.cpp src/smith_waterman/SWMulAlignExternalPropTag.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SWMulAlignExternalPropTag.o src/smith_waterman/SWMulAlignExternalPropTag.cpp

_tmp/obj/release/SWMulAlignResultNamesTagsRegistry.o: src/smith_waterman/SWMulAlignResultNamesTagsRegistry.cpp src/smith_waterman/SWMulAlignResultNamesTagsRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		src/smith_waterman/SWMulAlignExternalPropTag.h \
		src/smith_waterman/SmithWatermanReportCallback.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.h \
		../../include/U2Core/AnnotationGroup.h \
		../U2Core/src/datatype/AnnotationGroup.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		src/smith_waterman/SWMulAlignSeqPrefixTag.h \
		src/smith_waterman/SWMulAlignSubseqPropTag.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SWMulAlignResultNamesTagsRegistry.o src/smith_waterman/SWMulAlignResultNamesTagsRegistry.cpp

_tmp/obj/release/SWMulAlignSeqPrefixTag.o: src/smith_waterman/SWMulAlignSeqPrefixTag.cpp src/smith_waterman/SWMulAlignSeqPrefixTag.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SWMulAlignSeqPrefixTag.o src/smith_waterman/SWMulAlignSeqPrefixTag.cpp

_tmp/obj/release/SWMulAlignSubseqPropTag.o: src/smith_waterman/SWMulAlignSubseqPropTag.cpp src/smith_waterman/SWMulAlignSubseqPropTag.h \
		src/smith_waterman/SWMulAlignResultNamesTag.h \
		../../include/U2Algorithm/SmithWatermanResult.h \
		src/smith_waterman/SmithWatermanResult.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SWMulAlignSubseqPropTag.o src/smith_waterman/SWMulAlignSubseqPropTag.cpp

_tmp/obj/release/StructuralAlignmentAlgorithm.o: src/structural_alignment/StructuralAlignmentAlgorithm.cpp src/structural_alignment/StructuralAlignmentAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/BioStruct3DObject.h \
		../U2Core/src/gobjects/BioStruct3DObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2RawData.h \
		../U2Core/src/datatype/U2RawData.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/StructuralAlignmentAlgorithm.o src/structural_alignment/StructuralAlignmentAlgorithm.cpp

_tmp/obj/release/StructuralAlignmentAlgorithmFactory.o: src/structural_alignment/StructuralAlignmentAlgorithmFactory.cpp src/structural_alignment/StructuralAlignmentAlgorithmFactory.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/structural_alignment/StructuralAlignmentAlgorithm.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/BioStruct3DObject.h \
		../U2Core/src/gobjects/BioStruct3DObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2RawData.h \
		../U2Core/src/datatype/U2RawData.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/StructuralAlignmentAlgorithmFactory.o src/structural_alignment/StructuralAlignmentAlgorithmFactory.cpp

_tmp/obj/release/StructuralAlignmentAlgorithmRegistry.o: src/structural_alignment/StructuralAlignmentAlgorithmRegistry.cpp src/structural_alignment/StructuralAlignmentAlgorithmRegistry.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/structural_alignment/StructuralAlignmentAlgorithmFactory.h \
		src/structural_alignment/StructuralAlignmentAlgorithm.h \
		../../include/U2Core/Matrix44.h \
		../U2Core/src/datatype/Matrix44.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/BioStruct3D.h \
		../U2Core/src/datatype/BioStruct3D.h \
		../../include/U2Core/Vector3D.h \
		../U2Core/src/datatype/Vector3D.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/BioStruct3DObject.h \
		../U2Core/src/gobjects/BioStruct3DObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2RawData.h \
		../U2Core/src/datatype/U2RawData.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/StructuralAlignmentAlgorithmRegistry.o src/structural_alignment/StructuralAlignmentAlgorithmRegistry.cpp

_tmp/obj/release/AssemblyConsensusAlgorithm.o: src/util_assembly_consensus/AssemblyConsensusAlgorithm.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AssemblyConsensusAlgorithm.o src/util_assembly_consensus/AssemblyConsensusAlgorithm.cpp

_tmp/obj/release/AssemblyConsensusAlgorithmDefault.o: src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.h \
		src/util_assembly_consensus/AssemblyConsensusUtils.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2AssemblyReadIterator.h \
		../U2Core/src/util/U2AssemblyReadIterator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AssemblyConsensusAlgorithmDefault.o src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.cpp

_tmp/obj/release/AssemblyConsensusAlgorithmRegistry.o: src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmDefault.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AssemblyConsensusAlgorithmRegistry.o src/util_assembly_consensus/AssemblyConsensusAlgorithmRegistry.cpp

_tmp/obj/release/AssemblyConsensusAlgorithmSamtools.o: src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.cpp src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.h \
		../../libs_3rdparty/samtools/src/SamtoolsAdapter.h \
		../../libs_3rdparty/samtools/src/samtools/bam.h \
		../../libs_3rdparty/samtools/src/samtools/bgzf.h \
		../../include/3rdparty/zlib/zlib.h \
		../../libs_3rdparty/zlib/src/zlib.h \
		../../libs_3rdparty/zlib/src/zconf.h \
		../../libs_3rdparty/samtools/src/samtools/knetfile.h \
		../../include/U2Core/U2AssemblyDbi.h \
		../U2Core/src/dbi/U2AssemblyDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Attribute.h \
		../U2Core/src/datatype/U2Attribute.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../libs_3rdparty/samtools/src/samtools/bam2bcf.h \
		../../libs_3rdparty/samtools/src/samtools/errmod.h \
		../../libs_3rdparty/samtools/src/samtools/bcftools/bcf.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AssemblyConsensusAlgorithmSamtools.o src/util_assembly_consensus/AssemblyConsensusAlgorithmSamtools.cpp

_tmp/obj/release/AssemblyConsensusUtils.o: src/util_assembly_consensus/AssemblyConsensusUtils.cpp src/util_assembly_consensus/AssemblyConsensusUtils.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Range.h \
		../U2Core/src/datatype/U2Range.h \
		src/util_assembly_consensus/AssemblyConsensusAlgorithm.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/AssemblyConsensusUtils.o src/util_assembly_consensus/AssemblyConsensusUtils.cpp

_tmp/obj/release/BuiltInAssemblyConsensusAlgorithms.o: src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.cpp src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BuiltInAssemblyConsensusAlgorithms.o src/util_assembly_consensus/BuiltInAssemblyConsensusAlgorithms.cpp

_tmp/obj/release/BuiltInConsensusAlgorithms.o: src/util_msa_consensus/BuiltInConsensusAlgorithms.cpp src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BuiltInConsensusAlgorithms.o src/util_msa_consensus/BuiltInConsensusAlgorithms.cpp

_tmp/obj/release/MaConsensusAlgorithmSimpleExtended.o: src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.cpp ../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MaConsensusAlgorithmSimpleExtended.o src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.cpp

_tmp/obj/release/MSAConsensusAlgorithm.o: src/util_msa_consensus/MSAConsensusAlgorithm.cpp src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MSAConsensusUtils.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusAlgorithm.o src/util_msa_consensus/MSAConsensusAlgorithm.cpp

_tmp/obj/release/MSAConsensusAlgorithmClustal.o: src/util_msa_consensus/MSAConsensusAlgorithmClustal.cpp src/util_msa_consensus/MSAConsensusAlgorithmClustal.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusAlgorithmClustal.o src/util_msa_consensus/MSAConsensusAlgorithmClustal.cpp

_tmp/obj/release/MSAConsensusAlgorithmDefault.o: src/util_msa_consensus/MSAConsensusAlgorithmDefault.cpp src/util_msa_consensus/MSAConsensusAlgorithmDefault.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusAlgorithmDefault.o src/util_msa_consensus/MSAConsensusAlgorithmDefault.cpp

_tmp/obj/release/MSAConsensusAlgorithmLevitsky.o: src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.cpp src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusAlgorithmLevitsky.o src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.cpp

_tmp/obj/release/MSAConsensusAlgorithmRegistry.o: src/util_msa_consensus/MSAConsensusAlgorithmRegistry.cpp src/util_msa_consensus/MaConsensusAlgorithmSimpleExtended.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MSAConsensusAlgorithmClustal.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		src/util_msa_consensus/MSAConsensusAlgorithmDefault.h \
		src/util_msa_consensus/MSAConsensusAlgorithmLevitsky.h \
		src/util_msa_consensus/MSAConsensusAlgorithmRegistry.h \
		src/util_msa_consensus/MSAConsensusAlgorithmStrict.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusAlgorithmRegistry.o src/util_msa_consensus/MSAConsensusAlgorithmRegistry.cpp

_tmp/obj/release/MSAConsensusAlgorithmStrict.o: src/util_msa_consensus/MSAConsensusAlgorithmStrict.cpp src/util_msa_consensus/MSAConsensusAlgorithmStrict.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/BuiltInConsensusAlgorithms.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/util_msa_consensus/MSAConsensusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusAlgorithmStrict.o src/util_msa_consensus/MSAConsensusAlgorithmStrict.cpp

_tmp/obj/release/MSAConsensusUtils.o: src/util_msa_consensus/MSAConsensusUtils.cpp src/util_msa_consensus/MSAConsensusUtils.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/util_msa_consensus/MSAConsensusAlgorithm.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSAConsensusUtils.o src/util_msa_consensus/MSAConsensusUtils.cpp

_tmp/obj/release/BuiltInDistanceAlgorithms.o: src/util_msa_distance/BuiltInDistanceAlgorithms.cpp src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BuiltInDistanceAlgorithms.o src/util_msa_distance/BuiltInDistanceAlgorithms.cpp

_tmp/obj/release/MSADistanceAlgorithm.o: src/util_msa_distance/MSADistanceAlgorithm.cpp src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSADistanceAlgorithm.o src/util_msa_distance/MSADistanceAlgorithm.cpp

_tmp/obj/release/MSADistanceAlgorithmHamming.o: src/util_msa_distance/MSADistanceAlgorithmHamming.cpp src/util_msa_distance/MSADistanceAlgorithmHamming.h \
		src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSADistanceAlgorithmHamming.o src/util_msa_distance/MSADistanceAlgorithmHamming.cpp

_tmp/obj/release/MSADistanceAlgorithmSimilarity.o: src/util_msa_distance/MSADistanceAlgorithmSimilarity.cpp src/util_msa_distance/MSADistanceAlgorithmSimilarity.h \
		src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSADistanceAlgorithmSimilarity.o src/util_msa_distance/MSADistanceAlgorithmSimilarity.cpp

_tmp/obj/release/MSADistanceAlgorithmHammingRevCompl.o: src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.cpp src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.h \
		src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSADistanceAlgorithmHammingRevCompl.o src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.cpp

_tmp/obj/release/MSADistanceAlgorithmRegistry.o: src/util_msa_distance/MSADistanceAlgorithmRegistry.cpp src/util_msa_distance/MSADistanceAlgorithmRegistry.h \
		src/util_msa_distance/MSADistanceAlgorithm.h \
		../../include/U2Core/AppResources.h \
		../U2Core/src/globals/AppResources.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		src/util_msa_distance/MSADistanceAlgorithmHamming.h \
		src/util_msa_distance/BuiltInDistanceAlgorithms.h \
		src/util_msa_distance/MSADistanceAlgorithmSimilarity.h \
		src/util_msa_distance/MSADistanceAlgorithmHammingRevCompl.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MSADistanceAlgorithmRegistry.o src/util_msa_distance/MSADistanceAlgorithmRegistry.cpp

_tmp/obj/release/CreateSubalignmentTask.o: src/util_msaedit/CreateSubalignmentTask.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/AppSettings.h \
		../U2Core/src/globals/AppSettings.h \
		../../include/U2Core/global.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/GHints.h \
		../U2Core/src/models/GHints.h \
		../../include/U2Core/GObjectUtils.h \
		../U2Core/src/gobjects/GObjectUtils.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/GUrlUtils.h \
		../U2Core/src/util/GUrlUtils.h \
		../../include/U2Core/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/IOAdapterUtils.h \
		../U2Core/src/util/IOAdapterUtils.h \
		../../include/U2Core/LocalFileAdapter.h \
		../U2Core/src/io/LocalFileAdapter.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/MultipleSequenceAlignmentImporter.h \
		../U2Core/src/util/MultipleSequenceAlignmentImporter.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/SaveDocumentTask.h \
		../U2Core/src/tasks/SaveDocumentTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/UserApplicationsSettings.h \
		../U2Core/src/globals/UserApplicationsSettings.h \
		src/util_msaedit/CreateSubalignmentTask.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../../include/U2Core/DocumentProviderTask.h \
		../U2Core/src/tasks/DocumentProviderTask.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/CreateSubalignmentTask.o src/util_msaedit/CreateSubalignmentTask.cpp

_tmp/obj/release/MsaUtilTasks.o: src/util_msaedit/MsaUtilTasks.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/AppSettings.h \
		../U2Core/src/globals/AppSettings.h \
		../../include/U2Core/global.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/GHints.h \
		../U2Core/src/models/GHints.h \
		../../include/U2Core/GUrlUtils.h \
		../U2Core/src/util/GUrlUtils.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/IOAdapterUtils.h \
		../U2Core/src/util/IOAdapterUtils.h \
		../../include/U2Core/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/MultipleSequenceAlignmentImporter.h \
		../U2Core/src/util/MultipleSequenceAlignmentImporter.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/MultipleSequenceAlignmentObject.h \
		../U2Core/src/gobjects/MultipleSequenceAlignmentObject.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../../include/U2Core/MSAUtils.h \
		../U2Core/src/util/MSAUtils.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/U2FormatCheckResult.h \
		../U2Core/src/dbi/U2FormatCheckResult.h \
		../../include/U2Core/U2Mod.h \
		../U2Core/src/datatype/U2Mod.h \
		../../include/U2Core/DbiConnection.h \
		../U2Core/src/dbi/DbiConnection.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/UserApplicationsSettings.h \
		../U2Core/src/globals/UserApplicationsSettings.h \
		src/util_msaedit/MsaUtilTasks.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaUtilTasks.o src/util_msaedit/MsaUtilTasks.cpp

_tmp/obj/release/ColorSchemeUtils.o: src/util_msaedit/color_schemes/ColorSchemeUtils.cpp ../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/global.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/IOAdapterUtils.h \
		../U2Core/src/util/IOAdapterUtils.h \
		../../include/U2Core/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/Settings.h \
		../U2Core/src/globals/Settings.h \
		src/util_msaedit/color_schemes/ColorSchemeUtils.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/ColorSchemeUtils.o src/util_msaedit/color_schemes/ColorSchemeUtils.cpp

_tmp/obj/release/MsaColorScheme.o: src/util_msaedit/color_schemes/MsaColorScheme.cpp ../../include/U2Core/FeatureColors.h \
		../U2Core/src/datatype/FeatureColors.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/util_msaedit/color_schemes/ColorSchemeUtils.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h \
		src/util_msaedit/color_schemes/MsaColorSchemeClustalX.h \
		src/util_msaedit/color_schemes/MsaColorSchemeCustom.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.h \
		src/util_msaedit/color_schemes/MsaColorSchemeStatic.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaColorScheme.o src/util_msaedit/color_schemes/MsaColorScheme.cpp

_tmp/obj/release/MsaColorSchemeClustalX.o: src/util_msaedit/color_schemes/MsaColorSchemeClustalX.cpp ../../include/U2Algorithm/MSAConsensusUtils.h \
		src/util_msa_consensus/MSAConsensusUtils.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		src/util_msaedit/color_schemes/MsaColorSchemeClustalX.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaColorSchemeClustalX.o src/util_msaedit/color_schemes/MsaColorSchemeClustalX.cpp

_tmp/obj/release/MsaColorSchemeCustom.o: src/util_msaedit/color_schemes/MsaColorSchemeCustom.cpp ../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/color_schemes/ColorSchemeUtils.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h \
		src/util_msaedit/color_schemes/MsaColorSchemeCustom.h \
		src/util_msaedit/color_schemes/MsaColorSchemeStatic.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaColorSchemeCustom.o src/util_msaedit/color_schemes/MsaColorSchemeCustom.cpp

_tmp/obj/release/MsaColorSchemePercentageIdententityGrayscale.o: src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.cpp src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaColorSchemePercentageIdententityGrayscale.o src/util_msaedit/color_schemes/MsaColorSchemePercentageIdententityGrayscale.cpp

_tmp/obj/release/MsaColorSchemePercentageIdentity.o: src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.cpp ../../include/U2Algorithm/MSAConsensusUtils.h \
		src/util_msa_consensus/MSAConsensusUtils.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaColorSchemePercentageIdentity.o src/util_msaedit/color_schemes/MsaColorSchemePercentageIdentity.cpp

_tmp/obj/release/MsaColorSchemeStatic.o: src/util_msaedit/color_schemes/MsaColorSchemeStatic.cpp src/util_msaedit/color_schemes/MsaColorSchemeStatic.h \
		src/util_msaedit/color_schemes/MsaColorScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaColorSchemeStatic.o src/util_msaedit/color_schemes/MsaColorSchemeStatic.cpp

_tmp/obj/release/MsaHighlightingScheme.o: src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingScheme.o src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.cpp

_tmp/obj/release/MsaHighlightingSchemeAgreements.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeAgreements.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeAgreements.cpp

_tmp/obj/release/MsaHighlightingSchemeConservation.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.cpp ../../include/U2Core/MultipleAlignmentObject.h \
		../U2Core/src/gobjects/MultipleAlignmentObject.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/MaModificationInfo.h \
		../U2Core/src/util/MaModificationInfo.h \
		../../include/U2Core/MultipleAlignment.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeConservation.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeConservation.cpp

_tmp/obj/release/MsaHighlightingSchemeDisagreements.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeDisagreements.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeDisagreements.cpp

_tmp/obj/release/MsaHighlightingSchemeGaps.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.cpp ../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeGaps.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeGaps.cpp

_tmp/obj/release/MsaHighlightingSchemeNoColors.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeNoColors.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeNoColors.cpp

_tmp/obj/release/MsaHighlightingSchemeTransitions.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeTransitions.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransitions.cpp

_tmp/obj/release/MsaHighlightingSchemeTransversions.o: src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.cpp src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.h \
		src/util_msaedit/highlighting_schemes/MsaHighlightingScheme.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/MsaHighlightingSchemeTransversions.o src/util_msaedit/highlighting_schemes/MsaHighlightingSchemeTransversions.cpp

_tmp/obj/release/ORFAlgorithmTask.o: src/util_orf/ORFAlgorithmTask.cpp src/util_orf/ORFAlgorithmTask.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		src/util_orf/ORFFinder.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/ORFAlgorithmTask.o src/util_orf/ORFAlgorithmTask.cpp

_tmp/obj/release/ORFFinder.o: src/util_orf/ORFFinder.cpp src/util_orf/ORFFinder.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Algorithm/DynTable.h \
		src/misc/DynTable.h \
		src/misc/RollingMatrix.h \
		../../include/U2Algorithm/RollingArray.h \
		src/misc/RollingArray.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/DNATranslationImpl.h \
		../U2Core/src/datatype/DNATranslationImpl.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/TextUtils.h \
		../U2Core/src/util/TextUtils.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/ORFFinder.o src/util_orf/ORFFinder.cpp

_tmp/obj/release/SArrayBasedFindTask.o: src/util_sarray/SArrayBasedFindTask.cpp src/util_sarray/SArrayIndex.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Algorithm/BitsTable.h \
		src/misc/BitsTable.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		src/util_sarray/SArrayBasedFindTask.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SArrayBasedFindTask.o src/util_sarray/SArrayBasedFindTask.cpp

_tmp/obj/release/SArrayIndex.o: src/util_sarray/SArrayIndex.cpp src/util_sarray/SArrayIndex.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Algorithm/BitsTable.h \
		src/misc/BitsTable.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		src/util_sarray/SArrayIndexSerializer.h \
		../../include/U2Core/Timer.h \
		../U2Core/src/globals/Timer.h \
		../../include/U2Core/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.h \
		../U2Core/src/models/GObjectReference.h \
		../../include/U2Core/GObjectRelationRoles.h \
		../U2Core/src/gobjects/GObjectRelationRoles.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SArrayIndex.o src/util_sarray/SArrayIndex.cpp

_tmp/obj/release/SArrayIndexSerializer.o: src/util_sarray/SArrayIndexSerializer.cpp src/util_sarray/SArrayIndexSerializer.h \
		src/util_sarray/SArrayIndex.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Algorithm/BitsTable.h \
		src/misc/BitsTable.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/SArrayIndexSerializer.o src/util_sarray/SArrayIndexSerializer.cpp

_tmp/obj/release/BuiltInPWMConversionAlgorithms.o: src/util_weight_matrix/BuiltInPWMConversionAlgorithms.cpp src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/BuiltInPWMConversionAlgorithms.o src/util_weight_matrix/BuiltInPWMConversionAlgorithms.cpp

_tmp/obj/release/PWMConversionAlgorithm.o: src/util_weight_matrix/PWMConversionAlgorithm.cpp src/util_weight_matrix/PWMConversionAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PWMConversionAlgorithm.o src/util_weight_matrix/PWMConversionAlgorithm.cpp

_tmp/obj/release/PWMConversionAlgorithmBVH.o: src/util_weight_matrix/PWMConversionAlgorithmBVH.cpp src/util_weight_matrix/PWMConversionAlgorithmBVH.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PWMConversionAlgorithmBVH.o src/util_weight_matrix/PWMConversionAlgorithmBVH.cpp

_tmp/obj/release/PWMConversionAlgorithmLOD.o: src/util_weight_matrix/PWMConversionAlgorithmLOD.cpp src/util_weight_matrix/PWMConversionAlgorithmLOD.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PWMConversionAlgorithmLOD.o src/util_weight_matrix/PWMConversionAlgorithmLOD.cpp

_tmp/obj/release/PWMConversionAlgorithmMCH.o: src/util_weight_matrix/PWMConversionAlgorithmMCH.cpp src/util_weight_matrix/PWMConversionAlgorithmMCH.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PWMConversionAlgorithmMCH.o src/util_weight_matrix/PWMConversionAlgorithmMCH.cpp

_tmp/obj/release/PWMConversionAlgorithmNLG.o: src/util_weight_matrix/PWMConversionAlgorithmNLG.cpp src/util_weight_matrix/PWMConversionAlgorithmNLG.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PWMConversionAlgorithmNLG.o src/util_weight_matrix/PWMConversionAlgorithmNLG.cpp

_tmp/obj/release/PWMConversionAlgorithmRegistry.o: src/util_weight_matrix/PWMConversionAlgorithmRegistry.cpp src/util_weight_matrix/PWMConversionAlgorithmRegistry.h \
		src/util_weight_matrix/PWMConversionAlgorithm.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/U2Core/PFMatrix.h \
		../U2Core/src/datatype/PFMatrix.h \
		../../include/U2Core/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../U2Core/src/datatype/msa/MultipleAlignment.h \
		../../include/U2Core/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../U2Core/src/datatype/msa/MultipleAlignmentRow.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/MsaRowUtils.h \
		../U2Core/src/util/MsaRowUtils.h \
		../../include/U2Core/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/PWMatrix.h \
		../U2Core/src/datatype/PWMatrix.h \
		src/util_weight_matrix/PWMConversionAlgorithmBVH.h \
		src/util_weight_matrix/BuiltInPWMConversionAlgorithms.h \
		src/util_weight_matrix/PWMConversionAlgorithmLOD.h \
		src/util_weight_matrix/PWMConversionAlgorithmMCH.h \
		src/util_weight_matrix/PWMConversionAlgorithmNLG.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/PWMConversionAlgorithmRegistry.o src/util_weight_matrix/PWMConversionAlgorithmRegistry.cpp

_tmp/obj/release/OpenCLHelper.o: src/util_gpu/opencl/OpenCLHelper.cpp src/util_gpu/opencl/OpenCLHelper.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/opencl/legacy/cl.h \
		../../include/opencl/legacy/cl_platform.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/OpenCLHelper.o src/util_gpu/opencl/OpenCLHelper.cpp

_tmp/obj/release/OpenCLUtils.o: src/util_gpu/opencl/OpenCLUtils.cpp src/util_gpu/opencl/OpenCLUtils.h \
		src/util_gpu/opencl/OpenCLHelper.h \
		../../include/U2Core/global.h \
		../U2Core/src/globals/global.h \
		../../include/U2Core/U2IdTypes.h \
		../U2Core/src/datatype/U2IdTypes.h \
		../../include/U2Core/U2Identity.h \
		../U2Core/src/datatype/U2Identity.h \
		../../include/opencl/legacy/cl.h \
		../../include/opencl/legacy/cl_platform.h \
		../../include/U2Core/GAutoDeleteList.h \
		../U2Core/src/util/GAutoDeleteList.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/OpenCLUtils.o src/util_gpu/opencl/OpenCLUtils.cpp

_tmp/obj/release/qrc_U2Algorithm.o: _tmp/rcc/qrc_U2Algorithm.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/qrc_U2Algorithm.o _tmp/rcc/qrc_U2Algorithm.cpp

_tmp/obj/release/moc_DnaAssemblyMultiTask.o: _tmp/moc/release/moc_DnaAssemblyMultiTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_DnaAssemblyMultiTask.o _tmp/moc/release/moc_DnaAssemblyMultiTask.cpp

_tmp/obj/release/moc_FindAlgorithmTask.o: _tmp/moc/release/moc_FindAlgorithmTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_FindAlgorithmTask.o _tmp/moc/release/moc_FindAlgorithmTask.cpp

_tmp/obj/release/moc_GenomeAssemblyMultiTask.o: _tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_GenomeAssemblyMultiTask.o _tmp/moc/release/moc_GenomeAssemblyMultiTask.cpp

_tmp/obj/release/moc_SequenceContentFilterTask.o: _tmp/moc/release/moc_SequenceContentFilterTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SequenceContentFilterTask.o _tmp/moc/release/moc_SequenceContentFilterTask.cpp

_tmp/obj/release/moc_MolecularSurface.o: _tmp/moc/release/moc_MolecularSurface.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MolecularSurface.o _tmp/moc/release/moc_MolecularSurface.cpp

_tmp/obj/release/moc_AbstractAlignmentTask.o: _tmp/moc/release/moc_AbstractAlignmentTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_AbstractAlignmentTask.o _tmp/moc/release/moc_AbstractAlignmentTask.cpp

_tmp/obj/release/moc_SimpleAddingToAlignment.o: _tmp/moc/release/moc_SimpleAddingToAlignment.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SimpleAddingToAlignment.o _tmp/moc/release/moc_SimpleAddingToAlignment.cpp

_tmp/obj/release/moc_PairwiseAlignmentTask.o: _tmp/moc/release/moc_PairwiseAlignmentTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PairwiseAlignmentTask.o _tmp/moc/release/moc_PairwiseAlignmentTask.cpp

_tmp/obj/release/moc_PhyTreeGeneratorTask.o: _tmp/moc/release/moc_PhyTreeGeneratorTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PhyTreeGeneratorTask.o _tmp/moc/release/moc_PhyTreeGeneratorTask.cpp

_tmp/obj/release/moc_AlignmentAlgorithmsRegistry.o: _tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_AlignmentAlgorithmsRegistry.o _tmp/moc/release/moc_AlignmentAlgorithmsRegistry.cpp

_tmp/obj/release/moc_CDSearchTaskFactoryRegistry.o: _tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_CDSearchTaskFactoryRegistry.o _tmp/moc/release/moc_CDSearchTaskFactoryRegistry.cpp

_tmp/obj/release/moc_DnaAssemblyAlgRegistry.o: _tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_DnaAssemblyAlgRegistry.o _tmp/moc/release/moc_DnaAssemblyAlgRegistry.cpp

_tmp/obj/release/moc_DnaAssemblyTask.o: _tmp/moc/release/moc_DnaAssemblyTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_DnaAssemblyTask.o _tmp/moc/release/moc_DnaAssemblyTask.cpp

_tmp/obj/release/moc_GenomeAssemblyRegistry.o: _tmp/moc/release/moc_GenomeAssemblyRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_GenomeAssemblyRegistry.o _tmp/moc/release/moc_GenomeAssemblyRegistry.cpp

_tmp/obj/release/moc_RepeatFinderTaskFactoryRegistry.o: _tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_RepeatFinderTaskFactoryRegistry.o _tmp/moc/release/moc_RepeatFinderTaskFactoryRegistry.cpp

_tmp/obj/release/moc_SecStructPredictAlgRegistry.o: _tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SecStructPredictAlgRegistry.o _tmp/moc/release/moc_SecStructPredictAlgRegistry.cpp

_tmp/obj/release/moc_SecStructPredictTask.o: _tmp/moc/release/moc_SecStructPredictTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SecStructPredictTask.o _tmp/moc/release/moc_SecStructPredictTask.cpp

_tmp/obj/release/moc_SplicedAlignmentTask.o: _tmp/moc/release/moc_SplicedAlignmentTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SplicedAlignmentTask.o _tmp/moc/release/moc_SplicedAlignmentTask.cpp

_tmp/obj/release/moc_SplicedAlignmentTaskRegistry.o: _tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SplicedAlignmentTaskRegistry.o _tmp/moc/release/moc_SplicedAlignmentTaskRegistry.cpp

_tmp/obj/release/moc_SubstMatrixRegistry.o: _tmp/moc/release/moc_SubstMatrixRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SubstMatrixRegistry.o _tmp/moc/release/moc_SubstMatrixRegistry.cpp

_tmp/obj/release/moc_SmithWatermanReportCallback.o: _tmp/moc/release/moc_SmithWatermanReportCallback.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SmithWatermanReportCallback.o _tmp/moc/release/moc_SmithWatermanReportCallback.cpp

_tmp/obj/release/moc_SmithWatermanTaskFactoryRegistry.o: _tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SmithWatermanTaskFactoryRegistry.o _tmp/moc/release/moc_SmithWatermanTaskFactoryRegistry.cpp

_tmp/obj/release/moc_SWResultFilterRegistry.o: _tmp/moc/release/moc_SWResultFilterRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SWResultFilterRegistry.o _tmp/moc/release/moc_SWResultFilterRegistry.cpp

_tmp/obj/release/moc_SWMulAlignResultNamesTagsRegistry.o: _tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SWMulAlignResultNamesTagsRegistry.o _tmp/moc/release/moc_SWMulAlignResultNamesTagsRegistry.cpp

_tmp/obj/release/moc_StructuralAlignmentAlgorithm.o: _tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_StructuralAlignmentAlgorithm.o _tmp/moc/release/moc_StructuralAlignmentAlgorithm.cpp

_tmp/obj/release/moc_StructuralAlignmentAlgorithmRegistry.o: _tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_StructuralAlignmentAlgorithmRegistry.o _tmp/moc/release/moc_StructuralAlignmentAlgorithmRegistry.cpp

_tmp/obj/release/moc_AssemblyConsensusAlgorithm.o: _tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_AssemblyConsensusAlgorithm.o _tmp/moc/release/moc_AssemblyConsensusAlgorithm.cpp

_tmp/obj/release/moc_AssemblyConsensusAlgorithmDefault.o: _tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_AssemblyConsensusAlgorithmDefault.o _tmp/moc/release/moc_AssemblyConsensusAlgorithmDefault.cpp

_tmp/obj/release/moc_AssemblyConsensusAlgorithmSamtools.o: _tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_AssemblyConsensusAlgorithmSamtools.o _tmp/moc/release/moc_AssemblyConsensusAlgorithmSamtools.cpp

_tmp/obj/release/moc_MaConsensusAlgorithmSimpleExtended.o: _tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MaConsensusAlgorithmSimpleExtended.o _tmp/moc/release/moc_MaConsensusAlgorithmSimpleExtended.cpp

_tmp/obj/release/moc_MSAConsensusAlgorithm.o: _tmp/moc/release/moc_MSAConsensusAlgorithm.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusAlgorithm.o _tmp/moc/release/moc_MSAConsensusAlgorithm.cpp

_tmp/obj/release/moc_MSAConsensusAlgorithmClustal.o: _tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusAlgorithmClustal.o _tmp/moc/release/moc_MSAConsensusAlgorithmClustal.cpp

_tmp/obj/release/moc_MSAConsensusAlgorithmDefault.o: _tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusAlgorithmDefault.o _tmp/moc/release/moc_MSAConsensusAlgorithmDefault.cpp

_tmp/obj/release/moc_MSAConsensusAlgorithmLevitsky.o: _tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusAlgorithmLevitsky.o _tmp/moc/release/moc_MSAConsensusAlgorithmLevitsky.cpp

_tmp/obj/release/moc_MSAConsensusAlgorithmRegistry.o: _tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusAlgorithmRegistry.o _tmp/moc/release/moc_MSAConsensusAlgorithmRegistry.cpp

_tmp/obj/release/moc_MSAConsensusAlgorithmStrict.o: _tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusAlgorithmStrict.o _tmp/moc/release/moc_MSAConsensusAlgorithmStrict.cpp

_tmp/obj/release/moc_MSAConsensusUtils.o: _tmp/moc/release/moc_MSAConsensusUtils.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSAConsensusUtils.o _tmp/moc/release/moc_MSAConsensusUtils.cpp

_tmp/obj/release/moc_MSADistanceAlgorithm.o: _tmp/moc/release/moc_MSADistanceAlgorithm.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSADistanceAlgorithm.o _tmp/moc/release/moc_MSADistanceAlgorithm.cpp

_tmp/obj/release/moc_MSADistanceAlgorithmHamming.o: _tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSADistanceAlgorithmHamming.o _tmp/moc/release/moc_MSADistanceAlgorithmHamming.cpp

_tmp/obj/release/moc_MSADistanceAlgorithmSimilarity.o: _tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSADistanceAlgorithmSimilarity.o _tmp/moc/release/moc_MSADistanceAlgorithmSimilarity.cpp

_tmp/obj/release/moc_MSADistanceAlgorithmHammingRevCompl.o: _tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSADistanceAlgorithmHammingRevCompl.o _tmp/moc/release/moc_MSADistanceAlgorithmHammingRevCompl.cpp

_tmp/obj/release/moc_MSADistanceAlgorithmRegistry.o: _tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MSADistanceAlgorithmRegistry.o _tmp/moc/release/moc_MSADistanceAlgorithmRegistry.cpp

_tmp/obj/release/moc_CreateSubalignmentTask.o: _tmp/moc/release/moc_CreateSubalignmentTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_CreateSubalignmentTask.o _tmp/moc/release/moc_CreateSubalignmentTask.cpp

_tmp/obj/release/moc_MsaUtilTasks.o: _tmp/moc/release/moc_MsaUtilTasks.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaUtilTasks.o _tmp/moc/release/moc_MsaUtilTasks.cpp

_tmp/obj/release/moc_MsaColorScheme.o: _tmp/moc/release/moc_MsaColorScheme.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaColorScheme.o _tmp/moc/release/moc_MsaColorScheme.cpp

_tmp/obj/release/moc_MsaColorSchemeClustalX.o: _tmp/moc/release/moc_MsaColorSchemeClustalX.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaColorSchemeClustalX.o _tmp/moc/release/moc_MsaColorSchemeClustalX.cpp

_tmp/obj/release/moc_MsaColorSchemeCustom.o: _tmp/moc/release/moc_MsaColorSchemeCustom.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaColorSchemeCustom.o _tmp/moc/release/moc_MsaColorSchemeCustom.cpp

_tmp/obj/release/moc_MsaColorSchemePercentageIdententityGrayscale.o: _tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaColorSchemePercentageIdententityGrayscale.o _tmp/moc/release/moc_MsaColorSchemePercentageIdententityGrayscale.cpp

_tmp/obj/release/moc_MsaColorSchemePercentageIdentity.o: _tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaColorSchemePercentageIdentity.o _tmp/moc/release/moc_MsaColorSchemePercentageIdentity.cpp

_tmp/obj/release/moc_MsaColorSchemeStatic.o: _tmp/moc/release/moc_MsaColorSchemeStatic.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaColorSchemeStatic.o _tmp/moc/release/moc_MsaColorSchemeStatic.cpp

_tmp/obj/release/moc_MsaHighlightingScheme.o: _tmp/moc/release/moc_MsaHighlightingScheme.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingScheme.o _tmp/moc/release/moc_MsaHighlightingScheme.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeAgreements.o: _tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeAgreements.o _tmp/moc/release/moc_MsaHighlightingSchemeAgreements.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeConservation.o: _tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeConservation.o _tmp/moc/release/moc_MsaHighlightingSchemeConservation.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeDisagreements.o: _tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeDisagreements.o _tmp/moc/release/moc_MsaHighlightingSchemeDisagreements.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeGaps.o: _tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeGaps.o _tmp/moc/release/moc_MsaHighlightingSchemeGaps.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeNoColors.o: _tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeNoColors.o _tmp/moc/release/moc_MsaHighlightingSchemeNoColors.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeTransitions.o: _tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeTransitions.o _tmp/moc/release/moc_MsaHighlightingSchemeTransitions.cpp

_tmp/obj/release/moc_MsaHighlightingSchemeTransversions.o: _tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_MsaHighlightingSchemeTransversions.o _tmp/moc/release/moc_MsaHighlightingSchemeTransversions.cpp

_tmp/obj/release/moc_ORFAlgorithmTask.o: _tmp/moc/release/moc_ORFAlgorithmTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_ORFAlgorithmTask.o _tmp/moc/release/moc_ORFAlgorithmTask.cpp

_tmp/obj/release/moc_SArrayBasedFindTask.o: _tmp/moc/release/moc_SArrayBasedFindTask.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SArrayBasedFindTask.o _tmp/moc/release/moc_SArrayBasedFindTask.cpp

_tmp/obj/release/moc_SArrayIndex.o: _tmp/moc/release/moc_SArrayIndex.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_SArrayIndex.o _tmp/moc/release/moc_SArrayIndex.cpp

_tmp/obj/release/moc_PWMConversionAlgorithm.o: _tmp/moc/release/moc_PWMConversionAlgorithm.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PWMConversionAlgorithm.o _tmp/moc/release/moc_PWMConversionAlgorithm.cpp

_tmp/obj/release/moc_PWMConversionAlgorithmBVH.o: _tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PWMConversionAlgorithmBVH.o _tmp/moc/release/moc_PWMConversionAlgorithmBVH.cpp

_tmp/obj/release/moc_PWMConversionAlgorithmLOD.o: _tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PWMConversionAlgorithmLOD.o _tmp/moc/release/moc_PWMConversionAlgorithmLOD.cpp

_tmp/obj/release/moc_PWMConversionAlgorithmMCH.o: _tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PWMConversionAlgorithmMCH.o _tmp/moc/release/moc_PWMConversionAlgorithmMCH.cpp

_tmp/obj/release/moc_PWMConversionAlgorithmNLG.o: _tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PWMConversionAlgorithmNLG.o _tmp/moc/release/moc_PWMConversionAlgorithmNLG.cpp

_tmp/obj/release/moc_PWMConversionAlgorithmRegistry.o: _tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/release/moc_PWMConversionAlgorithmRegistry.o _tmp/moc/release/moc_PWMConversionAlgorithmRegistry.cpp

####### Install

install_target: first FORCE
	@test -d $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/ || mkdir -p $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/
	-$(INSTALL_PROGRAM) ../../_release/$(TARGET) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET)
	-$(STRIP) --strip-unneeded $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET)
	-$(SYMLINK) $(TARGET) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET0)
	-$(SYMLINK) $(TARGET) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET1)
	-$(SYMLINK) $(TARGET) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET2)

uninstall_target: FORCE
	-$(DEL_FILE) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET) 
	 -$(DEL_FILE) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET0) 
	 -$(DEL_FILE) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET1) 
	 -$(DEL_FILE) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/$(TARGET2)
	-$(DEL_DIR) $(INSTALL_ROOT)/home/birch/BIRCH/local/pkg/ugene-1.29.0/lib/ugene/ 


install: install_target  FORCE

uninstall: uninstall_target  FORCE

FORCE:

