###################################################################### # Makefile for Wherry et al RGB color representation # # instructions: # put this file in an empty working directory # type "make" in that directory # bugs: # URLs are hard-wired and possibly unstable. # authors: # Nicholas Wherry # Michael R. Blanton # David W. Hogg # revision history: # 2003-11-18 makefile written ###################################################################### WGET = wget .SUFFIXES: .pro .fits all: hdf_hogg.jpg hdf_hogg.jpg: make_hdf_jpeg.pro \ nw_scale_rgb.pro \ nw_arcsinh_fit.pro \ nw_fit_to_box.pro \ nw_float_to_byte.pro \ asinh.pro \ mrdfits.pro \ mrd_hread.pro \ mrd_skip.pro \ mrd_struct.pro \ fxmove.pro \ fxpar.pro \ fxposit.pro \ gettok.pro \ valid_num.pro \ is_ieee_big.pro \ ieee_to_host.pro \ f450_mosaic_wherry.fits \ f606_mosaic_wherry.fits \ f814_mosaic_wherry.fits echo make_hdf_jpeg | idl %.pro: $(WGET) http://cosmo.nyu.edu/hogg/visualization/rgb/$*.pro %.fits: $(WGET) http://cosmo.nyu.edu/hogg/visualization/rgb/$*.fits