[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:04582] Parallel makefile for data in HTS 2.3.2 Demo Project (HTS-demo_CMU-ARCTIC-SLT)


Hi all,

Here is modded version of data/Makefie.in for HTS-demo_CMU-ARCTIC-SLT that allow you to running make in parallel.
( copy it in to HTS-demo_CMU-ARCTIC-SLT/data/ )

To build in parallel, open HTS-demo_CMU-ARCTIC-SLT/Makefile.in, edit target data
from  : @ (cd data ; $(MAKE) all)
to : @ (cd data ; $(MAKE) all -j )


Attachment: HTS 2.3.2 Makefile.in for Data (Tested)
Description: Binary data