makefile
来自「软件简介 1.vxworks中有关posix消息队列的一个例子 2.本软件基于c」· 代码 · 共 74 行
TXT
74 行
# Makefile generated by the project manager### core informationPRJ_FILE = posix_queue.wpjPRJ_DIR = F:/proj/posix_queuePRJ_TYPE = vxAppPRJ_OBJS = testMQ.o sendTask.oBUILD_SPEC = SIMNTgnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)CPU = SIMNTTOOL = gnuDEFAULT_RULE = posix_queue.outendifinclude $(TGT_DIR)/h/make/defs.project## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)AR = arsimpcAS = ccsimpcCC = ccsimpcCFLAGS = -U__WINNT -UWIN32 -U__WINNT__ -UWINNT -U__MINGW32__ -U_WIN32 -U__WIN32 -U__WIN32__ -U__WIN32 -mpentium -ansi -nostdinc -g -nostdlib -fno-builtin -fno-defer-pop -Wall -DRW_MULTI_THREAD -D_REENTRANT -I. -IC:/Tornado/target/h -DCPU=SIMNTCFLAGS_AS = -mpentium -ansi -nostdinc -g -nostdlib -fno-builtin -fno-defer-pop -P -x assembler-with-cpp -I. -IC:/Tornado/target/h -DCPU=SIMNTCPP = ccsimpc -E -P -xcLD = ldsimpcLDFLAGS = --subsystem=windowsLD_PARTIAL_FLAGS = -rNM = nmsimpc -gOPTION_DEFINE_MACRO = -DOPTION_INCLUDE_DIR = -ISIZE = sizesimpcPOST_BUILD_RULE = PRJ_LIBS = endif# override make definitions only below this line# override make definitions only above this lineinclude $(TGT_DIR)/h/make/rules.project## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)testMQ.o: $(CC) -U__WINNT -UWIN32 -U__WINNT__ -UWINNT -U__MINGW32__ -U_WIN32 -U__WIN32 -U__WIN32__ -U__WIN32 -mpentium -ansi -nostdinc -g -nostdlib -fno-builtin -fno-defer-pop -Wall -DRW_MULTI_THREAD -D_REENTRANT -I. -I$(WIND_BASE)/target/h -DCPU=SIMNT -c $(PRJ_DIR)/testMQ.csendTask.o: $(CC) -U__WINNT -UWIN32 -U__WINNT__ -UWINNT -U__MINGW32__ -U_WIN32 -U__WIN32 -U__WIN32__ -U__WIN32 -mpentium -ansi -nostdinc -g -nostdlib -fno-builtin -fno-defer-pop -Wall -DRW_MULTI_THREAD -D_REENTRANT -I. -I$(WIND_BASE)/target/h -DCPU=SIMNT -c $(PRJ_DIR)/sendTask.cendif## dependenciestestMQ.o: $(PRJ_DIR)/testMQ.c $(PRJ_DIR)/mqEx.hsendTask.o: $(PRJ_DIR)/sendTask.c $(PRJ_DIR)/mqEx.h## user defined rules
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?