Changes in uspace/lib/c/Makefile [f3f4149:67ca359] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/Makefile
rf3f4149 r67ca359 190 190 TEST_SOURCES = \ 191 191 test/adt/circ_buf.c \ 192 test/adt/odict.c \193 test/cap.c \194 192 test/casting.c \ 195 test/double_to_str.c \196 193 test/fibril/timer.c \ 197 test/getopt.c \ 198 test/gsort.c \ 199 test/ieee_double.c \ 200 test/imath.c \ 194 test/main.c \ 195 test/mem.c \ 201 196 test/inttypes.c \ 202 197 test/io/table.c \ 203 test/ main.c \204 test/ mem.c \198 test/stdio/scanf.c \ 199 test/odict.c \ 205 200 test/perf.c \ 206 201 test/perm.c \ 207 202 test/qsort.c \ 208 203 test/sprintf.c \ 209 test/stdio/scanf.c \210 204 test/stdio.c \ 211 205 test/stdlib.c \ 212 206 test/str.c \ 213 test/string.c \ 214 test/strtol.c \ 215 test/uuid.c 207 test/string.c 216 208 217 209 include $(USPACE_PREFIX)/Makefile.common 218 210 219 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/ crt0.o211 $(LIBC_PREFIX)/crt0.o: $(LIBC_PREFIX)/arch/$(UARCH)/src/entry.o 220 212 cp $< $@ 221 213 222 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/ crt1.o214 $(LIBC_PREFIX)/crt1.o: $(LIBC_PREFIX)/generic/crt/entry.o 223 215 cp $< $@ 224 216
Note:
See TracChangeset
for help on using the changeset viewer.