OpenCores
URL https://opencores.org/ocsvn/vspi/vspi/trunk

Subversion Repositories vspi

[/] [vspi/] [trunk/] [projnav/] [xps/] [SDK/] [SDK_Workspace/] [demo/] [Debug/] [makefile] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 mjlyons
################################################################################
2
# Automatically-generated file. Do not edit!
3
################################################################################
4
 
5
-include ../makefile.init
6
 
7
RM := rm -rf
8
 
9
# All of the sources participating in the build are defined here
10
-include sources.mk
11
-include subdir.mk
12
-include src/subdir.mk
13
-include objects.mk
14
 
15
ifneq ($(MAKECMDGOALS),clean)
16
ifneq ($(strip $(C_DEPS)),)
17
-include $(C_DEPS)
18
endif
19
ifneq ($(strip $(CC_DEPS)),)
20
-include $(CC_DEPS)
21
endif
22
ifneq ($(strip $(CPP_DEPS)),)
23
-include $(CPP_DEPS)
24
endif
25
ifneq ($(strip $(CXX_DEPS)),)
26
-include $(CXX_DEPS)
27
endif
28
ifneq ($(strip $(C_UPPER_DEPS)),)
29
-include $(C_UPPER_DEPS)
30
endif
31
ifneq ($(strip $(S_UPPER_DEPS)),)
32
-include $(S_UPPER_DEPS)
33
endif
34
endif
35
 
36
-include ../makefile.defs
37
 
38
# Add inputs and outputs from these tool invocations to the build variables
39
ELFSIZE += \
40
demo.elf.size \
41
 
42
ELFCHECK += \
43
demo.elf.elfcheck \
44
 
45
 
46
# All Target
47
all: demo.elf secondary-outputs
48
 
49
# Tool invocations
50
demo.elf: $(OBJS)  $(USER_OBJS)
51
        @echo Building target: $@
52
        @echo Invoking: MicroBlaze g++ linker
53
        mb-g++ -L../../standalone_bsp_0/microblaze_0/lib -mxl-barrel-shift -mxl-pattern-compare -mcpu=v8.20.a -mno-xl-soft-mul -o"demo.elf" $(OBJS) $(USER_OBJS) $(LIBS)
54
        @echo Finished building target: $@
55
        @echo ' '
56
 
57
demo.elf.size: demo.elf
58
        @echo Invoking: MicroBlaze Print Size
59
        mb-size demo.elf  |tee "demo.elf.size"
60
        @echo Finished building: $@
61
        @echo ' '
62
 
63
demo.elf.elfcheck: demo.elf
64
        @echo Invoking: Xilinx ELF Check
65
        elfcheck demo.elf -hw ../../xps_hw_platform/system.xml -pe microblaze_0  |tee "demo.elf.elfcheck"
66
        @echo Finished building: $@
67
        @echo ' '
68
 
69
# Other Targets
70
clean:
71
        -$(RM) $(OBJS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(ELFSIZE)$(CXX_DEPS)$(C_UPPER_DEPS)$(ELFCHECK)$(S_UPPER_DEPS) demo.elf
72
        -@echo ' '
73
 
74
secondary-outputs: $(ELFSIZE) $(ELFCHECK)
75
 
76
.PHONY: all clean dependents
77
.SECONDARY:
78
 
79
-include ../makefile.targets

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.