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

include $(gagadmdir)/Makefile.def

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

LIB_IDENTITY = flux

LIB_INCLUDES = flux.inc

LIB_F_OBJECTS = file.o index.o print.o read.o set.o solve.o planet_flux.o \
	  run.o flux-package.o

LIB_DEPENDS = $(ASTRO_LIBS) $(GREG_LIBS)

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

include $(gagadmdir)/Makefile.lib

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

include $(builddir)/Makefile.deps

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