Loading .gitignore 0 → 100755 +1 −0 Original line number Diff line number Diff line build/*-d common.mk→build/common.mk +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ all: $(dirs) $(predirs) $(alibnames) $(solibnames) $(binnames) $(postdirs) tests: all $(testbins) $(predirs) $(postdirs): DUMMY $(MAKE) -C $@ DEBUG=$(DEBUG) $(MAKE) -C $@ DEBUG=$(DEBUG) PROJECTROOT=../$(PROJECTROOT) BUILDROOT=../$(BUILDROOT) $(alibnames): $(outdir)/lib%.a : $(objects) ar rcs $@ $^ Loading certgen/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ ## This code is provided under the CeCill-C license agreement. ###################################################################### PROJECTROOT = .. BUILDROOT = ../build BUILDROOT = $(PROJECTROOT)/build PROJECT = certgen DEBUG = yes bins = certgen keygen Loading @@ -18,4 +18,4 @@ packages += cshared openssl predirs := asncodec includes += asncodec libs += $(outdir)/libItsCertAsn.a include ../common.mk include $(BUILDROOT)/common.mk certgen/asn1certgen.xslt +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ <xsl:when test="@value = 'TLM' or @value = 'SPAT' or @value=$AID-SPAT">01 E0</xsl:when> <xsl:when test="@value = 'RLT' or @value = 'MAP' or @value=$AID-MAP">01 C0</xsl:when> <xsl:when test="@value = 'IVI' or @value=$AID-IVI">01 00 00 00 FF F8</xsl:when> <xsl:when test="@value = 'TLC' or @value=$AID-SREM or @value='SREM'">01 FF FF E0</xsl:when> <xsl:when test="@value = 'TLC' or @value=$AID-SREM or @value='SREM'">02 FF FF E0</xsl:when> <xsl:when test="@value = 'SSEM' or @value=$AID-SSEM">01</xsl:when> <xsl:when test="@value = 'GPC' or @value=$AID-GPC">01</xsl:when> <xsl:when test="@value = 'CRT-REQ' or @value = $AID-CRT-REQ"> Loading certgen/asncodec/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -6,10 +6,10 @@ ## This code is provided under the CeCill-C license agreement. ###################################################################### PROJECTROOT = ../.. BUILDROOT = ../../build BUILDROOT = $(PROJECTROOT)/build PROJECT = ItsCertAsn DEBUG = yes alibs = ItsCertAsn sources := $(wildcard *.c) includes += . include ../../common.mk include $(BUILDROOT)/common.mk Loading
common.mk→build/common.mk +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ all: $(dirs) $(predirs) $(alibnames) $(solibnames) $(binnames) $(postdirs) tests: all $(testbins) $(predirs) $(postdirs): DUMMY $(MAKE) -C $@ DEBUG=$(DEBUG) $(MAKE) -C $@ DEBUG=$(DEBUG) PROJECTROOT=../$(PROJECTROOT) BUILDROOT=../$(BUILDROOT) $(alibnames): $(outdir)/lib%.a : $(objects) ar rcs $@ $^ Loading
certgen/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ ## This code is provided under the CeCill-C license agreement. ###################################################################### PROJECTROOT = .. BUILDROOT = ../build BUILDROOT = $(PROJECTROOT)/build PROJECT = certgen DEBUG = yes bins = certgen keygen Loading @@ -18,4 +18,4 @@ packages += cshared openssl predirs := asncodec includes += asncodec libs += $(outdir)/libItsCertAsn.a include ../common.mk include $(BUILDROOT)/common.mk
certgen/asn1certgen.xslt +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ <xsl:when test="@value = 'TLM' or @value = 'SPAT' or @value=$AID-SPAT">01 E0</xsl:when> <xsl:when test="@value = 'RLT' or @value = 'MAP' or @value=$AID-MAP">01 C0</xsl:when> <xsl:when test="@value = 'IVI' or @value=$AID-IVI">01 00 00 00 FF F8</xsl:when> <xsl:when test="@value = 'TLC' or @value=$AID-SREM or @value='SREM'">01 FF FF E0</xsl:when> <xsl:when test="@value = 'TLC' or @value=$AID-SREM or @value='SREM'">02 FF FF E0</xsl:when> <xsl:when test="@value = 'SSEM' or @value=$AID-SSEM">01</xsl:when> <xsl:when test="@value = 'GPC' or @value=$AID-GPC">01</xsl:when> <xsl:when test="@value = 'CRT-REQ' or @value = $AID-CRT-REQ"> Loading
certgen/asncodec/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -6,10 +6,10 @@ ## This code is provided under the CeCill-C license agreement. ###################################################################### PROJECTROOT = ../.. BUILDROOT = ../../build BUILDROOT = $(PROJECTROOT)/build PROJECT = ItsCertAsn DEBUG = yes alibs = ItsCertAsn sources := $(wildcard *.c) includes += . include ../../common.mk include $(BUILDROOT)/common.mk