no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / media / libtheora / Makefile.in
blobae3cc6266422c94c5a41ab8066baca8255f12956
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 ($(TARGET_CPU),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