# Generated automatically from Makefile.in by configure.
#
# Makefile for octave's readline/examples directory
#
# John W. Eaton
# jwe@che.utexas.edu
# Department of Chemical Engineering
# The University of Texas at Austin

TOPDIR = ../..

srcdir = .
top_srcdir = ../..

include $(TOPDIR)/Makeconf

SOURCES = fileman.c manexamp.c

DISTFILES = Inputrc Makefile.in $(SOURCES)

all: 
.PHONY: all

check: all
.PHONY: check

install: all
.PHONY: install

uninstall:
.PHONY: uninstall

tags: $(SOURCES)
	ctags $(SOURCES)

TAGS: $(SOURCES)
	etags $(SOURCES)

clean:
.PHONY: clean

mostlyclean: clean
.PHONY: mostlyclean

distclean: clean
	rm -f Makefile
.PHONY: distclean

realclean: distclean
	rm -f tags TAGS
.PHONY: realclean

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

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