Process all option structs that match a given arg.
This lets us handle options such as -i that have different meanings
depending on what other options are present on the command line.
1 CFLAGS = -Wall -Wstrict-prototypes -Wmissing-prototypes -g
2 LDLIBS = -lexpat -lz -g -lrpm -lcurl
4 all : razor test-driver rpm-razor
6 razor : razor.o yum.o main.o rpm.o types.o util.o
8 *.o : razor.h razor-internal.h
11 test-driver : razor.o types.o util.o test-driver.o
13 rpm-razor : rpm-razor.o razor.o types.o util.o rpm.o
16 ./test-driver test.xml