#############################################################################
# Makefile for building: sonic-pi
# Generated by qmake (3.0) (Qt 5.7.1)
# Project:  SonicPi.pro
# Template: app
# Command: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake -o Makefile SonicPi.pro
#############################################################################

MAKEFILE      = Makefile

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

CC            = gcc
CXX           = g++
DEFINES       = -DQWT_DLL -DQSCINTILLA_DLL -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
CFLAGS        = -pipe -O2 $(shell dpkg-buildflags --get CFLAGS) -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS      = -pipe -std=gnu++11 -Wall -Werror -Wextra -Wno-unused-variable -Wno-unused-parameter -ggdb -O2 -std=gnu++11 $(shell dpkg-buildflags --get CXXFLAGS) -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH       = -I. -isystem /usr/include/qwt -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -isystem /usr/include/arm-linux-gnueabihf/qt5/QtSvg -isystem /usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++
QMAKE         = /usr/lib/arm-linux-gnueabihf/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      = sonic-pi1.0.0
DISTDIR = /home/pi/Development/sonic-pi/app/gui/qt/.tmp/sonic-pi1.0.0
LINK          = g++
LFLAGS        = -Wl,-O1 $(shell dpkg-buildflags --get LDFLAGS)
LIBS          = $(SUBLIBS) -lrt -L/lib -lqwt-qt5 -L/usr/lib/arm-linux-gnueabihf -lqt5scintilla2 -lQt5OpenGL -lQt5Svg -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Concurrent -lQt5Network -lQt5Core -lGLESv2 -lpthread 
AR            = ar cqs
RANLIB        = 
SED           = sed
STRIP         = strip

####### Output directory

OBJECTS_DIR   = ./

####### Files

SOURCES       = main.cpp \
		mainwindow.cpp \
		sonicpilexer.cpp \
		sonicpiapis.cpp \
		sonicpiscintilla.cpp \
		oschandler.cpp \
		oscsender.cpp \
		sonicpilog.cpp \
		sonic_pi_osc_server.cpp \
		sonic_pi_udp_osc_server.cpp \
		sonic_pi_tcp_osc_server.cpp \
		sonicpitheme.cpp \
		scope.cpp \
		infowidget.cpp qrc_SonicPi.cpp \
		qrc_help_files.cpp \
		qrc_info_files.cpp \
		moc_mainwindow.cpp \
		moc_sonicpilog.cpp \
		moc_sonicpiscintilla.cpp \
		moc_sonic_pi_osc_server.cpp \
		moc_sonic_pi_udp_osc_server.cpp \
		moc_sonic_pi_tcp_osc_server.cpp \
		moc_sonicpitheme.cpp \
		moc_scope.cpp \
		moc_infowidget.cpp
OBJECTS       = main.o \
		mainwindow.o \
		sonicpilexer.o \
		sonicpiapis.o \
		sonicpiscintilla.o \
		oschandler.o \
		oscsender.o \
		sonicpilog.o \
		sonic_pi_osc_server.o \
		sonic_pi_udp_osc_server.o \
		sonic_pi_tcp_osc_server.o \
		sonicpitheme.o \
		scope.o \
		infowidget.o \
		qrc_SonicPi.o \
		qrc_help_files.o \
		qrc_info_files.o \
		moc_mainwindow.o \
		moc_sonicpilog.o \
		moc_sonicpiscintilla.o \
		moc_sonic_pi_osc_server.o \
		moc_sonic_pi_udp_osc_server.o \
		moc_sonic_pi_tcp_osc_server.o \
		moc_sonicpitheme.o \
		moc_scope.o \
		moc_infowidget.o
DIST          = /usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/spec_pre.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/unix.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/linux.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/sanitize.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/gcc-base.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/gcc-base-unix.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/g++-base.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/g++-unix.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/qconfig.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_concurrent.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_core.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_core_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_dbus.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_dbus_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_gui.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_gui_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_network.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_network_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_opengl.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_opengl_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_openglextensions.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_printsupport.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_sql.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_sql_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_svg.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_testlib.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_testlib_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_widgets.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_widgets_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xml.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xml_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt_functions.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt_config.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++/qmake.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/spec_post.prf \
		.qmake.stash \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/exclusive_builds.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/toolchain.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/default_pre.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/resolve_config.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/default_post.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwtconfig.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwtfunctions.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwt.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qscintilla2.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/warn_on.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/resources.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/moc.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/unix/opengl.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/uic.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/unix/thread.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/file_copies.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/testcase_targets.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/exceptions.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/yacc.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/lex.prf \
		SonicPi.pro mainwindow.h \
		oscpkt.hh \
		udp.hh \
		sonicpilexer.h \
		sonicpilog.h \
		sonicpiapis.h \
		sonicpiscintilla.h \
		oschandler.h \
		oscsender.h \
		sonic_pi_osc_server.h \
		sonic_pi_udp_osc_server.h \
		sonic_pi_tcp_osc_server.h \
		ruby_help.h \
		sonicpitheme.h \
		scope.h \
		infowidget.h main.cpp \
		mainwindow.cpp \
		sonicpilexer.cpp \
		sonicpiapis.cpp \
		sonicpiscintilla.cpp \
		oschandler.cpp \
		oscsender.cpp \
		sonicpilog.cpp \
		sonic_pi_osc_server.cpp \
		sonic_pi_udp_osc_server.cpp \
		sonic_pi_tcp_osc_server.cpp \
		sonicpitheme.cpp \
		scope.cpp \
		infowidget.cpp
QMAKE_TARGET  = sonic-pi
DESTDIR       = 
TARGET        = sonic-pi


first: all
####### Build rules

$(TARGET):  $(OBJECTS)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: SonicPi.pro /usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++/qmake.conf /usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/spec_pre.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/unix.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/linux.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/sanitize.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/gcc-base.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/gcc-base-unix.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/g++-base.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/g++-unix.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/qconfig.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_concurrent.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_core.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_core_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_dbus.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_dbus_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_gui.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_gui_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_network.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_network_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_opengl.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_opengl_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_openglextensions.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_printsupport.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_sql.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_sql_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_svg.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_testlib.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_testlib_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_widgets.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_widgets_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xml.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xml_private.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt_functions.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt_config.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++/qmake.conf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/spec_post.prf \
		.qmake.stash \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/exclusive_builds.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/toolchain.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/default_pre.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/resolve_config.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/default_post.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwtconfig.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwtfunctions.pri \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwt.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qscintilla2.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/warn_on.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/resources.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/moc.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/unix/opengl.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/uic.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/unix/thread.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/file_copies.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/testcase_targets.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/exceptions.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/yacc.prf \
		/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/lex.prf \
		SonicPi.pro \
		SonicPi.qrc \
		help_files.qrc \
		info_files.qrc \
		/usr/lib/arm-linux-gnueabihf/libQt5OpenGL.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5Svg.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5PrintSupport.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5Widgets.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5Gui.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5Concurrent.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5Network.prl \
		/usr/lib/arm-linux-gnueabihf/libQt5Core.prl
	$(QMAKE) -o Makefile SonicPi.pro
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/spec_pre.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/unix.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/linux.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/sanitize.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/gcc-base.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/gcc-base-unix.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/g++-base.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/common/g++-unix.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/qconfig.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_concurrent.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_concurrent_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_core.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_core_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_dbus.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_dbus_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_eglfs_device_lib_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_gui.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_gui_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_network.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_network_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_opengl.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_opengl_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_openglextensions.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_printsupport.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_printsupport_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_sql.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_sql_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_svg.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_testlib.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_testlib_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_widgets.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_widgets_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xml.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/modules/qt_lib_xml_private.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt_functions.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt_config.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++/qmake.conf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/spec_post.prf:
.qmake.stash:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/exclusive_builds.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/toolchain.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/default_pre.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/resolve_config.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/default_post.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwtconfig.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwtfunctions.pri:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qwt.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qscintilla2.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/warn_on.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/qt.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/resources.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/moc.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/unix/opengl.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/uic.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/unix/thread.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/file_copies.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/testcase_targets.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/exceptions.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/yacc.prf:
/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/features/lex.prf:
SonicPi.pro:
SonicPi.qrc:
help_files.qrc:
info_files.qrc:
/usr/lib/arm-linux-gnueabihf/libQt5OpenGL.prl:
/usr/lib/arm-linux-gnueabihf/libQt5Svg.prl:
/usr/lib/arm-linux-gnueabihf/libQt5PrintSupport.prl:
/usr/lib/arm-linux-gnueabihf/libQt5Widgets.prl:
/usr/lib/arm-linux-gnueabihf/libQt5Gui.prl:
/usr/lib/arm-linux-gnueabihf/libQt5Concurrent.prl:
/usr/lib/arm-linux-gnueabihf/libQt5Network.prl:
/usr/lib/arm-linux-gnueabihf/libQt5Core.prl:
qmake: FORCE
	@$(QMAKE) -o Makefile SonicPi.pro

qmake_all: FORCE


