jdk/make/jpda/transport/Makefile
changeset 4917 c98da2209f8c
parent 4665 d14dc3d9e1fa
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    34 
    34 
    35 SUBDIRS = socket
    35 SUBDIRS = socket
    36 ifeq ($(PLATFORM), windows)
    36 ifeq ($(PLATFORM), windows)
    37 SUBDIRS += shmem
    37 SUBDIRS += shmem
    38 endif # PLATFORM
    38 endif # PLATFORM
       
    39 
       
    40 include $(BUILDDIR)/common/Subdirs.gmk
    39 all build clean clobber::
    41 all build clean clobber::
    40 	$(SUBDIRS-loop)
    42 	$(SUBDIRS-loop)
    41 
    43 
    42 #
    44 #
    43 # Copy jdwpTransport.h into the SDK include directory
    45 # Copy jdwpTransport.h into the SDK include directory