blob: e952d74e5edee1e6becd9991d859443452b1a3fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Autogenerated - do NOT edit!
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
gnu/lib/libstdc++ \
gnu/lib/libsupc++ \
include \
include/xlocale \
lib/msun \
usr.bin/clang/tblgen.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
PowerPCTargetInfo.o: PPCGenInstrInfo.inc.h
PowerPCTargetInfo.o: PPCGenRegisterInfo.inc.h
PowerPCTargetInfo.o: PPCGenSubtargetInfo.inc.h
PowerPCTargetInfo.po: PPCGenInstrInfo.inc.h
PowerPCTargetInfo.po: PPCGenRegisterInfo.inc.h
PowerPCTargetInfo.po: PPCGenSubtargetInfo.inc.h
.endif
|