Changes in uspace/lib/c/Makefile [67ca359:8f18f1e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
r67ca359 r8f18f1e 53 53 generic/context.c \ 54 54 generic/corecfg.c \ 55 generic/ctype.c \56 55 generic/devman.c \ 57 56 generic/device/hw_res.c \ … … 190 189 TEST_SOURCES = \ 191 190 test/adt/circ_buf.c \ 192 test/ casting.c \191 test/adt/odict.c \ 193 192 test/fibril/timer.c \ 194 193 test/main.c \ … … 197 196 test/io/table.c \ 198 197 test/stdio/scanf.c \ 199 test/odict.c \200 test/perf.c \201 198 test/perm.c \ 202 199 test/qsort.c \ … … 205 202 test/stdlib.c \ 206 203 test/str.c \ 207 test/string.c 204 test/string.c \ 205 test/cap.c \ 206 test/gsort.c \ 207 test/ieee_double.c \ 208 test/double_to_str.c \ 209 test/getopt.c \ 210 test/uuid.c \ 211 test/imath.c 208 212 209 213 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.