📄 makefile
字号:
# Makefile generated by the project manager### core informationPRJ_FILE = btvid2.wpjifeq ($(wildcard Makefile),)PRJ_DIR = ..elsePRJ_DIR = .endifPRJ_TYPE = vxAppPRJ_OBJS = setout.o btvid2.o frametx.o pmu.oBUILD_SPEC = PENTIUMgnuTGT_DIR = $(WIND_BASE)/target## build-configuration infoifeq ($(BUILD_SPEC),PENTIUMgnu)CPU = PENTIUMTOOL = gnuTOOL_FAMILY = gnuDEFAULT_RULE = btvid2.outendifinclude $(TGT_DIR)/h/make/defs.project## build-configuration infoifeq ($(BUILD_SPEC),PENTIUMgnu)AR = ar386AS = cc386CC = cc386CFLAGS = -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUMCFLAGS_AS = -g -mpentium -ansi -nostdinc -fvolatile -nostdlib -fno-builtin -fno-defer-pop -P -x assembler-with-cpp -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUMCPP = cc386 -E -P -xcLD = ld386LDFLAGS = -X -NLD_PARTIAL_FLAGS = -X -rNM = nm386 -gOPTION_DEFINE_MACRO = -DOPTION_INCLUDE_DIR = -ISIZE = size386POST_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),PENTIUMgnu)setout.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/setout.cbtvid2.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/btvid2.cframetx.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/frametx.cpmu.o: $(CC) -g -mpentium -ansi -nostdinc -DRW_MULTI_THREAD -D_REENTRANT -fvolatile -nostdlib -fno-builtin -fno-defer-pop -I. -I$(WIND_BASE)/target/h -DCPU=PENTIUM -c $(PRJ_DIR)/pmu.cendif## dependenciessetout.o: $(PRJ_DIR)/setout.cbtvid2.o: $(PRJ_DIR)/btvid2.cframetx.o: $(PRJ_DIR)/frametx.c $(PRJ_DIR)/frametx.h $(PRJ_DIR)/race_ctl.hpmu.o: $(PRJ_DIR)/pmu.c## user defined rules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -