automake
[Top][All Lists]
Advanced

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

Re: automake and subdirectories


From: Alexandre Duret-Lutz
Subject: Re: automake and subdirectories
Date: Tue, 17 Sep 2002 08:55:19 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

>>> "Nicholas" == Nicholas Kidd <address@hidden> writes:

[...]

 Nicholas> there might be some way to tell automake something
 Nicholas> like this:

 Nicholas> "Every .cpp file in subdirs x,y,z should be compiled
 Nicholas> and linked into this application"

It's ok to list files from subdirectories in a _SOURCE variable.

bin_PROGRAMS = prog
prog_SOURCES = \
  prog.c \
  x/x1.c \
  x/x2.c \
  x/x2.c \
  y/y1.c \
  y/y2.c \
  y/y2.c \
  ...

AUTOMAKE_OPTIONS = subdir-objects       # If you want.

-- 
Alexandre Duret-Lutz





reply via email to

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