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

MAKEFILE      = Makefile.Debug

####### 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 -D_DEBUG -DQT_FATAL_ASSERT -DBUILDING_U2LANG_DLL -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_CORE_LIB
CFLAGS        = -m64 -pipe -g -D_REENTRANT -Wall -W -fPIC $(DEFINES)
CXXFLAGS      = -m64 -pipe -g -D_REENTRANT -Wall -W -fPIC $(DEFINES)
INCPATH       = -I. -Isrc -I_tmp -I../../include -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/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I_tmp/moc/debug -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      = U2Langd1.0.0
DISTDIR = /home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp/obj/debug/U2Langd1.0.0
LINK          = g++
LFLAGS        = -m64 -shared -Wl,-soname,libU2Langd.so.1
LIBS          = $(SUBLIBS) -L/usr/X11R6/lib64 -L../../_debug -lU2Cored -lQt5Widgets -lQt5Gui -lQt5Script -lQt5Xml -lQt5Core -lpthread -lGL 
AR            = ar cqs
RANLIB        = 
SED           = sed
STRIP         = strip

####### Output directory

OBJECTS_DIR   = _tmp/obj/debug/

####### Files

SOURCES       = src/library/BaseActorCategories.cpp \
		src/library/BaseAttributes.cpp \
		src/library/BaseDatasetWorker.cpp \
		src/library/BaseOneOneWorker.cpp \
		src/library/BasePorts.cpp \
		src/library/BaseSlots.cpp \
		src/library/BaseThroughWorker.cpp \
		src/library/BaseTypes.cpp \
		src/library/LastReadyScheduler.cpp \
		src/library/LocalDomain.cpp \
		src/model/ActorPrototypeRegistry.cpp \
		src/model/Aliasing.cpp \
		src/model/Attribute.cpp \
		src/model/AttributeRelation.cpp \
		src/model/Configuration.cpp \
		src/model/ConfigurationEditor.cpp \
		src/model/Datatype.cpp \
		src/model/DbiDataHandler.cpp \
		src/model/DbiDataStorage.cpp \
		src/model/Descriptor.cpp \
		src/model/ExternalToolCfg.cpp \
		src/model/GrouperOutSlot.cpp \
		src/model/GrouperSlotAttribute.cpp \
		src/model/IncludedProtoFactory.cpp \
		src/model/IntegralBus.cpp \
		src/model/IntegralBusModel.cpp \
		src/model/IntegralBusType.cpp \
		src/model/Marker.cpp \
		src/model/MarkerAttribute.cpp \
		src/model/MessageMetadata.cpp \
		src/model/Port.cpp \
		src/model/QDConstraint.cpp \
		src/model/QDScheme.cpp \
		src/model/QueryDesignerRegistry.cpp \
		src/model/ReadDbObjActorPrototype.cpp \
		src/model/RunFileSystem.cpp \
		src/model/Schema.cpp \
		src/model/SchemaActorsRegistry.cpp \
		src/model/WorkflowContext.cpp \
		src/model/WorkflowEnv.cpp \
		src/model/WorkflowScriptEngine.cpp \
		src/model/WorkflowTransport.cpp \
		src/run/WorkflowMonitor.cpp \
		src/support/AttributeInfo.cpp \
		src/support/BaseBreakpointHitCounter.cpp \
		src/support/BaseNGSWorker.cpp \
		src/support/BreakpointConditionChecker.cpp \
		src/support/BreakpointEqualHitCounter.cpp \
		src/support/BreakpointGreaterOrEqualHitCounter.cpp \
		src/support/BreakpointMultipleHitCounter.cpp \
		src/support/CoreLibConstants.cpp \
		src/support/DatasetFetcher.cpp \
		src/support/ElapsedTimeUpdater.cpp \
		src/support/IntegralBusUtils.cpp \
		src/support/MapDatatypeEditor.cpp \
		src/support/MarkerUtils.cpp \
		src/support/NoFailTaskWrapper.cpp \
		src/support/SchemaSerializer.cpp \
		src/support/ScriptWorkerSerializer.cpp \
		src/support/SimpleWorkflowTask.cpp \
		src/support/SupportClass.cpp \
		src/support/SupportStructures.cpp \
		src/support/WorkflowBreakpoint.cpp \
		src/support/WorkflowBreakpointSharedInfo.cpp \
		src/support/WorkflowDebugMessageParser.cpp \
		src/support/WorkflowDebugStatus.cpp \
		src/support/WorkflowEnvImpl.cpp \
		src/support/WorkflowIOTasks.cpp \
		src/support/WorkflowRunTask.cpp \
		src/support/WorkflowSettings.cpp \
		src/support/WorkflowUtils.cpp \
		src/tasks/ReadDocumentTaskFactory.cpp \
		src/tasks/SchemaEstimationTask.cpp \
		src/tasks/WorkflowTasksRegistry.cpp \
		src/library/script/ActorContext.cpp \
		src/library/script/DbiClassPrototype.cpp \
		src/library/script/ScriptEngineUtils.cpp \
		src/library/script/ScriptLibrary.cpp \
		src/library/script/SequencePrototype.cpp \
		src/model/actor/Actor.cpp \
		src/model/actor/ActorConfigurationEditor.cpp \
		src/model/actor/ActorPrototype.cpp \
		src/model/actor/ActorScriptValidator.cpp \
		src/model/actor/ActorValidator.cpp \
		src/model/url_attribute/Dataset.cpp \
		src/model/url_attribute/DbFolderScanner.cpp \
		src/model/url_attribute/SharedDbUrlUtils.cpp \
		src/model/url_attribute/URLAttribute.cpp \
		src/model/url_attribute/URLContainer.cpp \
		src/model/wizard/ElementSelectorWidget.cpp \
		src/model/wizard/IdMapping.cpp \
		src/model/wizard/PortMapping.cpp \
		src/model/wizard/SelectorValue.cpp \
		src/model/wizard/SlotMapping.cpp \
		src/model/wizard/Variable.cpp \
		src/model/wizard/Wizard.cpp \
		src/model/wizard/WizardPage.cpp \
		src/model/wizard/WizardWidget.cpp \
		src/support/external_script/ScriptableScheduler.cpp \
		src/support/external_script/ScriptContext.cpp \
		src/support/external_script/WorkflowRunSerializedSchemeTask.cpp \
		src/support/serialize/Constants.cpp \
		src/support/serialize/HRSchemaSerializer.cpp \
		src/support/serialize/HRVisualSerializer.cpp \
		src/support/serialize/HRWizardSerializer.cpp \
		src/support/serialize/OldUWL.cpp \
		src/support/serialize/Tokenizer.cpp \
		src/support/serialize/Utils.cpp _tmp/rcc/qrc_U2Lang.cpp \
		_tmp/moc/debug/moc_BaseActorCategories.cpp \
		_tmp/moc/debug/moc_BaseAttributes.cpp \
		_tmp/moc/debug/moc_BaseDatasetWorker.cpp \
		_tmp/moc/debug/moc_BaseOneOneWorker.cpp \
		_tmp/moc/debug/moc_BaseSlots.cpp \
		_tmp/moc/debug/moc_BaseTypes.cpp \
		_tmp/moc/debug/moc_LocalDomain.cpp \
		_tmp/moc/debug/moc_ActorPrototypeRegistry.cpp \
		_tmp/moc/debug/moc_ConfigurationEditor.cpp \
		_tmp/moc/debug/moc_ExternalToolCfg.cpp \
		_tmp/moc/debug/moc_IntegralBus.cpp \
		_tmp/moc/debug/moc_IntegralBusModel.cpp \
		_tmp/moc/debug/moc_Marker.cpp \
		_tmp/moc/debug/moc_Port.cpp \
		_tmp/moc/debug/moc_QDScheme.cpp \
		_tmp/moc/debug/moc_QueryDesignerRegistry.cpp \
		_tmp/moc/debug/moc_RunFileSystem.cpp \
		_tmp/moc/debug/moc_WorkflowMonitor.cpp \
		_tmp/moc/debug/moc_BaseNGSWorker.cpp \
		_tmp/moc/debug/moc_ElapsedTimeUpdater.cpp \
		_tmp/moc/debug/moc_MapDatatypeEditor.cpp \
		_tmp/moc/debug/moc_NoFailTaskWrapper.cpp \
		_tmp/moc/debug/moc_SchemaSerializer.cpp \
		_tmp/moc/debug/moc_SimpleWorkflowTask.cpp \
		_tmp/moc/debug/moc_WorkflowDebugStatus.cpp \
		_tmp/moc/debug/moc_WorkflowIOTasks.cpp \
		_tmp/moc/debug/moc_WorkflowRunTask.cpp \
		_tmp/moc/debug/moc_WorkflowSettings.cpp \
		_tmp/moc/debug/moc_WorkflowUtils.cpp \
		_tmp/moc/debug/moc_ReadDocumentTaskFactory.cpp \
		_tmp/moc/debug/moc_SchemaEstimationTask.cpp \
		_tmp/moc/debug/moc_DbiClassPrototype.cpp \
		_tmp/moc/debug/moc_SequencePrototype.cpp \
		_tmp/moc/debug/moc_Actor.cpp \
		_tmp/moc/debug/moc_ActorConfigurationEditor.cpp \
		_tmp/moc/debug/moc_ActorScriptValidator.cpp \
		_tmp/moc/debug/moc_Dataset.cpp \
		_tmp/moc/debug/moc_WorkflowRunSerializedSchemeTask.cpp \
		_tmp/moc/debug/moc_HRSchemaSerializer.cpp \
		_tmp/moc/debug/moc_HRVisualSerializer.cpp \
		_tmp/moc/debug/moc_HRWizardSerializer.cpp
OBJECTS       = _tmp/obj/debug/BaseActorCategories.o \
		_tmp/obj/debug/BaseAttributes.o \
		_tmp/obj/debug/BaseDatasetWorker.o \
		_tmp/obj/debug/BaseOneOneWorker.o \
		_tmp/obj/debug/BasePorts.o \
		_tmp/obj/debug/BaseSlots.o \
		_tmp/obj/debug/BaseThroughWorker.o \
		_tmp/obj/debug/BaseTypes.o \
		_tmp/obj/debug/LastReadyScheduler.o \
		_tmp/obj/debug/LocalDomain.o \
		_tmp/obj/debug/ActorPrototypeRegistry.o \
		_tmp/obj/debug/Aliasing.o \
		_tmp/obj/debug/Attribute.o \
		_tmp/obj/debug/AttributeRelation.o \
		_tmp/obj/debug/Configuration.o \
		_tmp/obj/debug/ConfigurationEditor.o \
		_tmp/obj/debug/Datatype.o \
		_tmp/obj/debug/DbiDataHandler.o \
		_tmp/obj/debug/DbiDataStorage.o \
		_tmp/obj/debug/Descriptor.o \
		_tmp/obj/debug/ExternalToolCfg.o \
		_tmp/obj/debug/GrouperOutSlot.o \
		_tmp/obj/debug/GrouperSlotAttribute.o \
		_tmp/obj/debug/IncludedProtoFactory.o \
		_tmp/obj/debug/IntegralBus.o \
		_tmp/obj/debug/IntegralBusModel.o \
		_tmp/obj/debug/IntegralBusType.o \
		_tmp/obj/debug/Marker.o \
		_tmp/obj/debug/MarkerAttribute.o \
		_tmp/obj/debug/MessageMetadata.o \
		_tmp/obj/debug/Port.o \
		_tmp/obj/debug/QDConstraint.o \
		_tmp/obj/debug/QDScheme.o \
		_tmp/obj/debug/QueryDesignerRegistry.o \
		_tmp/obj/debug/ReadDbObjActorPrototype.o \
		_tmp/obj/debug/RunFileSystem.o \
		_tmp/obj/debug/Schema.o \
		_tmp/obj/debug/SchemaActorsRegistry.o \
		_tmp/obj/debug/WorkflowContext.o \
		_tmp/obj/debug/WorkflowEnv.o \
		_tmp/obj/debug/WorkflowScriptEngine.o \
		_tmp/obj/debug/WorkflowTransport.o \
		_tmp/obj/debug/WorkflowMonitor.o \
		_tmp/obj/debug/AttributeInfo.o \
		_tmp/obj/debug/BaseBreakpointHitCounter.o \
		_tmp/obj/debug/BaseNGSWorker.o \
		_tmp/obj/debug/BreakpointConditionChecker.o \
		_tmp/obj/debug/BreakpointEqualHitCounter.o \
		_tmp/obj/debug/BreakpointGreaterOrEqualHitCounter.o \
		_tmp/obj/debug/BreakpointMultipleHitCounter.o \
		_tmp/obj/debug/CoreLibConstants.o \
		_tmp/obj/debug/DatasetFetcher.o \
		_tmp/obj/debug/ElapsedTimeUpdater.o \
		_tmp/obj/debug/IntegralBusUtils.o \
		_tmp/obj/debug/MapDatatypeEditor.o \
		_tmp/obj/debug/MarkerUtils.o \
		_tmp/obj/debug/NoFailTaskWrapper.o \
		_tmp/obj/debug/SchemaSerializer.o \
		_tmp/obj/debug/ScriptWorkerSerializer.o \
		_tmp/obj/debug/SimpleWorkflowTask.o \
		_tmp/obj/debug/SupportClass.o \
		_tmp/obj/debug/SupportStructures.o \
		_tmp/obj/debug/WorkflowBreakpoint.o \
		_tmp/obj/debug/WorkflowBreakpointSharedInfo.o \
		_tmp/obj/debug/WorkflowDebugMessageParser.o \
		_tmp/obj/debug/WorkflowDebugStatus.o \
		_tmp/obj/debug/WorkflowEnvImpl.o \
		_tmp/obj/debug/WorkflowIOTasks.o \
		_tmp/obj/debug/WorkflowRunTask.o \
		_tmp/obj/debug/WorkflowSettings.o \
		_tmp/obj/debug/WorkflowUtils.o \
		_tmp/obj/debug/ReadDocumentTaskFactory.o \
		_tmp/obj/debug/SchemaEstimationTask.o \
		_tmp/obj/debug/WorkflowTasksRegistry.o \
		_tmp/obj/debug/ActorContext.o \
		_tmp/obj/debug/DbiClassPrototype.o \
		_tmp/obj/debug/ScriptEngineUtils.o \
		_tmp/obj/debug/ScriptLibrary.o \
		_tmp/obj/debug/SequencePrototype.o \
		_tmp/obj/debug/Actor.o \
		_tmp/obj/debug/ActorConfigurationEditor.o \
		_tmp/obj/debug/ActorPrototype.o \
		_tmp/obj/debug/ActorScriptValidator.o \
		_tmp/obj/debug/ActorValidator.o \
		_tmp/obj/debug/Dataset.o \
		_tmp/obj/debug/DbFolderScanner.o \
		_tmp/obj/debug/SharedDbUrlUtils.o \
		_tmp/obj/debug/URLAttribute.o \
		_tmp/obj/debug/URLContainer.o \
		_tmp/obj/debug/ElementSelectorWidget.o \
		_tmp/obj/debug/IdMapping.o \
		_tmp/obj/debug/PortMapping.o \
		_tmp/obj/debug/SelectorValue.o \
		_tmp/obj/debug/SlotMapping.o \
		_tmp/obj/debug/Variable.o \
		_tmp/obj/debug/Wizard.o \
		_tmp/obj/debug/WizardPage.o \
		_tmp/obj/debug/WizardWidget.o \
		_tmp/obj/debug/ScriptableScheduler.o \
		_tmp/obj/debug/ScriptContext.o \
		_tmp/obj/debug/WorkflowRunSerializedSchemeTask.o \
		_tmp/obj/debug/Constants.o \
		_tmp/obj/debug/HRSchemaSerializer.o \
		_tmp/obj/debug/HRVisualSerializer.o \
		_tmp/obj/debug/HRWizardSerializer.o \
		_tmp/obj/debug/OldUWL.o \
		_tmp/obj/debug/Tokenizer.o \
		_tmp/obj/debug/Utils.o \
		_tmp/obj/debug/qrc_U2Lang.o \
		_tmp/obj/debug/moc_BaseActorCategories.o \
		_tmp/obj/debug/moc_BaseAttributes.o \
		_tmp/obj/debug/moc_BaseDatasetWorker.o \
		_tmp/obj/debug/moc_BaseOneOneWorker.o \
		_tmp/obj/debug/moc_BaseSlots.o \
		_tmp/obj/debug/moc_BaseTypes.o \
		_tmp/obj/debug/moc_LocalDomain.o \
		_tmp/obj/debug/moc_ActorPrototypeRegistry.o \
		_tmp/obj/debug/moc_ConfigurationEditor.o \
		_tmp/obj/debug/moc_ExternalToolCfg.o \
		_tmp/obj/debug/moc_IntegralBus.o \
		_tmp/obj/debug/moc_IntegralBusModel.o \
		_tmp/obj/debug/moc_Marker.o \
		_tmp/obj/debug/moc_Port.o \
		_tmp/obj/debug/moc_QDScheme.o \
		_tmp/obj/debug/moc_QueryDesignerRegistry.o \
		_tmp/obj/debug/moc_RunFileSystem.o \
		_tmp/obj/debug/moc_WorkflowMonitor.o \
		_tmp/obj/debug/moc_BaseNGSWorker.o \
		_tmp/obj/debug/moc_ElapsedTimeUpdater.o \
		_tmp/obj/debug/moc_MapDatatypeEditor.o \
		_tmp/obj/debug/moc_NoFailTaskWrapper.o \
		_tmp/obj/debug/moc_SchemaSerializer.o \
		_tmp/obj/debug/moc_SimpleWorkflowTask.o \
		_tmp/obj/debug/moc_WorkflowDebugStatus.o \
		_tmp/obj/debug/moc_WorkflowIOTasks.o \
		_tmp/obj/debug/moc_WorkflowRunTask.o \
		_tmp/obj/debug/moc_WorkflowSettings.o \
		_tmp/obj/debug/moc_WorkflowUtils.o \
		_tmp/obj/debug/moc_ReadDocumentTaskFactory.o \
		_tmp/obj/debug/moc_SchemaEstimationTask.o \
		_tmp/obj/debug/moc_DbiClassPrototype.o \
		_tmp/obj/debug/moc_SequencePrototype.o \
		_tmp/obj/debug/moc_Actor.o \
		_tmp/obj/debug/moc_ActorConfigurationEditor.o \
		_tmp/obj/debug/moc_ActorScriptValidator.o \
		_tmp/obj/debug/moc_Dataset.o \
		_tmp/obj/debug/moc_WorkflowRunSerializedSchemeTask.o \
		_tmp/obj/debug/moc_HRSchemaSerializer.o \
		_tmp/obj/debug/moc_HRVisualSerializer.o \
		_tmp/obj/debug/moc_HRWizardSerializer.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 \
		U2Lang.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 \
		U2Lang.pro src/library/BaseActorCategories.h \
		src/library/BaseAttributes.h \
		src/library/BaseDatasetWorker.h \
		src/library/BaseOneOneWorker.h \
		src/library/BasePorts.h \
		src/library/BaseSlots.h \
		src/library/BaseThroughWorker.h \
		src/library/BaseTypes.h \
		src/library/LastReadyScheduler.h \
		src/library/LocalDomain.h \
		src/model/ActorPrototypeRegistry.h \
		src/model/Aliasing.h \
		src/model/Attribute.h \
		src/model/AttributeRelation.h \
		src/model/Configuration.h \
		src/model/ConfigurationEditor.h \
		src/model/ConfigurationValidator.h \
		src/model/Datatype.h \
		src/model/DatatypeConversion.h \
		src/model/DbiDataHandler.h \
		src/model/DbiDataStorage.h \
		src/model/Descriptor.h \
		src/model/ExternalToolCfg.h \
		src/model/GrouperOutSlot.h \
		src/model/GrouperSlotAttribute.h \
		src/model/IncludedProtoFactory.h \
		src/model/IntegralBus.h \
		src/model/IntegralBusModel.h \
		src/model/IntegralBusType.h \
		src/model/Marker.h \
		src/model/MarkerAttribute.h \
		src/model/MessageMetadata.h \
		src/model/Peer.h \
		src/model/Port.h \
		src/model/PortRelation.h \
		src/model/QDConstraint.h \
		src/model/QDScheme.h \
		src/model/QueryDesignerRegistry.h \
		src/model/ReadDbObjActorPrototype.h \
		src/model/RunFileSystem.h \
		src/model/Schema.h \
		src/model/SchemaActorsRegistry.h \
		src/model/SchemaConfig.h \
		src/model/WorkflowContext.h \
		src/model/WorkflowEnv.h \
		src/model/WorkflowManager.h \
		src/model/WorkflowScriptEngine.h \
		src/model/WorkflowTransport.h \
		src/run/WorkflowMonitor.h \
		src/support/AttributeInfo.h \
		src/support/BaseBreakpointHitCounter.h \
		src/support/BaseNGSWorker.h \
		src/support/BreakpointConditionChecker.h \
		src/support/BreakpointEqualHitCounter.h \
		src/support/BreakpointGreaterOrEqualHitCounter.h \
		src/support/BreakpointMultipleHitCounter.h \
		src/support/CoreLibConstants.h \
		src/support/DatasetFetcher.h \
		src/support/ElapsedTimeUpdater.h \
		src/support/IntegralBusUtils.h \
		src/support/MapDatatypeEditor.h \
		src/support/MarkerUtils.h \
		src/support/NoFailTaskWrapper.h \
		src/support/SchemaSerializer.h \
		src/support/ScriptWorkerSerializer.h \
		src/support/SimpleWorkflowTask.h \
		src/support/SupportClass.h \
		src/support/SupportStructures.h \
		src/support/WorkflowBreakpoint.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		src/support/WorkflowDebugMessageParser.h \
		src/support/WorkflowDebugStatus.h \
		src/support/WorkflowEnvImpl.h \
		src/support/WorkflowInvestigationData.h \
		src/support/WorkflowIOTasks.h \
		src/support/WorkflowRunTask.h \
		src/support/WorkflowSettings.h \
		src/support/WorkflowUtils.h \
		src/tasks/ReadDocumentTaskFactory.h \
		src/tasks/SchemaEstimationTask.h \
		src/tasks/WorkflowTasksRegistry.h \
		src/library/script/ActorContext.h \
		src/library/script/DbiClassPrototype.h \
		src/library/script/ScriptEngineUtils.h \
		src/library/script/ScriptLibrary.h \
		src/library/script/SequencePrototype.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		src/model/actor/ActorDocument.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorScriptValidator.h \
		src/model/actor/ActorValidator.h \
		src/model/url_attribute/Dataset.h \
		src/model/url_attribute/DbFolderScanner.h \
		src/model/url_attribute/SharedDbUrlUtils.h \
		src/model/url_attribute/URLAttribute.h \
		src/model/url_attribute/URLContainer.h \
		src/model/wizard/ElementSelectorWidget.h \
		src/model/wizard/IdMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SelectorValue.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/Variable.h \
		src/model/wizard/Wizard.h \
		src/model/wizard/WizardPage.h \
		src/model/wizard/WizardWidget.h \
		src/model/wizard/WizardWidgetVisitor.h \
		src/support/external_script/ScriptableScheduler.h \
		src/support/external_script/ScriptContext.h \
		src/support/external_script/WorkflowRunSerializedSchemeTask.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		src/support/serialize/HRVisualSerializer.h \
		src/support/serialize/HRWizardSerializer.h \
		src/support/serialize/OldUWL.h \
		src/support/serialize/Tokenizer.h \
		src/support/serialize/Utils.h src/library/BaseActorCategories.cpp \
		src/library/BaseAttributes.cpp \
		src/library/BaseDatasetWorker.cpp \
		src/library/BaseOneOneWorker.cpp \
		src/library/BasePorts.cpp \
		src/library/BaseSlots.cpp \
		src/library/BaseThroughWorker.cpp \
		src/library/BaseTypes.cpp \
		src/library/LastReadyScheduler.cpp \
		src/library/LocalDomain.cpp \
		src/model/ActorPrototypeRegistry.cpp \
		src/model/Aliasing.cpp \
		src/model/Attribute.cpp \
		src/model/AttributeRelation.cpp \
		src/model/Configuration.cpp \
		src/model/ConfigurationEditor.cpp \
		src/model/Datatype.cpp \
		src/model/DbiDataHandler.cpp \
		src/model/DbiDataStorage.cpp \
		src/model/Descriptor.cpp \
		src/model/ExternalToolCfg.cpp \
		src/model/GrouperOutSlot.cpp \
		src/model/GrouperSlotAttribute.cpp \
		src/model/IncludedProtoFactory.cpp \
		src/model/IntegralBus.cpp \
		src/model/IntegralBusModel.cpp \
		src/model/IntegralBusType.cpp \
		src/model/Marker.cpp \
		src/model/MarkerAttribute.cpp \
		src/model/MessageMetadata.cpp \
		src/model/Port.cpp \
		src/model/QDConstraint.cpp \
		src/model/QDScheme.cpp \
		src/model/QueryDesignerRegistry.cpp \
		src/model/ReadDbObjActorPrototype.cpp \
		src/model/RunFileSystem.cpp \
		src/model/Schema.cpp \
		src/model/SchemaActorsRegistry.cpp \
		src/model/WorkflowContext.cpp \
		src/model/WorkflowEnv.cpp \
		src/model/WorkflowScriptEngine.cpp \
		src/model/WorkflowTransport.cpp \
		src/run/WorkflowMonitor.cpp \
		src/support/AttributeInfo.cpp \
		src/support/BaseBreakpointHitCounter.cpp \
		src/support/BaseNGSWorker.cpp \
		src/support/BreakpointConditionChecker.cpp \
		src/support/BreakpointEqualHitCounter.cpp \
		src/support/BreakpointGreaterOrEqualHitCounter.cpp \
		src/support/BreakpointMultipleHitCounter.cpp \
		src/support/CoreLibConstants.cpp \
		src/support/DatasetFetcher.cpp \
		src/support/ElapsedTimeUpdater.cpp \
		src/support/IntegralBusUtils.cpp \
		src/support/MapDatatypeEditor.cpp \
		src/support/MarkerUtils.cpp \
		src/support/NoFailTaskWrapper.cpp \
		src/support/SchemaSerializer.cpp \
		src/support/ScriptWorkerSerializer.cpp \
		src/support/SimpleWorkflowTask.cpp \
		src/support/SupportClass.cpp \
		src/support/SupportStructures.cpp \
		src/support/WorkflowBreakpoint.cpp \
		src/support/WorkflowBreakpointSharedInfo.cpp \
		src/support/WorkflowDebugMessageParser.cpp \
		src/support/WorkflowDebugStatus.cpp \
		src/support/WorkflowEnvImpl.cpp \
		src/support/WorkflowIOTasks.cpp \
		src/support/WorkflowRunTask.cpp \
		src/support/WorkflowSettings.cpp \
		src/support/WorkflowUtils.cpp \
		src/tasks/ReadDocumentTaskFactory.cpp \
		src/tasks/SchemaEstimationTask.cpp \
		src/tasks/WorkflowTasksRegistry.cpp \
		src/library/script/ActorContext.cpp \
		src/library/script/DbiClassPrototype.cpp \
		src/library/script/ScriptEngineUtils.cpp \
		src/library/script/ScriptLibrary.cpp \
		src/library/script/SequencePrototype.cpp \
		src/model/actor/Actor.cpp \
		src/model/actor/ActorConfigurationEditor.cpp \
		src/model/actor/ActorPrototype.cpp \
		src/model/actor/ActorScriptValidator.cpp \
		src/model/actor/ActorValidator.cpp \
		src/model/url_attribute/Dataset.cpp \
		src/model/url_attribute/DbFolderScanner.cpp \
		src/model/url_attribute/SharedDbUrlUtils.cpp \
		src/model/url_attribute/URLAttribute.cpp \
		src/model/url_attribute/URLContainer.cpp \
		src/model/wizard/ElementSelectorWidget.cpp \
		src/model/wizard/IdMapping.cpp \
		src/model/wizard/PortMapping.cpp \
		src/model/wizard/SelectorValue.cpp \
		src/model/wizard/SlotMapping.cpp \
		src/model/wizard/Variable.cpp \
		src/model/wizard/Wizard.cpp \
		src/model/wizard/WizardPage.cpp \
		src/model/wizard/WizardWidget.cpp \
		src/support/external_script/ScriptableScheduler.cpp \
		src/support/external_script/ScriptContext.cpp \
		src/support/external_script/WorkflowRunSerializedSchemeTask.cpp \
		src/support/serialize/Constants.cpp \
		src/support/serialize/HRSchemaSerializer.cpp \
		src/support/serialize/HRVisualSerializer.cpp \
		src/support/serialize/HRWizardSerializer.cpp \
		src/support/serialize/OldUWL.cpp \
		src/support/serialize/Tokenizer.cpp \
		src/support/serialize/Utils.cpp
