Re: Makefile.am for both windows and linux

2008-03-07 Thread Warren Young
Nitin Goyal wrote: I can not use libtools. Is there a way, I can achieve this? Use Bakefile, or cmake, or jam, or something else that really understands Windowsisms. automake can be arm-twisted into supporting native Windows builds, but it isn't happy doing it. I use Bakefile myself; it

Re: Makefile.am for both windows and linux

2008-03-07 Thread Erik de Castro Lopo
Nitin Goyal wrote: Hi, How can I make use of variables in Makefile.am for automake primaries? I want to write Makefile.am as lib_LIBRARIES = $(PREFIX)mylib.$(LIBSUFFIX) libdir = ${prefix}/lib $(PREFIX)_mylib_$(LIBSUFFIX)_SOURCES = mylib.c I can not use libtools. Is there a way, I can