33 lines
601 B
Makefile
33 lines
601 B
Makefile
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
||
|
|
||
|
DEP_MACHINE := ${.PARSEFILE:E}
|
||
|
|
||
|
DIRDEPS = \
|
||
|
include \
|
||
|
include/arpa \
|
||
|
include/xlocale \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
grammar.So: grammar.c
|
||
|
grammar.o: grammar.c
|
||
|
grammar.po: grammar.c
|
||
|
pcap.So: version.h
|
||
|
pcap.o: version.h
|
||
|
pcap.po: version.h
|
||
|
scanner.So: scanner.c
|
||
|
scanner.So: tokdefs.h
|
||
|
scanner.o: scanner.c
|
||
|
scanner.o: tokdefs.h
|
||
|
scanner.po: scanner.c
|
||
|
scanner.po: tokdefs.h
|
||
|
version.So: version.c
|
||
|
version.o: version.c
|
||
|
version.po: version.c
|
||
|
.endif
|