代码拉取完成,页面将自动刷新
#############################################################################
# Makefile for building: fee_client
# Generated by qmake (2.01a) (Qt 4.6.4) on: Tue Jun 10 14:19:01 2014
# Project: fee_client.pro
# Template: app
# Command: /apps/qt-everywhere/bin/qmake -unix -o Makefile fee_client.pro
#############################################################################
####### Compiler, tools and options
CC = arm-linux-gcc
CXX = arm-linux-g++
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
INCPATH = -I/apps/qt-everywhere/mkspecs/qws/linux-arm-g++ -I. -I/apps/qt-everywhere/include/QtCore -I/apps/qt-everywhere/include/QtNetwork -I/apps/qt-everywhere/include/QtGui -I/apps/qt-everywhere/include -I. -I. -I. -I/apps/libs/include
LINK = arm-linux-g++
LFLAGS = -Wl,-O1 -lts
LIBS = $(SUBLIBS) -L/apps/libs/lib -L/apps/qt-everywhere/lib -lQtGui -L/apps/qt-everywhere/lib -L/apps/libs/lib -lQtNetwork -lQtCore -lpthread
AR = arm-linux-ar cqs
RANLIB =
QMAKE = /apps/qt-everywhere/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
STRIP = arm-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 = inputpanel.cpp \
main.cpp moc_inputpanel.cpp
OBJECTS = inputpanel.o \
main.o \
moc_inputpanel.o
DIST = /apps/qt-everywhere/mkspecs/common/g++.conf \
/apps/qt-everywhere/mkspecs/common/unix.conf \
/apps/qt-everywhere/mkspecs/common/linux.conf \
/apps/qt-everywhere/mkspecs/common/qws.conf \
/apps/qt-everywhere/mkspecs/qconfig.pri \
/apps/qt-everywhere/mkspecs/features/qt_functions.prf \
/apps/qt-everywhere/mkspecs/features/qt_config.prf \
/apps/qt-everywhere/mkspecs/features/exclusive_builds.prf \
/apps/qt-everywhere/mkspecs/features/default_pre.prf \
/apps/qt-everywhere/mkspecs/features/release.prf \
/apps/qt-everywhere/mkspecs/features/default_post.prf \
/apps/qt-everywhere/mkspecs/features/warn_on.prf \
/apps/qt-everywhere/mkspecs/features/qt.prf \
/apps/qt-everywhere/mkspecs/features/unix/thread.prf \
/apps/qt-everywhere/mkspecs/features/moc.prf \
/apps/qt-everywhere/mkspecs/features/resources.prf \
/apps/qt-everywhere/mkspecs/features/uic.prf \
/apps/qt-everywhere/mkspecs/features/yacc.prf \
/apps/qt-everywhere/mkspecs/features/lex.prf \
/apps/qt-everywhere/mkspecs/features/include_source_dir.prf \
fee_client.pro
QMAKE_TARGET = fee_client
DESTDIR =
TARGET = fee_client
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_inputpanel.h $(OBJECTS)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
Makefile: fee_client.pro /apps/qt-everywhere/mkspecs/qws/linux-arm-g++/qmake.conf /apps/qt-everywhere/mkspecs/common/g++.conf \
/apps/qt-everywhere/mkspecs/common/unix.conf \
/apps/qt-everywhere/mkspecs/common/linux.conf \
/apps/qt-everywhere/mkspecs/common/qws.conf \
/apps/qt-everywhere/mkspecs/qconfig.pri \
/apps/qt-everywhere/mkspecs/features/qt_functions.prf \
/apps/qt-everywhere/mkspecs/features/qt_config.prf \
/apps/qt-everywhere/mkspecs/features/exclusive_builds.prf \
/apps/qt-everywhere/mkspecs/features/default_pre.prf \
/apps/qt-everywhere/mkspecs/features/release.prf \
/apps/qt-everywhere/mkspecs/features/default_post.prf \
/apps/qt-everywhere/mkspecs/features/warn_on.prf \
/apps/qt-everywhere/mkspecs/features/qt.prf \
/apps/qt-everywhere/mkspecs/features/unix/thread.prf \
/apps/qt-everywhere/mkspecs/features/moc.prf \
/apps/qt-everywhere/mkspecs/features/resources.prf \
/apps/qt-everywhere/mkspecs/features/uic.prf \
/apps/qt-everywhere/mkspecs/features/yacc.prf \
/apps/qt-everywhere/mkspecs/features/lex.prf \
/apps/qt-everywhere/mkspecs/features/include_source_dir.prf \
/apps/qt-everywhere/lib/libQtGui.prl \
/apps/qt-everywhere/lib/libQtNetwork.prl \
/apps/qt-everywhere/lib/libQtCore.prl
$(QMAKE) -unix -o Makefile fee_client.pro
/apps/qt-everywhere/mkspecs/common/g++.conf:
/apps/qt-everywhere/mkspecs/common/unix.conf:
/apps/qt-everywhere/mkspecs/common/linux.conf:
/apps/qt-everywhere/mkspecs/common/qws.conf:
/apps/qt-everywhere/mkspecs/qconfig.pri:
/apps/qt-everywhere/mkspecs/features/qt_functions.prf:
/apps/qt-everywhere/mkspecs/features/qt_config.prf:
/apps/qt-everywhere/mkspecs/features/exclusive_builds.prf:
/apps/qt-everywhere/mkspecs/features/default_pre.prf:
/apps/qt-everywhere/mkspecs/features/release.prf:
/apps/qt-everywhere/mkspecs/features/default_post.prf:
/apps/qt-everywhere/mkspecs/features/warn_on.prf:
/apps/qt-everywhere/mkspecs/features/qt.prf:
/apps/qt-everywhere/mkspecs/features/unix/thread.prf:
/apps/qt-everywhere/mkspecs/features/moc.prf:
/apps/qt-everywhere/mkspecs/features/resources.prf:
/apps/qt-everywhere/mkspecs/features/uic.prf:
/apps/qt-everywhere/mkspecs/features/yacc.prf:
/apps/qt-everywhere/mkspecs/features/lex.prf:
/apps/qt-everywhere/mkspecs/features/include_source_dir.prf:
/apps/qt-everywhere/lib/libQtGui.prl:
/apps/qt-everywhere/lib/libQtNetwork.prl:
/apps/qt-everywhere/lib/libQtCore.prl:
qmake: FORCE
@$(QMAKE) -unix -o Makefile fee_client.pro
dist:
@$(CHK_DIR_EXISTS) .tmp/fee_client1.0.0 || $(MKDIR) .tmp/fee_client1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/fee_client1.0.0/ && $(COPY_FILE) --parents inputpanel.h .tmp/fee_client1.0.0/ && $(COPY_FILE) --parents inputpanel.cpp main.cpp .tmp/fee_client1.0.0/ && $(COPY_FILE) --parents inputpanel.ui .tmp/fee_client1.0.0/ && (cd `dirname .tmp/fee_client1.0.0` && $(TAR) fee_client1.0.0.tar fee_client1.0.0 && $(COMPRESS) fee_client1.0.0.tar) && $(MOVE) `dirname .tmp/fee_client1.0.0`/fee_client1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/fee_client1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(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_inputpanel.cpp
compiler_moc_header_clean:
-$(DEL_FILE) moc_inputpanel.cpp
moc_inputpanel.cpp: inputpanel.h
/apps/qt-everywhere/bin/moc $(DEFINES) $(INCPATH) inputpanel.h -o moc_inputpanel.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_inputpanel.h
compiler_uic_clean:
-$(DEL_FILE) ui_inputpanel.h
ui_inputpanel.h: inputpanel.ui
/apps/qt-everywhere/bin/uic inputpanel.ui -o ui_inputpanel.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
inputpanel.o: inputpanel.cpp inputpanel.h \
ui_inputpanel.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o inputpanel.o inputpanel.cpp
main.o: main.cpp inputpanel.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
moc_inputpanel.o: moc_inputpanel.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_inputpanel.o moc_inputpanel.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。