On Jun 27, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:

> The other thing that I got working (be warned this is also ugly)
> is to create Makefile.am in both the unix and win subdirs and
> then select the one to build based on a AC_SUBST(PLATFORM) like so:

It's easier if you set and AC_SUBST PLATFORM_sysinit_O in configure,
then lib*_LDADD = $(PLATFORM_sysinit_O) and EXTRA_lib*_SOURCES = $(the
full set of potential sources for PLATFORM_sysinit_O)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to