automake
[Top][All Lists]
Advanced

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

linking source files from a different directory macro


From: Jason Roscoe
Subject: linking source files from a different directory macro
Date: Mon, 21 Jan 2008 12:30:47 -0500
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

Hi,
I'm new to the mailing list and only have a few days experience working with Automake. I am wondering if a macro already exists that will link source files from a different directory into the current one. For example, given the following directory trees:

common/
common/tester.c
common/tester.h

test/
test/Makefile.am

Is there a macro, e.g., AM_SOURCE_SYMLINK( ../common/tester.c ), that will create symbolic link(s) to source files residing in a separate directory? Or, if I am looking at this the wrong way, can someone suggest an alternate way of achieving this using the Autotools?

test/
test/Makefile.am
test/tester.c  ->  ../common/tester.c

Thanks.
Jason










reply via email to

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