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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = telcal

LIB_EXPORTS = telcal-types.f90 telcal-interfaces.f90			   \
telcal-interfaces-public.f90 chopper_definitions.mod focus_definitions.mod \
telcal_interfaces.mod telcal_interfaces_public.mod			   \
telcal_interfaces_private.mod pcross_definitions.mod			   \
user_guess_definitions.mod fit_definitions.mod point_definitions.mod

LIB_F_OBJECTS = telcal-allocation.o telcal-chopper.o telcal-fit.o	\
telcal-focus.o telcal-interfaces.o telcal-interfaces-private.o		\
telcal-interfaces-public.o telcal-language-def.o telcal-package.o	\
telcal-pointing.o telcal-message.o telcal-setup.o telcal-skydip.o	\
telcal-skydip-sic.o telcal-types.o

LIB_DEPENDS = $(ATM_LIBS) $(GREG_LIBS)

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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