Makefile
author Kristian H?gsberg <krh@redhat.com>
Tue Jan 22 11:34:28 2008 -0500 (2008-01-22)
changeset 106 9d4d62f62735
parent 91 6884cefd1b8c
child 107 38f78baf0be9
permissions -rw-r--r--
Fix comparisong bug in razor_set_diff().

We could end up calling the callback for p1 even if it's NULL, if p2 != NULL
and the previous comparison left res == -1.
krh@39
     1
CFLAGS = -Wall -g -O2
krh@71
     2
LDLIBS = -lexpat -lz -g -lrpm -lcurl
krh@0
     3
krh@80
     4
all : razor test-driver
krh@80
     5
krh@91
     6
razor : razor.o import.o main.o rpm.o util.o
krh@80
     7
krh@91
     8
test-driver : razor.o util.o test-driver.o
krh@80
     9
krh@80
    10
test : test-driver
krh@92
    11
	./test-driver test.xml
krh@0
    12
krh@0
    13
clean :
krh@0
    14
	rm -f *.o razor