OpenJDK / jdk7u / jdk7u-dev / jdk
comparison make/java/instrument/Makefile @ 2080:d30f2e22fffd
6911737: Module build: generate modules with native libraries and any other files not in jar
Summary: create modules under OUTPUTDIR/modules directory containing resources, native libraries
Reviewed-by: alanb, ohair
author | mchung |
---|---|
date | Thu, 07 Jan 2010 08:14:48 -0800 |
parents | e2de121c27c4 |
children | 00cd9dc3c2b5 |
comparison
equal
deleted
inserted
replaced
1:c74a24d6fc02 | 2:8ffacf9bf539 |
---|---|
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 | |
30 PACKAGE = sun.instrument | 31 PACKAGE = sun.instrument |
31 LIBRARY = instrument | 32 LIBRARY = instrument |
32 PRODUCT = sun | 33 PRODUCT = sun |
33 | 34 |
34 # Configure the CFLAGS for this library. Use static binding so that there | 35 # Configure the CFLAGS for this library. Use static binding so that there |