231 lines
20 KiB
Makefile
231 lines
20 KiB
Makefile
|
|
#############################################################################
|
||
|
|
# Makefile for building: Skin
|
||
|
|
# Generated by qmake (3.1) (Qt 5.9.9)
|
||
|
|
# Project: Skin.pro
|
||
|
|
# Template: lib
|
||
|
|
#############################################################################
|
||
|
|
|
||
|
|
MAKEFILE = Makefile.Release
|
||
|
|
|
||
|
|
####### Compiler, tools and options
|
||
|
|
|
||
|
|
CC = cl
|
||
|
|
CXX = cl
|
||
|
|
DEFINES = -DUNICODE -D_UNICODE -DWIN32 -DSKIN_LIBRARY -DQT_DEPRECATED_WARNINGS -DQtSkin -DQT_NO_DEBUG -DQT_CORE_LIB -DNDEBUG -D_WINDLL
|
||
|
|
CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 $(DEFINES)
|
||
|
|
CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES)
|
||
|
|
INCPATH = -I. -ID:\Qt\File\5.9.9\msvc2015\include -ID:\Qt\File\5.9.9\msvc2015\include\QtCore -I..\build -ID:\Qt\File\5.9.9\msvc2015\mkspecs\win32-msvc
|
||
|
|
LINKER = link
|
||
|
|
LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /DLL /SUBSYSTEM:WINDOWS
|
||
|
|
LIBS = /LIBPATH:D:\Qt\File\5.9.9\msvc2015\lib D:\Qt\File\5.9.9\msvc2015\lib\Qt5Core.lib
|
||
|
|
QMAKE = D:\Qt\File\5.9.9\msvc2015\bin\qmake.exe
|
||
|
|
IDC = idc
|
||
|
|
IDL = midl
|
||
|
|
ZIP = zip -r -9
|
||
|
|
DEF_FILE =
|
||
|
|
RES_FILE =
|
||
|
|
COPY = copy /y
|
||
|
|
SED = $(QMAKE) -install sed
|
||
|
|
COPY_FILE = copy /y
|
||
|
|
COPY_DIR = xcopy /s /q /y /i
|
||
|
|
DEL_FILE = del
|
||
|
|
DEL_DIR = rmdir
|
||
|
|
MOVE = move
|
||
|
|
CHK_DIR_EXISTS= if not exist
|
||
|
|
MKDIR = mkdir
|
||
|
|
INSTALL_FILE = copy /y
|
||
|
|
INSTALL_PROGRAM = copy /y
|
||
|
|
INSTALL_DIR = xcopy /s /q /y /i
|
||
|
|
QINSTALL = D:\Qt\File\5.9.9\msvc2015\bin\qmake.exe -install qinstall
|
||
|
|
QINSTALL_PROGRAM = D:\Qt\File\5.9.9\msvc2015\bin\qmake.exe -install qinstall -exe
|
||
|
|
|
||
|
|
####### Output directory
|
||
|
|
|
||
|
|
OBJECTS_DIR = ..\build
|
||
|
|
|
||
|
|
####### Files
|
||
|
|
|
||
|
|
SOURCES = skin.cpp
|
||
|
|
OBJECTS = release\qrc_images.obj \
|
||
|
|
..\build\skin.obj
|
||
|
|
|
||
|
|
DIST = skin.h skin.cpp
|
||
|
|
QMAKE_TARGET = Skin
|
||
|
|
DESTDIR = ..\bin\ #avoid trailing-slash linebreak
|
||
|
|
TARGET = Skin.dll
|
||
|
|
DESTDIR_TARGET = ..\bin\Skin.dll
|
||
|
|
|
||
|
|
####### Implicit rules
|
||
|
|
|
||
|
|
.SUFFIXES: .c .cpp .cc .cxx
|
||
|
|
|
||
|
|
{.}.cpp{..\build\}.obj::
|
||
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo..\build\ @<<
|
||
|
|
$<
|
||
|
|
<<
|
||
|
|
|
||
|
|
{.}.cc{..\build\}.obj::
|
||
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo..\build\ @<<
|
||
|
|
$<
|
||
|
|
<<
|
||
|
|
|
||
|
|
{.}.cxx{..\build\}.obj::
|
||
|
|
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo..\build\ @<<
|
||
|
|
$<
|
||
|
|
<<
|
||
|
|
|
||
|
|
{.}.c{..\build\}.obj::
|
||
|
|
$(CC) -c $(CFLAGS) $(INCPATH) -Fo..\build\ @<<
|
||
|
|
$<
|
||
|
|
<<
|
||
|
|
|
||
|
|
####### Build rules
|
||
|
|
|
||
|
|
first: all
|
||
|
|
all: Makefile.Release $(DESTDIR_TARGET)
|
||
|
|
|
||
|
|
$(DESTDIR_TARGET): $(OBJECTS)
|
||
|
|
$(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<<
|
||
|
|
release\qrc_images.obj ..\build\skin.obj
|
||
|
|
$(LIBS)
|
||
|
|
<<
|
||
|
|
|
||
|
|
qmake: FORCE
|
||
|
|
@$(QMAKE) -o Makefile.Release Skin.pro -spec win32-msvc
|
||
|
|
|
||
|
|
qmake_all: FORCE
|
||
|
|
|
||
|
|
dist:
|
||
|
|
$(ZIP) Skin.zip $(SOURCES) $(DIST) Skin.pro D:\Qt\File\5.9.9\msvc2015\mkspecs\features\spec_pre.prf D:\Qt\File\5.9.9\msvc2015\mkspecs\common\angle.conf D:\Qt\File\5.9.9\msvc2015\mkspecs\common\msvc-desktop.conf D:\Qt\File\5.9.9\msvc2015\mkspecs\qconfig.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3danimation.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3danimation_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dcore.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dcore_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dextras.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dextras_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dinput.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dinput_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dlogic.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dlogic_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquick.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquick_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickanimation.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickanimation_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickextras.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickextras_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickinput.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickinput_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickrender.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickrender_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickscene2d.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3dquickscene2d_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3drender.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_3drender_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_accessibility_support_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_axbase.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_axbase_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_axcontainer.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_axcontainer_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_axserver.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_axserver_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_bluetooth.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_bluetooth_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_bootstrap_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_charts.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_charts_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_concurrent.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_concurrent_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_core.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_core_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_datavisualization.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_datavisualization_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_dbus.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_dbus_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_designer.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_designer_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_designercomponents_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_devicediscovery_support_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_egl_support_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_fb_support_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_fontdatabase_support_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_gamepad.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_gamepad_private.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_gui.pri D:\Qt\File\5.9.9\msvc2015\mkspecs\modules\qt_lib_gui_priv
|
||
|
|
|
||
|
|
clean: compiler_clean
|
||
|
|
-$(DEL_FILE) release\qrc_images.obj ..\build\skin.obj
|
||
|
|
-$(DEL_FILE) ..\bin\Skin.exp
|
||
|
|
|
||
|
|
distclean: clean
|
||
|
|
-$(DEL_FILE) ..\bin\Skin.lib
|
||
|
|
-$(DEL_FILE) $(DESTDIR_TARGET)
|
||
|
|
-$(DEL_FILE) Makefile.Release
|
||
|
|
|
||
|
|
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_no_pch_compiler_make_all:
|
||
|
|
compiler_no_pch_compiler_clean:
|
||
|
|
compiler_rcc_make_all: release\qrc_images.obj
|
||
|
|
compiler_rcc_clean:
|
||
|
|
-$(DEL_FILE) release\qrc_images.cpp release\qrc_images.tmp.obj
|
||
|
|
release\qrc_images.obj: images.qrc \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\bin\rcc.exe \
|
||
|
|
Default\img\Setiing\Remote.ico \
|
||
|
|
Default\img\Setiing\Emergency.ico \
|
||
|
|
Default\img\Setiing\exit.ico \
|
||
|
|
Default\img\Setiing\plane.ico \
|
||
|
|
Default\img\Setiing\Net.ico \
|
||
|
|
Default\img\Setiing\rtk.ico \
|
||
|
|
Default\img\Setiing\link.ico \
|
||
|
|
Default\img\CheckUI\dut.ico
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\bin\rcc.exe -name images images.qrc -pass 1 -o release/qrc_images.cpp
|
||
|
|
cl $(CXXFLAGS) -c release/qrc_images.cpp -Forelease/qrc_images.tmp.obj
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\bin\rcc.exe -name images images.qrc -pass 2 -temp release/qrc_images.tmp.obj -o release\qrc_images.obj
|
||
|
|
|
||
|
|
compiler_moc_predefs_make_all: ..\build\moc_predefs.h
|
||
|
|
compiler_moc_predefs_clean:
|
||
|
|
-$(DEL_FILE) ..\build\moc_predefs.h
|
||
|
|
..\build\moc_predefs.h: D:\Qt\File\5.9.9\msvc2015\mkspecs\features\data\dummy.cpp
|
||
|
|
cl -BxD:\Qt\File\5.9.9\msvc2015\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E D:\Qt\File\5.9.9\msvc2015\mkspecs\features\data\dummy.cpp 2>NUL >..\build\moc_predefs.h
|
||
|
|
|
||
|
|
compiler_moc_header_make_all:
|
||
|
|
compiler_moc_header_clean:
|
||
|
|
compiler_moc_source_make_all:
|
||
|
|
compiler_moc_source_clean:
|
||
|
|
compiler_yacc_decl_make_all:
|
||
|
|
compiler_yacc_decl_clean:
|
||
|
|
compiler_yacc_impl_make_all:
|
||
|
|
compiler_yacc_impl_clean:
|
||
|
|
compiler_lex_make_all:
|
||
|
|
compiler_lex_clean:
|
||
|
|
compiler_clean: compiler_rcc_clean compiler_moc_predefs_clean
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
####### Compile
|
||
|
|
|
||
|
|
..\build\skin.obj: skin.cpp skin.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\QObject \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qobject.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qobjectdefs.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qnamespace.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qglobal.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qconfig-bootstrapped.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qconfig.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qtcore-config.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qsystemdetection.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qprocessordetection.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qcompilerdetection.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qtypeinfo.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qsysinfo.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qlogging.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qflags.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qatomic.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qbasicatomic.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qatomic_bootstrap.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qgenericatomic.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qatomic_cxx11.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qatomic_msvc.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qglobalstatic.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qmutex.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qnumeric.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qversiontagging.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qobjectdefs_impl.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qstring.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qchar.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qbytearray.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qrefcount.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qarraydata.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qstringbuilder.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qlist.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qalgorithms.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qiterator.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qhashfunctions.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qpair.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qbytearraylist.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qstringlist.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qregexp.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qstringmatcher.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qcoreevent.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qscopedpointer.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qmetatype.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qvarlengtharray.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qcontainerfwd.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qobject_impl.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\QDebug \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qdebug.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qhash.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qmap.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qtextstream.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qiodevice.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qlocale.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qvariant.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qshareddata.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qvector.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qpoint.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qset.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qcontiguouscache.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qsharedpointer.h \
|
||
|
|
D:\Qt\File\5.9.9\msvc2015\include\QtCore\qsharedpointer_impl.h
|
||
|
|
|
||
|
|
####### Install
|
||
|
|
|
||
|
|
install: FORCE
|
||
|
|
|
||
|
|
uninstall: FORCE
|
||
|
|
|
||
|
|
FORCE:
|
||
|
|
|