diff options
Diffstat (limited to 'mk/__time_h.d')
-rw-r--r-- | mk/__time_h.d | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/__time_h.d b/mk/__time_h.d new file mode 100644 index 00000000..7aad4841 --- /dev/null +++ b/mk/__time_h.d @@ -0,0 +1,9 @@ +libc_C.-1: libc.a(__time_h.o) +libc.a(__time_h.o): $(OBJDIR)/__time_h.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/__time_h.o: src/time/__time_h.c +$(OBJDIR)/__time_h.o: src/time/_time.h +$(OBJDIR)/__time_h.o: + @mkdir -p $(@D) + $(CC) -c -o $@ $(CFLAGS) src/time/__time_h.c |