Ignore:
Timestamp:
Jul 21, 2010, 9:16:25 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Adopted a huge bunch of makefiles to OS/2 (will be tested as they get used).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/jawt/Makefile

    r2 r74  
    3434# Files
    3535#
    36 ifeq ($(PLATFORM), windows)
     36ifeq ($(filter-out windows os2, $(PLATFORM)),)
    3737FILES_cpp = jawt.cpp
    3838else # PLATFORM
     
    5050
    5151
    52 ifeq ($(PLATFORM), windows)
     52ifeq ($(filter-out windows os2, $(PLATFORM)),)
    5353#
    5454# Extra C flags.
     
    142142build: $(FILES_h)
    143143
    144 ifeq ($(PLATFORM), windows)
     144ifeq ($(filter-out windows os2, $(PLATFORM)),)
    145145include make.depend
    146146endif
Note: See TracChangeset for help on using the changeset viewer.