Makefile
author Kristian H?gsberg <krh@redhat.com>
Sat Dec 29 15:36:13 2007 -0500 (2007-12-29)
changeset 87 c1e04d4e3bc9
parent 74 f23a93d41f32
child 91 6884cefd1b8c
permissions -rw-r--r--
Drop table based section lookup and look up sections on demand.
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@80
     6
razor : razor.o import.o main.o rpm.o
krh@80
     7
krh@80
     8
test-driver : razor.o test-driver.o
krh@80
     9
krh@80
    10
test : test-driver
krh@80
    11
	./test-driver sets.xml test.xml
krh@0
    12
krh@0
    13
clean :
krh@0
    14
	rm -f *.o razor