blob: ac5eda156c09df12c5fce3ba7c29cb3f6b06f773 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
usr.bin/yacc.host \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
charmap.o: parser.h
charmap.po: parser.h
collate.o: parser.h
collate.po: parser.h
ctype.o: parser.h
ctype.po: parser.h
localedef.o: parser.h
localedef.po: parser.h
messages.o: parser.h
messages.po: parser.h
monetary.o: parser.h
monetary.po: parser.h
numeric.o: parser.h
numeric.po: parser.h
parser.o: parser.c
parser.po: parser.c
scanner.o: parser.h
scanner.po: parser.h
time.o: parser.h
time.po: parser.h
.endif
|