Makefile
author Kristian H?gsberg <krh@redhat.com>
Thu Jan 17 23:36:12 2008 -0500 (2008-01-17)
changeset 102 337a7a55e2c6
parent 91 6884cefd1b8c
child 107 38f78baf0be9
permissions -rw-r--r--
Use the package iterator for looping over file owners too.
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