Makefile
changeset 1038 3b4d8f56a1bf
parent 83 9ab0deb97868
child 1188 d563dccb5adb
equal deleted inserted replaced
1037:336412dc83cf 1038:3b4d8f56a1bf
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2012, Oracle and/or its 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
    33 validate:	TARGET = validate
    33 validate:	TARGET = validate
    34 clean:		TARGET = clean
    34 clean:		TARGET = clean
    35 clobber:	TARGET = clobber
    35 clobber:	TARGET = clobber
    36 setup:		TARGET = setup
    36 setup:		TARGET = setup
    37 test:		TARGET = test
    37 test:		TARGET = test
       
    38 component-hook:		TARGET = component-hook
    38 
    39 
    39 .DEFAULT:	publish
    40 .DEFAULT:	publish
    40 
    41 
    41 download setup prep build install publish validate clean clobber \
    42 download setup prep build install publish validate clean clobber \
    42 test: $(SUBDIRS)
    43 test component-hook: $(SUBDIRS)
    43 
    44 
    44 $(SUBDIRS):	FORCE
    45 $(SUBDIRS):	FORCE
    45 	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
    46 	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
    46 
    47 
    47 FORCE:
    48 FORCE: