head	1.2;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	bash-2_0:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	97.06.07.12.58.06;	author ache;	state dead;
branches;
next	1.1;

1.1
date	97.01.04.22.09.20;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.01.04.22.09.20;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Merge with previous variant
@
text
@# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
EXECUTABLES = fileman rltest
CFLAGS  = -g -I../.. -I..
LDFLAGS = -g -L..

.c.o:
	$(CC) $(CFLAGS) -c $<

all: $(EXECUTABLES)

fileman: fileman.o
	$(CC) $(LDFLAGS) -o $@@ fileman.o -lreadline -ltermcap

rltest: rltest.o
	$(CC) $(LDFLAGS) -o $@@ rltest.o -lreadline -ltermcap

fileman.o: fileman.c
rltest.o: rltest.c
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Libreadline.
@
text
@@
