###########################################################################
#
# 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 jup_esa2_2_i_1000.dat nep_esa5_2_i_1000.dat	\
sat_esa2_2_i_1000.dat ura_esa2_2_i_h_1000.dat

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

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

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