###########################################################################
#
# New makefile system for GILDAS softwares (J.Pety 2003-2007).
#
# Please be careful: element order often matters in makefiles.
#
###########################################################################

include $(gagadmdir)/Makefile.def

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

DATA_FILES = vsop87.bin astro_stations.dat molecules.dat phase-pdb.sou	\
constellation.bin sky.bin bure_panels.dat alma_correlator_modes.dat	\
alma_correlator_modes_cycle0.dat alma_correlator_modes_cycle1.dat	\
noema-tsys.bin noema-tsys-continuum.bin

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

include $(gagadmdir)/Makefile.etc

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

$(datadir)/vsop87.bin: vsop87 $(bindir)/build-vsop87
ifeq ($(GAG_ENV_KIND)-$(GAG_TARGET_KIND),cygwin-mingw)
	$(bindir)/build-vsop87 `cygpath -w $(datadir)`/vsop87.bin
else
	$(bindir)/build-vsop87 $@
endif

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