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