Makefile
author Kristian H?gsberg <krh@redhat.com>
Mon Nov 12 00:05:03 2007 -0500 (2007-11-12)
changeset 79 9f302fa29d83
parent 71 befb5208c022
child 80 72671f8e5741
permissions -rw-r--r--
Clean up the merging code a bit.

Use the hashtable instead of reusing razor_importer for this.
Introduce struct razor_merger for this. All this is steps
towards making the merging policy external to the core razor_set code.
     1 CFLAGS = -Wall -g -O2
     2 LDLIBS = -lexpat -lz -g -lrpm -lcurl
     3 
     4 razor : razor.o import.o sha1.o main.o rpm.o
     5 
     6 clean :
     7 	rm -f *.o razor