openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

Makefile (509B)


      1 # 
      2 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3 # 
      4 # Copyright 2007-2019 Broadcom Inc. All rights reserved.
      5 #
      6 # Include standard Makefile configuration
      7 #
      8 
      9 include ${SDK}/make/Make.config
     10 include ${SDK}/make/Make.depend
     11 
     12 all::
     13 
     14 install:: ${install_files}
     15 
     16 ${install_files}::
     17 	${INSTALL} -d ${install_headers}/$(dir $@)
     18 	${INSTALL} -m0644 -c $@ ${install_headers}/$(dir $@)
     19 
     20 clean::
     21 
     22 distclean::
     23 	$(RM) ${install_headers}