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

📄 makefile.in

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 IN
📖 第 1 页 / 共 2 页
字号:
sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@thread_safe_flag_spec = @thread_safe_flag_spec@translatepath = @translatepath@AUTOMAKE_OPTIONS = no-dependencies 1.4 foreign@NEED_MX_TRUE@NEED_MX = 1lib_mal_compiler_la_LIBADD = ../mal/libmal.la $(MONETDB_LIBS) -lbat -lstream $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS)nodist_lib_mal_compiler_la_SOURCES = mal_compiler.c mal_compiler.hdist_lib_mal_compiler_la_SOURCES = mal_compilerdir = $(pkglibdir)/liblib_mal_compiler_la_CFLAGS = -DLIBMAL_COMPILER $(AM_CFLAGS)INCLUDES = -I$(srcdir) -I../modules/atoms -I$(srcdir)/../modules/atoms -I../mal -I$(srcdir)/../mal $(MONETDB_INCS) $(Z_CFLAGS) $(BZ_CFLAGS) $(PCL_FLAGS) $(PCRE_CFLAGS)BUILT_SOURCES = mal_compiler.c mal_compiler.h mal_compiler.malMOSTLYCLEANFILES = mal_compiler.c mal_compiler.h mal_compiler.malEXTRA_DIST = Makefile.msc mal_compiler.mx  $(BUILT_SOURCES)mal_compiler_LTLIBRARIES = lib_mal_compiler.labin_SCRIPTS = script_mal_compiler.malcompilerincludedir = $(pkgincludedir)/compilernodist_compilerinclude_HEADERS = mal_compiler.h all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/compiler/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --foreign  src/compiler/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure:  $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-mal_compilerLTLIBRARIES: $(mal_compiler_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(mal_compilerdir)" || $(mkdir_p) "$(DESTDIR)$(mal_compilerdir)"	@list='$(mal_compiler_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) --mode=install $(mal_compilerLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(mal_compilerdir)/$$f'"; \	    $(LIBTOOL) --mode=install $(mal_compilerLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(mal_compilerdir)/$$f"; \	  else :; fi; \	doneuninstall-mal_compilerLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@set -x; list='$(mal_compiler_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(mal_compilerdir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(mal_compilerdir)/$$p"; \	doneclean-mal_compilerLTLIBRARIES:	-test -z "$(mal_compiler_LTLIBRARIES)" || rm -f $(mal_compiler_LTLIBRARIES)	@list='$(mal_compiler_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test "$$dir" != "$$p" || dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	donelib_mal_compiler.la: $(lib_mal_compiler_la_OBJECTS) $(lib_mal_compiler_la_DEPENDENCIES) 	$(LINK) -rpath $(mal_compilerdir) $(lib_mal_compiler_la_LDFLAGS) $(lib_mal_compiler_la_OBJECTS) $(lib_mal_compiler_la_LIBADD) $(LIBS)install-binSCRIPTS: $(bin_SCRIPTS)	@$(NORMAL_INSTALL)	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"	@list='$(bin_SCRIPTS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  if test -f $$d$$p; then \	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \	  else :; fi; \	doneuninstall-binSCRIPTS:	@$(NORMAL_UNINSTALL)	@list='$(bin_SCRIPTS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \	  rm -f "$(DESTDIR)$(bindir)/$$f"; \	donemostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c.c.o:	$(COMPILE) -c $<.c.obj:	$(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:	$(LTCOMPILE) -c -o $@ $<lib_mal_compiler_la-mal_compiler.lo: mal_compiler.c	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_mal_compiler_la_CFLAGS) $(CFLAGS) -c -o lib_mal_compiler_la-mal_compiler.lo `test -f 'mal_compiler.c' || echo '$(srcdir)/'`mal_compiler.cmostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:install-nodist_compilerincludeHEADERS: $(nodist_compilerinclude_HEADERS)	@$(NORMAL_INSTALL)	test -z "$(compilerincludedir)" || $(mkdir_p) "$(DESTDIR)$(compilerincludedir)"	@list='$(nodist_compilerinclude_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(nodist_compilerincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(compilerincludedir)/$$f'"; \	  $(nodist_compilerincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(compilerincludedir)/$$f"; \	doneuninstall-nodist_compilerincludeHEADERS:	@$(NORMAL_UNINSTALL)	@list='$(nodist_compilerinclude_HEADERS)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(compilerincludedir)/$$f'"; \	  rm -f "$(DESTDIR)$(compilerincludedir)/$$f"; \	doneID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \	  test -n "$$unique" || unique=$$empty_fix; \	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	    $$tags $$unique; \	fictags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES)	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \	list='$(DISTFILES)'; for file in $$list; do \	  case $$file in \	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \	  esac; \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \	    dir="/$$dir"; \	    $(mkdir_p) "$(distdir)$$dir"; \	  else \	    dir=''; \	  fi; \	  if test -d $$d/$$file; then \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(HEADERS)installdirs:	for dir in "$(DESTDIR)$(mal_compilerdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(compilerincludedir)"; do \	  test -z "$$dir" || $(mkdir_p) "$$dir"; \	doneinstall: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic:distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)clean: clean-amclean-am: clean-generic clean-libtool clean-mal_compilerLTLIBRARIES \	mostlyclean-amdistclean: distclean-am	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-libtool distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-mal_compilerLTLIBRARIES \	install-nodist_compilerincludeHEADERSinstall-exec-am: install-binSCRIPTS install-exec-localinstall-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-am	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-binSCRIPTS uninstall-info-am uninstall-local \	uninstall-mal_compilerLTLIBRARIES \	uninstall-nodist_compilerincludeHEADERS.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \	clean-libtool clean-mal_compilerLTLIBRARIES ctags distclean \	distclean-compile distclean-generic distclean-libtool \	distclean-tags distdir dvi dvi-am html html-am info info-am \	install install-am install-binSCRIPTS install-data \	install-data-am install-exec install-exec-am \	install-exec-local install-info install-info-am \	install-mal_compilerLTLIBRARIES install-man \	install-nodist_compilerincludeHEADERS install-strip \	installcheck installcheck-am installdirs maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-compile \	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \	tags uninstall uninstall-am uninstall-binSCRIPTS \	uninstall-info-am uninstall-local \	uninstall-mal_compilerLTLIBRARIES \	uninstall-nodist_compilerincludeHEADERS@NEED_MX_TRUE@mal_compiler.c: mal_compiler.mx@NEED_MX_TRUE@mal_compiler.mal: mal_compiler.mx@NEED_MX_TRUE@mal_compiler.h: mal_compiler.mxmal_compiler.o mal_compiler.lo: mal_compiler.c mal_compiler.h ../mal/mal.h ../mal/mal_resolve.h ../mal/mal_exception.h ../mal/mal_instruction.h ../mal/mal_type.h ../mal/mal_stack.h ../mal/mal_properties.h ../mal/mal_namespace.h ../mal/mal_function.h ../mal/mal_module.h ../mal/mal_box.h ../mal/mal_xml.h ../mal/mal_profiler.h ../mal/mal_client.h ../mal/mal_factory.h ../mal/mal_interpreter.h ../mal/mal_session.h ../mal/mal_scenario.h ../mal/mal_import.h ../mal/mal_utils.h ../mal/mal_debugger.hscript_mal_compiler.mal: mal_compiler.malinstall-exec-local-mal_compiler.mal: mal_compiler.mal	-mkdir -p $(DESTDIR)$(pkglibdir)	-$(RM) $(DESTDIR)$(pkglibdir)/mal_compiler.mal	chmod a+x $<	$(INSTALL) $< $(DESTDIR)$(pkglibdir)/mal_compiler.maluninstall-local-mal_compiler.mal: 	$(RM) $(DESTDIR)$(pkglibdir)/mal_compiler.malinstall-exec-local-SCRIPTS: all-local-SCRIPTS: $(bin_SCRIPTS)uninstall-local: uninstall-local-mal_compiler.malinstall-exec-local: install-exec-local-mal_compiler.malinclude $(MONETDB_CONFDIR)/*.mkinclude $(top_builddir)/*.mk# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

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