######################################################################
# File Exchange include/ Makefile
#
# $Author: wdc $
# $Source: /afs/cs.cmu.edu/project/atk-dist/auis-6.3/contrib/mit/fxlib/include/RCS/Makefile,v $
# $Header: /afs/cs.cmu.edu/project/atk-dist/auis-6.3/contrib/mit/fxlib/include/RCS/Makefile,v 1.1 1992/02/13 20:27:02 wdc R6tape $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information, please see the file
# <mit-copyright.h>.
######################################################################

all: fxcl.h fxserver.h fx-internal.h memory.h

install:
	@echo "(No action taken to install header files.)"

clean:
	-rm -f *~ *_err.h fx_prot.h
