402 lines
		
	
	
		
			30 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			402 lines
		
	
	
		
			30 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
|  | #############################################################################
 | ||
|  | # Makefile for building: libgooglepinyin
 | ||
|  | # Generated by qmake (3.1) (Qt 5.15.2)
 | ||
|  | # Project:  googlepinyin.pro
 | ||
|  | # Template: lib
 | ||
|  | #############################################################################
 | ||
|  | 
 | ||
|  | MAKEFILE      = Makefile.Release | ||
|  | 
 | ||
|  | EQ            = = | ||
|  | 
 | ||
|  | ####### Compiler, tools and options
 | ||
|  | 
 | ||
|  | CC            = gcc | ||
|  | CXX           = g++ | ||
|  | DEFINES       = -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_CORE_LIB | ||
|  | CFLAGS        = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra $(DEFINES) | ||
|  | CXXFLAGS      = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra -fexceptions -mthreads $(DEFINES) | ||
|  | INCPATH       = -I. -ID:\Qt\Qt5.15.12\5.15.2\mingw81_64\include -ID:\Qt\Qt5.15.12\5.15.2\mingw81_64\include\QtCore -I..\build\googlepinyin\moc -ID:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\win32-g++  | ||
|  | LIB        =        ar -rc | ||
|  | QMAKE         = D:\Qt\Qt5.15.12\5.15.2\mingw81_64\bin\qmake.exe | ||
|  | DEL_FILE      = del | ||
|  | CHK_DIR_EXISTS= if not exist | ||
|  | MKDIR         = mkdir | ||
|  | COPY          = copy /y | ||
|  | COPY_FILE     = copy /y | ||
|  | COPY_DIR      = xcopy /s /q /y /i | ||
|  | INSTALL_FILE  = copy /y | ||
|  | INSTALL_PROGRAM = copy /y | ||
|  | INSTALL_DIR   = xcopy /s /q /y /i | ||
|  | QINSTALL      = D:\Qt\Qt5.15.12\5.15.2\mingw81_64\bin\qmake.exe -install qinstall | ||
|  | QINSTALL_PROGRAM = D:\Qt\Qt5.15.12\5.15.2\mingw81_64\bin\qmake.exe -install qinstall -exe | ||
|  | DEL_FILE      = del | ||
|  | SYMLINK       = $(QMAKE) -install ln -f -s | ||
|  | DEL_DIR       = rmdir | ||
|  | MOVE          = move | ||
|  | IDC           = idc | ||
|  | IDL           = midl | ||
|  | ZIP           = zip -r -9 | ||
|  | DEF_FILE      =  | ||
|  | RES_FILE      =  | ||
|  | SED           = $(QMAKE) -install sed | ||
|  | MOVE          = move | ||
|  | 
 | ||
|  | ####### Output directory
 | ||
|  | 
 | ||
|  | OBJECTS_DIR   = ..\build\googlepinyin\obj | ||
|  | 
 | ||
|  | ####### Files
 | ||
|  | 
 | ||
|  | SOURCES       = dictbuilder.cpp \
 | ||
|  | 		dictlist.cpp \
 | ||
|  | 		dicttrie.cpp \
 | ||
|  | 		lpicache.cpp \
 | ||
|  | 		matrixsearch.cpp \
 | ||
|  | 		mystdlib.cpp \
 | ||
|  | 		ngram.cpp \
 | ||
|  | 		pinyinime.cpp \
 | ||
|  | 		searchutility.cpp \
 | ||
|  | 		spellingtable.cpp \
 | ||
|  | 		spellingtrie.cpp \
 | ||
|  | 		splparser.cpp \
 | ||
|  | 		sync.cpp \
 | ||
|  | 		userdict.cpp \
 | ||
|  | 		utf16char.cpp \
 | ||
|  | 		utf16reader.cpp  | ||
|  | OBJECTS       = ../build/googlepinyin/obj/dictbuilder.o \
 | ||
