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