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

📄 makefile.in

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 IN
📖 第 1 页 / 共 2 页
字号:
program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@subdirs = @subdirs@sysconfdir = @sysconfdir@target_alias = @target_alias@# Copyright (c) 2000, Red Hat, Inc.# # This file is part of Source-Navigator.# # Source-Navigator is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License as published# by the Free Software Foundation; either version 2, or (at your option)# any later version.# # Source-Navigator is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU# General Public License for more details.# # You should have received a copy of the GNU General Public License along# with Source-Navigator; see the file COPYING.  If not, write to# the Free Software Foundation, 59 Temple Place - Suite 330, Boston,# MA 02111-1307, USA.# AUTOMAKE_OPTIONS = cygnussdkdir = @SN_SDK_EXEC_PREFIX@/libsdk_LIBRARIES = libutils.aINCLUDES = $(WINFLAGS) -I$(top_srcdir)/db -I$(top_srcdir)/misc $(TCLHDIR)@HAVE_REALPATH_FALSE@REALPATH = realpath.c@HAVE_REALPATH_TRUE@REALPATH = @HAVE_GETOPT_FALSE@GETOPT = getopt.c@HAVE_GETOPT_TRUE@GETOPT = libutils_a_SOURCES = homedir.c mxdefine.h mxfuncs.h \longstr.h longstr.c \fileutils.h fileutils.c mxlogger.h strs.c $(GETOPT) $(REALPATH)all: all-am.SUFFIXES:.SUFFIXES: .c .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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) --cygnus  --ignore-deps misc/libutils/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --cygnus  --ignore-deps misc/libutils/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-sdkLIBRARIES: $(sdk_LIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(sdkdir)" || $(mkdir_p) "$(DESTDIR)$(sdkdir)"	@list='$(sdk_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(sdkLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(sdkdir)/$$f'"; \	    $(sdkLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(sdkdir)/$$f"; \	  else :; fi; \	done	@$(POST_INSTALL)	@list='$(sdk_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    p=$(am__strip_dir) \	    echo " $(RANLIB) '$(DESTDIR)$(sdkdir)/$$p'"; \	    $(RANLIB) "$(DESTDIR)$(sdkdir)/$$p"; \	  else :; fi; \	doneuninstall-sdkLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(sdk_LIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(sdkdir)/$$p'"; \	  rm -f "$(DESTDIR)$(sdkdir)/$$p"; \	doneclean-sdkLIBRARIES:	-test -z "$(sdk_LIBRARIES)" || rm -f $(sdk_LIBRARIES)libutils.a: $(libutils_a_OBJECTS) $(libutils_a_DEPENDENCIES) 	-rm -f libutils.a	$(libutils_a_AR) libutils.a $(libutils_a_OBJECTS) $(libutils_a_LIBADD)	$(RANLIB) libutils.amostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c.c.o:	$(COMPILE) -c $<.c.obj:	$(COMPILE) -c `$(CYGPATH_W) '$<'`uninstall-info-am:ID: $(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 tagscheck-am:check: check-amall-am: Makefile $(LIBRARIES)installdirs:	for dir in "$(DESTDIR)$(sdkdir)"; do \	  test -z "$$dir" || $(mkdir_p) "$$dir"; \	doneinstall: 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: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."clean: clean-amclean-am: clean-generic clean-sdkLIBRARIES mostlyclean-amdistclean: distclean-am	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-sdkLIBRARIESinstall-exec-am:install-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-genericpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-sdkLIBRARIES.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \	clean-sdkLIBRARIES ctags distclean distclean-compile \	distclean-generic distclean-tags dvi dvi-am html html-am info \	info-am install install-am install-data install-data-am \	install-exec install-exec-am install-info install-info-am \	install-man install-sdkLIBRARIES install-strip installcheck \	installcheck-am installdirs maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-compile \	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \	uninstall-am uninstall-info-am uninstall-sdkLIBRARIES# 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 + -