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

📄 makefile.in

📁 这是一个C的源代码
💻 IN
📖 第 1 页 / 共 5 页
字号:
PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@VERSION = @VERSION@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target_alias = @target_alias@SUBDIRS = . example genCLEANFILES = *~lib_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 -lmpbc_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.call: config.h	$(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: .c .lo .o .objam--refresh:	@:$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \	      cd $(srcdir) && $(AUTOMAKE) --gnu  \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    echo ' $(SHELL) ./config.status'; \	    $(SHELL) ./config.status;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	$(SHELL) ./config.status --recheck$(top_srcdir)/configure:  $(am__configure_deps)	cd $(srcdir) && $(AUTOCONF)$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)config.h: stamp-h1	@if test ! -f $@; then \	  rm -f stamp-h1; \	  $(MAKE) stamp-h1; \	else :; fistamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status	@rm -f stamp-h1	cd $(top_builddir) && $(SHELL) ./config.status config.h$(srcdir)/config.h.in:  $(am__configure_deps) 	cd $(top_srcdir) && $(AUTOHEADER)	rm -f stamp-h1	touch $@distclean-hdr:	-rm -f config.h stamp-h1install-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \	  else :; fi; \	done

⌨️ 快捷键说明

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