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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = mrtindex

LIB_EXPORTS = mrtindex_parameters.mod mrtindex_parse_types.mod	\
mrtindex_types.mod mrtindex_interfaces_public.mod

LIB_F_OBJECTS = allocation.o copy.o file.o find.o index.o init.o	\
list.o message.o mrtindex-interfaces.o mrtindex-interfaces-private.o	\
mrtindex-interfaces-public.o read.o types.o update.o utils.o		\
variable.o watch.o write.o

LIB_C_OBJECTS = recurs.o

LIB_DEPENDS = -limbfits -lclass -lclassic -ltelcal $(ASTRO_LIBS)	\
  $(GREG_LIBS)

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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