2006/10/4, Stepan Kasal <[EMAIL PROTECTED]>:
On Wed, Oct 04, 2006 at 11:59:40AM +0800, Tzu-Chien Chiu wrote:
> bar_LDADD = @top_builddir@/xyz.la
> bar_DEPENDENCIES = $(bar_LDADD) @many_objs@
a few nits first: all AC_SUBSTed variables are available as make
variables, so
maintain
these files. Better approach anyone, please?
--
Tzu-Chien Chiu - SMedia Technology Corp.
URL: http://www.csie.nctu.edu.tw/~jwchiu/
native configure/build will
go wrong if BUILD_CC is not empty?
2. Texinfo's way works for me, but just for curious if there are other
(tricky) approaches for mulit-host builds? For example projects, please?
--
Tzu-Chien Chiu - SMedia Technology Corp.
URL: http://www.csie.nctu.edu.tw/~jwchiu/
ed for the main cross-platform build.
Texinfo is a smaller package, and thus should serve as a more
comprehensive example. Feel free to ask me about the details of it.
HTH,
Stepan Kasal
--
Tzu-Chien Chiu - SMedia Technology Corp.
URL: http://www.csie.nctu.edu.tw/~jwchiu/
2006/8/8, Ralf Wildenhues <[EMAIL PROTECTED]>:
Hello Tzu-Chien,
* Tzu-Chien Chiu wrote on Tue, Aug 08, 2006 at 11:37:41AM CEST:
>
> I need to build a native library and a cross-compiled libarary from
> the same set of source files, but I don't find any method to specify
> per-
B might be what
I'm looking for. But there isn't much information in the manual on how
the corresponding Makefile should be. Neither on Internet nor the
mailing list archive, surprisingly.
--
Tzu-Chien Chiu - SMedia Technology Corp.
URL: http://www.csie.nctu.edu.tw/~jwchiu/
1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
The versions of the programs I use:
* autoconf 2.59
* automake 1.9.6
--
Tzu-Chien Chiu - SMedia Technology Corp.
URL: http://www.csie.nctu.edu.tw/~jwchiu/