all: Makefile $(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 SonicPi.qrc help_files.qrc info_files.qrc $(DISTDIR)/
	$(COPY_FILE) --parents mainwindow.h oscpkt.hh udp.hh sonicpilexer.h sonicpilog.h sonicpiapis.h sonicpiscintilla.h oschandler.h oscsender.h sonic_pi_osc_server.h sonic_pi_udp_osc_server.h sonic_pi_tcp_osc_server.h ruby_help.h sonicpitheme.h scope.h infowidget.h $(DISTDIR)/
	$(COPY_FILE) --parents main.cpp mainwindow.cpp sonicpilexer.cpp sonicpiapis.cpp sonicpiscintilla.cpp oschandler.cpp oscsender.cpp sonicpilog.cpp sonic_pi_osc_server.cpp sonic_pi_udp_osc_server.cpp sonic_pi_tcp_osc_server.cpp sonicpitheme.cpp scope.cpp infowidget.cpp $(DISTDIR)/
	$(COPY_FILE) --parents lang/sonic-pi_bs.ts lang/sonic-pi_ca.ts lang/sonic-pi_cs.ts lang/sonic-pi_da.ts lang/sonic-pi_de.ts lang/sonic-pi_el.ts lang/sonic-pi_en_US.ts lang/sonic-pi_es.ts lang/sonic-pi_et.ts lang/sonic-pi_fi.ts lang/sonic-pi_fr.ts lang/sonic-pi_hi.ts lang/sonic-pi_hu.ts lang/sonic-pi_id.ts lang/sonic-pi_is.ts lang/sonic-pi_it.ts lang/sonic-pi_ja.ts lang/sonic-pi_ko.ts lang/sonic-pi_nb.ts lang/sonic-pi_nl.ts lang/sonic-pi_pl.ts lang/sonic-pi_pt.ts lang/sonic-pi_pt_BR.ts lang/sonic-pi_ro.ts lang/sonic-pi_ru.ts lang/sonic-pi_sv.ts lang/sonic-pi_tr.ts lang/sonic-pi_uk.ts lang/sonic-pi_zh-Hans.ts lang/sonic-pi_zh.ts lang/sonic-pi_zh_HK.ts lang/sonic-pi_zh_TW.ts $(DISTDIR)/


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


distclean: clean 
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) .qmake.stash
	-$(DEL_FILE) Makefile


####### Sub-libraries

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

check: first

benchmark: first

compiler_rcc_make_all: qrc_SonicPi.cpp qrc_help_files.cpp qrc_info_files.cpp
compiler_rcc_clean:
	-$(DEL_FILE) qrc_SonicPi.cpp qrc_help_files.cpp qrc_info_files.cpp
qrc_SonicPi.cpp: SonicPi.qrc \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc \
		images/icon.png \
		images/logo-smaller.png \
		images/splash@2x.png \
		images/app.icns \
		images/logo.png \
		images/splash.png \
		images/logo-smaller-dark.png \
		images/logo.txt \
		images/icon-smaller.png \
		images/tutorial/env-attack-release.png \
		images/tutorial/env-attack-sustain-release.png \
		images/tutorial/env-decay-level-2.png \
		images/tutorial/env-release.png \
		images/tutorial/env-decay-level.png \
		images/tutorial/sample.png \
		images/tutorial/GUI.png \
		images/tutorial/env-long-attack-short-release.png \
		images/tutorial/env-attack-decay-sustain-release.png \
		images/tutorial/env-short-attack-short-release.png \
		images/tutorial/articles/A.14-amplitude-modulation/slicer_control_waves.png \
		images/tutorial/articles/A.14-amplitude-modulation/slicer_phase_durations.png \
		images/tutorial/articles/A.06-minecraft/Musical-Minecraft-2-small.png \
		images/tutorial/articles/A.06-minecraft/Musical-Minecraft-1-small.png \
		images/tutorial/articles/A.06-minecraft/Musical-Minecraft-0-small.png \
		images/tutorial/articles/A.05-acid-bass/tb303-design.png \
		images/tutorial/articles/A.02-live-coding/sam-aaron-live-coding.png \
		images/tutorial/articles/A.07-bizet/notes.png \
		images/tutorial/articles/A.07-bizet/habanera.png \
		images/tutorial/articles/A.07-bizet/habanera2.png \
		images/tutorial/articles/A.12-sample-slicing/amen_slice.png \
		images/tutorial/articles/A.08-minecraft-vj/minecraft-vj-1-small.png \
		images/tutorial/articles/A.08-minecraft-vj/minecraft-vj-0-small.png \
		images/coreteam/xavierriley.png \
		images/coreteam/robinnewman.png \
		images/coreteam/josephwilk.png \
		images/coreteam/hannozulla.png \
		images/coreteam/samaaron.png \
		images/coreteam/acheater.png \
		images/coreteam/jweather.png \
		images/coreteam/luislloret.png \
		images/toolbar/default/save.png \
		images/toolbar/default/stop.png \
		images/toolbar/default/rec.png \
		images/toolbar/default/size_down.png \
		images/toolbar/default/prefs.png \
		images/toolbar/default/text-inc.png \
		images/toolbar/default/help.png \
		images/toolbar/default/scope.png \
		images/toolbar/default/recording_b.png \
		images/toolbar/default/text-dec.png \
		images/toolbar/default/recording_a.png \
		images/toolbar/default/align.png \
		images/toolbar/default/run.png \
		images/toolbar/default/load.png \
		images/toolbar/default/size_up.png \
		images/toolbar/default/info.png \
		images/toolbar/pro/info-dark-bordered.png \
		images/toolbar/pro/rec.png \
		images/toolbar/pro/help.png \
		images/toolbar/pro/recording-b-dark.png \
		images/toolbar/pro/info-dark.png \
		images/toolbar/pro/info.png \
		images/toolbar/pro/scope.png \
		images/toolbar/pro/load-dark.png \
		images/toolbar/pro/size-up.png \
		images/toolbar/pro/info-bordered.png \
		images/toolbar/pro/size-down.png \
		images/toolbar/pro/recording-b.png \
		images/toolbar/pro/load.png \
		images/toolbar/pro/help-bordered.png \
		images/toolbar/pro/prefs-bordered.png \
		images/toolbar/pro/prefs-dark-bordered.png \
		images/toolbar/pro/save-dark.png \
		images/toolbar/pro/help-dark-bordered.png \
		images/toolbar/pro/prefs-dark.png \
		images/toolbar/pro/run.png \
		images/toolbar/pro/save.png \
		images/toolbar/pro/scope-bordered.png \
		images/toolbar/pro/help-dark.png \
		images/toolbar/pro/prefs.png \
		images/toolbar/pro/stop.png \
		theme/light/doc-styles.css \
		theme/dark/doc-styles.css \
		lang/sonic-pi_pt_BR.qm \
		lang/sonic-pi_tr.qm \
		lang/sonic-pi_it.qm \
		lang/sonic-pi_hu.qm \
		lang/sonic-pi_fi.qm \
		lang/sonic-pi_zh-Hans.qm \
		lang/sonic-pi_hi.qm \
		lang/sonic-pi_pt.qm \
		lang/sonic-pi_nb.qm \
		lang/sonic-pi_ko.qm \
		lang/sonic-pi_id.qm \
		lang/sonic-pi_ru.qm \
		lang/sonic-pi_zh_HK.qm \
		lang/sonic-pi_de.qm \
		lang/sonic-pi_ro.qm \
		lang/sonic-pi_zh.qm \
		lang/sonic-pi_el.qm \
		lang/sonic-pi_fr.qm \
		lang/sonic-pi_sv.qm \
		lang/sonic-pi_bs.qm \
		lang/sonic-pi_en_US.qm \
		lang/sonic-pi_cs.qm \
		lang/sonic-pi_zh_TW.qm \
		lang/sonic-pi_es.qm \
		lang/sonic-pi_ca.qm \
		lang/sonic-pi_da.qm \
		lang/sonic-pi_is.qm \
		lang/sonic-pi_nl.qm \
		lang/sonic-pi_uk.qm \
		lang/sonic-pi_et.qm \
		lang/sonic-pi_pl.qm \
		lang/sonic-pi_ja.qm \
		html/info.html \
		html/doc.html \
		html/startup.html \
		fonts/Hack-Italic.ttf \
		fonts/Hack-Regular.ttf
	/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc -name SonicPi SonicPi.qrc -o qrc_SonicPi.cpp

