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

📄 makefile.am

📁 这是一个C的源代码
💻 AM
字号:
SUBDIRS = . example genChangeLog :	cg-log > ChangeLogCLEANFILES = *~maintainer-clean-local:	-rm -rf Makefile.in depcomp ltmain.sh config.h.in configure compile config.guess config.sub \		missing install-sh autom4te.cache aclocal.m4 tmp key2.stor system.storlib_LTLIBRARIES = libpbc.la # this should really be a versioned dir, i.e., $(includedir)/pbc-0.2.16/pbclibrary_includedir = $(includedir)/pbclibrary_include_HEADERS = include/pbc_a1_param.h \include/pbc_a_param.h \include/pbc_assert.h \include/pbc_curve.h \include/pbc_darray.h \include/pbc_d_param.h \include/pbc_e_param.h \include/pbc_field.h \include/pbc_fieldmpz.h \include/pbc_fieldquadratic.h \include/pbc_fops.h \include/pbc_f_param.h \include/pbc_g_param.h \include/pbc_fp.h \include/pbc.h \include/pbc_hilbert.h \include/pbc_memory.h \include/pbc_mnt.h \include/pbc_mpc.h \include/pbc_pairing.h \include/pbc_param.h \include/pbc_parse.h \include/pbc_poly.h \include/pbc_random.h \include/pbc_singular.h \include/pbc_symtab.h \include/pbc_time.h \include/pbc_tracker.h \include/pbc_utils.hlibpbc_la_CPPFLAGS = -Iincludelibpbc_la_SOURCES = arith/field.c arith/fieldmpz.c \	arith/tinyfp.c \	arith/naivefp.c arith/fastfp.c \	arith/fp.c arith/fasterfp.c arith/montfp.c \	arith/indexcalculus.c \	arith/fieldquadratic.c arith/poly.c \	arith/random.c misc/parse.c misc/darray.c misc/symtab.c misc/get_time.c \	misc/pbc_assert.c \	misc/memory.c \	misc/fops.c ecc/mpc.c ecc/mnt.c ecc/hilbert.c ecc/curve.c ecc/pairing.c \	ecc/singular.c \	ecc/param.c ecc/a_param.c ecc/d_param.c ecc/e_param.c \	ecc/f_param.c ecc/g_param.c misc/tracker.c misc/extend_printf.clibpbc_la_LDFLAGS =  -lgmp -lmnoinst_PROGRAMS = pbc/pbc benchmark/benchmark benchmark/timersa benchmark/ellnetpbc_pbc_CPPFLAGS = -I includepbc_pbc_LDADD = libpbc.lapbc_pbc_SOURCES = pbc/pbc.c pbc/pbc_getline.cbenchmark_benchmark_CPPFLAGS = -I includebenchmark_benchmark_LDADD = libpbc.labenchmark_benchmark_SOURCES = benchmark/benchmark.cbenchmark_timersa_CPPFLAGS = -I includebenchmark_timersa_LDADD = libpbc.labenchmark_timersa_SOURCES = benchmark/timersa.cbenchmark_ellnet_CPPFLAGS = -I includebenchmark_ellnet_LDADD = libpbc.labenchmark_ellnet_SOURCES = benchmark/ellnet.c

⌨️ 快捷键说明

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