Changes in uspace/lib/c/Makefile [2498b95:75c430e3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r2498b95 r75c430e3 41 41 EXTRA_OUTPUT = $(LINKER_SCRIPTS) 42 42 EXTRA_CLEAN = $(LINKER_SCRIPTS) 43 EXTRA_TEST_CFLAGS = -Wno-deprecated-declarations44 43 LIBRARY = libc 45 44 SOVERSION = 0.0 … … 133 132 generic/malloc.c \ 134 133 generic/stdio/scanf.c \ 135 generic/stdio/sprintf.c \136 134 generic/stdio/sscanf.c \ 137 135 generic/stdio/sstream.c \ 138 generic/stdio/vsprintf.c \139 136 generic/sysinfo.c \ 140 137 generic/ipc.c \ … … 152 149 generic/adt/prodcons.c \ 153 150 generic/time.c \ 154 generic/tmpfile.c \155 151 generic/stdio.c \ 156 152 generic/stdlib.c \ … … 193 189 test/fibril/timer.c \ 194 190 test/main.c \ 195 test/mem.c \196 191 test/io/table.c \ 197 192 test/stdio/scanf.c \ … … 199 194 test/qsort.c \ 200 195 test/sprintf.c \ 201 test/stdio.c \202 196 test/stdlib.c \ 203 197 test/str.c
Note:
See TracChangeset
for help on using the changeset viewer.