qrc_help_files.cpp: help_files.qrc \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc \
		help/tutorial_item_663.html \
		help/tutorial_item_132.html \
		help/lang_item_1173.html \
		help/synths_item_1082.html \
		help/tutorial_item_527.html \
		help/tutorial_item_122.html \
		help/lang_item_1163.html \
		help/tutorial_item_781.html \
		help/synths_item_1072.html \
		help/tutorial_item_38.html \
		help/tutorial_item_517.html \
		help/tutorial_item_112.html \
		help/lang_item_1153.html \
		help/tutorial_item_596.html \
		help/tutorial_item_771.html \
		help/synths_item_1062.html \
		help/tutorial_item_28.html \
		help/tutorial_item_507.html \
		help/tutorial_item_586.html \
		help/tutorial_item_761.html \
		help/tutorial_item_18.html \
		help/tutorial_item_230.html \
		help/tutorial_item_751.html \
		help/tutorial_item_97.html \
		help/tutorial_item_220.html \
		help/lang_item_1261.html \
		help/tutorial_item_741.html \
		help/tutorial_item_1026.html \
		help/tutorial_item_210.html \
		help/lang_item_1251.html \
		help/tutorial_item_694.html \
		help/tutorial_item_605.html \
		help/tutorial_item_1016.html \
		help/tutorial_item_200.html \
		help/lang_item_1241.html \
		help/tutorial_item_684.html \
		help/tutorial_item_1006.html \
		help/tutorial_item_153.html \
		help/lang_item_1231.html \
		help/tutorial_item_499.html \
		help/tutorial_item_674.html \
		help/tutorial_item_2.html \
		help/tutorial_item_143.html \
		help/synths_item_1093.html \
		help/lang_item_1221.html \
		help/tutorial_item_664.html \
		help/tutorial_item_133.html \
		help/lang_item_1174.html \
		help/synths_item_1083.html \
		help/tutorial_item_528.html \
		help/tutorial_item_123.html \
		help/lang_item_1164.html \
		help/tutorial_item_782.html \
		help/synths_item_1073.html \
		help/tutorial_item_39.html \
		help/tutorial_item_518.html \
		help/tutorial_item_113.html \
		help/lang_item_1154.html \
		help/tutorial_item_772.html \
		help/tutorial_item_597.html \
		help/synths_item_1063.html \
		help/tutorial_item_29.html \
		help/tutorial_item_508.html \
		help/tutorial_item_587.html \
		help/tutorial_item_762.html \
		help/tutorial_item_19.html \
		help/tutorial_item_231.html \
		help/tutorial_item_98.html \
		help/tutorial_item_577.html \
		help/tutorial_item_752.html \
		help/tutorial_item_221.html \
		help/lang_item_1262.html \
		help/tutorial_item_742.html \
		help/tutorial_item_211.html \
		help/lang_item_1252.html \
		help/tutorial_item_695.html \
		help/tutorial_item_290.html \
		help/tutorial_item_1017.html \
		help/tutorial_item_606.html \
		help/tutorial_item_201.html \
		help/lang_item_1242.html \
		help/tutorial_item_685.html \
		help/tutorial_item_860.html \
		help/tutorial_item_1007.html \
		help/tutorial_item_154.html \
		help/lang_item_1232.html \
		help/tutorial_item_675.html \
		help/tutorial_item_850.html \
		help/tutorial_item_3.html \
		help/tutorial_item_144.html \
		help/synths_item_1094.html \
		help/lang_item_1222.html \
		help/tutorial_item_665.html \
		help/tutorial_item_840.html \
		help/tutorial_item_134.html \
		help/lang_item_1175.html \
		help/synths_item_1084.html \
		help/tutorial_item_830.html \
		help/tutorial_item_529.html \
		help/tutorial_item_124.html \
		help/lang_item_1165.html \
		help/lang_item_1340.html \
		help/tutorial_item_783.html \
		help/synths_item_1074.html \
		help/tutorial_item_820.html \
		help/tutorial_item_519.html \
		help/tutorial_item_114.html \
		help/lang_item_1155.html \
		help/lang_item_1330.html \
		help/tutorial_item_598.html \
		help/tutorial_item_773.html \
		help/synths_item_1064.html \
		help/tutorial_item_509.html \
		help/lang_item_1320.html \
		help/tutorial_item_763.html \
		help/tutorial_item_588.html \
		help/tutorial_item_232.html \
		help/lang_item_1310.html \
		help/tutorial_item_99.html \
		help/tutorial_item_578.html \
		help/tutorial_item_753.html \
		help/tutorial_item_222.html \
		help/lang_item_1263.html \
		help/lang_item_1300.html \
		help/tutorial_item_743.html \
		help/tutorial_item_212.html \
		help/lang_item_1253.html \
		help/tutorial_item_696.html \
		help/tutorial_item_291.html \
		help/tutorial_item_607.html \
		help/tutorial_item_1018.html \
		help/tutorial_item_202.html \
		help/lang_item_1243.html \
		help/tutorial_item_861.html \
		help/tutorial_item_686.html \
		help/tutorial_item_1008.html \
		help/tutorial_item_155.html \
		help/lang_item_1233.html \
		help/tutorial_item_676.html \
		help/tutorial_item_851.html \
		help/tutorial_item_4.html \
		help/tutorial_item_145.html \
		help/synths_item_1095.html \
		help/lang_item_1223.html \
		help/tutorial_item_666.html \
		help/tutorial_item_841.html \
		help/tutorial_item_135.html \
		help/tutorial_item_310.html \
		help/lang_item_1176.html \
		help/synths_item_1085.html \
		help/tutorial_item_831.html \
		help/tutorial_item_125.html \
		help/tutorial_item_300.html \
		help/lang_item_1166.html \
		help/lang_item_1341.html \
		help/tutorial_item_784.html \
		help/synths_item_1075.html \
		help/tutorial_item_821.html \
		help/tutorial_item_115.html \
		help/lang_item_1156.html \
		help/lang_item_1331.html \
		help/tutorial_item_599.html \
		help/tutorial_item_774.html \
		help/synths_item_1065.html \
		help/samples_item_1140.html \
		help/lang_item_1321.html \
		help/tutorial_item_589.html \
		help/tutorial_item_764.html \
		help/examples_item_1040.html \
		help/synths_item_1055.html \
		help/tutorial_item_233.html \
		help/lang_item_1311.html \
		help/tutorial_item_754.html \
		help/examples_item_1030.html \
		help/tutorial_item_579.html \
		help/tutorial_item_223.html \
		help/lang_item_1264.html \
		help/lang_item_1301.html \
		help/tutorial_item_744.html \
		help/tutorial_item_213.html \
		help/lang_item_1254.html \
		help/tutorial_item_697.html \
		help/tutorial_item_292.html \
		help/tutorial_item_608.html \
		help/tutorial_item_1019.html \
		help/tutorial_item_203.html \
		help/lang_item_1244.html \
		help/tutorial_item_687.html \
		help/tutorial_item_862.html \
		help/tutorial_item_1009.html \
		help/tutorial_item_156.html \
		help/lang_item_1234.html \
		help/tutorial_item_852.html \
		help/tutorial_item_677.html \
		help/tutorial_item_5.html \
		help/tutorial_item_146.html \
		help/lang_item_1224.html \
		help/tutorial_item_667.html \
		help/tutorial_item_842.html \
		help/tutorial_item_311.html \
		help/tutorial_item_136.html \
		help/lang_item_1177.html \
		help/synths_item_1086.html \
		help/tutorial_item_832.html \
		help/tutorial_item_390.html \
		help/tutorial_item_126.html \
		help/tutorial_item_301.html \
		help/lang_item_1167.html \
		help/lang_item_1342.html \
		help/synths_item_1076.html \
		help/tutorial_item_822.html \
		help/tutorial_item_380.html \
		help/tutorial_item_116.html \
		help/lang_item_1157.html \
		help/lang_item_1332.html \
		help/tutorial_item_775.html \
		help/synths_item_1066.html \
		help/tutorial_item_370.html \
		help/samples_item_1141.html \
		help/lang_item_1322.html \
		help/tutorial_item_765.html \
		help/tutorial_item_940.html \
		help/examples_item_1041.html \
		help/synths_item_1056.html \
		help/tutorial_item_234.html \
		help/lang_item_1312.html \
		help/tutorial_item_755.html \
		help/examples_item_1031.html \
		help/tutorial_item_930.html \
		help/tutorial_item_224.html \
		help/lang_item_1302.html \
		help/tutorial_item_745.html \
		help/tutorial_item_920.html \
		help/tutorial_item_214.html \
		help/lang_item_1255.html \
		help/tutorial_item_698.html \
		help/tutorial_item_293.html \
		help/tutorial_item_910.html \
		help/tutorial_item_609.html \
		help/tutorial_item_204.html \
		help/lang_item_1245.html \
		help/tutorial_item_688.html \
		help/tutorial_item_863.html \
		help/tutorial_item_900.html \
		help/tutorial_item_157.html \
		help/lang_item_1235.html \
		help/tutorial_item_678.html \
		help/tutorial_item_853.html \
		help/tutorial_item_6.html \
		help/tutorial_item_147.html \
		help/lang_item_1225.html \
		help/tutorial_item_668.html \
		help/tutorial_item_843.html \
		help/tutorial_item_137.html \
		help/tutorial_item_312.html \
		help/lang_item_1178.html \
		help/synths_item_1087.html \
		help/tutorial_item_391.html \
		help/tutorial_item_658.html \
		help/tutorial_item_833.html \
		help/tutorial_item_302.html \
		help/tutorial_item_127.html \
		help/lang_item_1168.html \
		help/lang_item_1343.html \
		help/synths_item_1077.html \
		help/tutorial_item_823.html \
		help/tutorial_item_381.html \
		help/tutorial_item_117.html \
		help/lang_item_1158.html \
		help/lang_item_1333.html \
		help/tutorial_item_776.html \
		help/synths_item_1067.html \
		help/tutorial_item_371.html \
		help/samples_item_1142.html \
		help/lang_item_1148.html \
		help/lang_item_1323.html \
		help/tutorial_item_766.html \
		help/tutorial_item_941.html \
		help/examples_item_1042.html \
		help/synths_item_1057.html \
		help/tutorial_item_235.html \
		help/lang_item_1313.html \
		help/tutorial_item_756.html \
		help/tutorial_item_931.html \
		help/examples_item_1032.html \
		help/tutorial_item_225.html \
		help/lang_item_1303.html \
		help/tutorial_item_746.html \
		help/tutorial_item_921.html \
		help/tutorial_item_215.html \
		help/lang_item_1256.html \
		help/tutorial_item_699.html \
		help/tutorial_item_911.html \
		help/tutorial_item_294.html \
		help/tutorial_item_205.html \
		help/lang_item_1246.html \
		help/tutorial_item_864.html \
		help/tutorial_item_689.html \
		help/tutorial_item_901.html \
		help/tutorial_item_158.html \
		help/lang_item_1236.html \
		help/tutorial_item_679.html \
		help/tutorial_item_854.html \
		help/tutorial_item_7.html \
		help/tutorial_item_148.html \
		help/lang_item_1226.html \
		help/tutorial_item_669.html \
		help/tutorial_item_844.html \
		help/fx_item_1130.html \
		help/tutorial_item_138.html \
		help/tutorial_item_313.html \
		help/lang_item_1179.html \
		help/synths_item_1088.html \
		help/tutorial_item_659.html \
		help/tutorial_item_834.html \
		help/tutorial_item_392.html \
		help/tutorial_item_128.html \
		help/tutorial_item_303.html \
		help/lang_item_1169.html \
		help/lang_item_1344.html \
		help/synths_item_1078.html \
		help/tutorial_item_382.html \
		help/tutorial_item_824.html \
		help/tutorial_item_118.html \
		help/lang_item_1159.html \
		help/lang_item_1334.html \
		help/tutorial_item_777.html \
		help/synths_item_1068.html \
		help/tutorial_item_372.html \
		help/samples_item_1143.html \
		help/lang_item_1149.html \
		help/lang_item_1324.html \
		help/tutorial_item_767.html \
		help/tutorial_item_942.html \
		help/examples_item_1043.html \
		help/synths_item_1058.html \
		help/tutorial_item_236.html \
		help/lang_item_1314.html \
		help/tutorial_item_757.html \
		help/tutorial_item_932.html \
		help/tutorial_item_490.html \
		help/examples_item_1033.html \
		help/tutorial_item_226.html \
		help/lang_item_1304.html \
		help/tutorial_item_480.html \
		help/tutorial_item_747.html \
		help/tutorial_item_922.html \
		help/tutorial_item_216.html \
		help/lang_item_1257.html \
		help/tutorial_item_912.html \
		help/tutorial_item_295.html \
		help/tutorial_item_470.html \
		help/tutorial_item_206.html \
		help/lang_item_1247.html \
		help/tutorial_item_865.html \
		help/tutorial_item_902.html \
		help/tutorial_item_460.html \
		help/tutorial_item_159.html \
		help/lang_item_1237.html \
		help/tutorial_item_855.html \
		help/tutorial_item_8.html \
		help/tutorial_item_450.html \
		help/tutorial_item_149.html \
		help/lang_item_1227.html \
		help/tutorial_item_845.html \
		help/fx_item_1131.html \
		help/tutorial_item_314.html \
		help/tutorial_item_139.html \
		help/synths_item_1089.html \
		help/tutorial_item_835.html \
		help/tutorial_item_393.html \
		help/tutorial_item_129.html \
		help/tutorial_item_304.html \
		help/lang_item_1345.html \
		help/synths_item_1079.html \
		help/tutorial_item_825.html \
		help/tutorial_item_383.html \
		help/tutorial_item_119.html \
		help/lang_item_1335.html \
		help/tutorial_item_778.html \
		help/synths_item_1069.html \
		help/tutorial_item_373.html \
		help/samples_item_1144.html \
		help/lang_item_1325.html \
		help/tutorial_item_768.html \
		help/tutorial_item_943.html \
		help/examples_item_1044.html \
		help/synths_item_1059.html \
		help/tutorial_item_237.html \
		help/lang_item_1315.html \
		help/tutorial_item_758.html \
		help/tutorial_item_933.html \
		help/tutorial_item_491.html \
		help/examples_item_1034.html \
		help/tutorial_item_227.html \
		help/lang_item_1305.html \
		help/tutorial_item_748.html \
		help/tutorial_item_923.html \
		help/tutorial_item_481.html \
		help/tutorial_item_217.html \
		help/lang_item_1258.html \
		help/tutorial_item_296.html \
		help/tutorial_item_471.html \
		help/tutorial_item_913.html \
		help/tutorial_item_992.html \
		help/tutorial_item_207.html \
		help/lang_item_1248.html \
		help/tutorial_item_903.html \
		help/tutorial_item_461.html \
		help/lang_item_1238.html \
		help/tutorial_item_856.html \
		help/tutorial_item_9.html \
		help/tutorial_item_451.html \
		help/lang_item_1228.html \
		help/tutorial_item_846.html \
		help/fx_item_1132.html \
		help/tutorial_item_315.html \
		help/tutorial_item_394.html \
		help/tutorial_item_836.html \
		help/tutorial_item_305.html \
		help/lang_item_1346.html \
		help/tutorial_item_826.html \
		help/tutorial_item_384.html \
		help/tutorial_item_80.html \
		help/lang_item_1336.html \
		help/tutorial_item_779.html \
		help/tutorial_item_374.html \
		help/tutorial_item_70.html \
		help/samples_item_1145.html \
		help/lang_item_1326.html \
		help/tutorial_item_769.html \
		help/tutorial_item_944.html \
		help/examples_item_1045.html \
		help/tutorial_item_60.html \
		help/tutorial_item_238.html \
		help/lang_item_1316.html \
		help/tutorial_item_492.html \
		help/tutorial_item_759.html \
		help/tutorial_item_934.html \
		help/examples_item_1035.html \
		help/tutorial_item_50.html \
		help/tutorial_item_228.html \
		help/lang_item_1306.html \
		help/tutorial_item_749.html \
		help/tutorial_item_924.html \
		help/tutorial_item_482.html \
		help/tutorial_item_40.html \
		help/tutorial_item_218.html \
		help/lang_item_1259.html \
		help/tutorial_item_914.html \
		help/tutorial_item_297.html \
		help/tutorial_item_472.html \
		help/tutorial_item_993.html \
		help/tutorial_item_208.html \
		help/lang_item_1249.html \
		help/tutorial_item_462.html \
		help/tutorial_item_904.html \
		help/lang_item_1239.html \
		help/tutorial_item_857.html \
		help/tutorial_item_452.html \
		help/lang_item_1229.html \
		help/tutorial_item_847.html \
		help/fx_item_1133.html \
		help/tutorial_item_316.html \
		help/tutorial_item_837.html \
		help/tutorial_item_395.html \
		help/tutorial_item_570.html \
		help/tutorial_item_306.html \
		help/tutorial_item_385.html \
		help/tutorial_item_81.html \
		help/tutorial_item_560.html \
		help/tutorial_item_827.html \
		help/lang_item_1337.html \
		help/tutorial_item_550.html \
		help/tutorial_item_375.html \
		help/tutorial_item_71.html \
		help/samples_item_1146.html \
		help/lang_item_1327.html \
		help/tutorial_item_945.html \
		help/examples_item_1046.html \
		help/tutorial_item_61.html \
		help/tutorial_item_540.html \
		help/tutorial_item_239.html \
		help/samples_item_1136.html \
		help/lang_item_1317.html \
		help/tutorial_item_935.html \
		help/tutorial_item_493.html \
		help/examples_item_1036.html \
		help/tutorial_item_51.html \
		help/tutorial_item_530.html \
		help/tutorial_item_229.html \
		help/lang_item_1307.html \
		help/tutorial_item_483.html \
		help/tutorial_item_925.html \
		help/tutorial_item_41.html \
		help/tutorial_item_219.html \
		help/tutorial_item_915.html \
		help/tutorial_item_298.html \
		help/tutorial_item_473.html \
		help/tutorial_item_994.html \
		help/tutorial_item_209.html \
		help/tutorial_item_905.html \
		help/tutorial_item_463.html \
		help/tutorial_item_858.html \
		help/tutorial_item_453.html \
		help/tutorial_item_848.html \
		help/fx_item_1134.html \
		help/tutorial_item_317.html \
		help/tutorial_item_838.html \
		help/tutorial_item_396.html \
		help/tutorial_item_571.html \
		help/tutorial_item_307.html \
		help/tutorial_item_828.html \
		help/tutorial_item_386.html \
		help/tutorial_item_82.html \
		help/tutorial_item_561.html \
		help/lang_item_1338.html \
		help/tutorial_item_376.html \
		help/tutorial_item_72.html \
		help/tutorial_item_551.html \
		help/samples_item_1147.html \
		help/lang_item_1328.html \
		help/tutorial_item_946.html \
		help/examples_item_1047.html \
		help/tutorial_item_62.html \
		help/tutorial_item_541.html \
		help/samples_item_1137.html \
		help/lang_item_1318.html \
		help/tutorial_item_936.html \
		help/tutorial_item_494.html \
		help/examples_item_1037.html \
		help/tutorial_item_52.html \
		help/tutorial_item_531.html \
		help/lang_item_1308.html \
		help/examples_item_1027.html \
		help/tutorial_item_926.html \
		help/tutorial_item_484.html \
		help/tutorial_item_42.html \
		help/tutorial_item_299.html \
		help/tutorial_item_474.html \
		help/tutorial_item_916.html \
		help/tutorial_item_995.html \
		help/tutorial_item_906.html \
		help/tutorial_item_289.html \
		help/tutorial_item_464.html \
		help/tutorial_item_859.html \
		help/tutorial_item_454.html \
		help/tutorial_item_849.html \
		help/fx_item_1135.html \
		help/tutorial_item_318.html \
		help/tutorial_item_397.html \
		help/tutorial_item_572.html \
		help/tutorial_item_839.html \
		help/tutorial_item_308.html \
		help/tutorial_item_829.html \
		help/tutorial_item_387.html \
		help/tutorial_item_83.html \
		help/tutorial_item_562.html \
		help/lang_item_1339.html \
		help/tutorial_item_377.html \
		help/tutorial_item_73.html \
		help/tutorial_item_552.html \
		help/lang_item_1329.html \
		help/examples_item_1048.html \
		help/tutorial_item_63.html \
		help/tutorial_item_542.html \
		help/samples_item_1138.html \
		help/lang_item_1319.html \
		help/tutorial_item_495.html \
		help/tutorial_item_937.html \
		help/examples_item_1038.html \
		help/tutorial_item_53.html \
		help/tutorial_item_532.html \
		help/lang_item_1309.html \
		help/examples_item_1028.html \
		help/tutorial_item_927.html \
		help/tutorial_item_485.html \
		help/tutorial_item_43.html \
		help/tutorial_item_917.html \
		help/tutorial_item_475.html \
		help/tutorial_item_650.html \
		help/tutorial_item_996.html \
		help/tutorial_item_465.html \
		help/tutorial_item_640.html \
		help/tutorial_item_907.html \
		help/tutorial_item_630.html \
		help/tutorial_item_455.html \
		help/tutorial_item_620.html \
		help/tutorial_item_319.html \
		help/tutorial_item_398.html \
		help/tutorial_item_573.html \
		help/tutorial_item_610.html \
		help/tutorial_item_309.html \
		help/tutorial_item_388.html \
		help/tutorial_item_84.html \
		help/tutorial_item_563.html \
		help/tutorial_item_553.html \
		help/tutorial_item_378.html \
		help/tutorial_item_74.html \
		help/examples_item_1049.html \
		help/tutorial_item_64.html \
		help/tutorial_item_543.html \
		help/samples_item_1139.html \
		help/tutorial_item_938.html \
		help/examples_item_1039.html \
		help/tutorial_item_54.html \
		help/tutorial_item_533.html \
		help/tutorial_item_486.html \
		help/examples_item_1029.html \
		help/tutorial_item_928.html \
		help/tutorial_item_44.html \
		help/tutorial_item_651.html \
		help/tutorial_item_918.html \
		help/tutorial_item_476.html \
		help/tutorial_item_997.html \
		help/tutorial_item_908.html \
		help/tutorial_item_466.html \
		help/tutorial_item_641.html \
		help/tutorial_item_456.html \
		help/tutorial_item_631.html \
		help/tutorial_item_100.html \
		help/tutorial_item_621.html \
		help/tutorial_item_399.html \
		help/tutorial_item_574.html \
		help/tutorial_item_611.html \
		help/tutorial_item_389.html \
		help/tutorial_item_85.html \
		help/tutorial_item_564.html \
		help/tutorial_item_379.html \
		help/tutorial_item_75.html \
		help/tutorial_item_554.html \
		help/lang_item_1190.html \
		help/tutorial_item_65.html \
		help/tutorial_item_544.html \
		help/tutorial_item_939.html \
		help/tutorial_item_55.html \
		help/tutorial_item_534.html \
		help/tutorial_item_929.html \
		help/tutorial_item_487.html \
		help/tutorial_item_45.html \
		help/tutorial_item_477.html \
		help/tutorial_item_652.html \
		help/tutorial_item_919.html \
		help/tutorial_item_998.html \
		help/tutorial_item_642.html \
		help/tutorial_item_909.html \
		help/tutorial_item_467.html \
		help/tutorial_item_190.html \
		help/tutorial_item_457.html \
		help/tutorial_item_632.html \
		help/tutorial_item_101.html \
		help/tutorial_item_622.html \
		help/tutorial_item_180.html \
		help/tutorial_item_575.html \
		help/tutorial_item_612.html \
		help/tutorial_item_170.html \
		help/tutorial_item_86.html \
		help/tutorial_item_565.html \
		help/tutorial_item_160.html \
		help/tutorial_item_76.html \
		help/tutorial_item_555.html \
		help/tutorial_item_730.html \
		help/lang_item_1191.html \
		help/tutorial_item_66.html \
		help/tutorial_item_545.html \
		help/tutorial_item_720.html \
		help/tutorial_item_56.html \
		help/tutorial_item_535.html \
		help/tutorial_item_710.html \
		help/tutorial_item_488.html \
		help/tutorial_item_46.html \
		help/tutorial_item_700.html \
		help/lang_item_1210.html \
		help/tutorial_item_478.html \
		help/tutorial_item_653.html \
		help/tutorial_item_999.html \
		help/lang_item_1200.html \
		help/tutorial_item_468.html \
		help/tutorial_item_643.html \
		help/tutorial_item_633.html \
		help/tutorial_item_191.html \
		help/tutorial_item_458.html \
		help/tutorial_item_102.html \
		help/tutorial_item_181.html \
		help/tutorial_item_623.html \
		help/tutorial_item_576.html \
		help/fx_item_1129.html \
		help/tutorial_item_613.html \
		help/tutorial_item_171.html \
		help/tutorial_item_87.html \
		help/tutorial_item_566.html \
		help/tutorial_item_161.html \
		help/tutorial_item_556.html \
		help/tutorial_item_731.html \
		help/tutorial_item_77.html \
		help/lang_item_1192.html \
		help/tutorial_item_67.html \
		help/tutorial_item_546.html \
		help/tutorial_item_721.html \
		help/tutorial_item_57.html \
		help/tutorial_item_536.html \
		help/tutorial_item_711.html \
		help/tutorial_item_790.html \
		help/tutorial_item_489.html \
		help/tutorial_item_47.html \
		help/tutorial_item_701.html \
		help/lang_item_1211.html \
		help/tutorial_item_654.html \
		help/tutorial_item_479.html \
		help/lang_item_1290.html \
		help/lang_item_1201.html \
		help/tutorial_item_469.html \
		help/tutorial_item_644.html \
		help/lang_item_1280.html \
		help/tutorial_item_459.html \
		help/tutorial_item_634.html \
		help/tutorial_item_192.html \
		help/lang_item_1270.html \
		help/tutorial_item_103.html \
		help/tutorial_item_624.html \
		help/tutorial_item_182.html \
		help/tutorial_item_172.html \
		help/tutorial_item_614.html \
		help/tutorial_item_88.html \
		help/tutorial_item_567.html \
		help/tutorial_item_162.html \
		help/tutorial_item_78.html \
		help/tutorial_item_557.html \
		help/tutorial_item_732.html \
		help/lang_item_1193.html \
		help/tutorial_item_68.html \
		help/tutorial_item_547.html \
		help/tutorial_item_722.html \
		help/tutorial_item_280.html \
		help/tutorial_item_270.html \
		help/tutorial_item_58.html \
		help/tutorial_item_537.html \
		help/tutorial_item_712.html \
		help/tutorial_item_791.html \
		help/tutorial_item_48.html \
		help/tutorial_item_702.html \
		help/tutorial_item_260.html \
		help/lang_item_1212.html \
		help/tutorial_item_655.html \
		help/tutorial_item_250.html \
		help/lang_item_1291.html \
		help/lang_item_1202.html \
		help/tutorial_item_645.html \
		help/tutorial_item_240.html \
		help/lang_item_1281.html \
		help/tutorial_item_193.html \
		help/tutorial_item_635.html \
		help/tutorial_item_810.html \
		help/lang_item_1271.html \
		help/tutorial_item_104.html \
		help/synths_item_1054.html \
		help/tutorial_item_625.html \
		help/tutorial_item_800.html \
		help/tutorial_item_183.html \
		help/tutorial_item_615.html \
		help/tutorial_item_173.html \
		help/tutorial_item_89.html \
		help/tutorial_item_568.html \
		help/tutorial_item_163.html \
		help/tutorial_item_79.html \
		help/tutorial_item_558.html \
		help/tutorial_item_733.html \
		help/lang_item_1194.html \
		help/tutorial_item_69.html \
		help/tutorial_item_548.html \
		help/tutorial_item_723.html \
		help/tutorial_item_281.html \
		help/lang_item_1184.html \
		help/tutorial_item_59.html \
		help/tutorial_item_538.html \
		help/tutorial_item_713.html \
		help/tutorial_item_271.html \
		help/tutorial_item_792.html \
		help/tutorial_item_261.html \
		help/tutorial_item_49.html \
		help/tutorial_item_703.html \
		help/lang_item_1213.html \
		help/tutorial_item_656.html \
		help/tutorial_item_251.html \
		help/lang_item_1292.html \
		help/lang_item_1203.html \
		help/tutorial_item_646.html \
		help/tutorial_item_241.html \
		help/lang_item_1282.html \
		help/tutorial_item_636.html \
		help/tutorial_item_811.html \
		help/tutorial_item_194.html \
		help/lang_item_1272.html \
		help/tutorial_item_890.html \
		help/tutorial_item_105.html \
		help/tutorial_item_184.html \
		help/tutorial_item_626.html \
		help/tutorial_item_801.html \
		help/tutorial_item_880.html \
		help/tutorial_item_616.html \
		help/tutorial_item_174.html \
		help/tutorial_item_870.html \
		help/tutorial_item_569.html \
		help/tutorial_item_164.html \
		help/lang_item_1380.html \
		help/tutorial_item_559.html \
		help/tutorial_item_734.html \
		help/lang_item_1195.html \
		help/lang_item_1370.html \
		help/tutorial_item_282.html \
		help/tutorial_item_549.html \
		help/tutorial_item_724.html \
		help/lang_item_1185.html \
		help/lang_item_1360.html \
		help/tutorial_item_539.html \
		help/tutorial_item_714.html \
		help/tutorial_item_272.html \
		help/lang_item_1350.html \
		help/tutorial_item_793.html \
		help/tutorial_item_704.html \
		help/tutorial_item_262.html \
		help/lang_item_1214.html \
		help/tutorial_item_657.html \
		help/tutorial_item_252.html \
		help/lang_item_1293.html \
		help/lang_item_1204.html \
		help/tutorial_item_647.html \
		help/tutorial_item_242.html \
		help/lang_item_1283.html \
		help/tutorial_item_637.html \
		help/tutorial_item_812.html \
		help/tutorial_item_195.html \
		help/lang_item_1273.html \
		help/tutorial_item_891.html \
		help/tutorial_item_106.html \
		help/tutorial_item_627.html \
		help/tutorial_item_802.html \
		help/tutorial_item_185.html \
		help/tutorial_item_360.html \
		help/tutorial_item_881.html \
		help/tutorial_item_175.html \
		help/tutorial_item_350.html \
		help/tutorial_item_617.html \
		help/tutorial_item_871.html \
		help/tutorial_item_165.html \
		help/tutorial_item_340.html \
		help/lang_item_1381.html \
		help/tutorial_item_735.html \
		help/tutorial_item_330.html \
		help/lang_item_1196.html \
		help/lang_item_1371.html \
		help/tutorial_item_725.html \
		help/tutorial_item_283.html \
		help/tutorial_item_320.html \
		help/lang_item_1186.html \
		help/lang_item_1361.html \
		help/tutorial_item_273.html \
		help/tutorial_item_715.html \
		help/lang_item_1351.html \
		help/tutorial_item_794.html \
		help/tutorial_item_705.html \
		help/tutorial_item_263.html \
		help/lang_item_1215.html \
		help/tutorial_item_253.html \
		help/lang_item_1294.html \
		help/examples_item_1050.html \
		help/lang_item_1205.html \
		help/tutorial_item_648.html \
		help/tutorial_item_243.html \
		help/lang_item_1284.html \
		help/tutorial_item_196.html \
		help/tutorial_item_638.html \
		help/tutorial_item_813.html \
		help/lang_item_1274.html \
		help/tutorial_item_892.html \
		help/tutorial_item_107.html \
		help/tutorial_item_628.html \
		help/tutorial_item_803.html \
		help/tutorial_item_186.html \
		help/tutorial_item_361.html \
		help/tutorial_item_882.html \
		help/tutorial_item_618.html \
		help/tutorial_item_176.html \
		help/tutorial_item_351.html \
		help/tutorial_item_872.html \
		help/tutorial_item_166.html \
		help/tutorial_item_341.html \
		help/lang_item_1382.html \
		help/tutorial_item_736.html \
		help/tutorial_item_331.html \
		help/lang_item_1197.html \
		help/lang_item_1372.html \
		help/tutorial_item_990.html \
		help/tutorial_item_726.html \
		help/tutorial_item_284.html \
		help/tutorial_item_321.html \
		help/lang_item_1187.html \
		help/lang_item_1362.html \
		help/tutorial_item_980.html \
		help/tutorial_item_716.html \
		help/tutorial_item_274.html \
		help/lang_item_1352.html \
		help/tutorial_item_970.html \
		help/tutorial_item_795.html \
		help/tutorial_item_264.html \
		help/tutorial_item_706.html \
		help/tutorial_item_785.html \
		help/tutorial_item_960.html \
		help/lang_item_1216.html \
		help/fx_item_1120.html \
		help/tutorial_item_254.html \
		help/lang_item_1295.html \
		help/tutorial_item_950.html \
		help/examples_item_1051.html \
		help/lang_item_1206.html \
		help/tutorial_item_649.html \
		help/fx_item_1110.html \
		help/tutorial_item_244.html \
		help/lang_item_1285.html \
		help/tutorial_item_639.html \
		help/tutorial_item_814.html \
		help/tutorial_item_197.html \
		help/fx_item_1100.html \
		help/lang_item_1275.html \
		help/tutorial_item_893.html \
		help/tutorial_item_108.html \
		help/tutorial_item_187.html \
		help/tutorial_item_362.html \
		help/tutorial_item_629.html \
		help/tutorial_item_804.html \
		help/lang_item_1265.html \
		help/tutorial_item_883.html \
		help/tutorial_item_619.html \
		help/tutorial_item_177.html \
		help/tutorial_item_352.html \
		help/tutorial_item_873.html \
		help/tutorial_item_167.html \
		help/tutorial_item_342.html \
		help/lang_item_1383.html \
		help/tutorial_item_737.html \
		help/tutorial_item_332.html \
		help/lang_item_1198.html \
		help/lang_item_1373.html \
		help/tutorial_item_991.html \
		help/tutorial_item_285.html \
		help/tutorial_item_727.html \
		help/tutorial_item_322.html \
		help/lang_item_1188.html \
		help/lang_item_1363.html \
		help/tutorial_item_981.html \
		help/tutorial_item_717.html \
		help/tutorial_item_275.html \
		help/lang_item_1353.html \
		help/tutorial_item_796.html \
		help/tutorial_item_971.html \
		help/tutorial_item_707.html \
		help/tutorial_item_265.html \
		help/tutorial_item_440.html \
		help/tutorial_item_786.html \
		help/tutorial_item_961.html \
		help/lang_item_1217.html \
		help/fx_item_1121.html \
		help/tutorial_item_255.html \
		help/tutorial_item_430.html \
		help/lang_item_1296.html \
		help/tutorial_item_951.html \
		help/examples_item_1052.html \
		help/lang_item_1207.html \
		help/fx_item_1111.html \
		help/tutorial_item_420.html \
		help/tutorial_item_245.html \
		help/lang_item_1286.html \
		help/tutorial_item_815.html \
		help/tutorial_item_198.html \
		help/fx_item_1101.html \
		help/tutorial_item_410.html \
		help/lang_item_1276.html \
		help/tutorial_item_894.html \
		help/tutorial_item_109.html \
		help/tutorial_item_805.html \
		help/tutorial_item_188.html \
		help/tutorial_item_363.html \
		help/tutorial_item_400.html \
		help/lang_item_1266.html \
		help/tutorial_item_884.html \
		help/tutorial_item_178.html \
		help/tutorial_item_353.html \
		help/tutorial_item_874.html \
		help/tutorial_item_168.html \
		help/tutorial_item_343.html \
		help/lang_item_1384.html \
		help/tutorial_item_738.html \
		help/tutorial_item_333.html \
		help/lang_item_1199.html \
		help/lang_item_1374.html \
		help/tutorial_item_728.html \
		help/tutorial_item_286.html \
		help/tutorial_item_323.html \
		help/lang_item_1189.html \
		help/lang_item_1364.html \
		help/tutorial_item_982.html \
		help/tutorial_item_276.html \
		help/tutorial_item_718.html \
		help/lang_item_1354.html \
		help/tutorial_item_797.html \
		help/tutorial_item_972.html \
		help/tutorial_item_441.html \
		help/tutorial_item_708.html \
		help/tutorial_item_266.html \
		help/tutorial_item_787.html \
		help/tutorial_item_962.html \
		help/lang_item_1218.html \
		help/fx_item_1122.html \
		help/tutorial_item_256.html \
		help/tutorial_item_431.html \
		help/lang_item_1297.html \
		help/tutorial_item_952.html \
		help/examples_item_1053.html \
		help/lang_item_1208.html \
		help/fx_item_1112.html \
		help/tutorial_item_246.html \
		help/tutorial_item_421.html \
		help/lang_item_1287.html \
		help/tutorial_item_199.html \
		help/tutorial_item_816.html \
		help/fx_item_1102.html \
		help/tutorial_item_411.html \
		help/lang_item_1277.html \
		help/tutorial_item_895.html \
		help/tutorial_item_806.html \
		help/tutorial_item_189.html \
		help/tutorial_item_364.html \
		help/tutorial_item_401.html \
		help/lang_item_1267.html \
		help/tutorial_item_885.html \
		help/tutorial_item_179.html \
		help/tutorial_item_354.html \
		help/tutorial_item_875.html \
		help/tutorial_item_169.html \
		help/tutorial_item_344.html \
		help/lang_item_1385.html \
		help/tutorial_item_739.html \
		help/tutorial_item_30.html \
		help/tutorial_item_334.html \
		help/lang_item_1375.html \
		help/tutorial_item_729.html \
		help/tutorial_item_287.html \
		help/tutorial_item_324.html \
		help/tutorial_item_20.html \
		help/lang_item_1365.html \
		help/tutorial_item_983.html \
		help/tutorial_item_719.html \
		help/tutorial_item_277.html \
		help/tutorial_item_10.html \
		help/lang_item_1355.html \
		help/tutorial_item_973.html \
		help/tutorial_item_798.html \
		help/tutorial_item_267.html \
		help/tutorial_item_442.html \
		help/tutorial_item_709.html \
		help/tutorial_item_788.html \
		help/tutorial_item_963.html \
		help/lang_item_1219.html \
		help/fx_item_1123.html \
		help/tutorial_item_432.html \
		help/tutorial_item_257.html \
		help/lang_item_1298.html \
		help/tutorial_item_953.html \
		help/lang_item_1209.html \
		help/fx_item_1113.html \
		help/tutorial_item_247.html \
		help/tutorial_item_422.html \
		help/lang_item_1288.html \
		help/tutorial_item_817.html \
		help/fx_item_1103.html \
		help/tutorial_item_412.html \
		help/lang_item_1278.html \
		help/tutorial_item_896.html \
		help/tutorial_item_365.html \
		help/tutorial_item_807.html \
		help/tutorial_item_402.html \
		help/lang_item_1268.html \
		help/tutorial_item_886.html \
		help/tutorial_item_355.html \
		help/tutorial_item_876.html \
		help/tutorial_item_345.html \
		help/tutorial_item_520.html \
		help/lang_item_1386.html \
		help/tutorial_item_866.html \
		help/tutorial_item_335.html \
		help/tutorial_item_31.html \
		help/tutorial_item_510.html \
		help/lang_item_1376.html \
		help/tutorial_item_288.html \
		help/tutorial_item_325.html \
		help/tutorial_item_21.html \
		help/tutorial_item_500.html \
		help/lang_item_1366.html \
		help/tutorial_item_984.html \
		help/tutorial_item_278.html \
		help/tutorial_item_11.html \
		help/lang_item_1356.html \
		help/tutorial_item_799.html \
		help/tutorial_item_974.html \
		help/tutorial_item_90.html \
		help/tutorial_item_268.html \
		help/tutorial_item_443.html \
		help/tutorial_item_789.html \
		help/tutorial_item_964.html \
		help/fx_item_1124.html \
		help/tutorial_item_258.html \
		help/tutorial_item_433.html \
		help/lang_item_1299.html \
		help/tutorial_item_954.html \
		help/fx_item_1114.html \
		help/tutorial_item_423.html \
		help/tutorial_item_248.html \
		help/lang_item_1289.html \
		help/tutorial_item_818.html \
		help/fx_item_1104.html \
		help/tutorial_item_413.html \
		help/lang_item_1279.html \
		help/tutorial_item_897.html \
		help/tutorial_item_808.html \
		help/tutorial_item_366.html \
		help/tutorial_item_403.html \
		help/lang_item_1269.html \
		help/tutorial_item_887.html \
		help/tutorial_item_356.html \
		help/tutorial_item_877.html \
		help/tutorial_item_521.html \
		help/tutorial_item_346.html \
		help/tutorial_item_867.html \
		help/tutorial_item_336.html \
		help/tutorial_item_32.html \
		help/tutorial_item_511.html \
		help/lang_item_1377.html \
		help/tutorial_item_590.html \
		help/tutorial_item_326.html \
		help/tutorial_item_22.html \
		help/tutorial_item_501.html \
		help/lang_item_1367.html \
		help/tutorial_item_985.html \
		help/fx_item_1096.html \
		help/tutorial_item_580.html \
		help/tutorial_item_279.html \
		help/tutorial_item_12.html \
		help/lang_item_1357.html \
		help/tutorial_item_975.html \
		help/tutorial_item_91.html \
		help/tutorial_item_444.html \
		help/tutorial_item_269.html \
		help/lang_item_1347.html \
		help/tutorial_item_965.html \
		help/fx_item_1125.html \
		help/tutorial_item_1020.html \
		help/tutorial_item_259.html \
		help/tutorial_item_434.html \
		help/tutorial_item_955.html \
		help/fx_item_1115.html \
		help/tutorial_item_249.html \
		help/tutorial_item_424.html \
		help/tutorial_item_1010.html \
		help/tutorial_item_819.html \
		help/fx_item_1105.html \
		help/tutorial_item_414.html \
		help/tutorial_item_1000.html \
		help/tutorial_item_898.html \
		help/tutorial_item_809.html \
		help/tutorial_item_367.html \
		help/tutorial_item_404.html \
		help/tutorial_item_888.html \
		help/tutorial_item_357.html \
		help/tutorial_item_878.html \
		help/tutorial_item_347.html \
		help/tutorial_item_522.html \
		help/tutorial_item_868.html \
		help/tutorial_item_33.html \
		help/tutorial_item_512.html \
		help/tutorial_item_337.html \
		help/lang_item_1378.html \
		help/tutorial_item_591.html \
		help/tutorial_item_327.html \
		help/tutorial_item_23.html \
		help/tutorial_item_502.html \
		help/lang_item_1368.html \
		help/tutorial_item_986.html \
		help/fx_item_1097.html \
		help/tutorial_item_581.html \
		help/tutorial_item_13.html \
		help/lang_item_1358.html \
		help/tutorial_item_976.html \
		help/tutorial_item_92.html \
		help/tutorial_item_445.html \
		help/lang_item_1348.html \
		help/tutorial_item_966.html \
		help/fx_item_1126.html \
		help/tutorial_item_435.html \
		help/tutorial_item_1021.html \
		help/tutorial_item_956.html \
		help/fx_item_1116.html \
		help/tutorial_item_1011.html \
		help/tutorial_item_425.html \
		help/tutorial_item_600.html \
		help/fx_item_1106.html \
		help/tutorial_item_415.html \
		help/tutorial_item_1001.html \
		help/tutorial_item_899.html \
		help/tutorial_item_368.html \
		help/tutorial_item_405.html \
		help/tutorial_item_889.html \
		help/tutorial_item_358.html \
		help/tutorial_item_879.html \
		help/tutorial_item_348.html \
		help/tutorial_item_523.html \
		help/tutorial_item_869.html \
		help/tutorial_item_338.html \
		help/tutorial_item_34.html \
		help/tutorial_item_513.html \
		help/lang_item_1379.html \
		help/tutorial_item_592.html \
		help/tutorial_item_328.html \
		help/tutorial_item_24.html \
		help/tutorial_item_503.html \
		help/lang_item_1369.html \
		help/tutorial_item_987.html \
		help/fx_item_1098.html \
		help/tutorial_item_582.html \
		help/tutorial_item_14.html \
		help/lang_item_1359.html \
		help/tutorial_item_977.html \
		help/tutorial_item_93.html \
		help/tutorial_item_446.html \
		help/lang_item_1349.html \
		help/tutorial_item_967.html \
		help/fx_item_1127.html \
		help/tutorial_item_436.html \
		help/tutorial_item_1022.html \
		help/tutorial_item_690.html \
		help/tutorial_item_957.html \
		help/fx_item_1117.html \
		help/tutorial_item_426.html \
		help/tutorial_item_601.html \
		help/tutorial_item_1012.html \
		help/tutorial_item_947.html \
		help/tutorial_item_680.html \
		help/fx_item_1107.html \
		help/tutorial_item_1002.html \
		help/tutorial_item_416.html \
		help/tutorial_item_670.html \
		help/tutorial_item_369.html \
		help/tutorial_item_406.html \
		help/lang_item_1180.html \
		help/tutorial_item_660.html \
		help/tutorial_item_359.html \
		help/lang_item_1170.html \
		help/tutorial_item_524.html \
		help/tutorial_item_349.html \
		help/lang_item_1160.html \
		help/tutorial_item_339.html \
		help/tutorial_item_35.html \
		help/tutorial_item_514.html \
		help/lang_item_1150.html \
		help/tutorial_item_593.html \
		help/tutorial_item_329.html \
		help/tutorial_item_25.html \
		help/tutorial_item_504.html \
		help/tutorial_item_988.html \
		help/fx_item_1099.html \
		help/tutorial_item_583.html \
		help/tutorial_item_15.html \
		help/tutorial_item_978.html \
		help/tutorial_item_94.html \
		help/tutorial_item_447.html \
		help/tutorial_item_968.html \
		help/fx_item_1128.html \
		help/tutorial_item_1023.html \
		help/tutorial_item_437.html \
		help/tutorial_item_958.html \
		help/tutorial_item_691.html \
		help/fx_item_1118.html \
		help/tutorial_item_427.html \
		help/tutorial_item_602.html \
		help/tutorial_item_1013.html \
		help/tutorial_item_681.html \
		help/tutorial_item_948.html \
		help/fx_item_1108.html \
		help/tutorial_item_417.html \
		help/tutorial_item_1003.html \
		help/tutorial_item_150.html \
		help/tutorial_item_496.html \
		help/tutorial_item_671.html \
		help/tutorial_item_140.html \
		help/tutorial_item_407.html \
		help/lang_item_1181.html \
		help/synths_item_1090.html \
		help/tutorial_item_661.html \
		help/tutorial_item_130.html \
		help/lang_item_1171.html \
		help/synths_item_1080.html \
		help/tutorial_item_525.html \
		help/tutorial_item_120.html \
		help/lang_item_1161.html \
		help/synths_item_1070.html \
		help/tutorial_item_36.html \
		help/tutorial_item_515.html \
		help/tutorial_item_110.html \
		help/lang_item_1151.html \
		help/tutorial_item_594.html \
		help/synths_item_1060.html \
		help/tutorial_item_26.html \
		help/tutorial_item_505.html \
		help/tutorial_item_989.html \
		help/tutorial_item_584.html \
		help/tutorial_item_16.html \
		help/tutorial_item_979.html \
		help/tutorial_item_95.html \
		help/tutorial_item_448.html \
		help/tutorial_item_969.html \
		help/tutorial_item_438.html \
		help/tutorial_item_1024.html \
		help/tutorial_item_959.html \
		help/tutorial_item_692.html \
		help/fx_item_1119.html \
		help/tutorial_item_1014.html \
		help/tutorial_item_428.html \
		help/tutorial_item_603.html \
		help/tutorial_item_949.html \
		help/tutorial_item_682.html \
		help/fx_item_1109.html \
		help/tutorial_item_418.html \
		help/tutorial_item_1004.html \
		help/tutorial_item_151.html \
		help/tutorial_item_497.html \
		help/tutorial_item_672.html \
		help/tutorial_item_408.html \
		help/tutorial_item_141.html \
		help/lang_item_1182.html \
		help/synths_item_1091.html \
		help/tutorial_item_662.html \
		help/tutorial_item_131.html \
		help/lang_item_1172.html \
		help/synths_item_1081.html \
		help/tutorial_item_526.html \
		help/tutorial_item_121.html \
		help/lang_item_1162.html \
		help/tutorial_item_780.html \
		help/synths_item_1071.html \
		help/tutorial_item_37.html \
		help/tutorial_item_516.html \
		help/tutorial_item_111.html \
		help/lang_item_1152.html \
		help/tutorial_item_595.html \
		help/tutorial_item_770.html \
		help/synths_item_1061.html \
		help/tutorial_item_27.html \
		help/tutorial_item_506.html \
		help/tutorial_item_760.html \
		help/tutorial_item_585.html \
		help/tutorial_item_17.html \
		help/tutorial_item_96.html \
		help/tutorial_item_750.html \
		help/tutorial_item_449.html \
		help/lang_item_1260.html \
		help/tutorial_item_740.html \
		help/tutorial_item_439.html \
		help/tutorial_item_1025.html \
		help/lang_item_1250.html \
		help/tutorial_item_693.html \
		help/tutorial_item_429.html \
		help/tutorial_item_604.html \
		help/tutorial_item_1015.html \
		help/lang_item_1240.html \
		help/tutorial_item_683.html \
		help/tutorial_item_1005.html \
		help/tutorial_item_152.html \
		help/tutorial_item_419.html \
		help/lang_item_1230.html \
		help/tutorial_item_498.html \
		help/tutorial_item_673.html \
		help/tutorial_item_1.html \
		help/tutorial_item_409.html \
		help/tutorial_item_142.html \
		help/lang_item_1183.html \
		help/synths_item_1092.html \
		help/lang_item_1220.html
	/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc -name help_files help_files.qrc -o qrc_help_files.cpp

