blob: 251dc099cdc2ffb818c5cccb7a0e07a44f04bbf8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
libm_C.199901: libm.a(nearbyint.o)
libm.a(nearbyint.o): $(OBJDIR)/nearbyint.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/nearbyint.o: src/math/nearbyint.c
$(OBJDIR)/nearbyint.o: src/complex/_tgmath.h
$(OBJDIR)/src/math/_tgmath.h.o:
$(OBJDIR)/nearbyint.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/math/nearbyint.c
|