head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	99.07.15.20.15.23;	author jbj;	state dead;
branches;
next	1.1;

1.1
date	99.07.14.18.15.09;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Automake to create python bindings.
@
text
@DESTDIR = $(TOPDIR)/RedHat/instimage/usr/lib/python1.5/site-packages

CFLAGS += -I/usr/include/rpm -I/usr/include/python1.5 -g

TARGET = rpmmodule.so

all: $(TARGET) 

rpmmodule.so: rpmmodule.o 
	gcc -shared -o $@@ rpmmodule.o -lrpm -lz -ldb1

clean:
	rm -f *.o $(TARGET)

install: all
	cp $(TARGET) $(DESTDIR)
@


1.1
log
@Copy from anaconda/rpmmodules.
@
text
@@