qrc_info_files.cpp: info_files.qrc \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc \
		info/CORETEAM.html \
		info/CONTRIBUTORS.html \
		info/LICENSE.html \
		info/COMMUNITY.html \
		info/CHANGELOG.html
	/usr/lib/arm-linux-gnueabihf/qt5/bin/rcc -name info_files info_files.qrc -o qrc_info_files.cpp

compiler_moc_header_make_all: moc_mainwindow.cpp moc_sonicpilog.cpp moc_sonicpiscintilla.cpp moc_sonic_pi_osc_server.cpp moc_sonic_pi_udp_osc_server.cpp moc_sonic_pi_tcp_osc_server.cpp moc_sonicpitheme.cpp moc_scope.cpp moc_infowidget.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_mainwindow.cpp moc_sonicpilog.cpp moc_sonicpiscintilla.cpp moc_sonic_pi_osc_server.cpp moc_sonic_pi_udp_osc_server.cpp moc_sonic_pi_tcp_osc_server.cpp moc_sonicpitheme.cpp moc_scope.cpp moc_infowidget.cpp
moc_mainwindow.cpp: oscpkt.hh \
		udp.hh \
		sonicpitheme.h \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		mainwindow.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include mainwindow.h -o moc_mainwindow.cpp

moc_sonicpilog.cpp: sonicpilog.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include sonicpilog.h -o moc_sonicpilog.cpp

