Re: target.mk and default make target.

2013-08-19 Thread janI
On 19 August 2013 12:55, Andre Fischer wrote: > On 19.08.2013 10:44, janI wrote: > >> Thanks andre and herbert for the fast reply. >> >> "genPO: .ROOT" gives a circular dependency, which is understandable when I >> read startup >> >> "genPO: .INIT" works but does not make the application. >> >> "

Re: target.mk and default make target.

2013-08-19 Thread Andre Fischer
On 19.08.2013 10:44, janI wrote: Thanks andre and herbert for the fast reply. "genPO: .ROOT" gives a circular dependency, which is understandable when I read startup "genPO: .INIT" works but does not make the application. "genPO: $(TARGET)" also does not work. Have you tried genPO: $(ALLTAR

Re: target.mk and default make target.

2013-08-19 Thread janI
Thanks andre and herbert for the fast reply. "genPO: .ROOT" gives a circular dependency, which is understandable when I read startup "genPO: .INIT" works but does not make the application. "genPO: $(TARGET)" also does not work. Somehow replacing $(TARGET) might the the easiest solution. Why do

Re: target.mk and default make target.

2013-08-19 Thread Herbert Duerr
Hi Jan, On 19.08.2013 09:39, janI wrote: I am trying to find the default target for the build process. In any directory e.g. l10ntools, we can run "build" which calls "dmake" without parameters. Nearly all makefile.mk includes target.mk, where all target rules seems to be defined. The de fact

Re: target.mk and default make target.

2013-08-19 Thread Andre Fischer
On 19.08.2013 09:39, janI wrote: Hi. I am trying to find the default target for the build process. In any directory e.g. l10ntools, we can run "build" which calls "dmake" without parameters. Nearly all makefile.mk includes target.mk, where all target rules seems to be defined. The de facto st