diff options
Diffstat (limited to 'auto/lib/pcre')
-rw-r--r-- | auto/lib/pcre/conf | 3 | ||||
-rw-r--r-- | auto/lib/pcre/make | 3 | ||||
-rw-r--r-- | auto/lib/pcre/makefile.bcc | 3 | ||||
-rw-r--r-- | auto/lib/pcre/makefile.msvc | 3 | ||||
-rw-r--r-- | auto/lib/pcre/makefile.owc | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index 29c561b81..16feffa6b 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + if [ $PCRE != NONE ]; then CORE_INCS="$CORE_INCS $PCRE" CORE_DEPS="$CORE_DEPS $REGEX_DEPS" diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index 3a42eaba8..fa7bf27d0 100644 --- a/auto/lib/pcre/make +++ b/auto/lib/pcre/make @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + case "$CC" in cl) diff --git a/auto/lib/pcre/makefile.bcc b/auto/lib/pcre/makefile.bcc index 5744b90b5..411945260 100644 --- a/auto/lib/pcre/makefile.bcc +++ b/auto/lib/pcre/makefile.bcc @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CFLAGS = -q -O2 -tWM $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 diff --git a/auto/lib/pcre/makefile.msvc b/auto/lib/pcre/makefile.msvc index 31921240c..7c61d31f7 100644 --- a/auto/lib/pcre/makefile.msvc +++ b/auto/lib/pcre/makefile.msvc @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CFLAGS = -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 diff --git a/auto/lib/pcre/makefile.owc b/auto/lib/pcre/makefile.owc index 41194f55f..227fd90af 100644 --- a/auto/lib/pcre/makefile.owc +++ b/auto/lib/pcre/makefile.owc @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 |