X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=9d3465c40086719b52ccc161d8ff3455992b5637;hp=dbf3049497ac5a4d52fbffb6ce0b212cf84007cb;hb=91f94d5b88b72c300be4f27ef6630e16af890db6;hpb=836fcc0fceb233ebcc41ee63b4ea5cae20b678a4 diff --git a/Makefile b/Makefile index dbf30494..9d3465c4 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,6 @@ PROGS = fio SCRIPTS = fio_generate_plots UNAME := $(shell uname) -GTK_CFLAGS = `pkg-config --cflags gtk+-2.0 gthread-2.0` -GTK_LDFLAGS = `pkg-config --libs gtk+-2.0 gthread-2.0` - ifneq ($(wildcard config-host.mak),) all: include config-host.mak @@ -25,6 +22,10 @@ all: include config-host.mak endif +ifdef CONFIG_GFIO + PROGS += gfio +endif + SOURCE := gettime.c ioengines.c init.c stat.c log.c time.c filesetup.c \ eta.c verify.c memory.c io_u.c parse.c mutex.c options.c \ lib/rbtree.c smalloc.c filehash.c profile.c debug.c lib/rand.c \