Re: SUFFIXES does not work?

2003-06-16 Thread Michael Bletzinger
o find out the problem? Thanks -- ---------- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECTED] Environment & Security 217 265 5137NCSA

Re: question about sources in multiple directories

2001-02-09 Thread Michael Bletzinger
Please post your Makefile.am's and I'll take a look. Michael "Matthew R. MacIntyre" wrote: > > On Fri, 9 Feb 2001, Michael Bletzinger wrote: > > > > Wrap your objects in a noinstall library and have the test programs link > > with i

Re: question about sources in multiple directories

2001-02-09 Thread Michael Bletzinger
r test directory: testprogram_LDADD = -D../C++ directory -lMyCplusplus This is off the top of my head and untested. I have used this with C code and libtool libraries but I understand that there are some problems with shared libraries and C++ initialization on some platforms. M

Re: [patch 1/1 v2] support AC_SUBST'able automake rules

2001-02-09 Thread Michael Bletzinger
{ > &check_libobjs_sources ($xlib, $xlib . '_LIBADD'); > @@ -2294,8 +2299,7 @@ > # work if the target has it and the dependency doesn't. > push (@texi_deps, '$(srcdir)/' . $vtexi) if $vtexi; > > - # Canonicalize name first. > - ($canonical = $infobase) =~ tr/A-Za-z0-9_/_/c; > + $canonical = &canonicalize ($infobase); > if (&variable_defined ($canonical . "_TEXINFOS")) > { > push (@texi_deps, '$(' . $canonical . '_TEXINFOS)'); -- -- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECTED] Environment & Security 217 265 5137NCSA

Re: [revised patch 1/1] support AC_SUBST'able automake rules

2001-02-09 Thread Michael Bletzinger
"Lars J. Aas" wrote: > > On Fri, Feb 09, 2001 at 10:48:38AM -0600, Michael Bletzinger wrote: > : The thing is, that since every AC_SUBST'd variable is transformed into a > : make variable, you can already specify all sorts of derived stuff using > : make variables

Re: [revised patch 1/1] support AC_SUBST'able automake rules

2001-02-09 Thread Michael Bletzinger
d_sources) EXT_DIST = $(threaded_sources) So I'm not sure that doing autoconf substitution really adds anything. I took a stab at updating the documentation to explain this concept and its limitation but I'm having trouble figuring out the meaning of the texinfo tags.

Re: Who is supposed to set @input_files?

2001-02-01 Thread Michael Bletzinger
Tom Tromey wrote: > > >>>>> "Michael" == Michael Bletzinger <[EMAIL PROTECTED]> writes: > > Michael> cvs automake (as of this morning) behaves differently than automake > Michael> 1.4. 1.4 scanned the SUBDIR targets to locate Makefile.

Who is supposed to set @input_files?

2001-01-30 Thread Michael Bletzinger
ained from automake files. Of course these two lists are supposed to match. Perhaps some kind of warning can be emitted if they don't? Thanks Michael -- ------ Michael Bletzinger Software Developer, Allianc

Re: make -q

2000-06-30 Thread Michael Bletzinger
-UX 10.20 make (all > the platforms I currently have access to). Could you give a counter > example? > > Thanks, > Alex. It is present on 2.0.5.36 unicosmk CRAY T3E AIX 2.4 HP-UX B.10.20 Michael -- -- Michae

Re: Conditional variable confusion.

2000-06-26 Thread Michael Bletzinger
tkgsDrawable.h \ > tkgsDriver.h \ > tkgsFont.c \ > tkgsFont.h \ > tkgsInit.c \ > tkgsInt.h \ > tkgsObj.c \ > tkgsObj.h \ > @SYSINIT@ > > Whats the deal? How the heck do I compile > something conditionally? > > Mo DeJong > Red Hat Inc -- -- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECTED] Environment & Security 217 265 5137NCSA

Re: Automake conditionals

2000-06-14 Thread Michael Bletzinger
at I want here, or should I just go back to > using several autoconf substitution variables? (BTW, I'm using automake > 1.4.) > > -- > Braden N. McDaniel > [EMAIL PROTECTED] > <http://www.endoframe.com> -- -- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECTED] Environment & Security 217 265 5137NCSA

Re: Conditional variable confusion.

2000-06-06 Thread Michael Bletzinger
onfigure properly detected X not WIN32. > > gcc -DHAVE_CONFIG_H -I. -I/home/mo/project/tkgs -I. -g -O2 -c > /home/mo/project/t > kgs/tkgsWin.c -Wp,-MD,.deps/tkgsWin.TPlo -fPIC -DPIC -o .libs/tkgsWin.lo > In file included from /home/mo/project/tkgs/tkgsWin.c:4: > /home/mo/proje

Example of multilibs

2000-05-12 Thread Michael Bletzinger
Does anyone have an example that uses automake's multilib feature that I could look at? Thanks in Advance. Michael -- -- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROT

Default $CPP is not gcc

2000-05-10 Thread Michael Bletzinger
be possible to add a test to AC_PROG_CPP that would make sure that $CPP errors on a bogus header. Thanks for your time Michael -- ---------- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECT

Re: Conditional linking

2000-04-19 Thread Michael Bletzinger
ad problems messing with the builtin variables. Michael -- ---------- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECTED] Environment & Security 217 265 5137NCSA

Re: To hack or not to hack

2000-04-04 Thread Michael Bletzinger
Tom Tromey wrote: > > >>>>> "Michael" == Michael Bletzinger <[EMAIL PROTECTED]> writes: > Michael> - autoheader automagically defines the PACKAGE and VERSION > Michael> variable in every config.h file making it impossible for > Michael>

To hack or not to hack

2000-04-03 Thread Michael Bletzinger
't violate some design paradigm that would prevent my patches from becoming accepted? Thanks in Advance Michael ---------- Michael Bletzinger Software Developer, Alliance Computational [EMAIL PROTECTED] Environment &am

RPM targets

2000-03-06 Thread Michael Bletzinger
Hello, Is anyone working on creating rpm targets similar to "make dist". I was thinking that automake could for example generate the spec file from a template. Michael