head	1.2;
access;
symbols
	RPM_2_2:1.1.1.2
	RPM_2_1_2:1.1.1.2
	RPM_2_1:1.1.1.2
	RPM_2_0_11:1.1.1.1
	RPM_2_0:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.08.24.11.57.46;	author rse;	state dead;
branches;
next	1.1;

1.1
date	96.03.05.16.17.03;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.03.05.16.17.03;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	96.07.10.20.51.20;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Resolve: RPM 2.2 -> RPM 2.2.11
@
text
@### These are variables meant to be exported

PROGS = rpmlead rpmheader rpmarchive rpmsignature rpmchecksig dump dumpdb

ifeq (.depend,$(wildcard .depend))
TARGET=everything
else
TARGET=depend everything
endif

all: $(TARGET)

everything: $(PROGS)

clean:
	rm -f *.a *.o core *~ $(PROGS)

depend:
	$(CPP) $(CFLAGS) -M *.c > .depend

ifeq (.depend,$(wildcard .depend))
include .depend
endif
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import: RPM 2.0
@
text
@@


1.1.1.2
log
@Import: RPM 2.1
@
text
@d3 1
a3 1
PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb
a19 2

$(PROGS): ../lib/librpm.a
@

