Hi,
Over the years, I believe I've seen a few distributions that have
platform-indepent files (README, ChangeLog, etc.) in the top-level
directory of the package and relocate the Autotool-related files
into a ./build/unix subdirectory for example.
Is that possible and, if so, is this documented s
> -Original Message-
> From: Andreas Schwab [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 26, 2005 2:28 PM
> To: Eric Lemings
> Cc: 'autoconf@gnu.org'; 'automake@gnu.org'
> Subject: Re: Defining Macros With Literal Values
>
>
Greetings,
I have a tricky little problem I was hoping someone could
help me with. I am trying to write an Autotools macro that
extracts the value of a macro from a system header file
and defines another preprocessor macro with the same value.
Take the following short program for example.
Hello all,
After reading through Section 11.4 of the Automake
Manual, I was just curious about how well future releases of Automake (and
Autoconf) are going to support distributions with Java source code. Just
for the record, could the maintainers chime in on plans for Java?
Thanks,
Eric
Hello all,
Suppose you have the following Makefile.am.
lib_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = \
one.c \
one.cpp \
two.c \
two.cpp
I need the library to contain both the C object files and the C++ object
files. There are two ways that I can think of to do this: the easy
w
I have a directory that contains only source files that I only want to
compile when I do a make all. What should I put in the Makefile.am
file?
Thanks,
Eric.