######################################################################## # astroim # Definitions for astroim. ######################################################################## GCC = gcc USER_BASHRC = ~/.bashrc IDLRC_BASH_LOAD = "test -s ~/.idl/.idlrc && . ~/.idl/.idlrc || true" IDL_CONF_DIR = ~/.idl INSTALLBIN_DIR = ~/bin .PHONY: all install clean veryclean superclean bin conf