Re: [Harbour] How to hrb all the prg in a dir using gnu make

2008-02-15 Thread Przemyslaw Czerpak
On Fri, 15 Feb 2008, Lorenzo Fiorini wrote: Sorry, the gnu make doc is huge but I can't the answer for this easy thing: I have a dir with several prg and I what to issue hdo hbcmp -kM -gh -static -W2 -q0 -n only for the prg newer than hrb but I don't want to list the prg inside the Makefile.

Re: [Harbour] How to hrb all the prg in a dir using gnu make

2008-02-15 Thread Lorenzo Fiorini
On Fri, Feb 15, 2008 at 12:53 PM, Przemyslaw Czerpak [EMAIL PROTECTED] wrote: PRGFILES=$(wildcard *.prg) ... all : $(HRBFILES) Perfect as usual :) best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org

[Harbour] How to hrb all the prg in a dir using gnu make

2008-02-14 Thread Lorenzo Fiorini
Sorry, the gnu make doc is huge but I can't the answer for this easy thing: I have a dir with several prg and I what to issue hdo hbcmp -kM -gh -static -W2 -q0 -n only for the prg newer than hrb but I don't want to list the prg inside the Makefile. Any idea? best regards, Lorenzo