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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = atm2016
ADD_LIBS = $(GAG_COMPILER_CXXLIBS)

LIB_EXPORTS = ATMAngle.h ATMError.h ATMInverseLength.h ATMOpacity.h	\
ATMRefractiveIndex.h ATMTemperature.h mainpage.h ATMCommon.h		\
ATMException.h ATMLength.h ATMPercent.h ATMRefractiveIndexProfile.h	\
ATMVersion.h ATMConstants.h ATMFrequency.h ATMMassDensity.h		\
ATMPressure.h ATMSkyStatus.h ATMWaterVaporRadiometer.h			\
ATMEnumerations.h ATMHumidity.h ATMNumberDensity.h ATMProfile.h		\
ATMSpectralGrid.h ATMWVRMeasurement.h

LIB_C_OBJECTS = ATMAngle.o ATMInverseLength.o ATMOpacity.o		\
ATMRefractiveIndex.o ATMTemperature.o ATMError.o ATMLength.o		\
ATMPercent.o ATMRefractiveIndexProfile.o ATMVersion.o ATMException.o	\
ATMMassDensity.o ATMPressure.o ATMSkyStatus.o				\
ATMWaterVaporRadiometer.o ATMFrequency.o ATMNumberDensity.o		\
ATMProfile.o ATMSpectralGrid.o ATMWVRMeasurement.o

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

include $(gagadmdir)/Makefile.lib

###########################################################################
# DO NOT DELETE

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