jdk/make/Makefile
changeset 7200 38278aeb936f
parent 7174 5a56e43d896c
child 7665 bc5dbdc44e1e
equal deleted inserted replaced
7199:e9aad21cf42e 7200:38278aeb936f
     1 #
     1 #
     2 # Copyright (c) 1995, 2007, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   241 
   241 
   242 SUBDIRS       = tools java javax sun com
   242 SUBDIRS       = tools java javax sun com
   243 SUBDIRS_tools = launchers
   243 SUBDIRS_tools = launchers
   244 SUBDIRS_misc  = org sunw jpda mkdemo mksample
   244 SUBDIRS_misc  = org sunw jpda mkdemo mksample
   245 
   245 
       
   246 # Alternate classes implementation
       
   247 ifndef OPENJDK
       
   248   SUBDIRS_misc += altclasses
       
   249 endif
       
   250 
   246 include $(BUILDDIR)/common/Subdirs.gmk
   251 include $(BUILDDIR)/common/Subdirs.gmk
   247 
   252 
   248 all build::
   253 all build::
   249 	$(SUBDIRS-loop)
   254 	$(SUBDIRS-loop)
   250 
   255