automake
[Top][All Lists]
Advanced

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

subdir-objects and generated file names


From: Vincent Torri
Subject: subdir-objects and generated file names
Date: Tue, 12 Feb 2013 07:28:44 +0100

Hey

I'm porting a lib to a non recursive make build system. I have a
single top level Makefile.am which has:

AUTOMAKE_OPTIONS = subdir-objects

include src/lib/css/Makefile.mk

In that Makefile.mk, yacc is called and generates the file
src_lib_css_libecss_la-ecss_grammar.h from ecss_grammar.y (both of
them are in src/lib/css)

is it possible to keep the name grammar.h and not
src_lib_css_libecss_la-ecss_grammar.h while using the subdir-objects
option ?

thank you

Vincent Torri



reply via email to

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