makefile
来自「vxworks作为客户端的网络通断检测程序」· 代码 · 共 71 行
TXT
71 行
# Makefile generated by the project manager### core informationPRJ_FILE = 3_4.wpjPRJ_DIR = C:/Tornado/target/proj/Vx_Dsgn/3_4/Vx_PrjPRJ_TYPE = vxAppPRJ_OBJS = vxClt.oBUILD_SPEC = PPC603gnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),PPC603gnu)CPU = PPC603TOOL = gnuDEFAULT_RULE = 3_4.outendifinclude $(TGT_DIR)/h/make/defs.project## build-configuration infoifeq ($(BUILD_SPEC),PPC603gnu)AR = arppcAS = ccppcCC = ccppcCFLAGS = -g -mstrict-align -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -I. -IC:/Tornado/target/h -DCPU=PPC603CFLAGS_AS = -g -mstrict-align -ansi -nostdinc -fvolatile -fno-builtin -fno-for-scope -P -x assembler-with-cpp -I. -IC:/Tornado/target/h -DCPU=PPC603CPP = ccppc -E -P -xcLD = ldppcLDFLAGS = -X -NLD_PARTIAL_FLAGS = -X -rNM = nmppcOPTION_DEFINE_MACRO = -DOPTION_INCLUDE_DIR = -ISIZE = sizeppcPOST_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),PPC603gnu)vxClt.o: $(CC) -g -mstrict-align -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -I. -I$(WIND_BASE)/target/h -DCPU=PPC603 -c $(WIND_BASE)/target/proj/Vx_Dsgn/3_4/vxClt.cendif## dependenciesvxClt.o: $(WIND_BASE)/target/proj/Vx_Dsgn/3_4/vxClt.c \ $(WIND_BASE)/target/proj/Vx_Dsgn/3_4/vxClt.h## user defined rules
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?