QMAKE_TARGET  = U2Langd
DESTDIR       = ../../_debug/#avoid trailing-slash linebreak
TARGET        = libU2Langd.so.1.0.0
TARGETA       = ../../_debug/libU2Langd.a
TARGET0       = libU2Langd.so
TARGETD       = libU2Langd.so.1.0.0
TARGET1       = libU2Langd.so.1
TARGET2       = libU2Langd.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

../../_debug/$(TARGET):  $(OBJECTS) $(SUBLIBS) $(OBJCOMP)  
	@test -d ../../_debug/ || mkdir -p ../../_debug/
	-$(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) ../../_debug/$(TARGET)
	-$(MOVE) $(TARGET)  ../../_debug/ 
	-$(DEL_FILE) ../../_debug/$(TARGET0)
	-$(DEL_FILE) ../../_debug/$(TARGET1)
	-$(DEL_FILE) ../../_debug/$(TARGET2)
	-$(MOVE) $(TARGET0) ../../_debug/ 
	-$(MOVE) $(TARGET1) ../../_debug/ 
	-$(MOVE) $(TARGET2) ../../_debug/ 



staticlib: $(TARGETA)

$(TARGETA):  $(OBJECTS) $(OBJCOMP) 
	-$(DEL_FILE) $(TARGETA) 
	$(AR) $(TARGETA) $(OBJECTS)

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

qmake_all: FORCE


all: Makefile.Debug ../../_debug/$(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 U2Lang.qrc $(DISTDIR)/
	$(COPY_FILE) --parents src/library/BaseActorCategories.h src/library/BaseAttributes.h src/library/BaseDatasetWorker.h src/library/BaseOneOneWorker.h src/library/BasePorts.h src/library/BaseSlots.h src/library/BaseThroughWorker.h src/library/BaseTypes.h src/library/LastReadyScheduler.h src/library/LocalDomain.h src/model/ActorPrototypeRegistry.h src/model/Aliasing.h src/model/Attribute.h src/model/AttributeRelation.h src/model/Configuration.h src/model/ConfigurationEditor.h src/model/ConfigurationValidator.h src/model/Datatype.h src/model/DatatypeConversion.h src/model/DbiDataHandler.h src/model/DbiDataStorage.h src/model/Descriptor.h src/model/ExternalToolCfg.h src/model/GrouperOutSlot.h src/model/GrouperSlotAttribute.h src/model/IncludedProtoFactory.h src/model/IntegralBus.h src/model/IntegralBusModel.h src/model/IntegralBusType.h src/model/Marker.h src/model/MarkerAttribute.h src/model/MessageMetadata.h src/model/Peer.h src/model/Port.h src/model/PortRelation.h src/model/QDConstraint.h src/model/QDScheme.h src/model/QueryDesignerRegistry.h src/model/ReadDbObjActorPrototype.h src/model/RunFileSystem.h src/model/Schema.h src/model/SchemaActorsRegistry.h src/model/SchemaConfig.h src/model/WorkflowContext.h src/model/WorkflowEnv.h src/model/WorkflowManager.h src/model/WorkflowScriptEngine.h src/model/WorkflowTransport.h src/run/WorkflowMonitor.h src/support/AttributeInfo.h src/support/BaseBreakpointHitCounter.h src/support/BaseNGSWorker.h src/support/BreakpointConditionChecker.h src/support/BreakpointEqualHitCounter.h src/support/BreakpointGreaterOrEqualHitCounter.h src/support/BreakpointMultipleHitCounter.h src/support/CoreLibConstants.h src/support/DatasetFetcher.h src/support/ElapsedTimeUpdater.h src/support/IntegralBusUtils.h src/support/MapDatatypeEditor.h src/support/MarkerUtils.h src/support/NoFailTaskWrapper.h src/support/SchemaSerializer.h src/support/ScriptWorkerSerializer.h src/support/SimpleWorkflowTask.h src/support/SupportClass.h src/support/SupportStructures.h src/support/WorkflowBreakpoint.h src/support/WorkflowBreakpointSharedInfo.h src/support/WorkflowDebugMessageParser.h src/support/WorkflowDebugStatus.h src/support/WorkflowEnvImpl.h src/support/WorkflowInvestigationData.h src/support/WorkflowIOTasks.h src/support/WorkflowRunTask.h src/support/WorkflowSettings.h src/support/WorkflowUtils.h src/tasks/ReadDocumentTaskFactory.h src/tasks/SchemaEstimationTask.h src/tasks/WorkflowTasksRegistry.h src/library/script/ActorContext.h src/library/script/DbiClassPrototype.h src/library/script/ScriptEngineUtils.h src/library/script/ScriptLibrary.h src/library/script/SequencePrototype.h src/model/actor/Actor.h src/model/actor/ActorConfigurationEditor.h src/model/actor/ActorDocument.h src/model/actor/ActorPrototype.h src/model/actor/ActorScriptValidator.h src/model/actor/ActorValidator.h src/model/url_attribute/Dataset.h src/model/url_attribute/DbFolderScanner.h src/model/url_attribute/SharedDbUrlUtils.h src/model/url_attribute/URLAttribute.h src/model/url_attribute/URLContainer.h src/model/wizard/ElementSelectorWidget.h src/model/wizard/IdMapping.h src/model/wizard/PortMapping.h src/model/wizard/SelectorValue.h src/model/wizard/SlotMapping.h src/model/wizard/Variable.h src/model/wizard/Wizard.h src/model/wizard/WizardPage.h src/model/wizard/WizardWidget.h src/model/wizard/WizardWidgetVisitor.h src/support/external_script/ScriptableScheduler.h src/support/external_script/ScriptContext.h src/support/external_script/WorkflowRunSerializedSchemeTask.h src/support/serialize/Constants.h src/support/serialize/HRSchemaSerializer.h src/support/serialize/HRVisualSerializer.h src/support/serialize/HRWizardSerializer.h src/support/serialize/OldUWL.h src/support/serialize/Tokenizer.h src/support/serialize/Utils.h $(DISTDIR)/
	$(COPY_FILE) --parents src/library/BaseActorCategories.cpp src/library/BaseAttributes.cpp src/library/BaseDatasetWorker.cpp src/library/BaseOneOneWorker.cpp src/library/BasePorts.cpp src/library/BaseSlots.cpp src/library/BaseThroughWorker.cpp src/library/BaseTypes.cpp src/library/LastReadyScheduler.cpp src/library/LocalDomain.cpp src/model/ActorPrototypeRegistry.cpp src/model/Aliasing.cpp src/model/Attribute.cpp src/model/AttributeRelation.cpp src/model/Configuration.cpp src/model/ConfigurationEditor.cpp src/model/Datatype.cpp src/model/DbiDataHandler.cpp src/model/DbiDataStorage.cpp src/model/Descriptor.cpp src/model/ExternalToolCfg.cpp src/model/GrouperOutSlot.cpp src/model/GrouperSlotAttribute.cpp src/model/IncludedProtoFactory.cpp src/model/IntegralBus.cpp src/model/IntegralBusModel.cpp src/model/IntegralBusType.cpp src/model/Marker.cpp src/model/MarkerAttribute.cpp src/model/MessageMetadata.cpp src/model/Port.cpp src/model/QDConstraint.cpp src/model/QDScheme.cpp src/model/QueryDesignerRegistry.cpp src/model/ReadDbObjActorPrototype.cpp src/model/RunFileSystem.cpp src/model/Schema.cpp src/model/SchemaActorsRegistry.cpp src/model/WorkflowContext.cpp src/model/WorkflowEnv.cpp src/model/WorkflowScriptEngine.cpp src/model/WorkflowTransport.cpp src/run/WorkflowMonitor.cpp src/support/AttributeInfo.cpp src/support/BaseBreakpointHitCounter.cpp src/support/BaseNGSWorker.cpp src/support/BreakpointConditionChecker.cpp src/support/BreakpointEqualHitCounter.cpp src/support/BreakpointGreaterOrEqualHitCounter.cpp src/support/BreakpointMultipleHitCounter.cpp src/support/CoreLibConstants.cpp src/support/DatasetFetcher.cpp src/support/ElapsedTimeUpdater.cpp src/support/IntegralBusUtils.cpp src/support/MapDatatypeEditor.cpp src/support/MarkerUtils.cpp src/support/NoFailTaskWrapper.cpp src/support/SchemaSerializer.cpp src/support/ScriptWorkerSerializer.cpp src/support/SimpleWorkflowTask.cpp src/support/SupportClass.cpp src/support/SupportStructures.cpp src/support/WorkflowBreakpoint.cpp src/support/WorkflowBreakpointSharedInfo.cpp src/support/WorkflowDebugMessageParser.cpp src/support/WorkflowDebugStatus.cpp src/support/WorkflowEnvImpl.cpp src/support/WorkflowIOTasks.cpp src/support/WorkflowRunTask.cpp src/support/WorkflowSettings.cpp src/support/WorkflowUtils.cpp src/tasks/ReadDocumentTaskFactory.cpp src/tasks/SchemaEstimationTask.cpp src/tasks/WorkflowTasksRegistry.cpp src/library/script/ActorContext.cpp src/library/script/DbiClassPrototype.cpp src/library/script/ScriptEngineUtils.cpp src/library/script/ScriptLibrary.cpp src/library/script/SequencePrototype.cpp src/model/actor/Actor.cpp src/model/actor/ActorConfigurationEditor.cpp src/model/actor/ActorPrototype.cpp src/model/actor/ActorScriptValidator.cpp src/model/actor/ActorValidator.cpp src/model/url_attribute/Dataset.cpp src/model/url_attribute/DbFolderScanner.cpp src/model/url_attribute/SharedDbUrlUtils.cpp src/model/url_attribute/URLAttribute.cpp src/model/url_attribute/URLContainer.cpp src/model/wizard/ElementSelectorWidget.cpp src/model/wizard/IdMapping.cpp src/model/wizard/PortMapping.cpp src/model/wizard/SelectorValue.cpp src/model/wizard/SlotMapping.cpp src/model/wizard/Variable.cpp src/model/wizard/Wizard.cpp src/model/wizard/WizardPage.cpp src/model/wizard/WizardWidget.cpp src/support/external_script/ScriptableScheduler.cpp src/support/external_script/ScriptContext.cpp src/support/external_script/WorkflowRunSerializedSchemeTask.cpp src/support/serialize/Constants.cpp src/support/serialize/HRSchemaSerializer.cpp src/support/serialize/HRVisualSerializer.cpp src/support/serialize/HRWizardSerializer.cpp src/support/serialize/OldUWL.cpp src/support/serialize/Tokenizer.cpp src/support/serialize/Utils.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) ../../_debug/$(TARGET) 
	-$(DEL_FILE) ../../_debug/$(TARGET0) ../../_debug/$(TARGET1) ../../_debug/$(TARGET2) $(TARGETA)
	-$(DEL_FILE) Makefile.Debug


