Home
last modified time | relevance | path

Searched refs:GFIO_OBJS (Results 1 – 1 of 1) sorted by relevance

/external/fio/
DMakefile166 GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \ macro
171 GFIO_OBJS += lex.yy.o y.tab.o
336 gfio: $(GFIO_OBJS)
337 …$(QUIET_LINK)$(CC) $(filter-out -static, $(LDFLAGS)) -o gfio $(GFIO_OBJS) $(LIBS) $(GFIO_LIBS) $(G…
357 …@rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) $(T_TEST_PROGS) core…