This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: Makefile.am cleanup for xlib peer


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> 2004-09-09  Michael Koch  <konqueror@gmx.de>
Michael> 	* Makefile.am
Michael> 	(xlib_includes): Removed.
Michael> 	(AM_CPPFLAGS): Renamed from INCLUDES.
Michael> 	(lib_gnu_awt_xlib_la_CPPFLAGS): New automake variable.
Michael> 	* Makefile.in: Regenerate.

This looks pretty much ok to me.

Michael> +## We require libstdc++-v3 to be in the same build tree.
Michael> +lib_gnu_awt_xlib_la_CPPFLAGS = \
Michael> +	-I../libstdc++-v3/include \
Michael> +	-I../libstdc++-v3/include/$(target_noncanonical) \
Michael> +	-I$(srcdir)/../libstdc++-v3/libsupc++

I thought this had to explicitly include $(AM_CPPFLAGS).
But I don't remember exactly.

Whichever version of this patch gets the right flags to the xlib peers
is ok.  Thanks.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]