head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     91.07.05.01.26.28;  author probe;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@######################################################################
# File Exchange include/ Makefile
#
# $Author: brlewis $
# $Source: /afs/athena.mit.edu/astaff/project/eosdev/src/include/RCS/Makefile,v $
# $Header: /afs/athena.mit.edu/astaff/project/eosdev/src/include/RCS/Makefile,v 1.1 90/09/25 13:24:28 brlewis Exp $
#
# 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
@
