makefile
来自「开源的OpenId的一个java实现」· 代码 · 共 15 行
TXT
15 行
UNDEF_CRYPTO="-UXMLSEC_CRYPTO"SHOULD_COME_LAST="-DXMLSEC_CRYPTO=\"`xmlsec1-config --crypto`\""all: process_request.o test.o gcc -o test `xmlsec1-config --libs` `xml2-config --libs` process_request.o test.oprocess_request.o: gcc -c -g `xml2-config --cflags` `xmlsec1-config --cflags` ${UNDEF_CRYPTO} ${SHOULD_COME_LAST} process_request.c test.o: gcc -c -g `xml2-config --cflags` `xmlsec1-config --cflags` ${UNDEF_CRYPTO} ${SHOULD_COME_LAST} test.c clean: rm process_request.o test.o test
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?