NCBI C++ Toolkit Cross Reference

C++/src/util/regexp/Makefile.regexp.lib


  1 # $Id: Makefile.regexp.lib 161940 2009-06-02 14:23:30Z ivanov $
  2 
  3 SRC = pcre_chartables pcre_compile pcre_config pcre_dfa_exec pcre_exec pcre_fullinfo pcre_get \
  4       pcre_globals pcre_info pcre_maketables pcre_newline pcre_ord2utf8 pcre_refcount pcre_study \
  5       pcre_tables pcre_try_flipped pcre_ucd pcre_valid_utf8 pcre_version pcre_xclass \
  6       pcreposix
  7 
  8 LIB = regexp
  9 
 10 CPPFLAGS = -I$(includedir)/util/regexp -DHAVE_CONFIG_H $(ORIG_CPPFLAGS)

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.