diff options
Diffstat (limited to 'mk/towctrans.d')
| -rw-r--r-- | mk/towctrans.d | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mk/towctrans.d b/mk/towctrans.d new file mode 100644 index 00000000..a588abbf --- /dev/null +++ b/mk/towctrans.d @@ -0,0 +1,10 @@ +libc_C.199409: libc.a(towctrans.o) +libc.a(towctrans.o): $(OBJDIR)/towctrans.o + @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% + +$(OBJDIR)/towctrans.o: src/wctype/towctrans.c +$(OBJDIR)/towctrans.o: +$(OBJDIR)/towctrans.o: + @echo " [CC] $@" + @mkdir -p $(@D) + @$(CC) -c -o $@ $(CFLAGS) src/wctype/towctrans.c |
