PKGNAME = multisyn_build
PKGNO = 1.5

PKGFILE = $(PKGNAME)-$(PKGNO).tgz

FILES:= Makefile \
	README \
	multisyn_build.sh \
	bin/break_mlf \
	bin/chopfile  \
	bin/classify_initial_rubbish  \
	bin/display_data  \
	bin/do_alignment  \
	bin/label_data    \
	bin/make_beep_labels \
	bin/make_est_mfcc    \
	bin/make_f0          \
	bin/make_mfccs       \
	bin/make_norm_join_cost_coefs	      \
	bin/make_pm_egg  \
	bin/make_pm_fix  \
	bin/make_pm_wave \
	bin/make_wav_powernorm  \
	bin/phone_lengths       \
	bin/process_session_wave_files \
	bin/setup \
	bin/setup_alignment  \
	bin/strip_join_cost_coefs \
	scm/build_unitsel.scm \
        doc/NOTES \
        doc/DOCUMENT \
	resources/phone_list.cmulex \
	resources/phone_substitutions.cmulex \
	resources/phone_list.unilex-rpx \
	resources/phone_substitutions.unilex-rpx \
	resources/phone_list.unilex-edi \
	resources/phone_substitutions.unilex-edi \
	resources/tone.wav

DIST_FILES := $(foreach file,$(FILES),$(PKGNAME)/$(file))

all:
	@echo Nothing to do.

package: $(FILES)
	@echo "Building package: $(PKGFILE)" 
	@tar cfz $(PKGFILE) -C .. $(DIST_FILES)

