Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
.dep.inc
blob: 38ba445ca7af10238108abee7d53f99326ec49fb [
file
] [
log
] [
blame
] [
edit
]
# This code depends on make tool being used
DEPFILES
=
$
(
wildcard $
(
addsuffix
.
d
,
$
{
OBJECTFILES
}
$
{
TESTOBJECTFILES
}))
ifneq
(
$
{
DEPFILES
},)
include $
{
DEPFILES
}
endif