|  | 		../build/googlepinyin/obj/dictlist.o \
 | ||
|  | 		../build/googlepinyin/obj/dicttrie.o \
 | ||
|  | 		../build/googlepinyin/obj/lpicache.o \
 | ||
|  | 		../build/googlepinyin/obj/matrixsearch.o \
 | ||
|  | 		../build/googlepinyin/obj/mystdlib.o \
 | ||
|  | 		../build/googlepinyin/obj/ngram.o \
 | ||
|  | 		../build/googlepinyin/obj/pinyinime.o \
 | ||
|  | 		../build/googlepinyin/obj/searchutility.o \
 | ||
|  | 		../build/googlepinyin/obj/spellingtable.o \
 | ||
|  | 		../build/googlepinyin/obj/spellingtrie.o \
 | ||
|  | 		../build/googlepinyin/obj/splparser.o \
 | ||
|  | 		../build/googlepinyin/obj/sync.o \
 | ||
|  | 		../build/googlepinyin/obj/userdict.o \
 | ||
|  | 		../build/googlepinyin/obj/utf16char.o \
 | ||
|  | 		../build/googlepinyin/obj/utf16reader.o | ||
|  | 
 | ||
|  | DIST          =  atomdictbase.h \
 | ||
|  | 		dictbuilder.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		dictlist.h \
 | ||
|  | 		dicttrie.h \
 | ||
|  | 		lpicache.h \
 | ||
|  | 		matrixsearch.h \
 | ||
|  | 		mystdlib.h \
 | ||
|  | 		ngram.h \
 | ||
|  | 		pinyinime.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtable.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		splparser.h \
 | ||
|  | 		sync.h \
 | ||
|  | 		userdict.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		utf16reader.h dictbuilder.cpp \
 | ||
|  | 		dictlist.cpp \
 | ||
|  | 		dicttrie.cpp \
 | ||
|  | 		lpicache.cpp \
 | ||
|  | 		matrixsearch.cpp \
 | ||
|  | 		mystdlib.cpp \
 | ||
|  | 		ngram.cpp \
 | ||
|  | 		pinyinime.cpp \
 | ||
|  | 		searchutility.cpp \
 | ||
|  | 		spellingtable.cpp \
 | ||
|  | 		spellingtrie.cpp \
 | ||
|  | 		splparser.cpp \
 | ||
|  | 		sync.cpp \
 | ||
|  | 		userdict.cpp \
 | ||
|  | 		utf16char.cpp \
 | ||
|  | 		utf16reader.cpp | ||
|  | QMAKE_TARGET  = googlepinyin | ||
|  | DESTDIR        = ..\build\lib\googlepinyin\ #avoid trailing-slash linebreak | ||
|  | TARGET         = libgooglepinyin.a | ||
|  | DESTDIR_TARGET = ..\build\lib\googlepinyin\libgooglepinyin.a | ||
|  | 
 | ||
|  | ####### Build rules
 | ||
|  | 
 | ||
|  | first: all | ||
|  | all: Makefile.Release  ../build/lib/googlepinyin/libgooglepinyin.a | ||
|  | 
 | ||
|  | ../build/lib/googlepinyin/libgooglepinyin.a: D:/Qt/Qt5.15.12/5.15.2/mingw81_64/lib/libQt5Core.a $(OBJECTS)  | ||
|  | 	-$(DEL_FILE) $(DESTDIR_TARGET) 2>NUL | ||
|  | 	ar -rc ..\build\lib\googlepinyin\libgooglepinyin.a @object_script.libgooglepinyin.Release  | ||
|  | 
 | ||
|  | qmake: FORCE | ||
|  | 	@$(QMAKE) -o Makefile.Release googlepinyin.pro -spec win32-g++ "CONFIG+=qtquickcompiler" | ||
|  | 
 | ||
|  | qmake_all: FORCE | ||
|  | 
 | ||
