automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Makefile.am for both windows and linux


From: Nitin Goyal
Subject: Makefile.am for both windows and linux
Date: Fri, 7 Mar 2008 18:53:19 +0530

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 achieve this?

Thanks & Regards
Nitin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]