blob: 93f5c54820230037a81af5950a5ed588eea65252 (
plain)
1
2
3
4
5
6
7
8
9
|
librt_P.199309: librt.a(timer_delete.o)
librt.a(timer_delete.o): $(OBJDIR)/timer_delete.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/timer_delete.o: src/time/timer_delete.c
$(OBJDIR)/timer_delete.o:
@echo " [CC] $@"
@mkdir -p $(@D)
@$(CC) -c -o $@ $(CFLAGS) src/time/timer_delete.c
|