Re: assign the result of my python script to a variable of my makefile

2015-03-26 Thread guylobster
hello Britton thank you for your advice You are right, I was not even asked the question but it is important that I can see if my command fails. I'll think about that. thank you -- View this message in context: http://gnu-make.2324884.n4.nabble.com/assign-the-result-of-my-python-script

Re: assign the result of my python script to a variable of my makefile

2015-03-26 Thread guylobster
-result-of-my-python-script-to-a-variable-of-my-makefile-tp16217p16225.html Sent from the Gnu - Make - Help mailing list archive at Nabble.com. ___ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make

Re: assign the result of my python script to a variable of my makefile

2015-03-25 Thread Britton Kerin
_so))) Britton On Wed, Mar 25, 2015 at 3:55 AM, Paul Smith wrote: > On Wed, 2015-03-25 at 02:54 -0700, guylobster wrote: >> this is the first time I do a makefile. >> But I block to assign the result of my python script to a variable of my >> makefile. >> The functio

Re: assign the result of my python script to a variable of my makefile

2015-03-25 Thread Nicholas Clark
s the first time I do a makefile. > > But I block to assign the result of my python script to a variable of my > > makefile. > > The function works. Here the function and the result. > > > > *My makefile* > > G_SIZE=10 > > Quake: > > python es

Re: assign the result of my python script to a variable of my makefile

2015-03-25 Thread guylobster
quot; only for consecutive lignes. -- View this message in context: http://gnu-make.2324884.n4.nabble.com/assign-the-result-of-my-python-script-to-a-variable-of-my-makefile-tp16217p16221.html Sent from the Gnu - Make - Help mailing list archive at

Re: assign the result of my python script to a variable of my makefile

2015-03-25 Thread Paul Smith
On Wed, 2015-03-25 at 02:54 -0700, guylobster wrote: > this is the first time I do a makefile. > But I block to assign the result of my python script to a variable of my > makefile. > The function works. Here the function and the result. > > *My makefile* > G_SIZE=10 >

assign the result of my python script to a variable of my makefile

2015-03-25 Thread guylobster
hello, this is the first time I do a makefile. But I block to assign the result of my python script to a variable of my makefile. The function works. Here the function and the result. *My makefile* G_SIZE=10 Quake: python estimationkmer.py $(G_SIZE) ESTK=$(python estimationkmer.py