This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XFree 4.2.1 + fontconfig-2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]