This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: XFree 4.2.1 + fontconfig-2
- From: Alexander Gottwald <alexander dot gottwald at s1999 dot tu-chemnitz dot de>
- To: cygwin-xfree at cygwin dot com
- Date: Wed, 2 Oct 2002 12:39:04 +0200 (MEST)
- Subject: Re: XFree 4.2.1 + fontconfig-2
- Reply-to: cygwin-xfree at cygwin dot com
On Tue, 1 Oct 2002, Alan Hourihane wrote:
>
> Yes, then they are probably needed, so just check for me and I'll make
> the change.
I've done a test run this morning. Without the ComplexProgramTarget_1 in
cygwin.rules it fails in programs/bitmap with "No rule for target bitmap found"
since the makefile looks like this.
PROGRAMS=bitmap ...
all: $(PROGRAMS)
bitmap.exe: ...
With ComplexProgramTarget it builds succesfully. The Makefile is similar to this:
PROGRAMS=bitmap
all: $(foreach prog,$(PROGRAMS),prog.exe)
bitmap.exe: ...
To remove the ComplexProgramTarget we either have to write all elementes of
PROGRAMS as ProgramTarget(prog) or have ComplexTarget write a
all:: ProgramTarget(prog)
and remove the all: $(PROGRAMS) rule.
bye
ago
--
Alexander.Gottwald@informatik.tu-chemnitz.de
http://www.gotti.org ICQ: 126018723