b06de5afbbbb001d1cadda25ac8ccbe2
来自「关于xilinx大学计划配需教程实验五源代码」· 代码 · 共 47 行
TXT
47 行
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
S_UPPER_SRCS += \
CC_UPPER_SRCS += \
C++_UPPER_SRCS += \
CXX_UPPER_SRCS += \
CPP_SRCS += \
CC_SRCS += \
C_SRCS += \../lab5.c \
C_UPPER_SRCS += \
CPP_UPPER_SRCS += \
CXX_SRCS += \
S_SRCS += \
C++_SRCS += \
# Object files
OBJS += \lab5.o \
# Dependency files
DEPS += \lab5.d \
# Each subdirectory must supply rules for building sources it contributes
lab5.o: ../lab5.c $(INCDEP)
@echo mb-gcc -c -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v6.00.a -I../../microblaze_0_sw_platform/microblaze_0/include -xl-mode-executable -g -O0 -o$@ $<
@mb-gcc -c -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v6.00.a -I../../microblaze_0_sw_platform/microblaze_0/include -xl-mode-executable -g -O0 -o$@ $< && \ echo -n $(@:%.o=%.d) $(dir $@) > $(@:%.o=%.d) && \ mb-gcc -I../../microblaze_0_sw_platform/microblaze_0/include -MM -MG -P -w -xl-mode-executable -g -O0 $< >> $(@:%.o=%.d)
@echo ' '
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?