2003-06-23 15:50:43 -04:00
|
|
|
<?xml version="1.0" ?>
|
2004-02-01 17:41:33 -05:00
|
|
|
|
2003-06-23 15:50:43 -04:00
|
|
|
<makefile>
|
2006-08-24 12:08:21 -04:00
|
|
|
|
2003-06-23 15:50:43 -04:00
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
|
|
<option name="wxUSE_REGEX"/>
|
2021-07-17 08:23:23 -04:00
|
|
|
<option name="wxPCRE2_CODE_UNIT_WIDTH"/>
|
2004-09-26 04:46:55 -04:00
|
|
|
<set var="LIB_REGEX">
|
|
|
|
<if cond="wxUSE_REGEX=='builtin'">
|
|
|
|
wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
|
|
</if>
|
|
|
|
</set>
|
2021-07-17 08:23:23 -04:00
|
|
|
<set var="INC_REGEX_BUILD">
|
|
|
|
$(wx_top_builddir)/3rdparty/pcre/src
|
|
|
|
</set>
|
2003-06-23 15:50:43 -04:00
|
|
|
</if>
|
|
|
|
<if cond="FORMAT!='autoconf'">
|
2015-08-27 11:48:54 -04:00
|
|
|
<set var="wxUSE_REGEX">builtin</set>
|
2004-09-26 04:46:55 -04:00
|
|
|
<set var="LIB_REGEX">
|
|
|
|
<if cond="wxUSE_REGEX=='builtin'">
|
2004-10-08 07:20:24 -04:00
|
|
|
wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(HOST_SUFFIX)
|
2004-09-26 04:46:55 -04:00
|
|
|
</if>
|
|
|
|
</set>
|
2003-06-23 15:50:43 -04:00
|
|
|
</if>
|
2021-07-17 08:23:23 -04:00
|
|
|
|
2003-06-27 09:25:11 -04:00
|
|
|
<set var="INC_REGEX">
|
2021-07-17 08:23:23 -04:00
|
|
|
<if cond="wxUSE_REGEX=='builtin'">
|
|
|
|
$(TOP_SRCDIR)3rdparty/pcre/src/wx
|
|
|
|
</if>
|
2003-06-27 09:25:11 -04:00
|
|
|
</set>
|
2003-06-23 15:50:43 -04:00
|
|
|
|
2004-02-01 17:41:33 -05:00
|
|
|
<lib id="wxregex" template="msvc_setup_h,3rdparty_lib"
|
2003-06-27 09:25:11 -04:00
|
|
|
cond="wxUSE_REGEX=='builtin' and BUILDING_LIB=='1'">
|
2004-09-26 04:46:55 -04:00
|
|
|
<libname cond="FORMAT=='autoconf'">
|
|
|
|
$(id)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
|
|
</libname>
|
|
|
|
<libname cond="FORMAT!='autoconf'">
|
2004-10-08 07:20:24 -04:00
|
|
|
$(id)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(HOST_SUFFIX)
|
2004-09-26 04:46:55 -04:00
|
|
|
</libname>
|
2003-12-18 05:42:09 -05:00
|
|
|
<include cond="FORMAT!='autoconf'">$(TOP_SRCDIR)include</include>
|
|
|
|
<include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
|
2021-07-17 08:23:23 -04:00
|
|
|
<include cond="FORMAT!='autoconf'">$(INC_REGEX)</include>
|
|
|
|
<include cond="FORMAT=='autoconf'">$(INC_REGEX_BUILD)</include>
|
|
|
|
<define>__WX__</define>
|
|
|
|
<define>HAVE_CONFIG_H</define>
|
2003-12-30 18:19:40 -05:00
|
|
|
<define>$(UNICODE_DEFINE)</define>
|
2021-07-17 08:23:23 -04:00
|
|
|
<define cond="FORMAT=='autoconf'">PCRE2_CODE_UNIT_WIDTH=$(wxPCRE2_CODE_UNIT_WIDTH)</define>
|
2003-06-23 15:50:43 -04:00
|
|
|
<dirname>$(LIBDIRNAME)</dirname>
|
|
|
|
<sources>
|
2021-07-17 08:23:23 -04:00
|
|
|
3rdparty/pcre/src/pcre2_auto_possess.c
|
|
|
|
3rdparty/pcre/src/pcre2_compile.c
|
|
|
|
3rdparty/pcre/src/pcre2_config.c
|
|
|
|
3rdparty/pcre/src/pcre2_context.c
|
|
|
|
3rdparty/pcre/src/pcre2_convert.c
|
|
|
|
3rdparty/pcre/src/pcre2_dfa_match.c
|
|
|
|
3rdparty/pcre/src/pcre2_error.c
|
|
|
|
3rdparty/pcre/src/pcre2_extuni.c
|
|
|
|
3rdparty/pcre/src/pcre2_find_bracket.c
|
|
|
|
3rdparty/pcre/src/pcre2_jit_compile.c
|
|
|
|
3rdparty/pcre/src/pcre2_maketables.c
|
|
|
|
3rdparty/pcre/src/pcre2_match.c
|
|
|
|
3rdparty/pcre/src/pcre2_match_data.c
|
|
|
|
3rdparty/pcre/src/pcre2_newline.c
|
|
|
|
3rdparty/pcre/src/pcre2_ord2utf.c
|
|
|
|
3rdparty/pcre/src/pcre2_pattern_info.c
|
|
|
|
3rdparty/pcre/src/pcre2_script_run.c
|
|
|
|
3rdparty/pcre/src/pcre2_serialize.c
|
|
|
|
3rdparty/pcre/src/pcre2_string_utils.c
|
|
|
|
3rdparty/pcre/src/pcre2_study.c
|
|
|
|
3rdparty/pcre/src/pcre2_substitute.c
|
|
|
|
3rdparty/pcre/src/pcre2_substring.c
|
|
|
|
3rdparty/pcre/src/pcre2_tables.c
|
|
|
|
3rdparty/pcre/src/pcre2_ucd.c
|
|
|
|
3rdparty/pcre/src/pcre2_valid_utf.c
|
|
|
|
3rdparty/pcre/src/pcre2_xclass.c
|
|
|
|
3rdparty/pcre/src/pcre2_chartables.c
|
2003-06-23 15:50:43 -04:00
|
|
|
</sources>
|
|
|
|
</lib>
|
|
|
|
|
|
|
|
</makefile>
|