################################################################
# 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
