summaryrefslogtreecommitdiff
path: root/mk/remainder.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/remainder.d')
-rw-r--r--mk/remainder.d11
1 files changed, 0 insertions, 11 deletions
diff --git a/mk/remainder.d b/mk/remainder.d
deleted file mode 100644
index 2b44e11e..00000000
--- a/mk/remainder.d
+++ /dev/null
@@ -1,11 +0,0 @@
-libm_P.200112: libm.a(remainder.o)
-libm_X.400: libm.a(remainder.o)
-libm.a(remainder.o): $(OBJDIR)/remainder.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/remainder.o: src/math/remainder.c
-$(OBJDIR)/remainder.o: src/complex/_tgmath.h
-$(OBJDIR)/src/math/_tgmath.h.o:
-$(OBJDIR)/remainder.o:
- @mkdir -p $(@D)
- $(CC) -c -o $@ $(CFLAGS) src/math/remainder.c