moc_sonicpiscintilla.cpp: sonicpitheme.h \
		oscsender.h \
		oscpkt.hh \
		sonicpilog.h \
		sonicpiscintilla.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include sonicpiscintilla.h -o moc_sonicpiscintilla.cpp

moc_sonic_pi_osc_server.cpp: oschandler.h \
		oscpkt.hh \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonic_pi_osc_server.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include sonic_pi_osc_server.h -o moc_sonic_pi_osc_server.cpp

moc_sonic_pi_udp_osc_server.cpp: oschandler.h \
		oscpkt.hh \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonic_pi_osc_server.h \
		sonic_pi_udp_osc_server.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include sonic_pi_udp_osc_server.h -o moc_sonic_pi_udp_osc_server.cpp

moc_sonic_pi_tcp_osc_server.cpp: oschandler.h \
		oscpkt.hh \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonic_pi_osc_server.h \
		sonic_pi_tcp_osc_server.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include sonic_pi_tcp_osc_server.h -o moc_sonic_pi_tcp_osc_server.cpp

moc_sonicpitheme.cpp: sonicpitheme.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include sonicpitheme.h -o moc_sonicpitheme.cpp

moc_scope.cpp: server_shm.hpp \
		scope_buffer.hpp \
		scope.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include scope.h -o moc_scope.cpp