####### 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_U2Lang.cpp
compiler_rcc_clean:
	-$(DEL_FILE) _tmp/rcc/qrc_U2Lang.cpp
_tmp/rcc/qrc_U2Lang.cpp: U2Lang.qrc \
		images/error.png \
		images/warning.png
	/usr/lib/x86_64-linux-gnu/qt5/bin/rcc -name U2Lang U2Lang.qrc -o _tmp/rcc/qrc_U2Lang.cpp

compiler_moc_header_make_all: _tmp/moc/debug/moc_BaseActorCategories.cpp _tmp/moc/debug/moc_BaseAttributes.cpp _tmp/moc/debug/moc_BaseDatasetWorker.cpp _tmp/moc/debug/moc_BaseOneOneWorker.cpp _tmp/moc/debug/moc_BaseSlots.cpp _tmp/moc/debug/moc_BaseTypes.cpp _tmp/moc/debug/moc_LocalDomain.cpp _tmp/moc/debug/moc_ActorPrototypeRegistry.cpp _tmp/moc/debug/moc_ConfigurationEditor.cpp _tmp/moc/debug/moc_ExternalToolCfg.cpp _tmp/moc/debug/moc_IntegralBus.cpp _tmp/moc/debug/moc_IntegralBusModel.cpp _tmp/moc/debug/moc_Marker.cpp _tmp/moc/debug/moc_Port.cpp _tmp/moc/debug/moc_QDScheme.cpp _tmp/moc/debug/moc_QueryDesignerRegistry.cpp _tmp/moc/debug/moc_RunFileSystem.cpp _tmp/moc/debug/moc_WorkflowMonitor.cpp _tmp/moc/debug/moc_BaseNGSWorker.cpp _tmp/moc/debug/moc_ElapsedTimeUpdater.cpp _tmp/moc/debug/moc_MapDatatypeEditor.cpp _tmp/moc/debug/moc_NoFailTaskWrapper.cpp _tmp/moc/debug/moc_SchemaSerializer.cpp _tmp/moc/debug/moc_SimpleWorkflowTask.cpp _tmp/moc/debug/moc_WorkflowDebugStatus.cpp _tmp/moc/debug/moc_WorkflowIOTasks.cpp _tmp/moc/debug/moc_WorkflowRunTask.cpp _tmp/moc/debug/moc_WorkflowSettings.cpp _tmp/moc/debug/moc_WorkflowUtils.cpp _tmp/moc/debug/moc_ReadDocumentTaskFactory.cpp _tmp/moc/debug/moc_SchemaEstimationTask.cpp _tmp/moc/debug/moc_DbiClassPrototype.cpp _tmp/moc/debug/moc_SequencePrototype.cpp _tmp/moc/debug/moc_Actor.cpp _tmp/moc/debug/moc_ActorConfigurationEditor.cpp _tmp/moc/debug/moc_ActorScriptValidator.cpp _tmp/moc/debug/moc_Dataset.cpp _tmp/moc/debug/moc_WorkflowRunSerializedSchemeTask.cpp _tmp/moc/debug/moc_HRSchemaSerializer.cpp _tmp/moc/debug/moc_HRVisualSerializer.cpp _tmp/moc/debug/moc_HRWizardSerializer.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) _tmp/moc/debug/moc_BaseActorCategories.cpp _tmp/moc/debug/moc_BaseAttributes.cpp _tmp/moc/debug/moc_BaseDatasetWorker.cpp _tmp/moc/debug/moc_BaseOneOneWorker.cpp _tmp/moc/debug/moc_BaseSlots.cpp _tmp/moc/debug/moc_BaseTypes.cpp _tmp/moc/debug/moc_LocalDomain.cpp _tmp/moc/debug/moc_ActorPrototypeRegistry.cpp _tmp/moc/debug/moc_ConfigurationEditor.cpp _tmp/moc/debug/moc_ExternalToolCfg.cpp _tmp/moc/debug/moc_IntegralBus.cpp _tmp/moc/debug/moc_IntegralBusModel.cpp _tmp/moc/debug/moc_Marker.cpp _tmp/moc/debug/moc_Port.cpp _tmp/moc/debug/moc_QDScheme.cpp _tmp/moc/debug/moc_QueryDesignerRegistry.cpp _tmp/moc/debug/moc_RunFileSystem.cpp _tmp/moc/debug/moc_WorkflowMonitor.cpp _tmp/moc/debug/moc_BaseNGSWorker.cpp _tmp/moc/debug/moc_ElapsedTimeUpdater.cpp _tmp/moc/debug/moc_MapDatatypeEditor.cpp _tmp/moc/debug/moc_NoFailTaskWrapper.cpp _tmp/moc/debug/moc_SchemaSerializer.cpp _tmp/moc/debug/moc_SimpleWorkflowTask.cpp _tmp/moc/debug/moc_WorkflowDebugStatus.cpp _tmp/moc/debug/moc_WorkflowIOTasks.cpp _tmp/moc/debug/moc_WorkflowRunTask.cpp _tmp/moc/debug/moc_WorkflowSettings.cpp _tmp/moc/debug/moc_WorkflowUtils.cpp _tmp/moc/debug/moc_ReadDocumentTaskFactory.cpp _tmp/moc/debug/moc_SchemaEstimationTask.cpp _tmp/moc/debug/moc_DbiClassPrototype.cpp _tmp/moc/debug/moc_SequencePrototype.cpp _tmp/moc/debug/moc_Actor.cpp _tmp/moc/debug/moc_ActorConfigurationEditor.cpp _tmp/moc/debug/moc_ActorScriptValidator.cpp _tmp/moc/debug/moc_Dataset.cpp _tmp/moc/debug/moc_WorkflowRunSerializedSchemeTask.cpp _tmp/moc/debug/moc_HRSchemaSerializer.cpp _tmp/moc/debug/moc_HRVisualSerializer.cpp _tmp/moc/debug/moc_HRWizardSerializer.cpp
_tmp/moc/debug/moc_BaseActorCategories.cpp: ../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/library/BaseActorCategories.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/BaseActorCategories.h -o _tmp/moc/debug/moc_BaseActorCategories.cpp

_tmp/moc/debug/moc_BaseAttributes.cpp: ../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/library/BaseAttributes.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/BaseAttributes.h -o _tmp/moc/debug/moc_BaseAttributes.cpp

_tmp/moc/debug/moc_BaseDatasetWorker.cpp: ../../include/U2Lang/BaseOneOneWorker.h \
		src/library/BaseOneOneWorker.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/library/BaseDatasetWorker.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/BaseDatasetWorker.h -o _tmp/moc/debug/moc_BaseDatasetWorker.cpp

_tmp/moc/debug/moc_BaseOneOneWorker.cpp: ../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/library/BaseOneOneWorker.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/BaseOneOneWorker.h -o _tmp/moc/debug/moc_BaseOneOneWorker.cpp

_tmp/moc/debug/moc_BaseSlots.cpp: ../../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/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		src/library/BaseSlots.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/BaseSlots.h -o _tmp/moc/debug/moc_BaseSlots.cpp

_tmp/moc/debug/moc_BaseTypes.cpp: ../../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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/library/BaseTypes.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/BaseTypes.h -o _tmp/moc/debug/moc_BaseTypes.cpp

_tmp/moc/debug/moc_LocalDomain.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 \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/library/LocalDomain.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/LocalDomain.h -o _tmp/moc/debug/moc_LocalDomain.cpp

_tmp/moc/debug/moc_ActorPrototypeRegistry.cpp: ../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/model/ActorPrototypeRegistry.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/ActorPrototypeRegistry.h -o _tmp/moc/debug/moc_ActorPrototypeRegistry.cpp

_tmp/moc/debug/moc_ConfigurationEditor.cpp: ../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/ConfigurationEditor.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/ConfigurationEditor.h -o _tmp/moc/debug/moc_ConfigurationEditor.cpp

_tmp/moc/debug/moc_ExternalToolCfg.cpp: ../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/ExternalToolCfg.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/ExternalToolCfg.h -o _tmp/moc/debug/moc_ExternalToolCfg.cpp

_tmp/moc/debug/moc_IntegralBus.cpp: ../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/model/IntegralBus.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/IntegralBus.h -o _tmp/moc/debug/moc_IntegralBus.cpp

_tmp/moc/debug/moc_IntegralBusModel.cpp: ../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/model/IntegralBusModel.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/IntegralBusModel.h -o _tmp/moc/debug/moc_IntegralBusModel.cpp

_tmp/moc/debug/moc_Marker.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/model/Marker.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/Marker.h -o _tmp/moc/debug/moc_Marker.cpp

_tmp/moc/debug/moc_Port.cpp: ../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/Port.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/Port.h -o _tmp/moc/debug/moc_Port.cpp

_tmp/moc/debug/moc_QDScheme.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/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		src/model/QDScheme.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/QDScheme.h -o _tmp/moc/debug/moc_QDScheme.cpp

_tmp/moc/debug/moc_QueryDesignerRegistry.cpp: src/model/QDScheme.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/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		src/model/QueryDesignerRegistry.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/QueryDesignerRegistry.h -o _tmp/moc/debug/moc_QueryDesignerRegistry.cpp

_tmp/moc/debug/moc_RunFileSystem.cpp: ../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/model/RunFileSystem.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/RunFileSystem.h -o _tmp/moc/debug/moc_RunFileSystem.cpp

_tmp/moc/debug/moc_WorkflowMonitor.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/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/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/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/run/WorkflowMonitor.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/run/WorkflowMonitor.h -o _tmp/moc/debug/moc_WorkflowMonitor.cpp

_tmp/moc/debug/moc_BaseNGSWorker.cpp: ../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/support/BaseNGSWorker.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/BaseNGSWorker.h -o _tmp/moc/debug/moc_BaseNGSWorker.cpp

_tmp/moc/debug/moc_ElapsedTimeUpdater.cpp: ../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/support/ElapsedTimeUpdater.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/ElapsedTimeUpdater.h -o _tmp/moc/debug/moc_ElapsedTimeUpdater.cpp

_tmp/moc/debug/moc_MapDatatypeEditor.cpp: ../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/support/MapDatatypeEditor.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/MapDatatypeEditor.h -o _tmp/moc/debug/moc_MapDatatypeEditor.cpp

_tmp/moc/debug/moc_NoFailTaskWrapper.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/support/NoFailTaskWrapper.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/NoFailTaskWrapper.h -o _tmp/moc/debug/moc_NoFailTaskWrapper.cpp

_tmp/moc/debug/moc_SchemaSerializer.cpp: ../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/support/SchemaSerializer.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/SchemaSerializer.h -o _tmp/moc/debug/moc_SchemaSerializer.cpp

_tmp/moc/debug/moc_SimpleWorkflowTask.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/DocumentProviderTask.h \
		../U2Core/src/tasks/DocumentProviderTask.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 \
		../../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 \
		../../include/U2Core/SaveDocumentTask.h \
		../U2Core/src/tasks/SaveDocumentTask.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WorkflowIOTasks.h \
		src/support/WorkflowIOTasks.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/support/SimpleWorkflowTask.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/SimpleWorkflowTask.h -o _tmp/moc/debug/moc_SimpleWorkflowTask.cpp

_tmp/moc/debug/moc_WorkflowDebugStatus.cpp: ../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/support/WorkflowBreakpoint.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		src/support/BreakpointConditionChecker.h \
		src/support/WorkflowInvestigationData.h \
		src/support/WorkflowDebugStatus.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/WorkflowDebugStatus.h -o _tmp/moc/debug/moc_WorkflowDebugStatus.cpp

_tmp/moc/debug/moc_WorkflowIOTasks.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/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/support/WorkflowIOTasks.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/WorkflowIOTasks.h -o _tmp/moc/debug/moc_WorkflowIOTasks.cpp

_tmp/moc/debug/moc_WorkflowRunTask.cpp: ../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.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/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/support/WorkflowRunTask.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/WorkflowRunTask.h -o _tmp/moc/debug/moc_WorkflowRunTask.cpp

