make/common/NativeCompilation.gmk
branchihse-nativecompilation-branch
changeset 56198 89aab97c5335
parent 56196 a96f5d80fa35
child 56723 d927981eeb64
equal deleted inserted replaced
56197:8fcca3163b7f 56198:89aab97c5335
   418   endif
   418   endif
   419 
   419 
   420   ifneq ($$($1_NAME), $(basename $$($1_NAME)))
   420   ifneq ($$($1_NAME), $(basename $$($1_NAME)))
   421     $$(error NAME must not contain any directory path in $1)
   421     $$(error NAME must not contain any directory path in $1)
   422   endif
   422   endif
   423   ifneq ($(findstring $$($1_SUFFIX), $$($1_NAME)))
   423   ifneq ($(findstring $$($1_SUFFIX), $$($1_NAME)), )
   424     $$(error NAME should be specified without suffix: $$($1_SUFFIX) in $1)
   424     $$(error NAME should be specified without suffix: $$($1_SUFFIX) in $1)
   425   endif
   425   endif
   426   ifneq ($(findstring $$($1_PREFIX), $$($1_NAME)))
   426   ifneq ($(findstring $$($1_PREFIX), $$($1_NAME)), )
   427     $$(error NAME should be specified without prefix: $$($1_PREFIX) in $1)
   427     $$(error NAME should be specified without prefix: $$($1_PREFIX) in $1)
   428   endif
   428   endif
   429   ifeq ($$($1_OUTPUT_DIR), )
   429   ifeq ($$($1_OUTPUT_DIR), )
   430     $$(error OUTPUT_DIR is missing in $1)
   430     $$(error OUTPUT_DIR is missing in $1)
   431   endif
   431   endif