head	1.2;
access;
symbols
	RPM_2_2:1.1.1.3
	RPM_2_1_2:1.1.1.3
	RPM_2_1:1.1.1.3
	RPM_2_0_11:1.1.1.2
	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.01;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

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

1.1.1.2
date	96.06.04.20.26.48;	author rse;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	96.07.10.20.51.19;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Resolve: RPM 2.2 -> RPM 2.2.11
@
text
@LIBOBJECTS = spec.o build.o pack.o
LIBBUILD = libbuild.a
LOADLIBES = -lrpm $(LIBEFENCE)

# -----------------------------------------------------------------------

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

all: $(TARGET)

everything: $(LIBBUILD)

$(LIBBUILD): $(LIBOBJECTS) 
	$(AR) $@@ $(LIBOBJECTS)
	$(RANLIB) $@@

$(PROGS): $(LIBOBJECTS)

clean:
	rm -f *.a *.o *~ $(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.0.11
@
text
@d1 1
a1 1
LIBOBJECTS = spec.o vspec.o build.o pack.o myftw.o
@


1.1.1.3
log
@Import: RPM 2.1
@
text
@d1 1
a1 1
LIBOBJECTS = spec.o vspec.o build.o files.o names.o pack.o myftw.o reqprov.o
@


