Add USE_PERL fallback option for create script used with FUNCTION_PROFILE
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 22 May 2022 16:32:19 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Sun, 22 May 2022 16:32:19 +0000 (18:32 +0200)
interface/Makefile

index f57d0bd..abdac96 100644 (file)
@@ -531,8 +531,11 @@ $(BLASOBJS) $(BLASOBJS_P) : functable.h
 $(BLASOBJS) $(BLASOBJS_P) : override CFLAGS += -DPROFILE_FUNC_NAME=interface_$(*F)
 
 functable.h : Makefile
+ifndef USE_PERL
        ./create $(FUNCALLFILES) > functable.h
-
+else
+       ./create.pl $(FUNCALLFILES) > functable.h
+endif
 endif
 
 clean ::