Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « ssp « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1dc912db4859a64dc04876996bf872a65d75ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## General sources.
%C%_ELIX_SOURCES = \
  %D%/chk_fail.c \
  %D%/stack_protector.c

## String sources.
%C%_ELIX_SOURCES += \
  %D%/memcpy_chk.c \
  %D%/memmove_chk.c \
  %D%/mempcpy_chk.c \
  %D%/memset_chk.c \
  %D%/stpcpy_chk.c \
  %D%/stpncpy_chk.c \
  %D%/strcat_chk.c \
  %D%/strcpy_chk.c \
  %D%/strncat_chk.c \
  %D%/strncpy_chk.c

## Stdio sources.
if HAVE_STDIO_DIR
%C%_ELIX_SOURCES += \
  %D%/gets_chk.c \
  %D%/snprintf_chk.c \
  %D%/sprintf_chk.c \
  %D%/vsnprintf_chk.c \
  %D%/vsprintf_chk.c
endif

## None of these functions are specified by EL/IX
if ELIX_LEVEL_1
else
if ELIX_LEVEL_2
else
if ELIX_LEVEL_3
else
if ELIX_LEVEL_4
else
libc_a_SOURCES += $(%C%_ELIX_SOURCES)
endif
endif
endif
endif

LIBC_CHEWOUT_FILES +=

LIBC_CHAPTERS += %D%/ssp.tex