1
2 # Automatically-generated file. Do not edit!
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 objects.mk
13
14 ifneq ($(MAKECMDGOALS),clean)
15 ifneq ($(strip $(C++_DEPS)),)
16 -include $(C++_DEPS)
17 endif
18 ifneq ($(strip $(C_DEPS)),)
19 -include $(C_DEPS)
20 endif
21 ifneq ($(strip $(CC_DEPS)),)
22 -include $(CC_DEPS)
23 endif
24 ifneq ($(strip $(CPP_DEPS)),)
25 -include $(CPP_DEPS)
26 endif
27 ifneq ($(strip $(CXX_DEPS)),)
28 -include $(CXX_DEPS)
29 endif
30 ifneq ($(strip $(C_UPPER_DEPS)),)
31 -include $(C_UPPER_DEPS)
32 endif
33 endif
35 -include ../makefile.defs
繁华开满天机
不负相思意