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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = gblas

LIB_F_OBJECTS  = C-all.o D-all.o I-all.o L-all.o S-all.o X-all.o Z-all.o

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

include $(gagadmdir)/Makefile.lib

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