summaryrefslogtreecommitdiff
path: root/mk/remque.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/remque.d')
-rw-r--r--mk/remque.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/remque.d b/mk/remque.d
new file mode 100644
index 00000000..a23e810a
--- /dev/null
+++ b/mk/remque.d
@@ -0,0 +1,9 @@
+libc_X.400: libc.a(remque.o)
+libc.a(remque.o): $(OBJDIR)/remque.o
+ @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
+
+$(OBJDIR)/remque.o: src/search/remque.c
+$(OBJDIR)/remque.o:
+ @echo " [CC] $@"
+ @mkdir -p $(@D)
+ @$(CC) -c -o $@ $(CFLAGS) src/search/remque.c