jdk/make/javax/Makefile
changeset 4917 c98da2209f8c
parent 715 f16baef3a20e
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    28 #
    28 #
    29 
    29 
    30 BUILDDIR = ..
    30 BUILDDIR = ..
    31 include $(BUILDDIR)/common/Defs.gmk
    31 include $(BUILDDIR)/common/Defs.gmk
    32 
    32 
       
    33 SUBDIRS = others
       
    34 
       
    35 SUBDIRS_management = management
       
    36 
       
    37 SUBDIRS_misc = \
       
    38         crypto \
       
    39         sql \
       
    40         rmi
       
    41 
    33 # imageio uses xml, so build it last
    42 # imageio uses xml, so build it last
       
    43 SUBDIRS_desktop = \
       
    44         accessibility \
       
    45         print \
       
    46         swing \
       
    47         sound \
       
    48         imageio
    34 
    49 
    35 SUBDIRS = \
    50 include $(BUILDDIR)/common/Subdirs.gmk
    36 	others \
       
    37 	accessibility \
       
    38 	print \
       
    39 	swing \
       
    40 	crypto \
       
    41 	sound \
       
    42 	sql \
       
    43 	rmi \
       
    44 	management \
       
    45 	imageio
       
    46 
    51 
    47 all build:
    52 all build:
    48 	$(SUBDIRS-loop)
    53 	$(SUBDIRS-loop)
    49 clean clobber::
    54 clean clobber::
    50 	$(SUBDIRS-loop)
    55 	$(SUBDIRS-loop)