view readline/examples/Makefile.in @ 1459:0b5abd833621

[project @ 1995-09-20 05:51:42 by jwe]
author jwe
date Wed, 20 Sep 1995 06:07:46 +0000
parents fa4faf65f88d
children 76d255496b89
line wrap: on
line source

# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#

EXECUTABLES = fileman
CFLAGS  = -g -I../..
LDFLAGS = -g -L..

DISTFILES = Inputrc Makefile.in fileman.c histexamp.c manexamp.c

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

fileman.o: fileman.c
  
local-dist:
	ln $(DISTFILES) ../../`cat ../../.fname`/readline/examples
.PHONY: local-dist

dist:
	ln $(DISTFILES) ../../`cat ../../.fname`/readline/examples
.PHONY: dist

clean:

distclean mostlyclean maintainer-clean:
	rm -f Makefile