changeset 8583 | 15dea0fdc2ea |
parent 7668 | d4a77089c587 |
child 9035 | 1255eb81cc2f |
8471:fd444c61e7ed | 8583:15dea0fdc2ea |
---|---|
26 # |
26 # |
27 # Makefile for building the tty (aka JDB) on JDI |
27 # Makefile for building the tty (aka JDB) on JDI |
28 # |
28 # |
29 |
29 |
30 BUILDDIR = ../.. |
30 BUILDDIR = ../.. |
31 MODULE = jdb |
|
32 PACKAGE = com.sun.tools.example.debug.tty |
31 PACKAGE = com.sun.tools.example.debug.tty |
33 PRODUCT = jpda |
32 PRODUCT = jpda |
34 PROGRAM = jdb |
33 PROGRAM = jdb |
35 include $(BUILDDIR)/common/Defs.gmk |
34 include $(BUILDDIR)/common/Defs.gmk |
36 |
35 |