include ../Mgr/Makefile.h
 
all: $(LIB)libFitsIOServer.a
clean:
	rm -f $(OBJ)fitsioserver.o
	rm -f $(LIB)libFitsIOServer.a
$(LIB)libFitsIOServer.a : $(OBJ)fitsioserver.o
	$(ARCXX) $(ARCXXFLAGS) $@ $?
ifeq ($(CXX),cxx)
	$(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lFitsIOServer -lSkyT -lSamba -lNTools -lSysTools -o $(OBJ)xx.x -Hf
endif 
 
$(OBJ)fitsioserver.o: fitsioserver.cc \
 $(INC)machdefs.h \
 $(INC)pclassids.h fitsioserver.h \
 $(INC)tvector.h \
 $(INC)tmatrix.h \
 $(INC)ppersist.h \
 $(INC)pexceptions.h \
 $(INC)md5.h \
 $(INC)anydataobj.h \
 $(INC)ndatablock.h \
 $(INC)sphericalmap.h \
 $(INC)nbmath.h \
 $(INC)pixelmap.h \
 $(INC)dvlist.h \
 $(INC)objfio.h \
 $(INC)spherepos.h \
 $(INC)unitvector.h \
 $(INC)vector3d.h \
 $(INC)longlat.h \
 $(INC)utilgeom.h \
 $(INC)spheregorski.h \
 $(INC)localmap.h \
 $(INC)ntuple.h \
 $(INC)ntupintf.h \
 $(INC)outilsinit.h \
 $(INC)peidainit.h \
 $(INC)cimage.h \
 $(INC)rzimage.h \
 $(INC)rzvect.h \
 $(INC)perrors.h \
 $(INC)datatypes.h \
 $(INC)strutil.h
