NCBI C++ Toolkit Cross Reference

C++/src/util/regexp/Makefile.test_pcre.app


  1 # $Id: Makefile.test_pcre.app 173093 2009-10-14 16:24:46Z vakatov $
  2 
  3 REQUIRES = LocalPCRE
  4 
  5 SRC = pcretest
  6 APP = test_pcre
  7 
  8 CPPFLAGS = -I$(includedir)/util/regexp -I$(srcdir)/.. -DHAVE_CONFIG_H $(ORIG_CPPFLAGS)
  9 
 10 LIB = $(PCRE_LIB)
 11 LIBS = $(PCRE_LIBS)
 12 
 13 CHECK_CMD = test_pcre.sh
 14 CHECK_COPY = testdata test_pcre.sh
 15 
 16 WATCHERS = ivanov

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.