jdk/make/com/sun/tools/attach/Makefile
changeset 4665 d14dc3d9e1fa
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4664:0b0443cbc448 4665:d14dc3d9e1fa
    23 # have any questions.
    23 # have any questions.
    24 #
    24 #
    25 
    25 
    26 
    26 
    27 BUILDDIR = ../../../..
    27 BUILDDIR = ../../../..
       
    28 MODULE  = attach
    28 PACKAGE = com.sun.tools.attach
    29 PACKAGE = com.sun.tools.attach
    29 LIBRARY = attach
    30 LIBRARY = attach
    30 PRODUCT = sun
    31 PRODUCT = sun
    31 include $(BUILDDIR)/common/Defs.gmk
    32 include $(BUILDDIR)/common/Defs.gmk
    32 
    33 
    63                                                                                                 
    64                                                                                                 
    64 $(SERVICEDIR)/%: $(SHARE_SRC)/classes/sun/tools/attach/META-INF/services/%
    65 $(SERVICEDIR)/%: $(SHARE_SRC)/classes/sun/tools/attach/META-INF/services/%
    65 	@$(MKDIR) -p $(@D)
    66 	@$(MKDIR) -p $(@D)
    66 	@$(RM) $@
    67 	@$(RM) $@
    67 	@$(CAT) $< | $(SED) -e "s/^#\[$(PLATFORM)\]//" > $@
    68 	@$(CAT) $< | $(SED) -e "s/^#\[$(PLATFORM)\]//" > $@
       
    69 	@$(install-module-file)
    68                                                                                                 
    70                                                                                                 
    69 .PHONY: copy-files
    71 .PHONY: copy-files
    70 
    72 
    71 
    73 
    72 clean::
    74 clean::