Sir,
I am a serving officer with the custom and exercise
in my country and during my duties in the
international airport we confiscated some boxes
that came into the country from china and on
opening we discovered that it was genuine dollar
notes well packed with lace materials,
>>> "Steven" == Steven Eker <[EMAIL PROTECTED]> writes:
Steven> I'm converting a large program to autoconf/automake and I've run into
Steven> a number of problems:
Steven> (1) How do I ensure a particular file gets recompiled everytime (just
Steven> before) a program is linked (say to update
>>> "Giannis" == Giannis Georgalis <[EMAIL PROTECTED]> writes:
[...]
Giannis> What I want to do, is to build a *shared* library from
Giannis> ALL the sources that are included in module1 AND
Giannis> module2 AND module3 AND module4 and then link the
Giannis> program1 and program2 against this
>>> "Roberto" == Roberto Cavada <[EMAIL PROTECTED]> writes:
Roberto> Hi all list's members,
Roberto> I've been trying to solve some problems with Automake these days,
Roberto> since I am new to autotools.
[...]
Roberto> top contains one Makefile.am and all bootstrap generated files.
Rober
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:
Robert> the following will break on distclean aith automake 1.7.5:
Robert> Makefile.am:
Robert> SUBDIRS=a
Robert> AUTOMAKE_OPTIONS = subdir-objects
Robert> bin_PROGRAMS=foo
Robert> foo_SOURCES=a/foo.cc
Robert> a/Makefile.am
Robe
>>> "Nicholas" == Nicholas Wourms <[EMAIL PROTECTED]> writes:
[...]
Nicholas> ...
Nicholas> distclean-local:
Nicholas> rm -fr foo
Nicholas> distclean: distclean-local
Nicholas> ...
Distclean will automatically call distclean-local when you have defined
it. That's why distclean-loc