⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 软件简介 1.vxworks中有关多任务信号量的例子 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功
💻
字号:
# Makefile generated by the project manager### core informationPRJ_FILE       = sem_B_task_syn.wpjPRJ_DIR        = F:/proj/sem_B_task_synPRJ_TYPE       = vxAppPRJ_OBJS       = synchronize.oBUILD_SPEC     = SIMNTgnuTGT_DIR        = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),SIMNTgnu)CPU              = SIMNTTOOL             = gnuDEFAULT_RULE     = sem_B_task_syn.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)synchronize.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)/synchronize.cendif## dependenciessynchronize.o: $(PRJ_DIR)/synchronize.c## user defined rules

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -