changeset 8583 | 15dea0fdc2ea |
parent 7668 | d4a77089c587 |
child 9035 | 1255eb81cc2f |
8471:fd444c61e7ed | 8583:15dea0fdc2ea |
---|---|
27 # Makefile for the nio/file sample code |
27 # Makefile for the nio/file sample code |
28 # |
28 # |
29 |
29 |
30 BUILDDIR = ../../.. |
30 BUILDDIR = ../../.. |
31 |
31 |
32 MODULE = samples |
|
33 PRODUCT = java |
32 PRODUCT = java |
34 |
33 |
35 include $(BUILDDIR)/common/Defs.gmk |
34 include $(BUILDDIR)/common/Defs.gmk |
36 |
35 |
37 SAMPLE_SRC_DIR = $(SHARE_SRC)/sample/nio/file |
36 SAMPLE_SRC_DIR = $(SHARE_SRC)/sample/nio/file |