mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 11:29:51 +08:00
Makefile.in: Rebuilt.
2003-01-15 Scott Gilbertson <scottg@mantatest.com> * Makefile.in: Rebuilt. * Makefile.am (xlib_includes): New macro. (INCLUDES): Use it. From-SVN: r61366
This commit is contained in:
parent
51e13b7194
commit
2af84af57b
@ -1,3 +1,9 @@
|
||||
2003-01-15 Scott Gilbertson <scottg@mantatest.com>
|
||||
|
||||
* Makefile.in: Rebuilt.
|
||||
* Makefile.am (xlib_includes): New macro.
|
||||
(INCLUDES): Use it.
|
||||
|
||||
2003-01-15 Scott Gilbertson <scottg@mantatest.com>
|
||||
|
||||
* gnu/awt/xlib/XToolkit.java (getColorModel): Implemented.
|
||||
|
@ -25,8 +25,11 @@ endif
|
||||
|
||||
if XLIB_AWT
|
||||
cond_x_ltlibrary = libgcjx.la
|
||||
## We require libstdc++-v3 to be in the same build tree.
|
||||
xlib_includes = -I../libstdc++-v3/include -I../libstdc++-v3/include/$(target_alias) -I$(srcdir)/../libstdc++-v3/libsupc++
|
||||
else
|
||||
cond_x_ltlibrary =
|
||||
xlib_includes =
|
||||
endif
|
||||
|
||||
toolexeclib_LTLIBRARIES = libgcj.la lib-org-xml-sax.la lib-org-w3c-dom.la $(cond_x_ltlibrary)
|
||||
@ -107,10 +110,9 @@ JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
|
||||
LIBFFIINCS = @LIBFFIINCS@
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
|
||||
$(GCINCS) $(THREADINCS) $(INCLTDL) \
|
||||
$(GCINCS) $(THREADINCS) $(INCLTDL) $(xlib_includes) \
|
||||
$(GCC_UNWIND_INCLUDE) $(ZINCS) $(LIBFFIINCS)
|
||||
|
||||
|
||||
## ################################################################
|
||||
|
||||
##
|
||||
|
@ -136,6 +136,8 @@ AUTOMAKE_OPTIONS = foreign
|
||||
@USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
|
||||
@XLIB_AWT_TRUE@cond_x_ltlibrary = @XLIB_AWT_TRUE@libgcjx.la
|
||||
@XLIB_AWT_FALSE@cond_x_ltlibrary =
|
||||
@XLIB_AWT_TRUE@xlib_includes = @XLIB_AWT_TRUE@-I../libstdc++-v3/include -I../libstdc++-v3/include/$(target_alias) -I$(srcdir)/../libstdc++-v3/libsupc++
|
||||
@XLIB_AWT_FALSE@xlib_includes =
|
||||
|
||||
toolexeclib_LTLIBRARIES = libgcj.la lib-org-xml-sax.la lib-org-w3c-dom.la $(cond_x_ltlibrary)
|
||||
toolexeclib_DATA = libgcj.spec
|
||||
@ -182,7 +184,7 @@ JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
|
||||
LIBFFIINCS = @LIBFFIINCS@
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
|
||||
$(GCINCS) $(THREADINCS) $(INCLTDL) \
|
||||
$(GCINCS) $(THREADINCS) $(INCLTDL) $(xlib_includes) \
|
||||
$(GCC_UNWIND_INCLUDE) $(ZINCS) $(LIBFFIINCS)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user