gecko/media/libvorbis/lib/Makefile.in
Brian O'Keefe ed17339221 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00

46 lines
930 B
Makefile

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MSVC_ENABLE_PGO := 1
FORCE_STATIC_LIB= 1
ifeq (WINNT,$(OS_TARGET))
VISIBILITY_FLAGS =
endif
CSRCS = \
vorbis_mdct.c \
vorbis_smallft.c \
vorbis_block.c \
vorbis_info.c \
vorbis_envelope.c \
vorbis_window.c \
vorbis_lsp.c \
vorbis_lpc.c \
vorbis_analysis.c \
vorbis_synthesis.c \
vorbis_psy.c \
vorbis_floor1.c \
vorbis_floor0.c \
vorbis_res0.c \
vorbis_mapping0.c \
vorbis_registry.c \
vorbis_codebook.c \
vorbis_sharedbook.c \
vorbis_lookup.c \
vorbis_bitrate.c \
$(NULL)
ifeq ($(OS_ARCH),AIX)
DEFINES += -Dalloca=__alloca
endif
include $(topsrcdir)/config/rules.mk