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