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.
     1 CFLAGS = -Wall -g
     2 LDLIBS = -lexpat -lz -g -lrpm -lcurl
     3 
     4 all : razor test-driver
     5 
     6 razor : razor.o import.o main.o rpm.o util.o
     7 
     8 test-driver : razor.o util.o test-driver.o
     9 
    10 test : test-driver
    11 	./test-driver test.xml
    12 
    13 clean :
    14 	rm -f *.o razor