moc_infowidget.cpp: infowidget.h \
		/usr/lib/arm-linux-gnueabihf/qt5/bin/moc
	/usr/lib/arm-linux-gnueabihf/qt5/bin/moc $(DEFINES) -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -I/home/pi/Development/sonic-pi/app/gui/qt -I/usr/include/qwt -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -I/usr/include/arm-linux-gnueabihf/qt5/QtSvg -I/usr/include/arm-linux-gnueabihf/qt5/QtPrintSupport -I/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtConcurrent -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -I/usr/include/c++/6 -I/usr/include/arm-linux-gnueabihf/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/arm-linux-gnueabihf/6/include -I/usr/local/include -I/usr/lib/gcc/arm-linux-gnueabihf/6/include-fixed -I/usr/include/arm-linux-gnueabihf -I/usr/include infowidget.h -o moc_infowidget.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

main.o: main.cpp mainwindow.h \
		oscpkt.hh \
		udp.hh \
		sonicpitheme.h \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonicpilog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp

mainwindow.o: mainwindow.cpp sonicpilexer.h \
		sonicpitheme.h \
		sonicpiapis.h \
		sonicpiscintilla.h \
		oscsender.h \
		oscpkt.hh \
		sonicpilog.h \
		oschandler.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		infowidget.h \
		sonic_pi_udp_osc_server.h \
		sonic_pi_osc_server.h \
		sonic_pi_tcp_osc_server.h \
		ruby_help.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp

