[PATCH] Split config name parse functions into parse.c

The plan is to add command line options that mirror the config options,
so fio will be easier to script.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/Makefile b/Makefile
index 312f8de..7951751 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 PROGS	= fio
 SCRIPTS = fio_generate_plots
 OBJS = fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o \
-	filesetup.o eta.o verify.o memory.o io_u.o
+	filesetup.o eta.o verify.o memory.o io_u.o parse.o
 
 INSTALL = install
 prefix = /usr/local