_tmp/moc/debug/moc_WorkflowSettings.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/support/WorkflowSettings.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/WorkflowSettings.h -o _tmp/moc/debug/moc_WorkflowSettings.cpp

_tmp/moc/debug/moc_WorkflowUtils.cpp: ../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.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/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/support/WorkflowUtils.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/WorkflowUtils.h -o _tmp/moc/debug/moc_WorkflowUtils.cpp

_tmp/moc/debug/moc_ReadDocumentTaskFactory.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/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		src/tasks/ReadDocumentTaskFactory.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/tasks/ReadDocumentTaskFactory.h -o _tmp/moc/debug/moc_ReadDocumentTaskFactory.cpp

_tmp/moc/debug/moc_SchemaEstimationTask.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/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		src/tasks/SchemaEstimationTask.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/tasks/SchemaEstimationTask.h -o _tmp/moc/debug/moc_SchemaEstimationTask.cpp

_tmp/moc/debug/moc_DbiClassPrototype.cpp: ../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		src/library/script/DbiClassPrototype.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/script/DbiClassPrototype.h -o _tmp/moc/debug/moc_DbiClassPrototype.cpp

_tmp/moc/debug/moc_SequencePrototype.cpp: ../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/library/script/DbiClassPrototype.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		src/library/script/SequencePrototype.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/library/script/SequencePrototype.h -o _tmp/moc/debug/moc_SequencePrototype.cpp

_tmp/moc/debug/moc_Actor.cpp: ../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/Actor.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/actor/Actor.h -o _tmp/moc/debug/moc_Actor.cpp

_tmp/moc/debug/moc_ActorConfigurationEditor.cpp: ../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorConfigurationEditor.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/actor/ActorConfigurationEditor.h -o _tmp/moc/debug/moc_ActorConfigurationEditor.cpp

_tmp/moc/debug/moc_ActorScriptValidator.cpp: src/model/actor/ActorValidator.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/model/actor/ActorScriptValidator.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/actor/ActorScriptValidator.h -o _tmp/moc/debug/moc_ActorScriptValidator.cpp

_tmp/moc/debug/moc_Dataset.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/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		src/model/url_attribute/Dataset.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/model/url_attribute/Dataset.h -o _tmp/moc/debug/moc_Dataset.cpp

_tmp/moc/debug/moc_WorkflowRunSerializedSchemeTask.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/support/external_script/WorkflowRunSerializedSchemeTask.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/external_script/WorkflowRunSerializedSchemeTask.h -o _tmp/moc/debug/moc_WorkflowRunSerializedSchemeTask.cpp

_tmp/moc/debug/moc_HRSchemaSerializer.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/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/support/serialize/HRSchemaSerializer.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/serialize/HRSchemaSerializer.h -o _tmp/moc/debug/moc_HRSchemaSerializer.cpp

_tmp/moc/debug/moc_HRVisualSerializer.cpp: ../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/support/serialize/HRVisualSerializer.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/serialize/HRVisualSerializer.h -o _tmp/moc/debug/moc_HRVisualSerializer.cpp

_tmp/moc/debug/moc_HRWizardSerializer.cpp: ../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/Wizard.h \
		src/model/wizard/Wizard.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WizardPage.h \
		src/model/wizard/WizardPage.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/WizardWidgetVisitor.h \
		src/model/wizard/WizardWidgetVisitor.h \
		../../include/U2Lang/ElementSelectorWidget.h \
		src/model/wizard/ElementSelectorWidget.h \
		src/model/wizard/SelectorValue.h \
		src/support/serialize/Tokenizer.h \
		src/support/serialize/HRWizardSerializer.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/U2Lang -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/src -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/corelibs/U2Lang/_tmp -I/home/birch/BIRCH/local/pkg/ugene-1.29.0/src/include -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/QtXml -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/support/serialize/HRWizardSerializer.h -o _tmp/moc/debug/moc_HRWizardSerializer.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/debug/BaseActorCategories.o: src/library/BaseActorCategories.cpp ../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/library/LocalDomain.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		src/library/BaseActorCategories.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseActorCategories.o src/library/BaseActorCategories.cpp

_tmp/obj/debug/BaseAttributes.o: src/library/BaseAttributes.cpp src/library/BaseAttributes.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/debug/BaseAttributes.o src/library/BaseAttributes.cpp

_tmp/obj/debug/BaseDatasetWorker.o: src/library/BaseDatasetWorker.cpp ../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.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/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		src/library/BaseDatasetWorker.h \
		../../include/U2Lang/BaseOneOneWorker.h \
		src/library/BaseOneOneWorker.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseDatasetWorker.o src/library/BaseDatasetWorker.cpp

_tmp/obj/debug/BaseOneOneWorker.o: src/library/BaseOneOneWorker.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		src/library/BaseOneOneWorker.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseOneOneWorker.o src/library/BaseOneOneWorker.cpp

_tmp/obj/debug/BasePorts.o: src/library/BasePorts.cpp src/library/BasePorts.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/debug/BasePorts.o src/library/BasePorts.cpp

_tmp/obj/debug/BaseSlots.o: src/library/BaseSlots.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/library/BaseSlots.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseSlots.o src/library/BaseSlots.cpp

_tmp/obj/debug/BaseThroughWorker.o: src/library/BaseThroughWorker.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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 \
		src/library/BaseThroughWorker.h \
		../../include/U2Lang/BaseOneOneWorker.h \
		src/library/BaseOneOneWorker.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseThroughWorker.o src/library/BaseThroughWorker.cpp

_tmp/obj/debug/BaseTypes.o: src/library/BaseTypes.cpp ../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.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/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/library/BaseTypes.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseTypes.o src/library/BaseTypes.cpp

_tmp/obj/debug/LastReadyScheduler.o: src/library/LastReadyScheduler.cpp ../../include/U2Core/TaskSignalMapper.h \
		../U2Core/src/tasks/TaskSignalMapper.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/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/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Lang/ElapsedTimeUpdater.h \
		src/support/ElapsedTimeUpdater.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/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/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowDebugStatus.h \
		src/support/WorkflowDebugStatus.h \
		src/support/WorkflowBreakpoint.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		src/support/BreakpointConditionChecker.h \
		src/support/WorkflowInvestigationData.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		src/library/LastReadyScheduler.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/LastReadyScheduler.o src/library/LastReadyScheduler.cpp

_tmp/obj/debug/LocalDomain.o: src/library/LocalDomain.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/CMDLineRegistry.h \
		../U2Core/src/cmdline/CMDLineRegistry.h \
		../../include/U2Core/global.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/CMDLineUtils.h \
		../U2Core/src/cmdline/CMDLineUtils.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/BaseAttributes.h \
		src/library/BaseAttributes.h \
		../../include/U2Lang/IntegralBusType.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/LastReadyScheduler.h \
		src/library/LastReadyScheduler.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowSettings.h \
		src/support/WorkflowSettings.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/LocalDomain.o src/library/LocalDomain.cpp

_tmp/obj/debug/ActorPrototypeRegistry.o: src/model/ActorPrototypeRegistry.cpp ../../include/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ActorPrototypeRegistry.o src/model/ActorPrototypeRegistry.cpp

_tmp/obj/debug/Aliasing.o: src/model/Aliasing.cpp src/model/Aliasing.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/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Aliasing.o src/model/Aliasing.cpp

_tmp/obj/debug/Attribute.o: src/model/Attribute.cpp ../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.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/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Attribute.o src/model/Attribute.cpp

_tmp/obj/debug/AttributeRelation.o: src/model/AttributeRelation.cpp src/model/AttributeRelation.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/FormatUtils.h \
		../U2Core/src/util/FormatUtils.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.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 \
		../../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/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/AttributeRelation.o src/model/AttributeRelation.cpp

_tmp/obj/debug/Configuration.o: src/model/Configuration.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/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Configuration.o src/model/Configuration.cpp

_tmp/obj/debug/ConfigurationEditor.o: src/model/ConfigurationEditor.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/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ConfigurationEditor.o src/model/ConfigurationEditor.cpp

_tmp/obj/debug/Datatype.o: src/model/Datatype.cpp src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Datatype.o src/model/Datatype.cpp

_tmp/obj/debug/DbiDataHandler.o: src/model/DbiDataHandler.cpp ../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/DbiDataHandler.o src/model/DbiDataHandler.cpp

_tmp/obj/debug/DbiDataStorage.o: src/model/DbiDataStorage.cpp ../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.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/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/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/AppSettings.h \
		../U2Core/src/globals/AppSettings.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.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/GUrlUtils.h \
		../U2Core/src/util/GUrlUtils.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.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/RawDataUdrSchema.h \
		../U2Core/src/datatype/udr/RawDataUdrSchema.h \
		../../include/U2Core/U2RawData.h \
		../U2Core/src/datatype/U2RawData.h \
		../../include/U2Core/UdrRecord.h \
		../U2Core/src/datatype/UdrRecord.h \
		../../include/U2Core/UdrSchema.h \
		../U2Core/src/datatype/UdrSchema.h \
		../../include/U2Core/TextObject.h \
		../U2Core/src/gobjects/TextObject.h \
		../U2Core/src/gobjects/GObjectTypes.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.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/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/U2FeatureDbi.h \
		../U2Core/src/dbi/U2FeatureDbi.h \
		../../include/U2Core/U2FeatureUtils.h \
		../U2Core/src/util/U2FeatureUtils.h \
		../../include/U2Core/U2MsaDbi.h \
		../U2Core/src/dbi/U2MsaDbi.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2SequenceDbi.h \
		../U2Core/src/dbi/U2SequenceDbi.h \
		../../include/U2Core/U2SequenceUtils.h \
		../U2Core/src/util/U2SequenceUtils.h \
		../../include/U2Core/FormatSettings.h \
		../U2Core/src/globals/FormatSettings.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2VariantDbi.h \
		../U2Core/src/dbi/U2VariantDbi.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Core/UserApplicationsSettings.h \
		../U2Core/src/globals/UserApplicationsSettings.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.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/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/DbiDataStorage.o src/model/DbiDataStorage.cpp

_tmp/obj/debug/Descriptor.o: src/model/Descriptor.cpp src/model/Descriptor.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/debug/Descriptor.o src/model/Descriptor.cpp

_tmp/obj/debug/ExternalToolCfg.o: src/model/ExternalToolCfg.cpp ../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.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/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ExternalToolCfg.o src/model/ExternalToolCfg.cpp

_tmp/obj/debug/GrouperOutSlot.o: src/model/GrouperOutSlot.cpp ../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/model/GrouperOutSlot.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/GrouperOutSlot.o src/model/GrouperOutSlot.cpp

_tmp/obj/debug/GrouperSlotAttribute.o: src/model/GrouperSlotAttribute.cpp ../../include/U2Lang/IntegralBusType.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/model/GrouperSlotAttribute.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/GrouperSlotAttribute.o src/model/GrouperSlotAttribute.cpp

_tmp/obj/debug/IncludedProtoFactory.o: src/model/IncludedProtoFactory.cpp ../../include/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/model/IncludedProtoFactory.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/IncludedProtoFactory.o src/model/IncludedProtoFactory.cpp

_tmp/obj/debug/IntegralBus.o: src/model/IntegralBus.cpp src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/model/IntegralBusType.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/IntegralBus.o src/model/IntegralBus.cpp

_tmp/obj/debug/IntegralBusModel.o: src/model/IntegralBusModel.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		../../include/U2Lang/CoreLibConstants.h \
		src/support/CoreLibConstants.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/BaseSlots.h \
		src/library/BaseSlots.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/model/IntegralBusType.h \
		src/support/IntegralBusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/IntegralBusModel.o src/model/IntegralBusModel.cpp

_tmp/obj/debug/IntegralBusType.o: src/model/IntegralBusType.cpp src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/CoreLibConstants.h \
		src/support/CoreLibConstants.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/IntegralBusType.o src/model/IntegralBusType.cpp

_tmp/obj/debug/Marker.o: src/model/Marker.cpp ../../include/U2Core/QVariantUtils.h \
		../U2Core/src/util/QVariantUtils.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 \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Lang/MarkerUtils.h \
		src/support/MarkerUtils.h \
		../../include/U2Lang/Marker.h \
		src/model/Marker.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Marker.o src/model/Marker.cpp

_tmp/obj/debug/MarkerAttribute.o: src/model/MarkerAttribute.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/model/MarkerAttribute.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/Marker.h \
		src/model/Marker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/MarkerAttribute.o src/model/MarkerAttribute.cpp

_tmp/obj/debug/MessageMetadata.o: src/model/MessageMetadata.cpp src/model/MessageMetadata.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/debug/MessageMetadata.o src/model/MessageMetadata.cpp

_tmp/obj/debug/Port.o: src/model/Port.cpp src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Port.o src/model/Port.cpp

_tmp/obj/debug/QDConstraint.o: src/model/QDConstraint.cpp ../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/model/QDConstraint.h \
		../../include/U2Lang/QDScheme.h \
		src/model/QDScheme.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/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/QDConstraint.o src/model/QDConstraint.cpp

