1 Star 0 Fork 17

fensnote / 基于syszuxpinyin的Qt嵌入式系统汉字输入法

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 10.00 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2019-02-27 15:05 . 1.首次上传代码;
#############################################################################
# Makefile for building: libsyszuxpinyin.so.1.0.0
# Generated by qmake (2.01a) (Qt 4.8.6) on: ?? 9? 20 15:16:53 2018
# Project: syszuxpinyin.pro
# Template: lib
# Command: /opt/qt4lib/bin/qmake -o Makefile syszuxpinyin.pro
#############################################################################
####### Compiler, tools and options
CC = mipsel-linux-gcc
CXX = mipsel-linux-g++
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -mips32 -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -pipe -mips32 -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I/opt/qt4.8.6-mipsel/mkspecs/qws/linux-mips-g++ -I. -I/opt/qt4.8.6-mipsel/include/QtCore -I/opt/qt4.8.6-mipsel/include/QtNetwork -I/opt/qt4.8.6-mipsel/include/QtGui -I/opt/qt4.8.6-mipsel/include -I. -I.
LINK = mipsel-linux-g++
LFLAGS = -Wl,-O1 -Wl,-rpath,/opt/qt4.8.6-mipsel/lib -shared -Wl,-soname,libsyszuxpinyin.so.1
LIBS = $(SUBLIBS) -L/opt/qt4.8.6-mipsel/lib -lQtGui -L/opt/tslib-mipsel/lib -L/opt/qt4.8.6-mipsel/lib -lQtNetwork -lQtCore -lpthread -lts
AR = mipsel-linux-ar cqs
RANLIB =
QMAKE = /opt/qt4lib/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
STRIP = mipsel-linux-strip
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -f -s
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = ./
####### Files
SOURCES = syszuxpinyin.cpp \
syszuxim.cpp \
utf8chinese.cpp moc_syszuxpinyin.cpp \
moc_syszuxim.cpp
OBJECTS = syszuxpinyin.o \
syszuxim.o \
utf8chinese.o \
moc_syszuxpinyin.o \
moc_syszuxim.o
DIST = /opt/qt4.8.6-mipsel/mkspecs/common/unix.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/linux.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/gcc-base.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/gcc-base-unix.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/g++-base.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/g++-unix.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/qws.conf \
/opt/qt4.8.6-mipsel/mkspecs/qconfig.pri \
/opt/qt4.8.6-mipsel/mkspecs/features/qt_functions.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/qt_config.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/exclusive_builds.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/default_pre.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/release.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/default_post.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/shared.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/dll.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/warn_on.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/qt.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/unix/thread.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/moc.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/resources.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/uic.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/yacc.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/lex.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/include_source_dir.prf \
syszuxpinyin.pro
QMAKE_TARGET = syszuxpinyin
DESTDIR =
TARGET = libsyszuxpinyin.so.1.0.0
TARGETA = libsyszuxpinyin.a
TARGETD = libsyszuxpinyin.so.1.0.0
TARGET0 = libsyszuxpinyin.so
TARGET1 = libsyszuxpinyin.so.1
TARGET2 = libsyszuxpinyin.so.1.0
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile $(TARGET)
$(TARGET): ui_syszuxpinyin.h $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
-$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-ln -s $(TARGET) $(TARGET0)
-ln -s $(TARGET) $(TARGET1)
-ln -s $(TARGET) $(TARGET2)
staticlib: $(TARGETA)
$(TARGETA): ui_syszuxpinyin.h $(OBJECTS) $(OBJCOMP)
-$(DEL_FILE) $(TARGETA)
$(AR) $(TARGETA) $(OBJECTS)
Makefile: syszuxpinyin.pro /opt/qt4.8.6-mipsel/mkspecs/qws/linux-mips-g++/qmake.conf /opt/qt4.8.6-mipsel/mkspecs/common/unix.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/linux.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/gcc-base.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/gcc-base-unix.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/g++-base.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/g++-unix.conf \
/opt/qt4.8.6-mipsel/mkspecs/common/qws.conf \
/opt/qt4.8.6-mipsel/mkspecs/qconfig.pri \
/opt/qt4.8.6-mipsel/mkspecs/features/qt_functions.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/qt_config.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/exclusive_builds.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/default_pre.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/release.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/default_post.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/shared.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/dll.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/warn_on.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/qt.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/unix/thread.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/moc.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/resources.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/uic.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/yacc.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/lex.prf \
/opt/qt4.8.6-mipsel/mkspecs/features/include_source_dir.prf \
/opt/qt4.8.6-mipsel/lib/libQtGui.prl \
/opt/qt4.8.6-mipsel/lib/libQtNetwork.prl \
/opt/qt4.8.6-mipsel/lib/libQtCore.prl
$(QMAKE) -o Makefile syszuxpinyin.pro
/opt/qt4.8.6-mipsel/mkspecs/common/unix.conf:
/opt/qt4.8.6-mipsel/mkspecs/common/linux.conf:
/opt/qt4.8.6-mipsel/mkspecs/common/gcc-base.conf:
/opt/qt4.8.6-mipsel/mkspecs/common/gcc-base-unix.conf:
/opt/qt4.8.6-mipsel/mkspecs/common/g++-base.conf:
/opt/qt4.8.6-mipsel/mkspecs/common/g++-unix.conf:
/opt/qt4.8.6-mipsel/mkspecs/common/qws.conf:
/opt/qt4.8.6-mipsel/mkspecs/qconfig.pri:
/opt/qt4.8.6-mipsel/mkspecs/features/qt_functions.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/qt_config.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/exclusive_builds.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/default_pre.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/release.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/default_post.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/shared.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/dll.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/warn_on.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/qt.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/unix/thread.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/moc.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/resources.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/uic.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/yacc.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/lex.prf:
/opt/qt4.8.6-mipsel/mkspecs/features/include_source_dir.prf:
/opt/qt4.8.6-mipsel/lib/libQtGui.prl:
/opt/qt4.8.6-mipsel/lib/libQtNetwork.prl:
/opt/qt4.8.6-mipsel/lib/libQtCore.prl:
qmake: FORCE
@$(QMAKE) -o Makefile syszuxpinyin.pro
dist:
@$(CHK_DIR_EXISTS) .tmp/syszuxpinyin1.0.0 || $(MKDIR) .tmp/syszuxpinyin1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/syszuxpinyin1.0.0/ && $(COPY_FILE) --parents syszuxpinyin.h syszuxim.h utf8chinese.h .tmp/syszuxpinyin1.0.0/ && $(COPY_FILE) --parents syszuxpinyin.cpp syszuxim.cpp utf8chinese.cpp .tmp/syszuxpinyin1.0.0/ && $(COPY_FILE) --parents syszuxpinyin.ui .tmp/syszuxpinyin1.0.0/ && (cd `dirname .tmp/syszuxpinyin1.0.0` && $(TAR) syszuxpinyin1.0.0.tar syszuxpinyin1.0.0 && $(COMPRESS) syszuxpinyin1.0.0.tar) && $(MOVE) `dirname .tmp/syszuxpinyin1.0.0`/syszuxpinyin1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/syszuxpinyin1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA)
-$(DEL_FILE) Makefile
check: first
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: moc_syszuxpinyin.cpp moc_syszuxim.cpp
compiler_moc_header_clean:
-$(DEL_FILE) moc_syszuxpinyin.cpp moc_syszuxim.cpp
moc_syszuxpinyin.cpp: ui_syszuxpinyin.h \
syszuxpinyin.h
/opt/qt4.8.6-mipsel/bin/moc $(DEFINES) $(INCPATH) syszuxpinyin.h -o moc_syszuxpinyin.cpp
moc_syszuxim.cpp: syszuxim.h
/opt/qt4.8.6-mipsel/bin/moc $(DEFINES) $(INCPATH) syszuxim.h -o moc_syszuxim.cpp
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_syszuxpinyin.h
compiler_uic_clean:
-$(DEL_FILE) ui_syszuxpinyin.h
ui_syszuxpinyin.h: syszuxpinyin.ui
/opt/qt4.8.6-mipsel/bin/uic syszuxpinyin.ui -o ui_syszuxpinyin.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_header_clean compiler_uic_clean
####### Compile
syszuxpinyin.o: syszuxpinyin.cpp syszuxpinyin.h \
ui_syszuxpinyin.h \
syszuxim.h \
utf8chinese.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o syszuxpinyin.o syszuxpinyin.cpp
syszuxim.o: syszuxim.cpp syszuxim.h \
syszuxpinyin.h \
ui_syszuxpinyin.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o syszuxim.o syszuxim.cpp
utf8chinese.o: utf8chinese.cpp utf8chinese.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o utf8chinese.o utf8chinese.cpp
moc_syszuxpinyin.o: moc_syszuxpinyin.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_syszuxpinyin.o moc_syszuxpinyin.cpp
moc_syszuxim.o: moc_syszuxim.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_syszuxim.o moc_syszuxim.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
C++
1
https://gitee.com/fensnote/syszuxpinyin.git
git@gitee.com:fensnote/syszuxpinyin.git
fensnote
syszuxpinyin
基于syszuxpinyin的Qt嵌入式系统汉字输入法
master

搜索帮助