Changeset 121
- Timestamp:
- Jan 1, 2002, 8:27:19 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/common/Library.gmk
r90 r121 327 327 # 328 328 ifdef PACKAGE 329 330 ifeq ($(PLATFORM), os2) 331 # OS/2 is based on Odin32 so PLATFORM_SRC is 'windows'. But in some cases we 332 # provide the native implementations so the 'os2' vpath should come first 333 PLATFORM_SRC_OS2 = $(PLATFORM_SRC:%/windows=%/os2) 334 ifeq ($(PLATFORM_SRC), $(PLATFORM_SRC_OS2)) 335 $(error Both PLATFORM_SRC and PLATFORM_SRC_OS2 are '$(PLATFOROM_SRC)'!) 336 endif 337 vpath %.c $(PLATFORM_SRC_OS2)/native/$(PKGDIR) 338 OTHER_INCLUDES += -I$(PLATFORM_SRC_OS2)/native/common 339 OTHER_INCLUDES += -I$(PLATFORM_SRC_OS2)/native/$(PKGDIR) 340 endif 341 329 342 vpath %.c $(PLATFORM_SRC)/native/$(PKGDIR) 330 343 vpath %.c $(SHARE_SRC)/native/$(PKGDIR) … … 332 345 OTHER_INCLUDES += -I$(SHARE_SRC)/native/$(PKGDIR) \ 333 346 -I$(PLATFORM_SRC)/native/$(PKGDIR) 347 334 348 endif 335 349
Note:
See TracChangeset
for help on using the changeset viewer.