changeset 12047 | 320a714614e9 |
parent 8822 | 8145ab9f5f86 |
child 14342 | 8435a30053c1 |
12046:378aa3362868 | 12047:320a714614e9 |
---|---|
55 |
55 |
56 ifeq ($(PLATFORM), linux) |
56 ifeq ($(PLATFORM), linux) |
57 SUBDIRS += jexec |
57 SUBDIRS += jexec |
58 endif # PLATFORM |
58 endif # PLATFORM |
59 |
59 |
60 ifeq ($(PLATFORM), macosx) |
|
61 SUBDIRS += jobjc |
|
62 endif # PLATFORM |
|
63 |
|
60 include $(BUILDDIR)/common/Subdirs.gmk |
64 include $(BUILDDIR)/common/Subdirs.gmk |
61 |
65 |
62 all build clean clobber:: |
66 all build clean clobber:: |
63 $(SUBDIRS-loop) |
67 $(SUBDIRS-loop) |
64 |
68 |