include ../Mgr/Makefile.h
 
all: $(LIB)libXAstroPack.a
clean:
	rm -f $(OBJ)xastropack.o
	rm -f $(LIB)libXAstroPack.a
$(LIB)libXAstroPack.a : $(OBJ)xastropack.o
	$(ARCXX) $(ARCXXFLAGS) $@ $?
ifeq ($(CXX),cxx)
	$(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
endif 
 
$(OBJ)xastropack.o: xastropack.cc xastropack.h \
 $(INC)machdefs.h \
 $(EXTINCPATH)XAstro/P_.h \
 $(EXTINCPATH)XAstro/astro.h
