Sign in
android
/
platform
/
build
/
kati
/
8d20e5a60494b4f1786fbaeac2e16fbe3c4eac9c
/
.
/
testcase
/
multi_suffix_rule.mk
blob: d871028d525a6305b02776bbcba31ee6061cb1a3 [
file
] [
log
] [
blame
]
# Preparation: create foo.c
test1
:
touch foo
.
c
# foo.o should match the suffix rule below.
test2
:
foo
.
o
.
c
.
o
:
echo PASS $@ $
<
$
^
.
cc
.
o
:
echo FAIL