###########################################################################
#
# Makefile system for GILDAS softwares (2003-2012).
#
# Please be careful: element order often matters in makefiles.
#
###########################################################################

include $(gagadmdir)/Makefile.def

###########################################################################

LOAD_LIBS = -lmrtholo -lclic -lmrtcal -lcal2vo $(ASTRO_LIBS)	\
$(GREG_LIBS)

EXECUTABLES = mrtholo

###########################################################################

include $(gagadmdir)/Makefile.main

###########################################################################
