[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automake & objects in subdirs
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Automake & objects in subdirs |
Date: |
Wed, 06 Aug 2003 10:11:28 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
[Moving from autoconf@ to address@hidden
>>> "FAU" == Frank A Uepping <address@hidden> writes:
FAU> Hello,
FAU> I have the following directory layout:
FAU> src/
FAU> bar.c
FAU> src/common
FAU> foo.c
FAU> The program foobar should be build as follows (dependency):
FAU> foobar: bar.c common/foo.c
[src/Makefile.am]
bin_PROGRAMS = foobar
foobar_SOURCES = bar.c common/foo.c
--
Alexandre Duret-Lutz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Automake & objects in subdirs,
Alexandre Duret-Lutz <=