Loading data/certificates/Makefile +6 −10 Original line number Diff line number Diff line ifeq ($(ARCH),) ARCH = $(shell gcc -dumpmachine) else ifeq ($(OS),Windows_NT) ARCH=msvc ARCH=MSVC-x64-Debug else ARCH = $(shell gcc -dumpmachine) endif endif Loading @@ -17,14 +17,10 @@ depdir=temp keydir=certificates iutdir=iut ifeq ($(ARCH),msvc) asn1certgen= $(CERTGEN)/build/msvc/x64/Debug/certgen.exe else asn1certgen=$(CERTGEN)/build/$(ARCH)-d/certgen endif asn1certgen=$(CERTGEN)/build/$(ARCH)/certgen xsl_cvt=$(CERTGEN)/itscertgen/certgen/asn1certgen.xslt xsl_dep=$(CERTGEN)/itscertgen/certgen/prof2dep.xsl xsl_cvt=$(CERTGEN)/certgen/asn1certgen.xslt xsl_dep=$(CERTGEN)/certgen/prof2dep.xsl profiles=$(wildcard $(in)/*.xml) certificates_oer=$(patsubst $(in)/%.xml, $(outdir)/%.oer, $(profiles)) Loading Loading
data/certificates/Makefile +6 −10 Original line number Diff line number Diff line ifeq ($(ARCH),) ARCH = $(shell gcc -dumpmachine) else ifeq ($(OS),Windows_NT) ARCH=msvc ARCH=MSVC-x64-Debug else ARCH = $(shell gcc -dumpmachine) endif endif Loading @@ -17,14 +17,10 @@ depdir=temp keydir=certificates iutdir=iut ifeq ($(ARCH),msvc) asn1certgen= $(CERTGEN)/build/msvc/x64/Debug/certgen.exe else asn1certgen=$(CERTGEN)/build/$(ARCH)-d/certgen endif asn1certgen=$(CERTGEN)/build/$(ARCH)/certgen xsl_cvt=$(CERTGEN)/itscertgen/certgen/asn1certgen.xslt xsl_dep=$(CERTGEN)/itscertgen/certgen/prof2dep.xsl xsl_cvt=$(CERTGEN)/certgen/asn1certgen.xslt xsl_dep=$(CERTGEN)/certgen/prof2dep.xsl profiles=$(wildcard $(in)/*.xml) certificates_oer=$(patsubst $(in)/%.xml, $(outdir)/%.oer, $(profiles)) Loading