jdk/make/java/instrument/Makefile
changeset 8583 15dea0fdc2ea
parent 7668 d4a77089c587
child 8796 604a43386301
equal deleted inserted replaced
8471:fd444c61e7ed 8583:15dea0fdc2ea
    25 
    25 
    26 # Makefile for building the Java Programming Language Instrumentation Services
    26 # Makefile for building the Java Programming Language Instrumentation Services
    27 # agent, supporting java.lang.instrument
    27 # agent, supporting java.lang.instrument
    28 
    28 
    29 BUILDDIR = ../..
    29 BUILDDIR = ../..
    30 MODULE  = instrument
       
    31 PACKAGE = sun.instrument
    30 PACKAGE = sun.instrument
    32 LIBRARY = instrument
    31 LIBRARY = instrument
    33 PRODUCT = sun
    32 PRODUCT = sun
    34 
    33 
    35 # Configure the CFLAGS for this library.  Use static binding so that there
    34 # Configure the CFLAGS for this library.  Use static binding so that there