2 UNAME
:= $(shell uname
-s
)
4 ifeq ($(UNAME
), Darwin
)
5 PRAAT
= /Applications
/Praat.app
/Contents
/MacOS
/Praat
8 all: *.praat CreateTables.praat
9 $(MAKE
) -C praat_module
2>&1
11 CreateTables.praat
: Data
/*.Table
12 $(PRAAT
) tables2scripts.praat
14 CreateWordlists.praat
: wordlists
/*
15 $(PRAAT
) tables2scripts.praat
18 rm -f CreateTables.praat
19 $(MAKE
) -C praat_module
clean 2>&1