Makefile
author Dan Winship <danw@gnome.org>
Mon Feb 04 14:25:45 2008 -0500 (2008-02-04)
changeset 109 313b0a615c14
parent 92 74f19848a71b
child 111 1af16eb9cf63
permissions -rw-r--r--
Support for less/equal/greater version in requires/conflicts, etc

Add less/equal/greater information to razor_property, and update
importers and other code.

Move the rpm importer from import.c to rpm.c to avoid code
duplication, and then rename import.c to yum.c since that's all that's
left.
danw@107
     1
CFLAGS = -Wall -g
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