_tmp/obj/debug/QDScheme.o: src/model/QDScheme.cpp ../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/QDConstraint.h \
		../../include/U2Lang/QDScheme.h \
		src/model/QDScheme.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/QDScheme.o src/model/QDScheme.cpp

_tmp/obj/debug/QueryDesignerRegistry.o: src/model/QueryDesignerRegistry.cpp src/model/QueryDesignerRegistry.h \
		src/model/QDScheme.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/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/QueryDesignerRegistry.o src/model/QueryDesignerRegistry.cpp

_tmp/obj/debug/ReadDbObjActorPrototype.o: src/model/ReadDbObjActorPrototype.cpp ../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		src/model/ReadDbObjActorPrototype.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ReadDbObjActorPrototype.o src/model/ReadDbObjActorPrototype.cpp

_tmp/obj/debug/RunFileSystem.o: src/model/RunFileSystem.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/BaseAttributes.h \
		src/library/BaseAttributes.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/RunFileSystem.o src/model/RunFileSystem.cpp

_tmp/obj/debug/Schema.o: src/model/Schema.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/IntegralBusType.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/Wizard.h \
		src/model/wizard/Wizard.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Schema.o src/model/Schema.cpp

_tmp/obj/debug/SchemaActorsRegistry.o: src/model/SchemaActorsRegistry.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/model/SchemaActorsRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SchemaActorsRegistry.o src/model/SchemaActorsRegistry.cpp

_tmp/obj/debug/WorkflowContext.o: src/model/WorkflowContext.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/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../../include/U2Core/global.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/CMDLineRegistry.h \
		../U2Core/src/cmdline/CMDLineRegistry.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowSettings.h \
		src/support/WorkflowSettings.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowContext.o src/model/WorkflowContext.cpp

_tmp/obj/debug/WorkflowEnv.o: src/model/WorkflowEnv.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/model/WorkflowEnv.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowEnv.o src/model/WorkflowEnv.cpp

_tmp/obj/debug/WorkflowScriptEngine.o: src/model/WorkflowScriptEngine.cpp src/model/WorkflowScriptEngine.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.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/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowScriptEngine.o src/model/WorkflowScriptEngine.cpp

_tmp/obj/debug/WorkflowTransport.o: src/model/WorkflowTransport.cpp src/model/WorkflowTransport.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowTransport.o src/model/WorkflowTransport.cpp

_tmp/obj/debug/WorkflowMonitor.o: src/run/WorkflowMonitor.cpp ../../include/U2Core/TaskSignalMapper.h \
		../U2Core/src/tasks/TaskSignalMapper.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/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowMonitor.o src/run/WorkflowMonitor.cpp

_tmp/obj/debug/AttributeInfo.o: src/support/AttributeInfo.cpp ../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/AttributeInfo.o src/support/AttributeInfo.cpp

_tmp/obj/debug/BaseBreakpointHitCounter.o: src/support/BaseBreakpointHitCounter.cpp src/support/BaseBreakpointHitCounter.h \
		src/support/WorkflowBreakpointSharedInfo.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/U2Lang/Attribute.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/support/BreakpointEqualHitCounter.h \
		src/support/BreakpointGreaterOrEqualHitCounter.h \
		src/support/BreakpointMultipleHitCounter.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseBreakpointHitCounter.o src/support/BaseBreakpointHitCounter.cpp

_tmp/obj/debug/BaseNGSWorker.o: src/support/BaseNGSWorker.cpp ../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.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/DocumentImport.h \
		../U2Core/src/models/DocumentImport.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/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.h \
		../../include/U2Core/FailTask.h \
		../U2Core/src/tasks/FailTask.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/FileAndDirectoryUtils.h \
		../U2Core/src/util/FileAndDirectoryUtils.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/TaskSignalMapper.h \
		../U2Core/src/tasks/TaskSignalMapper.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Designer/DelegateEditors.h \
		../U2Designer/src/DelegateEditors.h \
		../../include/U2Designer/URLLineEdit.h \
		../U2Designer/src/support/URLLineEdit.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../U2Designer/src/PropertyWidget.h \
		../../include/U2Formats/BAMUtils.h \
		../U2Formats/src/BAMUtils.h \
		../../include/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/BaseActorCategories.h \
		src/library/BaseActorCategories.h \
		../../include/U2Lang/BaseAttributes.h \
		src/library/BaseAttributes.h \
		../../include/U2Lang/BaseSlots.h \
		src/library/BaseSlots.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/support/BaseNGSWorker.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BaseNGSWorker.o src/support/BaseNGSWorker.cpp

_tmp/obj/debug/BreakpointConditionChecker.o: src/support/BreakpointConditionChecker.cpp ../../include/U2Lang/Attribute.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/WorkflowBreakpointSharedInfo.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		src/support/BreakpointConditionChecker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BreakpointConditionChecker.o src/support/BreakpointConditionChecker.cpp

_tmp/obj/debug/BreakpointEqualHitCounter.o: src/support/BreakpointEqualHitCounter.cpp src/support/BreakpointEqualHitCounter.h \
		src/support/BaseBreakpointHitCounter.h \
		src/support/WorkflowBreakpointSharedInfo.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/U2Lang/Attribute.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BreakpointEqualHitCounter.o src/support/BreakpointEqualHitCounter.cpp

_tmp/obj/debug/BreakpointGreaterOrEqualHitCounter.o: src/support/BreakpointGreaterOrEqualHitCounter.cpp src/support/BreakpointGreaterOrEqualHitCounter.h \
		src/support/BreakpointEqualHitCounter.h \
		src/support/BaseBreakpointHitCounter.h \
		src/support/WorkflowBreakpointSharedInfo.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/U2Lang/Attribute.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BreakpointGreaterOrEqualHitCounter.o src/support/BreakpointGreaterOrEqualHitCounter.cpp

_tmp/obj/debug/BreakpointMultipleHitCounter.o: src/support/BreakpointMultipleHitCounter.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/support/BreakpointMultipleHitCounter.h \
		src/support/BaseBreakpointHitCounter.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/BreakpointMultipleHitCounter.o src/support/BreakpointMultipleHitCounter.cpp

_tmp/obj/debug/CoreLibConstants.o: src/support/CoreLibConstants.cpp src/support/CoreLibConstants.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/debug/CoreLibConstants.o src/support/CoreLibConstants.cpp

_tmp/obj/debug/DatasetFetcher.o: src/support/DatasetFetcher.cpp ../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		src/support/DatasetFetcher.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/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/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/DatasetFetcher.o src/support/DatasetFetcher.cpp

_tmp/obj/debug/ElapsedTimeUpdater.o: src/support/ElapsedTimeUpdater.cpp ../../include/U2Core/Timer.h \
		../U2Core/src/globals/Timer.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/TaskSignalMapper.h \
		../U2Core/src/tasks/TaskSignalMapper.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/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/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/support/ElapsedTimeUpdater.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ElapsedTimeUpdater.o src/support/ElapsedTimeUpdater.cpp

_tmp/obj/debug/IntegralBusUtils.o: src/support/IntegralBusUtils.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/BaseSlots.h \
		src/library/BaseSlots.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/support/IntegralBusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/IntegralBusUtils.o src/support/IntegralBusUtils.cpp

_tmp/obj/debug/MapDatatypeEditor.o: src/support/MapDatatypeEditor.cpp ../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/IntegralBusType.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/support/IntegralBusUtils.h \
		src/support/MapDatatypeEditor.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/MapDatatypeEditor.o src/support/MapDatatypeEditor.cpp

_tmp/obj/debug/MarkerUtils.o: src/support/MarkerUtils.cpp src/support/MarkerUtils.h \
		../../include/U2Lang/Marker.h \
		src/model/Marker.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/MarkerUtils.o src/support/MarkerUtils.cpp

_tmp/obj/debug/NoFailTaskWrapper.o: src/support/NoFailTaskWrapper.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/support/NoFailTaskWrapper.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/NoFailTaskWrapper.o src/support/NoFailTaskWrapper.cpp

_tmp/obj/debug/SchemaSerializer.o: src/support/SchemaSerializer.cpp ../../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/U2Core/QVariantUtils.h \
		../U2Core/src/util/QVariantUtils.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/CoreLibConstants.h \
		src/support/CoreLibConstants.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		src/support/SchemaSerializer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SchemaSerializer.o src/support/SchemaSerializer.cpp

_tmp/obj/debug/ScriptWorkerSerializer.o: src/support/ScriptWorkerSerializer.cpp ../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/IncludedProtoFactory.h \
		src/model/IncludedProtoFactory.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		src/support/ScriptWorkerSerializer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ScriptWorkerSerializer.o src/support/ScriptWorkerSerializer.cpp

_tmp/obj/debug/SimpleWorkflowTask.o: src/support/SimpleWorkflowTask.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/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/global.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.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/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/IOAdapterUtils.h \
		../U2Core/src/util/IOAdapterUtils.h \
		../../include/U2Core/LoadDocumentTask.h \
		../U2Core/src/tasks/LoadDocumentTask.h \
		../../include/U2Core/GObjectReference.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/DocumentProviderTask.h \
		../U2Core/src/tasks/DocumentProviderTask.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 \
		../../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 \
		../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/GObject.h \
		../U2Core/src/models/GObject.h \
		../U2Core/src/models/StateLockableDataModel.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/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/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/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/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Formats/DocumentFormatUtils.h \
		../U2Formats/src/DocumentFormatUtils.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.h \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/support/SimpleWorkflowTask.h \
		../../include/U2Core/SaveDocumentTask.h \
		../U2Core/src/tasks/SaveDocumentTask.h \
		../../include/U2Lang/WorkflowIOTasks.h \
		src/support/WorkflowIOTasks.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SimpleWorkflowTask.o src/support/SimpleWorkflowTask.cpp

_tmp/obj/debug/SupportClass.o: src/support/SupportClass.cpp src/support/SupportClass.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/debug/SupportClass.o src/support/SupportClass.cpp

_tmp/obj/debug/SupportStructures.o: src/support/SupportStructures.cpp src/support/SupportStructures.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/debug/SupportStructures.o src/support/SupportStructures.cpp

_tmp/obj/debug/WorkflowBreakpoint.o: src/support/WorkflowBreakpoint.cpp src/support/WorkflowBreakpoint.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		src/support/BreakpointConditionChecker.h \
		src/support/BaseBreakpointHitCounter.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowBreakpoint.o src/support/WorkflowBreakpoint.cpp

_tmp/obj/debug/WorkflowBreakpointSharedInfo.o: src/support/WorkflowBreakpointSharedInfo.cpp src/support/WorkflowBreakpointSharedInfo.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/U2Lang/Attribute.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowBreakpointSharedInfo.o src/support/WorkflowBreakpointSharedInfo.cpp

_tmp/obj/debug/WorkflowDebugMessageParser.o: src/support/WorkflowDebugMessageParser.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/U2Lang/BaseSlots.h \
		src/library/BaseSlots.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		src/support/WorkflowDebugMessageParser.h \
		../../include/U2Lang/WorkflowInvestigationData.h \
		src/support/WorkflowInvestigationData.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowDebugMessageParser.o src/support/WorkflowDebugMessageParser.cpp

_tmp/obj/debug/WorkflowDebugStatus.o: src/support/WorkflowDebugStatus.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/support/WorkflowBreakpointSharedInfo.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/support/WorkflowDebugMessageParser.h \
		../../include/U2Lang/WorkflowInvestigationData.h \
		src/support/WorkflowInvestigationData.h \
		src/support/WorkflowDebugStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		src/support/WorkflowBreakpoint.h \
		src/support/BreakpointConditionChecker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowDebugStatus.o src/support/WorkflowDebugStatus.cpp

_tmp/obj/debug/WorkflowEnvImpl.o: src/support/WorkflowEnvImpl.cpp src/support/WorkflowEnvImpl.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.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/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowTasksRegistry.h \
		src/tasks/WorkflowTasksRegistry.h \
		../../include/U2Lang/ReadDocumentTaskFactory.h \
		src/tasks/ReadDocumentTaskFactory.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowEnvImpl.o src/support/WorkflowEnvImpl.cpp

_tmp/obj/debug/WorkflowIOTasks.o: src/support/WorkflowIOTasks.cpp ../../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/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/Settings.h \
		../U2Core/src/globals/Settings.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/support/WorkflowIOTasks.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowIOTasks.o src/support/WorkflowIOTasks.cpp

_tmp/obj/debug/WorkflowRunTask.o: src/support/WorkflowRunTask.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/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/global.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/WorkflowDebugMessageParser.h \
		src/support/WorkflowDebugMessageParser.h \
		../../include/U2Lang/WorkflowInvestigationData.h \
		src/support/WorkflowInvestigationData.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		src/support/WorkflowDebugStatus.h \
		src/support/WorkflowBreakpoint.h \
		src/support/WorkflowBreakpointSharedInfo.h \
		src/support/BreakpointConditionChecker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowRunTask.o src/support/WorkflowRunTask.cpp

