head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	93.05.18.16.36.11;	author craig;	state Exp;
branches;
next	1.1;

1.1
date	93.04.21.19.31.36;	author craig;	state Exp;
branches;
next	;


desc
@makefile for the include files.  Basically makes sure they're checked
out.
@


1.2
log
@added the almanac h files to the HFILES variable
@
text
@################################################################
# Makefile for emission line coronagraph vxWorks applications. #
################################################################

INCLUDES : includes

##############################
# define variables and paths #
##############################

HFILES	= satellite.h satproto.h aaproto.h kep.h

#########
# Rules #
#########

# rule to build the include files

includes : $(HFILES)
	@@rlog -t RCS/*,v > Filelist
	@@touch includes

# misc rules

clean :
	-rm -f *.o lint.log core *.BAK
@


1.1
log
@Initial revision
@
text
@d5 2
d11 1
a11 1
HFILES	= satellite.h satproto.h
a19 1
	@@echo " "
a21 1
	@@echo " "
@
