equal
deleted
inserted
replaced
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 |