facho-signer: primer firmador sin xades
FossilOrigin-Name: c10547642e8d5e6f5b6e6e3a71b8294ebe566a68a2bd14a9233e21ae016aef20
This commit is contained in:
15
experimental/facho-signer/Makefile
Normal file
15
experimental/facho-signer/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
.PHONY: facho-signer
|
||||
|
||||
CC = gcc
|
||||
|
||||
CFLAGS = -Wall -Werror -std=gnu11
|
||||
CFLAGS += $(shell pkg-config libxml-2.0 --cflags)
|
||||
CFLAGS += $(shell pkg-config xmlsec1 --cflags)
|
||||
CFLAGS += $(shell pkg-config xmlsec1-openssl --cflags)
|
||||
|
||||
LDFLAGS = $(shell pkg-config libxml-2.0 --libs)
|
||||
LDFLAGS += $(shell pkg-config xmlsec1 --libs)
|
||||
LDFLAGS += $(shell pkg-config xmlsec1-openssl --libs)
|
||||
|
||||
facho-signer: crypto.c facho-signer.c
|
||||
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $^
|
||||
Reference in New Issue
Block a user