Makefile
author Dan Winship <danw@gnome.org>
Wed Feb 20 16:54:03 2008 -0500 (2008-02-20)
changeset 128 18350b26395b
parent 112 812340a13ec2
child 136 eef2b734f2cc
permissions -rw-r--r--
fix rebuild_property_package_lists to put the lists in the right pool

(likewise rebuild_file_package_lists, which was copied from it)
     1 CFLAGS = -Wall -g
     2 LDLIBS = -lexpat -lz -g -lrpm -lcurl
     3 
     4 all : razor test-driver
     5 
     6 razor : razor.o yum.o main.o rpm.o types.o util.o
     7 
     8 *.o : razor.h razor-internal.h
     9 razor.o : types.h
    10 
    11 test-driver : razor.o types.o util.o test-driver.o
    12 
    13 test : test-driver
    14 	./test-driver test.xml
    15 
    16 clean :
    17 	rm -f *.o razor