>>> "Roesner" == Roesner Thomas <[EMAIL PROTECTED]> writes:
Roesner> Dear all,
Roesner> can somebody tell me how to write a makefile.am wich generates the
Roesner> following Makefile:
You can't call the library di.a, but I presume using libdi.a
instead shouldn't be a big deal.
noinst_LIBRARIE
On Mon, 22 Nov 2004, Aaron W. LaFramboise wrote:
If I'd like all of the files in a particular subdirectory to be compiled
with -Isome/path, for instance, how do I arrange for this? AM_CPPFLAGS
does not seem to be automatically propagated.
Use AC_SUBST to perform substitutions. Automake will add s
If I'd like all of the files in a particular subdirectory to be compiled
with -Isome/path, for instance, how do I arrange for this? AM_CPPFLAGS
does not seem to be automatically propagated.
Aaron W. LaFramboise
Dear all,
can somebody tell me how to write a makefile.am wich generates the
following Makefile:
--- snipplet ---
...
AOB = di.a(di_dudata.o) di.a(di_du.o)di.a(di_dumd.o)
di.a(dicompress.o) di.a(diconf.o) \
di.a(diimp.o) di.a(dipub.o)
...
di.a : $(AOB)
@$(AR) s
Hi,
> On Monday 22 November 2004 12:19 pm, Ralf Wildenhues wrote:
> > Somebody put AM_MAINTAINER_MODE in configure.ac?
...
> > If the above: re-configure with --enable-maintainer-mode.
or remove AM_MAINTAINER_MODE ;-)
See: info '(automake)maintainer-mode'
Stepan Kasal
On Monday 22 November 2004 12:19 pm, Ralf Wildenhues wrote:
> * Christian Parpart wrote on Mon, Nov 22, 2004 at 12:05:13PM CET:
> > recently, when I change the Makefile.am, the makefile am doesn't
> > get regenerated on `make`.
>
> Somebody put AM_MAINTAINER_MODE in configure.ac?
>
> > Is this usua
* Christian Parpart wrote on Mon, Nov 22, 2004 at 12:05:13PM CET:
>
> recently, when I change the Makefile.am, the makefile am doesn't
> get regenerated on `make`.
Somebody put AM_MAINTAINER_MODE in configure.ac?
> Is this usual, or what could be wrong?
If the above: re-configure with --enabl
Hi,
recently, when I change the Makefile.am, the makefile am doesn't
get regenerated on `make`.
Is this usual, or what could be wrong?
I now have to reinvoke `autoreconf -v --install` to recreate them (somehow).
Thanks,
Christian Parpart.
--
http://www.winterschur.de/?fey <-- get sheeped!
Ne