head	1.1;
branch	1.1.1;
access;
symbols
	pjones-sparse-experiment:1.1.1.1.0.6
	rpm-4_3_1-start:1.1.1.1
	rpm-4_3:1.1.1.1.0.4
	rpm-4_2_1-release:1.1.1.1
	rpm-4_2-release:1.1.1.1
	rpm-4_2:1.1.1.1.0.2
	postmerge-lsbpkgchk-1_2_1_20021023:1.1.1.1
	premerge-lsbpkgchk-1_2_1_20021023:1.1.1.1
	lsbpkgchk-1_2_1_20021023:1.1.1.1
	pre-lsbpkgchk-1_2_1_20021023:1.1.1.1
	lsbpkgchk-1_2_1_20021017:1.1.1.1
	lsbpkgchk:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2002.10.23.15.39.41;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.10.23.15.39.41;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@CFLAGS=-g -Wall
OBJS=tetj.o

LIB=libtetj.a

all: $(LIB) 

install:

$(LIB): $(OBJS)
	rm -f $(LIB);ar clq $(LIB) $(OBJS)

clean:
	rm -f $(OBJS) $(LIB)
@


1.1.1.1
log
@track: auto import
@
text
@@
