⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Crypto code for the Elliptic Curce Cryptography
💻
字号:
# Generated automatically from Makefile.in by configure.LIB_OBJECTS= eliptic_poly.o  int_functions.o  main.o  poly_func.o  polymain.o  poly_protocol.o bigint.oWARN_FLAGS = #CFLAGS=--I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointerCFLAGS=-I. all: polygenclean:	-rm -f *.o polygendistclean: clean.c.o:	$(CC) $(CFLAGS) $(DEFINES) -c $<polygen: $(LIB_OBJECTS) 	$(CC) -o polygen $(LIB_OBJECTS)  dep:	echo "dependency not required/supported"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -