Changeset 234
- Timestamp:
- Jan 10, 2011, 1:56:01 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/sun/awt
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/awt/Makefile
r231 r234 129 129 # If on Solaris 11 (or dlfcn.h has unknown_control_flow pragmas in it) 130 130 # we trigger a SS11 bug that causes the compiler to crash (bug 6343678) 131 # Here we check to see if we need this workaround and change the opt 131 # Here we check to see if we need this workaround and change the opt 132 132 # settings for this one file. 133 133 USE_WORKAROUND:=$(shell $(GREP) unknown_control_flow /usr/include/dlfcn.h) … … 157 157 158 158 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX 159 endif # PLATFORM 159 endif # PLATFORM 160 160 161 161 # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS-SPARC … … 167 167 INLINE_VIS = $(PLATFORM_SRC)/native/sun/awt/medialib/vis_$(ARCH_DATA_MODEL).il 168 168 CFLAGS_sparcv9 = -DMLIB_OS64BIT 169 169 170 170 CFLAGS += $(CFLAGS_$(ARCH)) -DMLIB_ADD_SUFF $(INLINE_VIS) \ 171 171 -I$(SHARE_SRC)/native/sun/awt/medialib \ … … 214 214 # 215 215 # If make.depend is not working correctly, then it can be omitted 216 # if you always build from a clean workspace. 216 # if you always build from a clean workspace. 217 217 218 218 include make.depend … … 221 221 222 222 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS 223 endif # PLATFORM224 225 ifeq ($(PLATFORM), os2)226 # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv OS/2227 #228 # Additional dependencies.229 #230 # If make.depend is not working correctly, then it can be omitted231 # if you always build from a clean workspace.232 233 include make.depend.gmk234 235 # required additional rules:236 237 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OS/2238 223 endif # PLATFORM 239 224 … … 250 235 251 236 ifndef OPENJDK 252 clobber clean:: dgalib.clean 237 clobber clean:: dgalib.clean 253 238 endif 254 239 … … 313 298 clean:: awt.clean 314 299 315 awt.clean: 316 $(RM) $(TEMPDIR)/awt.ico 317 $(RM) $(TEMPDIR)/awt.res 318 $(RM) $(TEMPDIR)/hand.cur 300 awt.clean: 301 $(RM) $(TEMPDIR)/awt.ico 302 $(RM) $(TEMPDIR)/awt.res 303 $(RM) $(TEMPDIR)/hand.cur 319 304 $(RM) $(TEMPDIR)/check.bmp 320 305 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS … … 334 319 clean:: awt.clean 335 320 336 awt.clean: 337 $(RM) $(TEMPDIR)/awt.ico 338 $(RM) $(TEMPDIR)/awt.res 339 $(RM) $(TEMPDIR)/hand.cur 321 awt.clean: 322 $(RM) $(TEMPDIR)/awt.ico 323 $(RM) $(TEMPDIR)/awt.res 324 $(RM) $(TEMPDIR)/hand.cur 340 325 $(RM) $(TEMPDIR)/check.bmp 341 326 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OS/2 … … 435 420 _FONTCONFIGS = \ 436 421 fontconfig.properties \ 437 fontconfig.98.properties 422 fontconfig.98.properties 438 423 439 424 FONTCONFIGS_SRC_PREFIX = … … 544 529 545 530 # FIXME: awt shouldn't have to see the VM's private headers. 546 # FIXME: if you re-order this list, the build breaks, possibly because 531 # FIXME: if you re-order this list, the build breaks, possibly because 547 532 # of filename collision. Such a collision, if present, is pure 548 533 # evil. Need to investigate this. … … 598 583 599 584 # FIXME: awt shouldn't have to see the VM's private headers. 600 # FIXME: if you re-order this list, the build breaks, possibly because 585 # FIXME: if you re-order this list, the build breaks, possibly because 601 586 # of filename collision. Such a collision, if present, is pure 602 587 # evil. Need to investigate this. … … 652 637 -I$(OPENWIN_HOME)/include \ 653 638 -I$(OPENWIN_HOME)/include/X11/extensions \ 654 -I$(PLATFORM_SRC)/native/$(PKGDIR)/font 639 -I$(PLATFORM_SRC)/native/$(PKGDIR)/font 655 640 endif 656 641 CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/debug \
Note:
See TracChangeset
for help on using the changeset viewer.