Can you give me an example. Suppose If I want to execute the following
command how to write it in Android.mk file?
gcc -DPACKAGE_NAME=\"flite+hts_engine\" -DPACKAGE_TARNAME=\"flite-
hts_engine\" -DPACKAGE_VERSION=\"1.00\" -DPACKAGE_STRING=\"flite
+hts_engine\ 1.00\" -DPACKAGE_BUGREPORT=\"hts-engine-
us...@lists.sourceforge.net\" -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -
DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -
DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -
DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -
DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VPRINTF=1 -DHAVE_SQRT=1 -
DHAVE_STRCHR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -
DFLITE_PLUS_HTS_ENGINE=1 -I. -I../include -I../flite/include -I../
flite/lang/cmu_us_kal -I../flite/lang/cmulex -I../flite/lang/usenglish
-I/home/kaushik/akshar_hts_engine_API-1.03/include/ -g -O2 -MT
flite_hts_engine.o -MD -MP -MF .deps/flite_hts_engine.Tpo -c -o
flite_hts_engine.o flite_hts_engine.c
And If two or more commands are to be executed how to specify it?
please help me regarding this.
thanks in advance