equal
deleted
inserted
replaced
21 # Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved. |
21 # Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 include make-rules/shared-macros.mk |
24 include make-rules/shared-macros.mk |
25 |
25 |
26 SUBDIRS += components incorporations |
26 SUBDIRS += components |
27 |
27 |
28 download: TARGET = download |
28 download: TARGET = download |
29 prep: TARGET = prep |
29 prep: TARGET = prep |
30 build: TARGET = build |
30 build: TARGET = build |
31 install: TARGET = install |
31 install: TARGET = install |
40 download setup prep build install publish validate clean clobber: $(SUBDIRS) |
40 download setup prep build install publish validate clean clobber: $(SUBDIRS) |
41 |
41 |
42 $(SUBDIRS): FORCE |
42 $(SUBDIRS): FORCE |
43 +echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET) |
43 +echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET) |
44 |
44 |
45 incorporations: components |
|
46 |
|
47 FORCE: |
45 FORCE: |