bin_SCRIPTS = refcat.pl CLEANFILES = $(bin_SCRIPTS) EXTRA_DIST = refcat.perl astrom.tcl ccdproc.tcl collate.tcl convert.tcl \ make_dark.tcl make_flat.tcl make_list.tcl make_median.tcl \ markiv_driver.tcl param.tcl photom.tcl proc_file_list.tcl \ refcat.tcl setup.tcl sky.tcl stars.tcl sub_dark.tcl \ thumbnail.tcl version.tcl \ astrom.param ccdproc.param collate.param make_dark.param \ make_flat.param make_list.param markiv_driver.param \ photom.param refcat.param setup.param sky.param stars.param \ thumbnail.param version.param \ pipeline.html step_by_step.html refcat.pl: $(srcdir)/refcat.perl $(PERL) -c refcat.perl rm -f refcat.pl echo "#! " $(PERL) > refcat.pl cat $(srcdir)/refcat.perl >> refcat.pl chmod ugo+x refcat.pl