make/autoconf/spec.gmk.in
changeset 47314 743814386712
parent 47264 8b5ed0358b3a
child 47346 ea082b202a23
equal deleted inserted replaced
47313:eb28be8f935d 47314:743814386712
   845 CONFIGURE_CMD := $(TOPDIR)/configure
   845 CONFIGURE_CMD := $(TOPDIR)/configure
   846 
   846 
   847 # This macro is called to allow inclusion of closed source counterparts.
   847 # This macro is called to allow inclusion of closed source counterparts.
   848 # Unless overridden in closed sources, it expands to nothing.
   848 # Unless overridden in closed sources, it expands to nothing.
   849 # Usage: This function is called in an open makefile, with the following
   849 # Usage: This function is called in an open makefile, with the following
   850 # arguments:
   850 # argument:
   851 # $1 the name of the repo, or empty if the top-level repo.
   851 # $1 the name of the makefile
   852 # $2 the name of the makefile
       
   853 define IncludeCustomExtension
   852 define IncludeCustomExtension
   854 endef
   853 endef
   855 
   854 
   856 # Include the custom-spec.gmk file if it exists
   855 # Include the custom-spec.gmk file if it exists
   857 -include $(dir @SPEC@)/custom-spec.gmk
   856 -include $(dir @SPEC@)/custom-spec.gmk