sonicpilexer.o: sonicpilexer.cpp sonicpilexer.h \
		sonicpitheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonicpilexer.o sonicpilexer.cpp

sonicpiapis.o: sonicpiapis.cpp sonicpiapis.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonicpiapis.o sonicpiapis.cpp

sonicpiscintilla.o: sonicpiscintilla.cpp sonicpiscintilla.h \
		sonicpitheme.h \
		oscsender.h \
		oscpkt.hh \
		sonicpilog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonicpiscintilla.o sonicpiscintilla.cpp

oschandler.o: oschandler.cpp oscpkt.hh \
		oschandler.h \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonicpilog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o oschandler.o oschandler.cpp

oscsender.o: oscsender.cpp oscpkt.hh \
		udp.hh \
		oscsender.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o oscsender.o oscsender.cpp

sonicpilog.o: sonicpilog.cpp sonicpilog.h \
		sonicpitheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonicpilog.o sonicpilog.cpp

sonic_pi_osc_server.o: sonic_pi_osc_server.cpp sonic_pi_osc_server.h \
		oschandler.h \
		oscpkt.hh \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonic_pi_osc_server.o sonic_pi_osc_server.cpp

sonic_pi_udp_osc_server.o: sonic_pi_udp_osc_server.cpp sonic_pi_udp_osc_server.h \
		oschandler.h \
		oscpkt.hh \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonic_pi_osc_server.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonic_pi_udp_osc_server.o sonic_pi_udp_osc_server.cpp

