Makefile
changeset 7760 4ab84455407c
parent 4362 0a8849e52e36
child 7763 2a3817cf33cb
equal deleted inserted replaced
7759:ae98f8ab0971 7760:4ab84455407c
    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, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 SUBDIRS = components
    24 SUBDIRS = components
    25 
    25 
    26 download:	TARGET = download
    26 download:	TARGET = download
    44 test system-test component-hook: $(SUBDIRS)
    44 test system-test component-hook: $(SUBDIRS)
    45 
    45 
    46 $(SUBDIRS):	FORCE
    46 $(SUBDIRS):	FORCE
    47 	@+echo "$(TARGET) $@" ; $(MAKE) -C $@ $(TARGET)
    47 	@+echo "$(TARGET) $@" ; $(MAKE) -C $@ $(TARGET)
    48 
    48 
       
    49 README.md:	README
       
    50 	markdown_py < $< > $@
       
    51 
    49 FORCE:
    52 FORCE: