# Makefile for flashUtilities

flashUtilities += nameValueLL_data.o\
	nameValueLL_get.o \
	nameValueLL_getAll.o \
	nameValueLL_set.o \
	nameValueLL_getNum.o \
	getType.o \
	makeLowercase.o \
	nameValueLL_bcast.o \
	findWords.o \
	nameSyntaxError.o \
	nameValueLL_rules.o \
	nameValueLL_logRules.o 


getType.o : nameValueLL_data.o 
getType.o : nameValueLL_get.o

nameValueLL_getNum.o : nameValueLL_data.o
nameValueLL_get.o : nameValueLL_data.o
nameValueLL_getAll.o : nameValueLL_data.o
nameValueLL_set.o : nameValueLL_data.o




