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