Makefile
changeset 49 13d31a6d756e
parent 2 125cd5d2cd9e
child 53 e398cb2c4b45
equal deleted inserted replaced
48:1bb7f3eccdd6 49:13d31a6d756e
    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
    26 SUBDIRS += components incorporations
    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
    38 .DEFAULT:	publish
    38 .DEFAULT:	publish
    39 
    39 
    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 	cd $@ ; echo "$(TARGET) \c" ; pwd ; $(GMAKE) $(TARGET)
    43 	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
       
    44 
       
    45 incorporations:	components
    44 
    46 
    45 FORCE:
    47 FORCE: