Re: help on simple makefile

2017-04-05 Thread J.T. Conklin
"jarod...@libero.it" writes: > Could you please help me on translate on working example. > > What I want to obtain is execute the python script on file present on > my folder and output on RESHAPE2. thanks in advance for any help How about something like this: INDIR=indir INFIL

Re: help on simple makefile

2017-04-05 Thread John Calcote
Jarod, You're trying to use make as a procedural language processor. Make is a declarative language. With procedural languages, you describe tasks that need to be done and the process for executing those tasks. With declarative languages, you describe the relationships between input objects and ou