##################################################################
#
#   subdirectory makefile
# 
#   for the MARS software
#
##################################################################
include ../Makefile.conf.general
include ../Makefile.conf.$(OSTYPE)

#------------------------------------------------------------------------------

INCLUDES = -I. 

CINT = Nova

SRCFILES = nova.h

############################################################

all: $(OBJS)

include ../Makefile.rules

mrproper:	clean rmbak
