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