blob: d3506884e2106dabdb77ff1997bb221e2e90f67b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
libm_C.1: libm.a(tan.o)
libm.a(tan.o): $(OBJDIR)/tan.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/tan.o: src/math/tan.c
$(OBJDIR)/tan.o: src/complex/_tgmath.h
$(OBJDIR)/src/math/_tgmath.h.o:
$(OBJDIR)/tan.o:
@echo " [CC] $@"
@mkdir -p $(@D)
@$(CC) -c -o $@ $(CFLAGS) src/math/tan.c
|