############################################################################# # Makefile for building: Ventoy2Disk # Generated by qmake (3.1) (Qt 5.9.0) # Project: ../Ventoy2Disk/Ventoy2Disk.pro # Template: app # Command: /home/panda/Qt5.9.0/5.9/gcc_64/bin/qmake -o Makefile ../Ventoy2Disk/Ventoy2Disk.pro -spec linux-g++ ############################################################################# MAKEFILE = Makefile ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DQT_DEPRECATED_WARNINGS -DSTATIC=static -DINIT= -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES) CXXFLAGS = -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC $(DEFINES) INCPATH = -I../Ventoy2Disk -I. -I../../Ventoy2Disk/Core -I../../Ventoy2Disk/Web -I../../Ventoy2Disk/QT -I../../Ventoy2Disk/Include -I../../Ventoy2Disk/Lib/libhttp/include -I/home/panda/Ventoy2Disk/Lib/fat_io_lib/include -I../../Ventoy2Disk/Lib/xz-embedded/linux/include -I../../Ventoy2Disk/Lib/xz-embedded/linux/include/linux -I../../Ventoy2Disk/Lib/xz-embedded/userspace -I../../Ventoy2Disk/Lib/exfat/src/libexfat -I../../Ventoy2Disk/Lib/fat_io_lib -I../../Qt5.9.0/5.9/gcc_64/include -I../../Qt5.9.0/5.9/gcc_64/include/QtWidgets -I../../Qt5.9.0/5.9/gcc_64/include/QtGui -I../../Qt5.9.0/5.9/gcc_64/include/QtCore -I. -isystem /usr/include/libdrm -I. -I../../Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++ QMAKE = /home/panda/Qt5.9.0/5.9/gcc_64/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 QINSTALL_FILE = /home/panda/Qt5.9.0/5.9/gcc_64/bin/qmake -install qinstall file QINSTALL_PROGRAM = /home/panda/Qt5.9.0/5.9/gcc_64/bin/qmake -install qinstall program QINSTALL_DIR = /home/panda/Qt5.9.0/5.9/gcc_64/bin/qmake -install qinstall directory DEL_FILE = rm -f SYMLINK = ln -f -s DEL_DIR = rmdir MOVE = mv -f TAR = tar -cf COMPRESS = gzip -9f DISTNAME = Ventoy2Disk1.0.0 DISTDIR = /home/panda/590/build-Ventoy2Disk-Desktop_Qt_5_9_0_GCC_64bit-Release/.tmp/Ventoy2Disk1.0.0 LINK = g++ LFLAGS = -Wl,-O1 -Wl,-rpath,/home/panda/Qt5.9.0/5.9/gcc_64/lib LIBS = $(SUBLIBS) -L/home/panda/Qt5.9.0/5.9/gcc_64/lib -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread AR = ar cqs RANLIB = SED = sed STRIP = strip ####### Output directory OBJECTS_DIR = ./ ####### Files SOURCES = ../Ventoy2Disk/Core/ventoy_crc32.c \ ../Ventoy2Disk/Core/ventoy_disk.c \ ../Ventoy2Disk/Core/ventoy_json.c \ ../Ventoy2Disk/Core/ventoy_log.c \ ../Ventoy2Disk/Core/ventoy_md5.c \ ../Ventoy2Disk/Core/ventoy_util.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/cluster.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/io.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/lookup.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/mount.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/node.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/repair.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/time.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/utf.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/utils.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat_main.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_access.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_format.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.c \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/decompress_unxz.c \ ../Ventoy2Disk/QT/refresh_icon_data.c \ ../Ventoy2Disk/QT/secure_icon_data.c \ ../Ventoy2Disk/QT/ventoy_qt_stub.c \ ../Ventoy2Disk/Web/ventoy_http.c \ ../Ventoy2Disk/main.cpp \ ../Ventoy2Disk/partcfgdialog.cpp \ ../Ventoy2Disk/ventoy2diskwindow.cpp moc_partcfgdialog.cpp \ moc_ventoy2diskwindow.cpp OBJECTS = ventoy_crc32.o \ ventoy_disk.o \ ventoy_json.o \ ventoy_log.o \ ventoy_md5.o \ ventoy_util.o \ cluster.o \ io.o \ lookup.o \ mount.o \ node.o \ repair.o \ time.o \ utf.o \ utils.o \ cbm.o \ fat.o \ mkexfat.o \ mkexfat_main.o \ rootdir.o \ uct.o \ uctc.o \ vbr.o \ fat_access.o \ fat_cache.o \ fat_filelib.o \ fat_format.o \ fat_misc.o \ fat_string.o \ fat_table.o \ fat_write.o \ decompress_unxz.o \ refresh_icon_data.o \ secure_icon_data.o \ ventoy_qt_stub.o \ ventoy_http.o \ main.o \ partcfgdialog.o \ ventoy2diskwindow.o \ moc_partcfgdialog.o \ moc_ventoy2diskwindow.o DIST = ../Ventoy2Disk/Lib/fat_io_lib/API.txt \ ../Ventoy2Disk/Lib/fat_io_lib/COPYRIGHT.txt \ ../Ventoy2Disk/Lib/fat_io_lib/Configuration.txt \ ../Ventoy2Disk/Lib/fat_io_lib/History.txt \ ../Ventoy2Disk/Lib/fat_io_lib/License.txt \ ../Ventoy2Disk/Lib/fat_io_lib/Media \ ../Ventoy2Disk/Access \ ../Ventoy2Disk/API.txt \ ../Ventoy2Disk/Lib/fat_io_lib/version.txt \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/spec_pre.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/unix.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/linux.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/sanitize.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/gcc-base.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/gcc-base-unix.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/g++-base.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/g++-unix.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/qconfig.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3danimation.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_charts.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_core.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designer.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gui.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_help.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_location.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_network.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qml.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quick.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sql.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_svg.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webview.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xml.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt_functions.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt_config.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++/qmake.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/spec_post.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/exclusive_builds.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/toolchain.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/default_pre.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/resolve_config.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/default_post.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/warn_on.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/resources.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/moc.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/unix/opengl.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/uic.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/unix/thread.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qmake_use.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/file_copies.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/testcase_targets.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/exceptions.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/yacc.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/lex.prf \ ../Ventoy2Disk/Ventoy2Disk.pro ../Ventoy2Disk/Core/ventoy_define.h \ ../Ventoy2Disk/Core/ventoy_disk.h \ ../Ventoy2Disk/Core/ventoy_json.h \ ../Ventoy2Disk/Core/ventoy_util.h \ ../Ventoy2Disk/Include/Ventoy2Disk.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_format.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_list.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.h \ ../Ventoy2Disk/Lib/libhttp/include/civetweb.h \ ../Ventoy2Disk/Lib/libhttp/include/handle_form.inl \ ../Ventoy2Disk/Lib/libhttp/include/md5.inl \ ../Ventoy2Disk/Lib/libhttp/include/mod_duktape.inl \ ../Ventoy2Disk/Lib/libhttp/include/mod_lua.inl \ ../Ventoy2Disk/Lib/libhttp/include/timer.inl \ ../Ventoy2Disk/QT/ventoy_qt.h \ ../Ventoy2Disk/Web/ventoy_http.h \ ../Ventoy2Disk/partcfgdialog.h \ ../Ventoy2Disk/ventoy2diskwindow.h ../Ventoy2Disk/Core/ventoy_crc32.c \ ../Ventoy2Disk/Core/ventoy_disk.c \ ../Ventoy2Disk/Core/ventoy_json.c \ ../Ventoy2Disk/Core/ventoy_log.c \ ../Ventoy2Disk/Core/ventoy_md5.c \ ../Ventoy2Disk/Core/ventoy_util.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/cluster.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/io.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/lookup.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/mount.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/node.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/repair.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/time.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/utf.c \ ../Ventoy2Disk/Lib/exfat/src/libexfat/utils.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat_main.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.c \ ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_access.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_format.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.c \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.c \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/decompress_unxz.c \ ../Ventoy2Disk/QT/refresh_icon_data.c \ ../Ventoy2Disk/QT/secure_icon_data.c \ ../Ventoy2Disk/QT/ventoy_qt_stub.c \ ../Ventoy2Disk/Web/ventoy_http.c \ ../Ventoy2Disk/main.cpp \ ../Ventoy2Disk/partcfgdialog.cpp \ ../Ventoy2Disk/ventoy2diskwindow.cpp QMAKE_TARGET = Ventoy2Disk DESTDIR = TARGET = Ventoy2Disk first: all ####### Build rules $(TARGET): ui_partcfgdialog.h ui_ventoy2diskwindow.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) Makefile: ../Ventoy2Disk/Ventoy2Disk.pro ../../Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++/qmake.conf ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/spec_pre.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/unix.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/linux.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/sanitize.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/gcc-base.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/gcc-base-unix.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/g++-base.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/g++-unix.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/qconfig.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3danimation.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_charts.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_core.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designer.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gui.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_help.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_location.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_network.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qml.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quick.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sql.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_svg.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webview.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xml.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt_functions.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt_config.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++/qmake.conf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/spec_post.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/exclusive_builds.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/toolchain.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/default_pre.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/resolve_config.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/default_post.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/warn_on.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/resources.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/moc.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/unix/opengl.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/uic.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/unix/thread.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qmake_use.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/file_copies.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/testcase_targets.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/exceptions.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/yacc.prf \ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/lex.prf \ ../Ventoy2Disk/Ventoy2Disk.pro \ ../../Qt5.9.0/5.9/gcc_64/lib/libQt5Widgets.prl \ ../../Qt5.9.0/5.9/gcc_64/lib/libQt5Gui.prl \ ../../Qt5.9.0/5.9/gcc_64/lib/libQt5Core.prl $(QMAKE) -o Makefile ../Ventoy2Disk/Ventoy2Disk.pro -spec linux-g++ ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/spec_pre.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/unix.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/linux.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/sanitize.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/gcc-base.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/gcc-base-unix.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/g++-base.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/common/g++-unix.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/qconfig.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3danimation.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dcore.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dextras.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dinput.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquick.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3drender.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_charts.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_charts_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_concurrent.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_core.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_core_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_dbus.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designer.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designer_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gamepad.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gui.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_gui_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_help.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_help_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_location.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_location_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimedia.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_network.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_network_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_nfc.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_opengl.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_positioning.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_printsupport.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qml.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qml_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmltest.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quick.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quick_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_scxml.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sensors.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialbus.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialport.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sql.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_sql_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_svg.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_svg_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_testlib.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uitools.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webchannel.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webengine.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_websockets.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webview.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_webview_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_widgets.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_x11extras.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xml.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xml_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt_functions.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt_config.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++/qmake.conf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/spec_post.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/exclusive_builds.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/toolchain.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/default_pre.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/resolve_config.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/default_post.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/warn_on.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qt.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/resources.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/moc.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/unix/opengl.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/uic.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/unix/thread.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/qmake_use.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/file_copies.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/testcase_targets.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/exceptions.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/yacc.prf: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/lex.prf: ../Ventoy2Disk/Ventoy2Disk.pro: ../../Qt5.9.0/5.9/gcc_64/lib/libQt5Widgets.prl: ../../Qt5.9.0/5.9/gcc_64/lib/libQt5Gui.prl: ../../Qt5.9.0/5.9/gcc_64/lib/libQt5Core.prl: qmake: FORCE @$(QMAKE) -o Makefile ../Ventoy2Disk/Ventoy2Disk.pro -spec linux-g++ 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 ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/ $(COPY_FILE) --parents ../Ventoy2Disk/Core/ventoy_define.h ../Ventoy2Disk/Core/ventoy_disk.h ../Ventoy2Disk/Core/ventoy_json.h ../Ventoy2Disk/Core/ventoy_util.h ../Ventoy2Disk/Include/Ventoy2Disk.h ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.h ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.h ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.h ../Ventoy2Disk/Lib/fat_io_lib/fat_access.h ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.h ../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.h ../Ventoy2Disk/Lib/fat_io_lib/fat_format.h ../Ventoy2Disk/Lib/fat_io_lib/fat_list.h ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h ../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h ../Ventoy2Disk/Lib/fat_io_lib/fat_types.h ../Ventoy2Disk/Lib/fat_io_lib/fat_write.h ../Ventoy2Disk/Lib/libhttp/include/civetweb.h ../Ventoy2Disk/Lib/libhttp/include/handle_form.inl ../Ventoy2Disk/Lib/libhttp/include/md5.inl ../Ventoy2Disk/Lib/libhttp/include/mod_duktape.inl ../Ventoy2Disk/Lib/libhttp/include/mod_lua.inl ../Ventoy2Disk/Lib/libhttp/include/timer.inl ../Ventoy2Disk/QT/ventoy_qt.h ../Ventoy2Disk/Web/ventoy_http.h ../Ventoy2Disk/partcfgdialog.h ../Ventoy2Disk/ventoy2diskwindow.h $(DISTDIR)/ $(COPY_FILE) --parents ../Ventoy2Disk/Core/ventoy_crc32.c ../Ventoy2Disk/Core/ventoy_disk.c ../Ventoy2Disk/Core/ventoy_json.c ../Ventoy2Disk/Core/ventoy_log.c ../Ventoy2Disk/Core/ventoy_md5.c ../Ventoy2Disk/Core/ventoy_util.c ../Ventoy2Disk/Lib/exfat/src/libexfat/cluster.c ../Ventoy2Disk/Lib/exfat/src/libexfat/io.c ../Ventoy2Disk/Lib/exfat/src/libexfat/lookup.c ../Ventoy2Disk/Lib/exfat/src/libexfat/mount.c ../Ventoy2Disk/Lib/exfat/src/libexfat/node.c ../Ventoy2Disk/Lib/exfat/src/libexfat/repair.c ../Ventoy2Disk/Lib/exfat/src/libexfat/time.c ../Ventoy2Disk/Lib/exfat/src/libexfat/utf.c ../Ventoy2Disk/Lib/exfat/src/libexfat/utils.c ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.c ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.c ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.c ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat_main.c ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.c ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.c ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.c ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.c ../Ventoy2Disk/Lib/fat_io_lib/fat_access.c ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.c ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.c ../Ventoy2Disk/Lib/fat_io_lib/fat_format.c ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.c ../Ventoy2Disk/Lib/fat_io_lib/fat_string.c ../Ventoy2Disk/Lib/fat_io_lib/fat_table.c ../Ventoy2Disk/Lib/fat_io_lib/fat_write.c ../Ventoy2Disk/Lib/xz-embedded/linux/lib/decompress_unxz.c ../Ventoy2Disk/QT/refresh_icon_data.c ../Ventoy2Disk/QT/secure_icon_data.c ../Ventoy2Disk/QT/ventoy_qt_stub.c ../Ventoy2Disk/Web/ventoy_http.c ../Ventoy2Disk/main.cpp ../Ventoy2Disk/partcfgdialog.cpp ../Ventoy2Disk/ventoy2diskwindow.cpp $(DISTDIR)/ $(COPY_FILE) --parents ../Ventoy2Disk/partcfgdialog.ui ../Ventoy2Disk/ventoy2diskwindow.ui $(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: compiler_rcc_clean: compiler_moc_predefs_make_all: moc_predefs.h compiler_moc_predefs_clean: -$(DEL_FILE) moc_predefs.h moc_predefs.h: ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/data/dummy.cpp g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h ../../Qt5.9.0/5.9/gcc_64/mkspecs/features/data/dummy.cpp compiler_moc_header_make_all: moc_partcfgdialog.cpp moc_ventoy2diskwindow.cpp compiler_moc_header_clean: -$(DEL_FILE) moc_partcfgdialog.cpp moc_ventoy2diskwindow.cpp moc_partcfgdialog.cpp: ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QDialog \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtguiglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig-bootstrapped.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtcore-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsystemdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qprocessordetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcompilerdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtypeinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsysinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlogging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qflags.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbasicatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_bootstrap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qgenericatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_cxx11.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_msvc.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobalstatic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmutex.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnumeric.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qversiontagging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtgui-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgets-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnamespace.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs_win.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstring.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qchar.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrefcount.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qarraydata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringbuilder.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qalgorithms.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiterator.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhashfunctions.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpair.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearraylist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qregexp.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringmatcher.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcoreevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qscopedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmetatype.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvarlengtharray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontainerfwd.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmargins.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpaintdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrect.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsize.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpoint.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpalette.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcolor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgb.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgba64.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qbrush.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvector.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qmatrix.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpolygon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qregion.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdatastream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiodevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qline.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtransform.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpainterpath.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qimage.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixelformat.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qshareddata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhash.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfont.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontmetrics.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qsizepolicy.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcursor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qkeysequence.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvariant.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdebug.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtextstream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlocale.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qset.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontiguouscache.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurlquery.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfile.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfiledevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qvector2d.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtouchdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonObject \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonvalue.h \ ../Ventoy2Disk/partcfgdialog.h \ moc_predefs.h \ ../../Qt5.9.0/5.9/gcc_64/bin/moc /home/panda/Qt5.9.0/5.9/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/panda/Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++ -I/home/panda/590/Ventoy2Disk -I/home/panda/Ventoy2Disk/Core -I/home/panda/Ventoy2Disk/Web -I/home/panda/Ventoy2Disk/QT -I/home/panda/Ventoy2Disk/Include -I/home/panda/Ventoy2Disk/Lib/libhttp/include -I/home/panda/Ventoy2Disk/Lib/fat_io_lib/include -I/home/panda/Ventoy2Disk/Lib/xz-embedded/linux/include -I/home/panda/Ventoy2Disk/Lib/xz-embedded/linux/include/linux -I/home/panda/Ventoy2Disk/Lib/xz-embedded/userspace -I/home/panda/Ventoy2Disk/Lib/exfat/src/libexfat -I/home/panda/Ventoy2Disk/Lib/fat_io_lib -I/home/panda/Qt5.9.0/5.9/gcc_64/include -I/home/panda/Qt5.9.0/5.9/gcc_64/include/QtWidgets -I/home/panda/Qt5.9.0/5.9/gcc_64/include/QtGui -I/home/panda/Qt5.9.0/5.9/gcc_64/include/QtCore -I. -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../Ventoy2Disk/partcfgdialog.h -o moc_partcfgdialog.cpp moc_ventoy2diskwindow.cpp: ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QMainWindow \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qmainwindow.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtguiglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig-bootstrapped.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtcore-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsystemdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qprocessordetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcompilerdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtypeinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsysinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlogging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qflags.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbasicatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_bootstrap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qgenericatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_cxx11.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_msvc.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobalstatic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmutex.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnumeric.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qversiontagging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtgui-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgets-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnamespace.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs_win.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstring.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qchar.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrefcount.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qarraydata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringbuilder.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qalgorithms.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiterator.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhashfunctions.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpair.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearraylist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qregexp.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringmatcher.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcoreevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qscopedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmetatype.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvarlengtharray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontainerfwd.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmargins.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpaintdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrect.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsize.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpoint.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpalette.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcolor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgb.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgba64.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qbrush.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvector.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qmatrix.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpolygon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qregion.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdatastream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiodevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qline.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtransform.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpainterpath.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qimage.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixelformat.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qshareddata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhash.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfont.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontmetrics.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qsizepolicy.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcursor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qkeysequence.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvariant.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdebug.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtextstream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlocale.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qset.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontiguouscache.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurlquery.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfile.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfiledevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qvector2d.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtouchdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtabwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qicon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QActionGroup \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qactiongroup.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qaction.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonDocument \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsondocument.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonvalue.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QFile \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonObject \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonArray \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonarray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QVector \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QtGlobal \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QDebug \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/QCloseEvent \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QThread \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qthread.h \ ../Ventoy2Disk/partcfgdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QDialog \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qdialog.h \ ../Ventoy2Disk/ventoy2diskwindow.h \ moc_predefs.h \ ../../Qt5.9.0/5.9/gcc_64/bin/moc /home/panda/Qt5.9.0/5.9/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/panda/Qt5.9.0/5.9/gcc_64/mkspecs/linux-g++ -I/home/panda/590/Ventoy2Disk -I/home/panda/Ventoy2Disk/Core -I/home/panda/Ventoy2Disk/Web -I/home/panda/Ventoy2Disk/QT -I/home/panda/Ventoy2Disk/Include -I/home/panda/Ventoy2Disk/Lib/libhttp/include -I/home/panda/Ventoy2Disk/Lib/fat_io_lib/include -I/home/panda/Ventoy2Disk/Lib/xz-embedded/linux/include -I/home/panda/Ventoy2Disk/Lib/xz-embedded/linux/include/linux -I/home/panda/Ventoy2Disk/Lib/xz-embedded/userspace -I/home/panda/Ventoy2Disk/Lib/exfat/src/libexfat -I/home/panda/Ventoy2Disk/Lib/fat_io_lib -I/home/panda/Qt5.9.0/5.9/gcc_64/include -I/home/panda/Qt5.9.0/5.9/gcc_64/include/QtWidgets -I/home/panda/Qt5.9.0/5.9/gcc_64/include/QtGui -I/home/panda/Qt5.9.0/5.9/gcc_64/include/QtCore -I. -I/usr/include/c++/8 -I/usr/include/x86_64-linux-gnu/c++/8 -I/usr/include/c++/8/backward -I/usr/lib/gcc/x86_64-linux-gnu/8/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../Ventoy2Disk/ventoy2diskwindow.h -o moc_ventoy2diskwindow.cpp compiler_moc_source_make_all: compiler_moc_source_clean: compiler_uic_make_all: ui_partcfgdialog.h ui_ventoy2diskwindow.h compiler_uic_clean: -$(DEL_FILE) ui_partcfgdialog.h ui_ventoy2diskwindow.h ui_partcfgdialog.h: ../Ventoy2Disk/partcfgdialog.ui \ ../../Qt5.9.0/5.9/gcc_64/bin/uic /home/panda/Qt5.9.0/5.9/gcc_64/bin/uic ../Ventoy2Disk/partcfgdialog.ui -o ui_partcfgdialog.h ui_ventoy2diskwindow.h: ../Ventoy2Disk/ventoy2diskwindow.ui \ ../../Qt5.9.0/5.9/gcc_64/bin/uic /home/panda/Qt5.9.0/5.9/gcc_64/bin/uic ../Ventoy2Disk/ventoy2diskwindow.ui -o ui_ventoy2diskwindow.h 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_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean ####### Compile ventoy_crc32.o: ../Ventoy2Disk/Core/ventoy_crc32.c $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_crc32.o ../Ventoy2Disk/Core/ventoy_crc32.c ventoy_disk.o: ../Ventoy2Disk/Core/ventoy_disk.c ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_disk.h \ ../../Ventoy2Disk/Core/ventoy_util.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_list.h $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_disk.o ../Ventoy2Disk/Core/ventoy_disk.c ventoy_json.o: ../Ventoy2Disk/Core/ventoy_json.c ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_util.h \ ../../Ventoy2Disk/Core/ventoy_json.h $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_json.o ../Ventoy2Disk/Core/ventoy_json.c ventoy_log.o: ../Ventoy2Disk/Core/ventoy_log.c ../../Ventoy2Disk/Core/ventoy_define.h $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_log.o ../Ventoy2Disk/Core/ventoy_log.c ventoy_md5.o: ../Ventoy2Disk/Core/ventoy_md5.c $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_md5.o ../Ventoy2Disk/Core/ventoy_md5.c ventoy_util.o: ../Ventoy2Disk/Core/ventoy_util.c ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_util.h $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_util.o ../Ventoy2Disk/Core/ventoy_util.c cluster.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/cluster.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o cluster.o ../Ventoy2Disk/Lib/exfat/src/libexfat/cluster.c io.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/io.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o io.o ../Ventoy2Disk/Lib/exfat/src/libexfat/io.c lookup.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/lookup.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o lookup.o ../Ventoy2Disk/Lib/exfat/src/libexfat/lookup.c mount.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/mount.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o mount.o ../Ventoy2Disk/Lib/exfat/src/libexfat/mount.c node.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/node.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o node.o ../Ventoy2Disk/Lib/exfat/src/libexfat/node.c repair.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/repair.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o repair.o ../Ventoy2Disk/Lib/exfat/src/libexfat/repair.c time.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/time.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o time.o ../Ventoy2Disk/Lib/exfat/src/libexfat/time.c utf.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/utf.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o utf.o ../Ventoy2Disk/Lib/exfat/src/libexfat/utf.c utils.o: ../Ventoy2Disk/Lib/exfat/src/libexfat/utils.c ../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o utils.o ../Ventoy2Disk/Lib/exfat/src/libexfat/utils.c cbm.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.c ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h $(CC) -c $(CFLAGS) $(INCPATH) -o cbm.o ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.c fat.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.c ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat.o ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.c mkexfat.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.c ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h $(CC) -c $(CFLAGS) $(INCPATH) -o mkexfat.o ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.c mkexfat_main.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat_main.c ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h $(CC) -c $(CFLAGS) $(INCPATH) -o mkexfat_main.o ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat_main.c rootdir.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.c ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.h $(CC) -c $(CFLAGS) $(INCPATH) -o rootdir.o ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.c uct.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.c ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.h $(CC) -c $(CFLAGS) $(INCPATH) -o uct.o ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.c uctc.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.c ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.h $(CC) -c $(CFLAGS) $(INCPATH) -o uctc.o ../Ventoy2Disk/Lib/exfat/src/mkfs/uctc.c vbr.o: ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.c ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/config.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h \ ../../Ventoy2Disk/Lib/exfat/src/libexfat/platform.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/fat.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/uct.h \ ../Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h $(CC) -c $(CFLAGS) $(INCPATH) -o vbr.o ../Ventoy2Disk/Lib/exfat/src/mkfs/vbr.c fat_access.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_access.c ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_access.o ../Ventoy2Disk/Lib/fat_io_lib/fat_access.c fat_cache.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.c ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_list.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_cache.o ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.c fat_filelib.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.c ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_list.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_cache.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_filelib.o ../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.c fat_format.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_format.c ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_format.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_format.o ../Ventoy2Disk/Lib/fat_io_lib/fat_format.c fat_misc.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.c ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_misc.o ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.c fat_string.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_string.c ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_string.o ../Ventoy2Disk/Lib/fat_io_lib/fat_string.c fat_table.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_table.c ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_table.o ../Ventoy2Disk/Lib/fat_io_lib/fat_table.c fat_write.o: ../Ventoy2Disk/Lib/fat_io_lib/fat_write.c ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_table.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_misc.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_write.h \ ../Ventoy2Disk/Lib/fat_io_lib/fat_string.h $(CC) -c $(CFLAGS) $(INCPATH) -o fat_write.o ../Ventoy2Disk/Lib/fat_io_lib/fat_write.c decompress_unxz.o: ../Ventoy2Disk/Lib/xz-embedded/linux/lib/decompress_unxz.c ../../Ventoy2Disk/Lib/xz-embedded/linux/include/linux/xz.h \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_private.h \ ../../Ventoy2Disk/Lib/xz-embedded/userspace/xz_config.h \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_crc32.c \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_stream.c \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_stream.h \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_lzma2.h \ ../Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_bcj.c $(CC) -c $(CFLAGS) $(INCPATH) -o decompress_unxz.o ../Ventoy2Disk/Lib/xz-embedded/linux/lib/decompress_unxz.c refresh_icon_data.o: ../Ventoy2Disk/QT/refresh_icon_data.c $(CC) -c $(CFLAGS) $(INCPATH) -o refresh_icon_data.o ../Ventoy2Disk/QT/refresh_icon_data.c secure_icon_data.o: ../Ventoy2Disk/QT/secure_icon_data.c $(CC) -c $(CFLAGS) $(INCPATH) -o secure_icon_data.o ../Ventoy2Disk/QT/secure_icon_data.c ventoy_qt_stub.o: ../Ventoy2Disk/QT/ventoy_qt_stub.c ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_json.h \ ../../Ventoy2Disk/Core/ventoy_util.h \ ../../Ventoy2Disk/Core/ventoy_disk.h \ ../../Ventoy2Disk/Web/ventoy_http.h \ ../../Ventoy2Disk/Lib/libhttp/include/civetweb.h $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_qt_stub.o ../Ventoy2Disk/QT/ventoy_qt_stub.c ventoy_http.o: ../Ventoy2Disk/Web/ventoy_http.c ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_json.h \ ../../Ventoy2Disk/Core/ventoy_util.h \ ../../Ventoy2Disk/Core/ventoy_disk.h \ ../../Ventoy2Disk/Web/ventoy_http.h \ ../../Ventoy2Disk/Lib/libhttp/include/civetweb.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_filelib.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_opts.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_access.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_defs.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_types.h \ ../../Ventoy2Disk/Lib/fat_io_lib/fat_list.h $(CC) -c $(CFLAGS) $(INCPATH) -o ventoy_http.o ../Ventoy2Disk/Web/ventoy_http.c main.o: ../Ventoy2Disk/main.cpp ../Ventoy2Disk/ventoy2diskwindow.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QMainWindow \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qmainwindow.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtguiglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig-bootstrapped.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtcore-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsystemdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qprocessordetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcompilerdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtypeinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsysinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlogging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qflags.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbasicatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_bootstrap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qgenericatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_cxx11.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_msvc.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobalstatic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmutex.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnumeric.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qversiontagging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtgui-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgets-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnamespace.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs_win.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstring.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qchar.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrefcount.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qarraydata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringbuilder.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qalgorithms.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiterator.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhashfunctions.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpair.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearraylist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qregexp.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringmatcher.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcoreevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qscopedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmetatype.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvarlengtharray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontainerfwd.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmargins.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpaintdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrect.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsize.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpoint.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpalette.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcolor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgb.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgba64.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qbrush.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvector.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qmatrix.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpolygon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qregion.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdatastream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiodevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qline.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtransform.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpainterpath.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qimage.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixelformat.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qshareddata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhash.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfont.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontmetrics.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qsizepolicy.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcursor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qkeysequence.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvariant.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdebug.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtextstream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlocale.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qset.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontiguouscache.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurlquery.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfile.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfiledevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qvector2d.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtouchdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtabwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qicon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QActionGroup \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qactiongroup.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qaction.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonDocument \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsondocument.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonvalue.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QFile \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonObject \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonArray \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonarray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QVector \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QtGlobal \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QDebug \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/QCloseEvent \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QThread \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qthread.h \ ../Ventoy2Disk/partcfgdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QDialog \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QApplication \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qapplication.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcoreapplication.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qeventloop.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qdesktopwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qguiapplication.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qinputmethod.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QMessageBox \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qmessagebox.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QFileInfo \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfileinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QStyle \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qstyle.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QDesktopWidget \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/QPixmap \ ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_util.h \ ../../Ventoy2Disk/QT/ventoy_qt.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../Ventoy2Disk/main.cpp partcfgdialog.o: ../Ventoy2Disk/partcfgdialog.cpp ../Ventoy2Disk/partcfgdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QDialog \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtguiglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig-bootstrapped.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtcore-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsystemdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qprocessordetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcompilerdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtypeinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsysinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlogging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qflags.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbasicatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_bootstrap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qgenericatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_cxx11.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_msvc.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobalstatic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmutex.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnumeric.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qversiontagging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtgui-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgets-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnamespace.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs_win.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstring.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qchar.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrefcount.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qarraydata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringbuilder.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qalgorithms.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiterator.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhashfunctions.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpair.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearraylist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qregexp.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringmatcher.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcoreevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qscopedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmetatype.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvarlengtharray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontainerfwd.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmargins.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpaintdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrect.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsize.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpoint.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpalette.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcolor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgb.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgba64.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qbrush.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvector.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qmatrix.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpolygon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qregion.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdatastream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiodevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qline.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtransform.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpainterpath.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qimage.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixelformat.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qshareddata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhash.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfont.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontmetrics.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qsizepolicy.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcursor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qkeysequence.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvariant.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdebug.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtextstream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlocale.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qset.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontiguouscache.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurlquery.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfile.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfiledevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qvector2d.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtouchdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonObject \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonvalue.h \ ui_partcfgdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QDebug \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QMessageBox \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qmessagebox.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o partcfgdialog.o ../Ventoy2Disk/partcfgdialog.cpp ventoy2diskwindow.o: ../Ventoy2Disk/ventoy2diskwindow.cpp ../Ventoy2Disk/ventoy2diskwindow.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QMainWindow \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qmainwindow.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtguiglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobal.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig-bootstrapped.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qconfig.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtcore-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsystemdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qprocessordetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcompilerdetection.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtypeinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsysinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlogging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qflags.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbasicatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_bootstrap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qgenericatomic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_cxx11.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qatomic_msvc.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qglobalstatic.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmutex.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnumeric.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qversiontagging.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtgui-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtwidgets-config.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qnamespace.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobjectdefs_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qwindowdefs_win.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstring.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qchar.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrefcount.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qarraydata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringbuilder.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qalgorithms.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiterator.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhashfunctions.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpair.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qbytearraylist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringlist.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qregexp.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qstringmatcher.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcoreevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qscopedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmetatype.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvarlengtharray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontainerfwd.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qobject_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmargins.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpaintdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qrect.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsize.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qpoint.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpalette.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcolor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgb.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qrgba64.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qbrush.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvector.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qmatrix.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpolygon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qregion.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdatastream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qiodevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qline.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtransform.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpainterpath.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qimage.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixelformat.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qpixmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qshareddata.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qhash.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qsharedpointer_impl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfont.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontmetrics.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qfontinfo.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qsizepolicy.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qcursor.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qkeysequence.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qevent.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qvariant.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qmap.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qdebug.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qtextstream.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qlocale.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qset.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qcontiguouscache.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurl.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qurlquery.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfile.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qfiledevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qvector2d.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qtouchdevice.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qtabwidget.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/qicon.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QActionGroup \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qactiongroup.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qaction.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonDocument \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsondocument.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonvalue.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QFile \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonObject \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonobject.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QJsonArray \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qjsonarray.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QVector \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QtGlobal \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QDebug \ ../../Qt5.9.0/5.9/gcc_64/include/QtGui/QCloseEvent \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/QThread \ ../../Qt5.9.0/5.9/gcc_64/include/QtCore/qthread.h \ ../Ventoy2Disk/partcfgdialog.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QDialog \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qdialog.h \ ui_ventoy2diskwindow.h \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/QMessageBox \ ../../Qt5.9.0/5.9/gcc_64/include/QtWidgets/qmessagebox.h \ ../../Ventoy2Disk/Core/ventoy_define.h \ ../../Ventoy2Disk/Core/ventoy_util.h \ ../../Ventoy2Disk/Core/ventoy_disk.h \ ../../Ventoy2Disk/Core/ventoy_json.h \ ../../Ventoy2Disk/Web/ventoy_http.h \ ../../Ventoy2Disk/Lib/libhttp/include/civetweb.h \ ../../Ventoy2Disk/QT/ventoy_qt.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ventoy2diskwindow.o ../Ventoy2Disk/ventoy2diskwindow.cpp moc_partcfgdialog.o: moc_partcfgdialog.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_partcfgdialog.o moc_partcfgdialog.cpp moc_ventoy2diskwindow.o: moc_ventoy2diskwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_ventoy2diskwindow.o moc_ventoy2diskwindow.cpp ####### Install install_target: first FORCE @test -d $(INSTALL_ROOT)/opt/Ventoy2Disk/bin || mkdir -p $(INSTALL_ROOT)/opt/Ventoy2Disk/bin -$(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/Ventoy2Disk/bin/$(QMAKE_TARGET) -$(STRIP) $(INSTALL_ROOT)/opt/Ventoy2Disk/bin/$(QMAKE_TARGET) uninstall_target: FORCE -$(DEL_FILE) $(INSTALL_ROOT)/opt/Ventoy2Disk/bin/$(QMAKE_TARGET) -$(DEL_DIR) $(INSTALL_ROOT)/opt/Ventoy2Disk/bin/ install: install_target FORCE uninstall: uninstall_target FORCE FORCE: