summaryrefslogtreecommitdiff
path: root/mk/isgraph.d
blob: f2d16ce8708942f490ca7070bb44e85cfd3d18c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/_assert.h
$(OBJDIR)/isgraph.o: src/ctype/_ctype.h
$(OBJDIR)/isgraph.o:
	@echo "  [CC] $@"
	@mkdir -p $(@D)
	@$(CC) -c -o $@ $(CFLAGS) src/ctype/isgraph.c