|  | dist: | ||
|  | 	$(ZIP) googlepinyin.zip $(SOURCES) $(DIST) googlepinyin.pro D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\features\spec_pre.prf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\qdevice.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\features\device_config.prf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\sanitize.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\gcc-base.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\g++-base.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\angle.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\features\win32\windows_vulkan_sdk.prf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\windows-vulkan.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\g++-win32.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\common\windows-desktop.conf D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\qconfig.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3danimation.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3danimation_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dcore.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dcore_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dextras.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dextras_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dinput.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dinput_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dlogic.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dlogic_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquick.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquick_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickanimation.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickextras.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickextras_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickinput.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickinput_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickrender.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickrender_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickscene2d.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3drender.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3drender_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_accessibility_support_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axbase.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axbase_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axcontainer.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axcontainer_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axserver.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axserver_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bluetooth.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bluetooth_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bodymovin_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bootstrap_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_charts.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_charts_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_concurrent.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_concurrent_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_core.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_core_private.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_datavisualization.pri D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\modules\qt_lib_datavisualizatio | ||
|  | 
 | ||
|  | clean: compiler_clean  | ||
|  | 	-$(DEL_FILE) ..\build\googlepinyin\obj\dictbuilder.o ..\build\googlepinyin\obj\dictlist.o ..\build\googlepinyin\obj\dicttrie.o ..\build\googlepinyin\obj\lpicache.o ..\build\googlepinyin\obj\matrixsearch.o ..\build\googlepinyin\obj\mystdlib.o ..\build\googlepinyin\obj\ngram.o ..\build\googlepinyin\obj\pinyinime.o ..\build\googlepinyin\obj\searchutility.o ..\build\googlepinyin\obj\spellingtable.o ..\build\googlepinyin\obj\spellingtrie.o ..\build\googlepinyin\obj\splparser.o ..\build\googlepinyin\obj\sync.o ..\build\googlepinyin\obj\userdict.o ..\build\googlepinyin\obj\utf16char.o ..\build\googlepinyin\obj\utf16reader.o | ||
|  | 
 | ||
|  | distclean: clean  | ||
|  | 	-$(DEL_FILE) $(DESTDIR_TARGET) | ||
|  | 	-$(DEL_FILE) Makefile.Release | ||
|  | 
 | ||
|  | mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean | ||
|  | 
 | ||
|  | mocables: compiler_moc_header_make_all compiler_moc_objc_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: | ||
|  | compiler_rcc_clean: | ||
|  | compiler_moc_predefs_make_all: ../build/googlepinyin/moc/moc_predefs.h | ||
|  | compiler_moc_predefs_clean: | ||
|  | 	-$(DEL_FILE) ..\build\googlepinyin\moc\moc_predefs.h | ||
|  | ../build/googlepinyin/moc/moc_predefs.h: D:/Qt/Qt5.15.12/5.15.2/mingw81_64/mkspecs/features/data/dummy.cpp | ||
|  | 	g++ -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra -dM -E -o ..\build\googlepinyin\moc\moc_predefs.h D:\Qt\Qt5.15.12\5.15.2\mingw81_64\mkspecs\features\data\dummy.cpp | ||
|  | 
 | ||
|  | compiler_moc_header_make_all: | ||
|  | compiler_moc_header_clean: | ||
|  | compiler_moc_objc_header_make_all: | ||
|  | compiler_moc_objc_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_moc_predefs_clean  | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | ####### Compile
 | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/dictbuilder.o: dictbuilder.cpp dictbuilder.h \ | ||
|  | 		utf16char.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		dictlist.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		spellingtable.h \
 | ||
|  | 		splparser.h \
 | ||
|  | 		dicttrie.h \
 | ||
|  | 		atomdictbase.h \
 | ||
|  | 		mystdlib.h \
 | ||
|  | 		ngram.h \
 | ||
