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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/Makefile.inc')
-rw-r--r--newlib/libc/reent/Makefile.inc43
1 files changed, 43 insertions, 0 deletions
diff --git a/newlib/libc/reent/Makefile.inc b/newlib/libc/reent/Makefile.inc
index 975a8d82a..b4b7f7596 100644
--- a/newlib/libc/reent/Makefile.inc
+++ b/newlib/libc/reent/Makefile.inc
@@ -1,3 +1,46 @@
+libc_a_SOURCES += \
+ %D%/closer.c \
+ %D%/reent.c \
+ %D%/impure.c \
+ %D%/fcntlr.c \
+ %D%/fstatr.c \
+ %D%/getreent.c \
+ %D%/gettimeofdayr.c \
+ %D%/isattyr.c \
+ %D%/linkr.c \
+ %D%/lseekr.c \
+ %D%/mkdirr.c \
+ %D%/openr.c \
+ %D%/readr.c \
+ %D%/renamer.c \
+ %D%/signalr.c \
+ %D%/signgam.c \
+ %D%/sbrkr.c \
+ %D%/statr.c \
+ %D%/timesr.c \
+ %D%/unlinkr.c \
+ %D%/writer.c
+
+%C%_ELIX_2_SOURCES =
+if HAVE_STDIO64_DIR
+%C%_ELIX_2_SOURCES += \
+ %D%/fstat64r.c \
+ %D%/lseek64r.c \
+ %D%/stat64r.c \
+ %D%/open64r.c
+endif
+%C%_ELIX_3_SOURCES = %D%/execr.c
+
+if ELIX_LEVEL_1
+libc_a_SOURCES +=
+else
+if ELIX_LEVEL_2
+libc_a_SOURCES += $(%C%_ELIX_2_SOURCES)
+else
+libc_a_SOURCES += $(%C%_ELIX_2_SOURCES) $(%C%_ELIX_3_SOURCES)
+endif
+endif
+
LIBC_CHEWOUT_FILES += \
%D%/closer.def \
%D%/reent.def \