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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = lapack

LIB_F_OBJECTS  = Cb-all.o Cg-all.o Ch-all.o Cl-all.o Cp-all.o Cr-all.o Ct-all.o \
Cu-all.o Db-all.o Dd-all.o Dg-all.o Dh-all.o Dl-all.o Do-all.o Dp-all.o \
Dr-all.o Ds-all.o Dt-all.o Dz-all.o I-all.o L-all.o Sb-all.o Sc-all.o \
Sd-all.o Sg-all.o Sh-all.o Sl-all.o So-all.o Sp-all.o Sr-all.o \
Ss-all.o St-all.o X-all.o Zb-all.o Zd-all.o Zg-all.o Zh-all.o Zl-all.o \
Zp-all.o Zr-all.o Zs-all.o Zt-all.o Zu-all.o dlamc3.o

LIB_DEPENDS  = -lblas

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

include $(gagadmdir)/Makefile.lib

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

$(libdir)/liblapack.a(dlamc3.o): ALL_FFLAGS += -O0

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

