libtool
[Top][All Lists]
Advanced

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

Re: regarding multiple parser.y in single Makefile.am


From: Gary V. Vaughan
Subject: Re: regarding multiple parser.y in single Makefile.am
Date: Fri, 23 Sep 2005 09:35:07 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20050305)

Nitesh Soni (NC/TNT) wrote:
 I have parser.y in  src/libX/src and in src/libY/src ...
I have a single Makefile.am at "src" level. How can I build these 2 parser.y in the single Makefile.am for these two different libraries..

configure.ac:
AM_INIT_AUTOMAKE([subdir-objects])

Makefile.am:
lib_LTLIBRARIES = libX/libX.la libY/libY.la

libX_libX_la_SOURCES = libX/parser.y
libY_libY_la_SOURCES = libY/parser.y

--
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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