Mo DeJong wrote:
> 


Did you try something like this?

if WIN
WIN_STUFF = ...
endif
if UNIX
UNIX_STUFF = ...
endif

lib..._la_SOURCES = ... $(UNIX_STUFF) $(WIN_STUFF)

At least I've never seen constructs like the one above failing
before.

Ralf

-- 
Ralf Corsepius 
Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung
(FAW)
Helmholtzstr. 16, 89081 Ulm, Germany     Tel: +49/731/501-8690
mailto:[EMAIL PROTECTED]           FAX: +49/731/501-999  
http://www.faw.uni-ulm.de

Reply via email to