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

📄 makefile.in

📁 Linux下的操作oracle数据库的连接库
💻 IN
📖 第 1 页 / 共 3 页
字号:
	cd $(top_srcdir) && \	  $(AUTOMAKE) --foreign  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-h1libsqlora8.spec: $(top_builddir)/config.status $(srcdir)/libsqlora8.spec.in	cd $(top_builddir) && $(SHELL) ./config.status $@libsqlora8-config.h: $(top_builddir)/config.status $(srcdir)/libsqlora8-config.h.in	cd $(top_builddir) && $(SHELL) ./config.status $@libsqlora8-config: $(top_builddir)/config.status $(srcdir)/libsqlora8-config.in	cd $(top_builddir) && $(SHELL) ./config.status $@libsqlora8.pc: $(top_builddir)/config.status $(srcdir)/libsqlora8.pc.in	cd $(top_builddir) && $(SHELL) ./config.status $@libsqlora8-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libsqlora8-uninstalled.pc.in	cd $(top_builddir) && $(SHELL) ./config.status $@install-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="`echo $$p | sed -e 's|^.*/||'`"; \	    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; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \	doneclean-libLTLIBRARIES:	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)	@list='$(lib_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"; \	donelibsqlora8.la: $(libsqlora8_la_OBJECTS) $(libsqlora8_la_DEPENDENCIES) 	$(LINK) -rpath $(libdir) $(libsqlora8_la_LDFLAGS) $(libsqlora8_la_OBJECTS) $(libsqlora8_la_LIBADD) $(LIBS)clean-noinstPROGRAMS:	@list='$(noinst_PROGRAMS)'; for p in $$list; do \	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	donetestlora$(EXEEXT): $(testlora_OBJECTS) $(testlora_DEPENDENCIES) 	@rm -f testlora$(EXEEXT)	$(LINK) $(testlora_LDFLAGS) $(testlora_OBJECTS) $(testlora_LDADD) $(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@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlora.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlora_compat.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlora.Po@am__quote@.c.o:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:install-configincludeDATA: $(configinclude_DATA)	@$(NORMAL_INSTALL)	test -z "$(configincludedir)" || $(mkdir_p) "$(DESTDIR)$(configincludedir)"	@list='$(configinclude_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(configincludeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(configincludedir)/$$f'"; \	  $(configincludeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(configincludedir)/$$f"; \	doneuninstall-configincludeDATA:	@$(NORMAL_UNINSTALL)	@list='$(configinclude_DATA)'; for p in $$list; do \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f '$(DESTDIR)$(configincludedir)/$$f'"; \	  rm -f "$(DESTDIR)$(configincludedir)/$$f"; \	doneinstall-docDATA: $(doc_DATA)	@$(NORMAL_INSTALL)	test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"	@list='$(doc_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \	  $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \	doneuninstall-docDATA:	@$(NORMAL_UNINSTALL)	@list='$(doc_DATA)'; for p in $$list; do \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \	  rm -f "$(DESTDIR)$(docdir)/$$f"; \	doneinstall-m4dataDATA: $(m4data_DATA)	@$(NORMAL_INSTALL)	test -z "$(m4datadir)" || $(mkdir_p) "$(DESTDIR)$(m4datadir)"	@list='$(m4data_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(m4dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(m4datadir)/$$f'"; \	  $(m4dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(m4datadir)/$$f"; \	doneuninstall-m4dataDATA:	@$(NORMAL_UNINSTALL)	@list='$(m4data_DATA)'; for p in $$list; do \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f '$(DESTDIR)$(m4datadir)/$$f'"; \	  rm -f "$(DESTDIR)$(m4datadir)/$$f"; \	doneinstall-pkgconfigDATA: $(pkgconfig_DATA)	@$(NORMAL_INSTALL)	test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"	@list='$(pkgconfig_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \	doneuninstall-pkgconfigDATA:	@$(NORMAL_UNINSTALL)	@list='$(pkgconfig_DATA)'; for p in $$list; do \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \	doneinstall-includeHEADERS: $(include_HEADERS)	@$(NORMAL_INSTALL)	test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"	@list='$(include_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \	doneuninstall-includeHEADERS:	@$(NORMAL_UNINSTALL)	@list='$(include_HEADERS)'; for p in $$list; do \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \	  rm -f "$(DESTDIR)$(includedir)/$$f"; \	done# This directory's subdirectories are mostly independent; you can cd# into them and run `make' without going through this Makefile.# To change the values of `make' variables: instead of editing Makefiles,# (1) if the variable is set in `config.status', edit `config.status'#     (which will cause the Makefiles to be regenerated when you run `make');# (2) otherwise, pass the desired values on the `make' command line.$(RECURSIVE_TARGETS):	@set fnord $$MAKEFLAGS; amf=$$2; \	dot_seen=no; \	target=`echo $@ | sed s/-recursive//`; \	list='$(SUBDIRS)'; for subdir in $$list; do \	  echo "Making $$target in $$subdir"; \	  if test "$$subdir" = "."; then \	    dot_seen=yes; \	    local_target="$$target-am"; \	  else \	    local_target="$$target"; \	  fi; \	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \	done; \	if test "$$dot_seen" = "no"; then \	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \	fi; test -z "$$fail"mostlyclean-recursive clean-recursive distclean-recursive \maintainer-clean-recursive:	@set fnord $$MAKEFLAGS; amf=$$2; \	dot_seen=no; \	case "$@" in \	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \	  *) list='$(SUBDIRS)' ;; \	esac; \	rev=''; for subdir in $$list; do \	  if test "$$subdir" = "."; then :; else \	    rev="$$subdir $$rev"; \	  fi; \	done; \	rev="$$rev ."; \	target=`echo $@ | sed s/-recursive//`; \	for subdir in $$rev; do \	  echo "Making $$target in $$subdir"; \	  if test "$$subdir" = "."; then \	    local_target="$$target-am"; \	  else \	    local_target="$$target"; \	  fi; \	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \	done && test -z "$$fail"tags-recursive:	list='$(SUBDIRS)'; for subdir in $$list; do \	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \	donectags-recursive:	list='$(SUBDIRS)'; for subdir in $$list; do \	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \	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: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	if (etags --etags-include --version) >/dev/null 2>&1; then \	  include_option=--etags-include; \	else \	  include_option=--include; \	fi; \	list='$(SUBDIRS)'; for subdir in $$list; do \	  if test "$$subdir" = .; then :; else \	    test -f $$subdir/TAGS && \	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \	  fi; \

⌨️ 快捷键说明

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