equal
deleted
inserted
replaced
29 |
29 |
30 BUILDDIR = .. |
30 BUILDDIR = .. |
31 PRODUCT = demos |
31 PRODUCT = demos |
32 include $(BUILDDIR)/common/Defs.gmk |
32 include $(BUILDDIR)/common/Defs.gmk |
33 |
33 |
34 SUBDIRS = applets jfc jvmti management jni scripting jpda |
34 SUBDIRS = jni |
|
35 SUBDIRS_desktop = applets jfc |
|
36 SUBDIRS_management = management |
|
37 SUBDIRS_misc = scripting |
|
38 SUBDIRS_tools = jpda jvmti |
|
39 |
|
40 include $(BUILDDIR)/common/Subdirs.gmk |
35 |
41 |
36 all build:: nbproject |
42 all build:: nbproject |
37 $(SUBDIRS-loop) |
43 $(SUBDIRS-loop) |
38 |
44 |
39 nbproject: |
45 nbproject: |