diff options
Diffstat (limited to 'mk/tan.d')
| -rw-r--r-- | mk/tan.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mk/tan.d b/mk/tan.d new file mode 100644 index 00000000..d3506884 --- /dev/null +++ b/mk/tan.d @@ -0,0 +1,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 |