_tmp/obj/debug/WorkflowSettings.o: src/support/WorkflowSettings.cpp src/support/WorkflowSettings.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/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/CMDLineUtils.h \
		../U2Core/src/cmdline/CMDLineUtils.h \
		../../include/U2Core/CMDLineRegistry.h \
		../U2Core/src/cmdline/CMDLineRegistry.h \
		../../include/U2Core/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/Settings.h \
		../U2Core/src/globals/Settings.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowSettings.o src/support/WorkflowSettings.cpp

_tmp/obj/debug/WorkflowUtils.o: src/support/WorkflowUtils.cpp ../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/CoreLibConstants.h \
		src/support/CoreLibConstants.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/IntegralBusType.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		../../include/U2Lang/WorkflowIOTasks.h \
		src/support/WorkflowIOTasks.h \
		../../include/U2Lang/BaseSlots.h \
		src/library/BaseSlots.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/SharedDbUrlUtils.h \
		src/model/url_attribute/SharedDbUrlUtils.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/WorkflowSettings.h \
		src/support/WorkflowSettings.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/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/CredentialsAsker.h \
		../U2Core/src/globals/CredentialsAsker.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Core/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.h \
		../../include/U2Core/ExternalToolRegistry.h \
		../U2Core/src/globals/ExternalToolRegistry.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/Folder.h \
		../U2Core/src/models/Folder.h \
		../../include/U2Core/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Core/MultipleSequenceAlignmentImporter.h \
		../U2Core/src/util/MultipleSequenceAlignmentImporter.h \
		../../include/U2Core/PasswordStorage.h \
		../U2Core/src/globals/PasswordStorage.h \
		../../include/U2Core/QVariantUtils.h \
		../U2Core/src/util/QVariantUtils.h \
		../../include/U2Core/Settings.h \
		../U2Core/src/globals/Settings.h \
		../../include/U2Core/StringAdapter.h \
		../U2Core/src/io/StringAdapter.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowUtils.o src/support/WorkflowUtils.cpp

_tmp/obj/debug/ReadDocumentTaskFactory.o: src/tasks/ReadDocumentTaskFactory.cpp src/tasks/ReadDocumentTaskFactory.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/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ReadDocumentTaskFactory.o src/tasks/ReadDocumentTaskFactory.cpp

_tmp/obj/debug/SchemaEstimationTask.o: src/tasks/SchemaEstimationTask.cpp ../../include/U2Core/DocumentImport.h \
		../U2Core/src/models/DocumentImport.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/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/tasks/SchemaEstimationTask.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SchemaEstimationTask.o src/tasks/SchemaEstimationTask.cpp

_tmp/obj/debug/WorkflowTasksRegistry.o: src/tasks/WorkflowTasksRegistry.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/tasks/WorkflowTasksRegistry.h \
		../../include/U2Lang/ReadDocumentTaskFactory.h \
		src/tasks/ReadDocumentTaskFactory.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowTasksRegistry.o src/tasks/WorkflowTasksRegistry.cpp

_tmp/obj/debug/ActorContext.o: src/library/script/ActorContext.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/U2Lang/IntegralBusType.h \
		src/model/IntegralBusType.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/ScriptEngineUtils.h \
		src/library/script/ScriptEngineUtils.h \
		src/library/script/ActorContext.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ActorContext.o src/library/script/ActorContext.cpp

_tmp/obj/debug/DbiClassPrototype.o: src/library/script/DbiClassPrototype.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/library/script/ScriptEngineUtils.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		src/library/script/DbiClassPrototype.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/DbiClassPrototype.o src/library/script/DbiClassPrototype.cpp

_tmp/obj/debug/ScriptEngineUtils.o: src/library/script/ScriptEngineUtils.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/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/library/script/SequencePrototype.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/U2Region.h \
		../U2Core/src/datatype/U2Region.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/library/script/DbiClassPrototype.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		src/library/script/ScriptEngineUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ScriptEngineUtils.o src/library/script/ScriptEngineUtils.cpp

_tmp/obj/debug/ScriptLibrary.o: src/library/script/ScriptLibrary.cpp ../../include/U2Core/AnnotationTableObject.h \
		../U2Core/src/gobjects/AnnotationTableObject.h \
		../../include/U2Core/Annotation.h \
		../U2Core/src/datatype/Annotation.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/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/AppContext.h \
		../U2Core/src/globals/AppContext.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNATranslation.h \
		../U2Core/src/datatype/DNATranslation.h \
		../../include/U2Core/DocumentUtils.h \
		../U2Core/src/models/DocumentUtils.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/IOAdapter.h \
		../U2Core/src/io/IOAdapter.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/MSAUtils.h \
		../U2Core/src/util/MSAUtils.h \
		../../include/U2Core/DocumentModel.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 \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/U2AlphabetUtils.h \
		../U2Core/src/util/U2AlphabetUtils.h \
		../../include/U2Core/DNAAlphabet.h \
		../U2Core/src/datatype/DNAAlphabet.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/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.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/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		src/library/script/ScriptEngineUtils.h \
		src/library/script/ScriptLibrary.h \
		src/library/script/SequencePrototype.h \
		src/library/script/DbiClassPrototype.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ScriptLibrary.o src/library/script/ScriptLibrary.cpp

_tmp/obj/debug/SequencePrototype.o: src/library/script/SequencePrototype.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/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/global.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/U2SequenceUtils.h \
		../U2Core/src/util/U2SequenceUtils.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/FormatSettings.h \
		../U2Core/src/globals/FormatSettings.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.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/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		src/library/script/ScriptEngineUtils.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		src/library/script/SequencePrototype.h \
		src/library/script/DbiClassPrototype.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SequencePrototype.o src/library/script/SequencePrototype.cpp

_tmp/obj/debug/Actor.o: src/model/actor/Actor.cpp ../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.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/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorPrototype.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/CoreLibConstants.h \
		src/support/CoreLibConstants.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/GrouperSlotAttribute.h \
		src/model/GrouperSlotAttribute.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/support/IntegralBusUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Actor.o src/model/actor/Actor.cpp

_tmp/obj/debug/ActorConfigurationEditor.o: src/model/actor/ActorConfigurationEditor.cpp src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ActorConfigurationEditor.o src/model/actor/ActorConfigurationEditor.cpp

_tmp/obj/debug/ActorPrototype.o: src/model/actor/ActorPrototype.cpp ../../include/U2Lang/Actor.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ActorPrototype.o src/model/actor/ActorPrototype.cpp

_tmp/obj/debug/ActorScriptValidator.o: src/model/actor/ActorScriptValidator.cpp ../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.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/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/model/actor/ActorScriptValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ActorScriptValidator.o src/model/actor/ActorScriptValidator.cpp

_tmp/obj/debug/ActorValidator.o: src/model/actor/ActorValidator.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/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/model/actor/ActorScriptValidator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ActorValidator.o src/model/actor/ActorValidator.cpp

_tmp/obj/debug/Dataset.o: src/model/url_attribute/Dataset.cpp ../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.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/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		src/model/url_attribute/Dataset.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Dataset.o src/model/url_attribute/Dataset.cpp

_tmp/obj/debug/DbFolderScanner.o: src/model/url_attribute/DbFolderScanner.cpp ../../include/U2Core/DNAInfo.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 \
		../../include/U2Core/U2AttributeDbi.h \
		../U2Core/src/dbi/U2AttributeDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/SharedDbUrlUtils.h \
		src/model/url_attribute/SharedDbUrlUtils.h \
		src/model/url_attribute/DbFolderScanner.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.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
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/DbFolderScanner.o src/model/url_attribute/DbFolderScanner.cpp

_tmp/obj/debug/SharedDbUrlUtils.o: src/model/url_attribute/SharedDbUrlUtils.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/Folder.h \
		../U2Core/src/models/Folder.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/global.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/Settings.h \
		../U2Core/src/globals/Settings.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/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2FeatureType.h \
		../U2Core/src/datatype/U2FeatureType.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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2ObjectTypeUtils.h \
		../U2Core/src/util/U2ObjectTypeUtils.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/model/url_attribute/SharedDbUrlUtils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SharedDbUrlUtils.o src/model/url_attribute/SharedDbUrlUtils.cpp

_tmp/obj/debug/URLAttribute.o: src/model/url_attribute/URLAttribute.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/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/model/url_attribute/URLAttribute.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/URLAttribute.o src/model/url_attribute/URLAttribute.cpp

_tmp/obj/debug/URLContainer.o: src/model/url_attribute/URLContainer.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/U2Lang/DbFolderScanner.h \
		../../../src/corelibs/U2Lang/src/model/url_attribute/DbFolderScanner.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.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/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Lang/SharedDbUrlUtils.h \
		src/model/url_attribute/SharedDbUrlUtils.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.h \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/model/url_attribute/URLContainer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/URLContainer.o src/model/url_attribute/URLContainer.cpp

_tmp/obj/debug/ElementSelectorWidget.o: src/model/wizard/ElementSelectorWidget.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/U2Lang/WizardWidgetVisitor.h \
		src/model/wizard/WizardWidgetVisitor.h \
		../../include/U2Lang/ElementSelectorWidget.h \
		src/model/wizard/ElementSelectorWidget.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		src/model/wizard/SelectorValue.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ElementSelectorWidget.o src/model/wizard/ElementSelectorWidget.cpp

_tmp/obj/debug/IdMapping.o: src/model/wizard/IdMapping.cpp src/model/wizard/IdMapping.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/debug/IdMapping.o src/model/wizard/IdMapping.cpp

_tmp/obj/debug/PortMapping.o: src/model/wizard/PortMapping.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/model/wizard/PortMapping.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		src/model/wizard/SlotMapping.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/model/wizard/IdMapping.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/PortMapping.o src/model/wizard/PortMapping.cpp

_tmp/obj/debug/SelectorValue.o: src/model/wizard/SelectorValue.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/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/model/wizard/SelectorValue.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SelectorValue.o src/model/wizard/SelectorValue.cpp

_tmp/obj/debug/SlotMapping.o: src/model/wizard/SlotMapping.cpp src/model/wizard/SlotMapping.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		src/model/wizard/IdMapping.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/SlotMapping.o src/model/wizard/SlotMapping.cpp

_tmp/obj/debug/Variable.o: src/model/wizard/Variable.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/model/wizard/Variable.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Variable.o src/model/wizard/Variable.cpp

_tmp/obj/debug/Wizard.o: src/model/wizard/Wizard.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/U2Lang/WizardPage.h \
		src/model/wizard/WizardPage.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		src/model/wizard/Wizard.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Wizard.o src/model/wizard/Wizard.cpp

_tmp/obj/debug/WizardPage.o: src/model/wizard/WizardPage.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/model/wizard/WizardPage.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WizardPage.o src/model/wizard/WizardPage.cpp

_tmp/obj/debug/WizardWidget.o: src/model/wizard/WizardWidget.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/U2Lang/BaseAttributes.h \
		src/library/BaseAttributes.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Lang/WizardWidgetVisitor.h \
		src/model/wizard/WizardWidgetVisitor.h \
		../../include/U2Lang/ElementSelectorWidget.h \
		src/model/wizard/ElementSelectorWidget.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		src/model/wizard/SelectorValue.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WizardWidget.o src/model/wizard/WizardWidget.cpp

_tmp/obj/debug/ScriptableScheduler.o: src/support/external_script/ScriptableScheduler.cpp src/support/external_script/ScriptableScheduler.h \
		../../include/U2Lang/LastReadyScheduler.h \
		src/library/LastReadyScheduler.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ScriptableScheduler.o src/support/external_script/ScriptableScheduler.cpp

_tmp/obj/debug/ScriptContext.o: src/support/external_script/ScriptContext.cpp src/support/external_script/ScriptableScheduler.h \
		../../include/U2Lang/LastReadyScheduler.h \
		src/library/LastReadyScheduler.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.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/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Dbi.h \
		../U2Core/src/dbi/U2Dbi.h \
		../../include/U2Core/U2Feature.h \
		../U2Core/src/datatype/U2Feature.h \
		../../include/U2Core/U2Assembly.h \
		../U2Core/src/datatype/U2Assembly.h \
		../../include/U2Core/U2Sequence.h \
		../U2Core/src/datatype/U2Sequence.h \
		../../include/U2Core/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.h \
		../../include/U2Core/GObjectTypes.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		src/support/external_script/ScriptContext.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/ScriptContext.o src/support/external_script/ScriptContext.cpp

