2012-05-29 08:52:43 -07:00
|
|
|
# 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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LIBRARY_NAME = mozexpat_s
|
2013-05-16 06:33:26 -07:00
|
|
|
MSVC_ENABLE_PGO := 1
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
CSRCS = \
|
|
|
|
xmlparse.c \
|
|
|
|
xmlrole.c \
|
|
|
|
xmltok.c \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# We want only the static lib, not the shared lib
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2008-02-15 16:16:09 -08:00
|
|
|
xmltok.$(OBJ_SUFFIX): moz_extensions.c
|
2008-02-11 21:32:09 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
DEFINES += -DHAVE_EXPAT_CONFIG_H
|