Hello everyone,
Is there anyone who can help me to transform this commande line to a makefile :{ gcc -o hello_ps hello_ps.c -DMODELDIR=\"pkg-config --variable=modeldir pocketsphinx\" pkg-config --cflags --libs pocketsphinx sphinxbase}
THANK YOU.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
Is there anyone who can help me to transform this commande line to a makefile :{ gcc -o hello_ps hello_ps.c -DMODELDIR=\"
pkg-config --variable=modeldir pocketsphinx
\"pkg-config --cflags --libs pocketsphinx sphinxbase
}THANK YOU.
Sure, show us the attempt you have made.