blob: 3806db1acf4249fb509f1b3804c5c5f408cb6751 (
plain)
1
2
3
4
5
6
7
8
|
libc_C.201112: libc.a(atomic_fetch_and.o)
libc.a(atomic_fetch_and.o): $(OBJDIR)/atomic_fetch_and.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/atomic_fetch_and.o: src/stdatomic/atomic_fetch_and.c
$(OBJDIR)/atomic_fetch_and.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/stdatomic/atomic_fetch_and.c
|