_tmp/obj/debug/WorkflowRunSerializedSchemeTask.o: src/support/external_script/WorkflowRunSerializedSchemeTask.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/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/global.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ScriptContext.h \
		src/support/external_script/ScriptContext.h \
		../../include/U2Lang/LastReadyScheduler.h \
		src/library/LastReadyScheduler.h \
		../../include/U2Lang/LocalDomain.h \
		src/library/LocalDomain.h \
		../../include/U2Core/ExternalToolRunTask.h \
		../U2Core/src/tasks/ExternalToolRunTask.h \
		../../include/U2Core/DocumentModel.h \
		../U2Core/src/models/DocumentModel.h \
		../../include/U2Core/UnloadedObject.h \
		../U2Core/src/gobjects/UnloadedObject.h \
		../../include/U2Lang/IntegralBus.h \
		src/model/IntegralBus.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/WorkflowTransport.h \
		src/model/WorkflowTransport.h \
		../../include/U2Lang/WorkflowManager.h \
		src/model/WorkflowManager.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/WorkflowIOTasks.h \
		src/support/WorkflowIOTasks.h \
		../../include/U2Lang/WorkflowMonitor.h \
		src/run/WorkflowMonitor.h \
		../../include/U2Lang/WorkflowRunTask.h \
		src/support/WorkflowRunTask.h \
		../../include/U2Core/CmdlineTaskRunner.h \
		../U2Core/src/tasks/CmdlineTaskRunner.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/support/external_script/WorkflowRunSerializedSchemeTask.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/WorkflowRunSerializedSchemeTask.o src/support/external_script/WorkflowRunSerializedSchemeTask.cpp

_tmp/obj/debug/Constants.o: src/support/serialize/Constants.cpp src/support/serialize/Constants.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/debug/Constants.o src/support/serialize/Constants.cpp

_tmp/obj/debug/HRSchemaSerializer.o: src/support/serialize/HRSchemaSerializer.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/Counter.h \
		../U2Core/src/globals/Counter.h \
		../../include/U2Core/global.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Core/L10n.h \
		../U2Core/src/globals/L10n.h \
		../../include/U2Core/Log.h \
		../U2Core/src/globals/Log.h \
		../../include/U2Core/BaseDocumentFormats.h \
		../U2Core/src/globals/BaseDocumentFormats.h \
		../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		../../include/U2Lang/ActorPrototypeRegistry.h \
		src/model/ActorPrototypeRegistry.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/BaseActorCategories.h \
		src/library/BaseActorCategories.h \
		../../include/U2Lang/BaseAttributes.h \
		src/library/BaseAttributes.h \
		../../include/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Lang/CoreLibConstants.h \
		src/support/CoreLibConstants.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/ExternalToolCfg.h \
		src/model/ExternalToolCfg.h \
		../../include/U2Lang/GrouperSlotAttribute.h \
		src/model/GrouperSlotAttribute.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/HRWizardSerializer.h \
		src/support/serialize/HRWizardSerializer.h \
		../../include/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/Wizard.h \
		src/model/wizard/Wizard.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/WizardPage.h \
		src/model/wizard/WizardPage.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/WizardWidgetVisitor.h \
		src/model/wizard/WizardWidgetVisitor.h \
		../../include/U2Lang/ElementSelectorWidget.h \
		src/model/wizard/ElementSelectorWidget.h \
		src/model/wizard/SelectorValue.h \
		src/support/serialize/Tokenizer.h \
		../../include/U2Lang/IncludedProtoFactory.h \
		src/model/IncludedProtoFactory.h \
		../../include/U2Lang/IntegralBusModel.h \
		src/model/IntegralBusModel.h \
		../../include/U2Lang/Marker.h \
		src/model/Marker.h \
		../../include/U2Lang/MarkerAttribute.h \
		src/model/MarkerAttribute.h \
		../../include/U2Lang/SchemaSerializer.h \
		src/support/SchemaSerializer.h \
		../../include/U2Lang/ScriptWorkerSerializer.h \
		src/support/ScriptWorkerSerializer.h \
		../../include/U2Lang/SharedDbUrlUtils.h \
		src/model/url_attribute/SharedDbUrlUtils.h \
		../../include/U2Lang/WorkflowEnv.h \
		src/model/WorkflowEnv.h \
		../../include/U2Lang/SchemaActorsRegistry.h \
		src/model/SchemaActorsRegistry.h \
		../../include/U2Lang/WorkflowSettings.h \
		src/support/WorkflowSettings.h \
		../../include/U2Lang/WorkflowUtils.h \
		src/support/WorkflowUtils.h \
		../../include/U2Lang/SupportStructures.h \
		src/support/SupportStructures.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRVisualSerializer.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/OldUWL.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/HRSchemaSerializer.o src/support/serialize/HRSchemaSerializer.cpp

_tmp/obj/debug/HRVisualSerializer.o: src/support/serialize/HRVisualSerializer.cpp ../../include/U2Core/U2OpStatusUtils.h \
		../U2Core/src/util/U2OpStatusUtils.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.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/U2SafePoints.h \
		../U2Core/src/globals/U2SafePoints.h \
		src/support/serialize/HRVisualSerializer.h \
		../../include/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/HRVisualSerializer.o src/support/serialize/HRVisualSerializer.cpp

_tmp/obj/debug/HRWizardSerializer.o: src/support/serialize/HRWizardSerializer.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/U2Lang/HRSchemaSerializer.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/support/serialize/HRWizardSerializer.h \
		../../include/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/Wizard.h \
		src/model/wizard/Wizard.h \
		../../include/U2Lang/WizardPage.h \
		src/model/wizard/WizardPage.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/WizardWidgetVisitor.h \
		src/model/wizard/WizardWidgetVisitor.h \
		../../include/U2Lang/ElementSelectorWidget.h \
		src/model/wizard/ElementSelectorWidget.h \
		src/model/wizard/SelectorValue.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/HRWizardSerializer.o src/support/serialize/HRWizardSerializer.cpp

_tmp/obj/debug/OldUWL.o: src/support/serialize/OldUWL.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/U2Lang/BaseTypes.h \
		src/library/BaseTypes.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/MarkerAttribute.h \
		src/model/MarkerAttribute.h \
		../../include/U2Lang/Attribute.h \
		src/model/Attribute.h \
		../../include/U2Core/Task.h \
		../U2Core/src/globals/Task.h \
		../../include/U2Core/U2OpStatus.h \
		../U2Core/src/globals/U2OpStatus.h \
		../../include/U2Core/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignment.h \
		../U2Core/src/datatype/msa/MultipleSequenceAlignmentRow.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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		../../include/U2Lang/Marker.h \
		src/model/Marker.h \
		src/support/serialize/Constants.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/Tokenizer.h \
		src/support/serialize/OldUWL.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/OldUWL.o src/support/serialize/OldUWL.cpp

_tmp/obj/debug/Tokenizer.o: src/support/serialize/Tokenizer.cpp src/support/serialize/OldUWL.h \
		src/support/serialize/Tokenizer.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/StrPackUtils.h \
		../U2Core/src/util/StrPackUtils.h \
		src/support/serialize/HRSchemaSerializer.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/U2DbiUtils.h \
		../U2Core/src/dbi/U2DbiUtils.h \
		../../include/U2Core/U2DbiRegistry.h \
		../U2Core/src/dbi/U2DbiRegistry.h \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		../../include/U2Lang/Dataset.h \
		src/model/url_attribute/Dataset.h \
		../../include/U2Core/FilesIterator.h \
		../U2Core/src/util/FilesIterator.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Attribute.h \
		../../include/U2Lang/ActorModel.h \
		src/model/actor/Actor.h \
		src/model/actor/ActorConfigurationEditor.h \
		../../include/U2Lang/ConfigurationEditor.h \
		src/model/ConfigurationEditor.h \
		../../include/U2Lang/SchemaConfig.h \
		src/model/SchemaConfig.h \
		../../include/U2Lang/AttributeInfo.h \
		src/support/AttributeInfo.h \
		../../include/U2Lang/RunFileSystem.h \
		src/model/RunFileSystem.h \
		src/model/actor/ActorDocument.h \
		../../include/U2Lang/Actor.h \
		src/model/actor/ActorPrototype.h \
		src/model/actor/ActorValidator.h \
		../../include/U2Lang/ConfigurationValidator.h \
		../../include/U2Lang/GrouperOutSlot.h \
		src/model/GrouperOutSlot.h \
		../../include/U2Lang/URLContainer.h \
		src/model/url_attribute/URLContainer.h \
		src/support/serialize/Utils.h \
		src/support/serialize/HRWizardSerializer.h \
		../../include/U2Lang/Variable.h \
		src/model/wizard/Variable.h \
		../../include/U2Lang/Wizard.h \
		src/model/wizard/Wizard.h \
		../../include/U2Lang/WizardPage.h \
		src/model/wizard/WizardPage.h \
		../../include/U2Lang/WizardWidget.h \
		src/model/wizard/WizardWidget.h \
		../../include/U2Lang/URLAttribute.h \
		src/model/url_attribute/URLAttribute.h \
		../../include/U2Lang/WizardWidgetVisitor.h \
		src/model/wizard/WizardWidgetVisitor.h \
		../../include/U2Lang/ElementSelectorWidget.h \
		src/model/wizard/ElementSelectorWidget.h \
		src/model/wizard/SelectorValue.h \
		src/support/serialize/Constants.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Tokenizer.o src/support/serialize/Tokenizer.cpp

_tmp/obj/debug/Utils.o: src/support/serialize/Utils.cpp ../../include/U2Lang/Actor.h \
		src/model/actor/Actor.h \
		../../include/U2Lang/Configuration.h \
		src/model/Configuration.h \
		src/model/Attribute.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/ScriptTask.h \
		../U2Core/src/tasks/ScriptTask.h \
		../../include/U2Lang/AttributeRelation.h \
		src/model/AttributeRelation.h \
		../../include/U2Lang/Datatype.h \
		src/model/Datatype.h \
		../../include/U2Lang/Descriptor.h \
		src/model/Descriptor.h \
		../../include/U2Core/IdRegistry.h \
		../U2Core/src/globals/IdRegistry.h \
		../../include/U2Lang/ScriptLibrary.h \
		src/library/script/ScriptLibrary.h \
		../../include/U2Lang/DbiDataHandler.h \
		src/model/DbiDataHandler.h \
		../../include/U2Core/U2ObjectDbi.h \
		../U2Core/src/dbi/U2ObjectDbi.h \
		../../include/U2Core/U2Type.h \
		../U2Core/src/datatype/U2Type.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/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/U2Alphabet.h \
		../U2Core/src/datatype/U2Alphabet.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/U2Msa.h \
		../U2Core/src/datatype/U2Msa.h \
		../../include/U2Core/GUrl.h \
		../U2Core/src/globals/GUrl.h \
		../../include/U2Lang/SupportClass.h \
		src/support/SupportClass.h \
		../../include/U2Lang/WorkflowContext.h \
		src/model/WorkflowContext.h \
		../../include/U2Core/AppFileStorage.h \
		../U2Core/src/globals/AppFileStorage.h \
		../U2Core/src/dbi/U2SQLiteTripleStore.h \
		../../include/U2Lang/DbiDataStorage.h \
		src/model/DbiDataStorage.h \
		../../include/U2Core/AnnotationData.h \
		../U2Core/src/datatype/AnnotationData.h \
		../../include/U2Core/U2Location.h \
		../U2Core/src/datatype/U2Location.h \
		../../include/U2Core/U2Qualifier.h \
		../U2Core/src/datatype/U2Qualifier.h \
		../../include/U2Core/AssemblyObject.h \
		../U2Core/src/gobjects/AssemblyObject.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/GObjectTypes.h \
		../U2Core/src/gobjects/GObjectTypes.h \
		../../include/U2Core/DNASequence.h \
		../U2Core/src/datatype/DNASequence.h \
		../U2Core/src/datatype/DNAInfo.h \
		../U2Core/src/datatype/DNAQuality.h \
		../../include/U2Core/DNASequenceObject.h \
		../U2Core/src/gobjects/DNASequenceObject.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/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/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 \
		../../include/U2Core/VariantTrackObject.h \
		../U2Core/src/gobjects/VariantTrackObject.h \
		../../include/U2Core/U2Variant.h \
		../U2Core/src/datatype/U2Variant.h \
		../../include/U2Lang/MessageMetadata.h \
		src/model/MessageMetadata.h \
		../../include/U2Lang/WorkflowScriptEngine.h \
		src/model/WorkflowScriptEngine.h \
		src/model/PortRelation.h \
		src/model/ConfigurationValidator.h \
		../../include/U2Lang/Peer.h \
		src/model/Peer.h \
		../../include/U2Lang/PortMapping.h \
		src/model/wizard/PortMapping.h \
		src/model/wizard/SlotMapping.h \
		src/model/wizard/IdMapping.h \
		src/support/serialize/Utils.h \
		../../include/U2Lang/Schema.h \
		src/model/Schema.h \
		../../include/U2Lang/Aliasing.h \
		src/model/Aliasing.h \
		../../include/U2Lang/Port.h \
		src/model/Port.h \
		../../include/U2Lang/Attribute.h \
		src/support/serialize/Tokenizer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/Utils.o src/support/serialize/Utils.cpp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

_tmp/obj/debug/moc_HRWizardSerializer.o: _tmp/moc/debug/moc_HRWizardSerializer.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o _tmp/obj/debug/moc_HRWizardSerializer.o _tmp/moc/debug/moc_HRWizardSerializer.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) ../../_debug/$(TARGET) $(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:

