Backed out 2 changesets (bug 1855992) for causing talos failures @ mozilla::net:...
[gecko.git] / media / libtheora / Makefile.in
blob006310491db88bfbf0fa8bbbb8f4b23a9bdea2da
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 ifdef GNU_AS
7 ifeq ($(CPU_ARCH),arm)
9 armfrag-gnu.s: armopts-gnu.S
10 armidct-gnu.s: armopts-gnu.S
11 armloop-gnu.s: armopts-gnu.S
13 # armopts needs a specific rule, because arm2gnu.pl will always add the .S
14 # suffix when translating the files that include it.
15 armopts-gnu.S: $(srcdir)/lib/arm/armopts.s
16 $(PERL) $(srcdir)/lib/arm/arm2gnu.pl < $< > $@
17 # For all others, we can use an implicit rule
18 %-gnu.s: $(srcdir)/lib/arm/%.s
19 $(PERL) $(srcdir)/lib/arm/arm2gnu.pl < $< > $@
21 endif
22 endif
24 include $(topsrcdir)/config/rules.mk