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.
krh@39
     1
CFLAGS = -Wall -g -O2
krh@71
     2
LDLIBS = -lexpat -lz -g -lrpm -lcurl
krh@0
     3
krh@74
     4
razor : razor.o import.o sha1.o main.o rpm.o
krh@0
     5
krh@0
     6
clean :
krh@0
     7
	rm -f *.o razor