sonic_pi_tcp_osc_server.o: sonic_pi_tcp_osc_server.cpp sonic_pi_tcp_osc_server.h \
		oschandler.h \
		oscpkt.hh \
		sonicpitheme.h \
		mainwindow.h \
		udp.hh \
		scope.h \
		server_shm.hpp \
		scope_buffer.hpp \
		oscsender.h \
		infowidget.h \
		sonic_pi_osc_server.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonic_pi_tcp_osc_server.o sonic_pi_tcp_osc_server.cpp

sonicpitheme.o: sonicpitheme.cpp sonicpitheme.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o sonicpitheme.o sonicpitheme.cpp

scope.o: scope.cpp scope.h \
		server_shm.hpp \
		scope_buffer.hpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o scope.o scope.cpp

infowidget.o: infowidget.cpp infowidget.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o infowidget.o infowidget.cpp

qrc_SonicPi.o: qrc_SonicPi.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_SonicPi.o qrc_SonicPi.cpp

qrc_help_files.o: qrc_help_files.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_help_files.o qrc_help_files.cpp

qrc_info_files.o: qrc_info_files.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_info_files.o qrc_info_files.cpp

moc_mainwindow.o: moc_mainwindow.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp

moc_sonicpilog.o: moc_sonicpilog.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_sonicpilog.o moc_sonicpilog.cpp

moc_sonicpiscintilla.o: moc_sonicpiscintilla.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_sonicpiscintilla.o moc_sonicpiscintilla.cpp

moc_sonic_pi_osc_server.o: moc_sonic_pi_osc_server.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_sonic_pi_osc_server.o moc_sonic_pi_osc_server.cpp

moc_sonic_pi_udp_osc_server.o: moc_sonic_pi_udp_osc_server.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_sonic_pi_udp_osc_server.o moc_sonic_pi_udp_osc_server.cpp

moc_sonic_pi_tcp_osc_server.o: moc_sonic_pi_tcp_osc_server.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_sonic_pi_tcp_osc_server.o moc_sonic_pi_tcp_osc_server.cpp

moc_sonicpitheme.o: moc_sonicpitheme.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_sonicpitheme.o moc_sonicpitheme.cpp

moc_scope.o: moc_scope.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_scope.o moc_scope.cpp

moc_infowidget.o: moc_infowidget.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_infowidget.o moc_infowidget.cpp

####### Install

install:  FORCE

uninstall:  FORCE

FORCE:

