blob: 54ff3460bc12208ee708d7b97454c75e0056bb7e (
plain)
1
2
3
4
5
6
7
8
9
|
libc_C.1: libc.a(isgraph.o)
libc.a(isgraph.o): $(OBJDIR)/isgraph.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/isgraph.o: src/ctype/isgraph.c
$(OBJDIR)/isgraph.o: src/ctype/_ctype.h
$(OBJDIR)/isgraph.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/ctype/isgraph.c
|