|  | 		utf16reader.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\dictbuilder.o dictbuilder.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/dictlist.o: dictlist.cpp dictlist.h \ | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		mystdlib.h \
 | ||
|  | 		ngram.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\dictlist.o dictlist.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/dicttrie.o: dicttrie.cpp dicttrie.h \ | ||
|  | 		atomdictbase.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		dictlist.h \
 | ||
|  | 		dictbuilder.h \
 | ||
|  | 		spellingtable.h \
 | ||
|  | 		splparser.h \
 | ||
|  | 		lpicache.h \
 | ||
|  | 		mystdlib.h \
 | ||
|  | 		ngram.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\dicttrie.o dicttrie.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/lpicache.o: lpicache.cpp lpicache.h \ | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\lpicache.o lpicache.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/matrixsearch.o: matrixsearch.cpp lpicache.h \ | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		matrixsearch.h \
 | ||
|  | 		atomdictbase.h \
 | ||
|  | 		dicttrie.h \
 | ||
|  | 		dictlist.h \
 | ||
|  | 		splparser.h \
 | ||
|  | 		mystdlib.h \
 | ||
|  | 		ngram.h \
 | ||
|  | 		userdict.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\matrixsearch.o matrixsearch.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/mystdlib.o: mystdlib.cpp  | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\mystdlib.o mystdlib.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/ngram.o: ngram.cpp mystdlib.h \ | ||
|  | 		ngram.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\ngram.o ngram.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/pinyinime.o: pinyinime.cpp pinyinime.h \ | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		dicttrie.h \
 | ||
|  | 		atomdictbase.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		dictlist.h \
 | ||
|  | 		matrixsearch.h \
 | ||
|  | 		splparser.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/QString \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstring.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qchar.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qglobal.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qconfig.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qlogging.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qflags.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qmutex.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringview.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\pinyinime.o pinyinime.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/searchutility.o: searchutility.cpp mystdlib.h \ | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\searchutility.o searchutility.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/spellingtable.o: spellingtable.cpp spellingtable.h \ | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\spellingtable.o spellingtable.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/spellingtrie.o: spellingtrie.cpp dictdef.h \ | ||
|  | 		utf16char.h \
 | ||
|  | 		spellingtable.h \
 | ||
|  | 		spellingtrie.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\spellingtrie.o spellingtrie.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/splparser.o: splparser.cpp splparser.h \ | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		spellingtrie.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\splparser.o splparser.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/sync.o: sync.cpp sync.h \ | ||
|  | 		userdict.h \
 | ||
|  | 		atomdictbase.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\sync.o sync.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/userdict.o: userdict.cpp userdict.h \ | ||
|  | 		atomdictbase.h \
 | ||
|  | 		dictdef.h \
 | ||
|  | 		utf16char.h \
 | ||
|  | 		searchutility.h \
 | ||
|  | 		spellingtrie.h \
 | ||
|  | 		splparser.h \
 | ||
|  | 		ngram.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/QDateTime \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qdatetime.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstring.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qchar.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qglobal.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qconfig.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qlogging.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qflags.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qmutex.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringview.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qhash.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qiterator.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qlist.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qpair.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qvector.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qpoint.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qregexp.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
 | ||
|  | 		D:/Qt/Qt5.15.12/5.15.2/mingw81_64/include/QtCore/QMutex | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\userdict.o userdict.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/utf16char.o: utf16char.cpp utf16char.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\utf16char.o utf16char.cpp | ||
|  | 
 | ||
|  | ../build/googlepinyin/obj/utf16reader.o: utf16reader.cpp utf16reader.h \ | ||
|  | 		utf16char.h | ||
|  | 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ..\build\googlepinyin\obj\utf16reader.o utf16reader.cpp | ||
|  | 
 | ||
|  | ####### Install
 | ||
|  | 
 | ||
|  | install:  FORCE | ||
|  | 
 | ||
|  | uninstall:  FORCE | ||
|  | 
 | ||
|  | FORCE: | ||
|  | 
 |