Makefile
author Kristian H?gsberg <krh@redhat.com>
Mon Mar 17 19:28:42 2008 -0400 (2008-03-17)
changeset 177 a23f91e78747
parent 136 eef2b734f2cc
child 199 9ce6d4e1b067
permissions -rw-r--r--
Only mark pacakges for update if there is a newer version available.
danw@136
     1
CFLAGS = -Wall -Wstrict-prototypes -Wmissing-prototypes -g
krh@71
     2
LDLIBS = -lexpat -lz -g -lrpm -lcurl
krh@0
     3
krh@80
     4
all : razor test-driver
krh@80
     5
danw@115
     6
razor : razor.o yum.o main.o rpm.o types.o util.o
krh@80
     7
danw@112
     8
*.o : razor.h razor-internal.h
danw@115
     9
razor.o : types.h
danw@112
    10
danw@115
    11
test-driver : razor.o types.o util.o test-driver.o
krh@80
    12
krh@80
    13
test : test-driver
krh@92
    14
	./test-driver test.xml
krh@0
    15
krh@175
    16
reset : ./razor
krh@175
    17
	rm -rf install
krh@175
    18
	./razor init
krh@175
    19
krh@0
    20
clean :
krh@0
    21
	rm -f *.o razor